.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
@charset "UTF-8";
/* Bulma Utilities */
.content:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

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

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #4d523d;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #485fc7;
  cursor: pointer;
  text-decoration: none;
}
a strong {
  color: currentColor;
}
a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}
table th {
  color: #363636;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.content li + li {
  margin-top: 0.25em;
}
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h1:not(:first-child) {
  margin-top: 1em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ol:not([type]) {
  list-style-type: decimal;
}
.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}
.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}
.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}
.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}
.content ul ul ul {
  list-style-type: square;
}
.content dd {
  margin-left: 2em;
}
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}
.content figure:not(:first-child) {
  margin-top: 2em;
}
.content figure:not(:last-child) {
  margin-bottom: 2em;
}
.content figure img {
  display: inline-block;
}
.content figure figcaption {
  font-style: italic;
}
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}
.content sup,
.content sub {
  font-size: 75%;
}
.content table {
  width: 100%;
}
.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.content table th {
  color: #363636;
}
.content table th:not([align]) {
  text-align: inherit;
}
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}
.content .tabs li + li {
  margin-top: 0;
}
.content.is-small {
  font-size: 0.75rem;
}
.content.is-normal {
  font-size: 1rem;
}
.content.is-medium {
  font-size: 1.25rem;
}
.content.is-large {
  font-size: 1.5rem;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 767px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 999px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 768px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 999px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1000px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1600px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 999px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1000px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 999px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 999px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1000px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1600px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1000px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 999px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1000px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 999px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1000px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 999px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1000px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1600px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 767px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 768px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1399px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

@font-face {
  font-family: "Simplon Norm";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Simplon Norm/simplonnorm-light-webfont.woff2") format("woff2"), url("../fonts/Simplon Norm/simplonnorm-light-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Simplon Norm";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Simplon Norm/simplonnorm-lightitalic-webfont.woff2") format("woff2"), url("../fonts/Simplon Norm/simplonnorm-lightitalic-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Simplon Norm";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Simplon Norm/simplonnorm-regular.woff2") format("woff2"), url("../fonts/Simplon Norm/simplonnorm-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Simplon Norm";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/Simplon Norm/simplonnorm-regularitalic.woff2") format("woff2"), url("../fonts/Simplon Norm/simplonnorm-regularitalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Simplon Norm";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Simplon Norm/simplonnorm-medium.woff2") format("woff2"), url("../fonts/Simplon Norm/simplonnorm-medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Simplon Norm";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Simplon Norm/simplonnorm-mediumitalic.woff2") format("woff2"), url("../fonts/Simplon Norm/simplonnorm-mediumitalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Saol Text";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Saol Text/Saol Text Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Saol Text";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/Saol Text/Saol Text Light Italic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Saol Text";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Saol Text/Saol Text Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Saol Text";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Saol Text/Saol Text Medium Italic.woff") format("woff");
  font-display: swap;
}
body {
  font-family: "Simplon Norm", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4d523d;
  line-height: 1.5;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Saol Text", sans-serif;
  line-height: 1.1;
  font-weight: 300;
}

h1,
.heading-1 {
  font-size: 3rem;
}

h2,
.heading-2 {
  font-size: 2.5rem;
}

h3,
.heading-3,
article.post .entry-content .gbda-custom-cta .cta-text,
article.prose-author .entry-content .gbda-custom-cta .cta-text,
article.page .entry-content .gbda-custom-cta .cta-text {
  font-size: 2rem;
}

h4,
.heading-4,
h5,
.heading-5,
h6,
.heading-6 {
  font-family: "Simplon Norm", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
}

.section {
  padding: 80px 48px;
}
@media screen and (max-width: 999px) {
  .section {
    padding: 40px 24px;
  }
}

.container {
  margin: 0 auto;
  padding: 0;
  max-width: 1500px;
}

.button, article.post .entry-content .gbda-custom-cta .cta-button,
article.prose-author .entry-content .gbda-custom-cta .cta-button,
article.page .entry-content .gbda-custom-cta .cta-button {
  /*background-color: black;
  color: white;
  font-size: 1rem;
  padding: 12px 32px;
  display: block;
  width: fit-content;
  height: fit-content;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 2px solid black;
  border-radius: 3px;
  white-space: nowrap;

  &:hover {
    background-color: transparent;
  }

  @include until($tablet) {
    padding: 8px 16px;
  }

  &.secondary {
    background-color: transparent;
    color: $black;

    &:hover {
      color: white;
      background-color: black;
    }
  }*/
  color: #323429;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.46;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  border-bottom: 2px solid #C5765A;
}
.button.primary, article.post .entry-content .gbda-custom-cta .cta-button,
article.prose-author .entry-content .gbda-custom-cta .cta-button,
article.page .entry-content .gbda-custom-cta .cta-button {
  letter-spacing: 0.4px;
  border-radius: 260px;
  padding: 14px 48px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-bottom: 0;
}

.links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 24px 0;
  gap: 16px;
}

.mobile-not-primary {
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  .mobile-not-primary:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: transparent;
    width: 100%;
  }
  .mobile-not-primary.button.primary, article.post .entry-content .gbda-custom-cta .mobile-not-primary.cta-button,
article.prose-author .entry-content .gbda-custom-cta .mobile-not-primary.cta-button,
article.page .entry-content .gbda-custom-cta .mobile-not-primary.cta-button {
    background-color: transparent;
    color: #323429;
    border: 0;
    border-bottom: 2px solid #C5765A;
    border-radius: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1000px) {
  .mobile-not-primary {
    width: 100%;
  }
}

@media screen and (max-width: 999px) {
  .more-button-container {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}

.search-form {
  background-color: #ffffff;
  border-radius: 28px;
  display: flex;
  height: 56px;
  padding-right: 6px;
}
.search-form .search-label {
  background-color: transparent;
  border: 0;
  display: flex;
  padding: 0;
  position: relative;
  width: 100%;
}
.search-form .search-field {
  border: 0;
  background-color: transparent;
  padding: 16px 22px 16px;
  font-size: 1rem;
  line-height: 1.56;
  width: 100%;
}
.search-form .search-field::-moz-placeholder {
  color: #b3b3b3;
}
.search-form .search-field::placeholder {
  color: #b3b3b3;
}
.search-form .search-submit {
  background-color: #323429;
  color: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 0;
  margin-block: auto;
  flex-shrink: 0;
}

.content {
  color: #161716;
}
.content p {
  font-size: 1.5rem;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

article.post,
article.prose-author,
article.page {
  display: grid;
  grid-template-columns: minmax(48px, 1fr) minmax(0, 1125px) minmax(0, 375px) minmax(48px, 1fr);
  grid-template-rows: auto auto auto 60px;
  color: #161716;
  width: 100%;
}
@media screen and (max-width: 999px) {
  article.post,
article.prose-author,
article.page {
    grid-template-columns: 24px calc(100vw - 48px) 24px;
    grid-template-rows: auto auto auto auto 48px;
  }
}
article.post::after,
article.prose-author::after,
article.page::after {
  content: "";
  grid-column: 1/-1;
  grid-row: 1/3;
  background-color: #faf7f2;
  z-index: -1;
}
article.post .entry-header,
article.prose-author .entry-header,
article.page .entry-header {
  grid-column: 2/4;
  grid-row: 1/2;
  width: 100%;
  padding-top: 61px;
}
@media screen and (max-width: 999px) {
  article.post .entry-header,
article.prose-author .entry-header,
article.page .entry-header {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 767px) {
  article.post .entry-header,
article.prose-author .entry-header,
article.page .entry-header {
    padding-top: 0;
  }
}
article.post .entry-header .entry-title,
article.prose-author .entry-header .entry-title,
article.page .entry-header .entry-title {
  margin-block: 0 20px;
  padding-inline: 12px;
}
@media screen and (max-width: 999px) {
  article.post .entry-header .entry-title,
article.prose-author .entry-header .entry-title,
article.page .entry-header .entry-title {
    padding-inline: 0;
    font-size: 2.5rem;
  }
}
article.post .entry-header .entry-meta,
article.prose-author .entry-header .entry-meta,
article.page .entry-header .entry-meta {
  border-top: 1px solid #161716;
  border-bottom: 1px solid #161716;
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  text-transform: uppercase;
  padding: 10px 12px;
  margin-bottom: 28px;
}
@media screen and (max-width: 999px) {
  article.post .entry-header .entry-meta,
article.prose-author .entry-header .entry-meta,
article.page .entry-header .entry-meta {
    border: 0;
    padding: 0;
  }
}
article.post .entry-intro-paragraph,
article.prose-author .entry-intro-paragraph,
article.page .entry-intro-paragraph {
  grid-row: 2/3;
  grid-column: 2/3;
  padding-block: 0 28px;
  margin-right: 56px;
  padding-inline: 12px 52px;
  font-size: 1.5rem;
  font-weight: 300;
}
article.post .entry-intro-paragraph .entry-authors,
article.prose-author .entry-intro-paragraph .entry-authors,
article.page .entry-intro-paragraph .entry-authors {
  display: none;
}
@media screen and (max-width: 999px) {
  article.post .entry-intro-paragraph,
article.prose-author .entry-intro-paragraph,
article.page .entry-intro-paragraph {
    grid-column: 2/3;
    grid-row: 2/3;
    padding-inline: 0;
    margin-inline: 0;
    padding-block: 0 84px;
  }
  article.post .entry-intro-paragraph .entry-authors,
article.prose-author .entry-intro-paragraph .entry-authors,
article.page .entry-intro-paragraph .entry-authors {
    display: flex;
    justify-content: flex-start;
    gap: 32px;
    padding-top: 24px;
    border-top: 1px solid #161716;
  }
  article.post .entry-intro-paragraph .entry-authors .author-info,
article.prose-author .entry-intro-paragraph .entry-authors .author-info,
article.page .entry-intro-paragraph .entry-authors .author-info {
    text-align: center;
    flex-direction: column;
    gap: 7px;
  }
  article.post .entry-intro-paragraph .entry-authors .author-bio,
article.prose-author .entry-intro-paragraph .entry-authors .author-bio,
article.page .entry-intro-paragraph .entry-authors .author-bio {
    flex-direction: column-reverse;
  }
}
article.post .entry-intro-paragraph p,
article.prose-author .entry-intro-paragraph p,
article.page .entry-intro-paragraph p {
  margin: 1rem 0;
}
article.post .entry-content,
article.prose-author .entry-content,
article.page .entry-content {
  grid-row: 3;
  grid-column: 2/3;
  margin-right: 56px;
  padding-inline: 12px 52px;
  padding-block: 48px 0;
}
@media screen and (max-width: 999px) {
  article.post .entry-content,
article.prose-author .entry-content,
article.page .entry-content {
    grid-column: 2/3;
    grid-row: 4/5;
    padding-inline: 0;
    margin-right: 0;
  }
}
article.post .entry-content > *:first-child,
article.prose-author .entry-content > *:first-child,
article.page .entry-content > *:first-child {
  margin-top: 0;
}
article.post .entry-content > *:last-child,
article.prose-author .entry-content > *:last-child,
article.page .entry-content > *:last-child {
  margin-bottom: 0 !important;
}
article.post .entry-content h2, article.post .entry-content h3, article.post .entry-content h4, article.post .entry-content h5, article.post .entry-content h6,
article.prose-author .entry-content h2,
article.prose-author .entry-content h3,
article.prose-author .entry-content h4,
article.prose-author .entry-content h5,
article.prose-author .entry-content h6,
article.page .entry-content h2,
article.page .entry-content h3,
article.page .entry-content h4,
article.page .entry-content h5,
article.page .entry-content h6 {
  color: #161716;
  margin-block: 1.25rem 0.25rem;
  scroll-margin-top: 120px;
}
article.post .entry-content p,
article.post .entry-content ul,
article.post .entry-content ol,
article.prose-author .entry-content p,
article.prose-author .entry-content ul,
article.prose-author .entry-content ol,
article.page .entry-content p,
article.page .entry-content ul,
article.page .entry-content ol {
  font-size: 1.25rem;
  margin-block: 1rem;
}
article.post .entry-content p a,
article.prose-author .entry-content p a,
article.page .entry-content p a {
  text-decoration: underline;
}
article.post .entry-content ol,
article.post .entry-content ul,
article.prose-author .entry-content ol,
article.prose-author .entry-content ul,
article.page .entry-content ol,
article.page .entry-content ul {
  padding-left: 18px;
}
article.post .entry-content ul,
article.prose-author .entry-content ul,
article.page .entry-content ul {
  list-style-type: initial;
}
article.post .entry-content .gbda-custom-cta,
article.prose-author .entry-content .gbda-custom-cta,
article.page .entry-content .gbda-custom-cta {
  border-radius: 8px;
  width: calc(100% + 64px);
  margin-left: -12px;
  max-width: none;
  margin-block: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  article.post .entry-content .gbda-custom-cta,
article.prose-author .entry-content .gbda-custom-cta,
article.page .entry-content .gbda-custom-cta {
    min-height: 450px;
  }
}
@media screen and (max-width: 999px) {
  article.post .entry-content .gbda-custom-cta,
article.prose-author .entry-content .gbda-custom-cta,
article.page .entry-content .gbda-custom-cta {
    width: calc(100% + 24px);
    padding-block: 78px;
  }
}
article.post .entry-content .gbda-custom-cta::after,
article.prose-author .entry-content .gbda-custom-cta::after,
article.page .entry-content .gbda-custom-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #b5b5b5;
  z-index: 0;
  background: #32342980;
  background-blend-mode: multiply;
  opacity: 0.5;
}
article.post .entry-content .gbda-custom-cta *,
article.prose-author .entry-content .gbda-custom-cta *,
article.page .entry-content .gbda-custom-cta * {
  position: relative;
  z-index: 1;
}
article.post .entry-content .gbda-custom-cta .cta-title,
article.prose-author .entry-content .gbda-custom-cta .cta-title,
article.page .entry-content .gbda-custom-cta .cta-title {
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 0.4px;
  padding: 0;
}
article.post .entry-content .gbda-custom-cta .cta-text,
article.prose-author .entry-content .gbda-custom-cta .cta-text,
article.page .entry-content .gbda-custom-cta .cta-text {
  font-family: "Simplon Norm", sans-serif;
  padding: 0;
  margin: 0 auto 20px;
}
article.post .entry-content .gbda-custom-cta .cta-button,
article.prose-author .entry-content .gbda-custom-cta .cta-button,
article.page .entry-content .gbda-custom-cta .cta-button {
  text-decoration: none;
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
}
article.post .entry-content figure.wp-block-image,
article.prose-author .entry-content figure.wp-block-image,
article.page .entry-content figure.wp-block-image {
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-block: 2rem;
}
article.post .entry-content div.wp-block-image figure img,
article.prose-author .entry-content div.wp-block-image figure img,
article.page .entry-content div.wp-block-image figure img {
  border-radius: 8px;
}
article.post .entry-content .wp-block-image,
article.prose-author .entry-content .wp-block-image,
article.page .entry-content .wp-block-image {
  margin: 2rem 0;
}
article.post .entry-content .wp-block-image img,
article.prose-author .entry-content .wp-block-image img,
article.page .entry-content .wp-block-image img {
  border-radius: 8px;
}
article.post .entry-content .wp-block-image .wp-element-caption,
article.prose-author .entry-content .wp-block-image .wp-element-caption,
article.page .entry-content .wp-block-image .wp-element-caption {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-style: italic;
  width: 100%;
  padding-bottom: 6px;
  border-bottom: 1px solid #161716;
}
article.post .entry-content blockquote,
article.prose-author .entry-content blockquote,
article.page .entry-content blockquote {
  background-color: #F9F7F2;
  border-radius: 8px;
  padding: 50px 38px;
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-block: 2rem;
  border-left: 0;
}
@media screen and (max-width: 999px) {
  article.post .entry-content blockquote,
article.prose-author .entry-content blockquote,
article.page .entry-content blockquote {
    width: 100%;
    padding: 22px 18px;
    margin-left: 0;
  }
  article.post .entry-content blockquote p,
article.prose-author .entry-content blockquote p,
article.page .entry-content blockquote p {
    font-size: 2rem;
  }
}
article.post .entry-content blockquote p,
article.prose-author .entry-content blockquote p,
article.page .entry-content blockquote p {
  font-family: "Saol Text", sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.1;
}
article.post .entry-content blockquote cite,
article.prose-author .entry-content blockquote cite,
article.page .entry-content blockquote cite {
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-top: 20px;
  font-style: normal;
  display: block;
}

.entry-sidebar {
  grid-column: 3/4;
  grid-row: 2/4;
}
@media screen and (max-width: 999px) {
  .entry-sidebar {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .entry-sidebar .author-info {
    display: none;
  }
}
.entry-sidebar .entry-sidebar-inner {
  position: sticky;
  top: 132px;
  background-color: #E0E4D9;
  border-radius: 8px;
  padding: 20px;
}
@media screen and (max-width: 999px) {
  .entry-sidebar .entry-sidebar-inner {
    margin-top: -36px;
    padding: 0;
    background: transparent;
    position: initial;
  }
}
.entry-sidebar .sidebar-toggle {
  border-top: 1px solid #161716;
  border-bottom: 1px solid #161716;
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  text-transform: uppercase;
  padding: 10px 3px;
  margin-bottom: 10px;
  width: 100%;
  background: transparent;
  border-left: 0;
  border-right: 0;
  text-align: left;
  letter-spacing: 0.4px;
  font-size: 0.875rem;
}
@media screen and (max-width: 999px) {
  .entry-sidebar .sidebar-toggle {
    background-color: #dbe0d1;
    border-radius: 8px 8px 0 0;
    padding: 11px 18px;
    border: 0;
    height: 36px;
    display: flex;
    justify-content: space-between;
  }
  .entry-sidebar .sidebar-toggle:after {
    content: "";
    width: 16px;
    height: 12px;
    background-image: url(../images/svgs/caret-down.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: rotate(180deg);
  }
}
.entry-sidebar .entry-sidebar-inner.closed .sidebar-toggle:after {
  transform: rotate(0deg);
}
.entry-sidebar .entry-sidebar-inner.closed .custom-table-of-contents {
  display: none;
}
.entry-sidebar ul {
  font-size: 15px;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 999px) {
  .entry-sidebar ul {
    padding-inline: 18px;
  }
}
.entry-sidebar ul li {
  padding-left: 24px;
  position: relative;
  font-size: 15px;
  line-height: 1.2;
}
.entry-sidebar ul li.toc-level-h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 12px;
  background-image: url(../images/svgs/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: left 0.2s ease-in-out;
}
.entry-sidebar ul li.toc-level-h2:hover::before, .entry-sidebar ul li.toc-level-h2:focus::before {
  left: 3px;
}
.entry-sidebar ul li:not(.toc-level-h2) {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 14px;
  gap: 4px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.entry-sidebar ul li:not(.toc-level-h2):hover, .entry-sidebar ul li:not(.toc-level-h2):focus {
  opacity: 0.8;
}
.entry-sidebar ul li:not(.toc-level-h2)::before {
  content: "— ";
}
.entry-sidebar ul li.toc-level-h4::before {
  content: "—— ";
}
.entry-sidebar ul li.toc-level-h5::before {
  content: "——— ";
}
.entry-sidebar ul li.toc-level-h6::before {
  content: "———— ";
}

.navigation.posts-navigation {
  grid-column: 1/-1;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 0;
}
.nav-links span,
.nav-links a {
  padding: 8px;
}

.accordion .accordion-container {
  position: relative;
  margin-bottom: 20px;
}
.accordion .accordion-container .accordion-panel {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  height: auto;
  max-height: 0;
  overflow: hidden;
  padding: 0px 24px;
}
.accordion .accordion-container .accordion-panel:focus-within {
  padding: 0 24px 24px 24px;
  opacity: 1;
  height: auto;
  max-height: none;
  background-color: #b5b5b5;
}
.accordion .accordion-container .accordion-toggle {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.accordion .accordion-container .accordion-btn {
  background-color: #b5b5b5;
  padding: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.2s ease;
}
.accordion .accordion-container .accordion-btn .accordion-question {
  max-width: 90%;
}
.accordion .accordion-container .accordion-btn span {
  display: flex;
  height: 24px;
  width: 24px;
  right: 24px;
  align-items: center;
  justify-content: center;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .accordion .accordion-container .accordion-btn span {
    right: 16px;
  }
}
.accordion .accordion-container .accordion-btn span::after {
  content: " ";
  display: block;
  border-top: 2px solid #0a0a0a;
  width: 12px;
  height: 2px;
  transform-origin: center;
  transition: all 0.2s ease;
  position: absolute;
}
.accordion .accordion-container .accordion-btn span::before {
  content: " ";
  position: absolute;
  display: block;
  border-top: 2px solid #0a0a0a;
  width: 12px;
  height: 1px;
  transform: rotate(90deg);
  transform-origin: center;
  transition: all 0.2s ease;
}

.accordion .accordion-container.active .accordion-panel {
  padding: 0 24px 24px 24px;
  opacity: 1;
  height: auto;
  max-height: none;
  background-color: #b5b5b5;
}
.accordion .accordion-container.active .accordion-btn span::before {
  opacity: 0;
}

.home-hero,
.category-hero,
.author-hero {
  background-color: #B9C2A6;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1440px) {
  .home-hero,
.category-hero,
.author-hero {
    min-height: 39vw;
  }
}
@media screen and (max-width: 767px) {
  .home-hero,
.category-hero,
.author-hero {
    padding-bottom: 16px;
  }
}
.home-hero .hero-featured-image,
.category-hero .hero-featured-image,
.author-hero .hero-featured-image {
  inset: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
  vertical-align: top;
}
@media screen and (max-width: 1199px) {
  .home-hero .hero-featured-image,
.category-hero .hero-featured-image,
.author-hero .hero-featured-image {
    display: none;
  }
}
.home-hero .header-search,
.category-hero .header-search,
.author-hero .header-search {
  opacity: 1;
}
.home-hero .header-search,
.category-hero .header-search,
.author-hero .header-search {
  color: #323429;
}
.home-hero .header-search .search-form,
.category-hero .header-search .search-form,
.author-hero .header-search .search-form {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid #000;
}
.home-hero .header-search .search-field::-moz-placeholder, .category-hero .header-search .search-field::-moz-placeholder, .author-hero .header-search .search-field::-moz-placeholder {
  color: #323429;
}
.home-hero .header-search .search-field::placeholder,
.category-hero .header-search .search-field::placeholder,
.author-hero .header-search .search-field::placeholder {
  color: #323429;
}
@media screen and (max-width: 999px) {
  .home-hero .header-search .search-form,
.category-hero .header-search .search-form,
.author-hero .header-search .search-form {
    display: none;
  }
}
.home-hero .header-logo,
.category-hero .header-logo,
.author-hero .header-logo {
  width: 100%;
  max-width: 225px;
  margin: 0 auto 14px 0;
}
.home-hero .header-description,
.category-hero .header-description,
.author-hero .header-description {
  padding-bottom: 22px;
}
@media screen and (max-width: 999px) {
  .home-hero .header-description,
.category-hero .header-description,
.author-hero .header-description {
    display: block;
    font-size: 1rem;
  }
}
.home-hero .home-hero-grid,
.category-hero .home-hero-grid,
.author-hero .home-hero-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 50px clamp(50px, 13.88vw, 200px);
  max-width: 1500px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  padding-inline: 0;
  width: 100%;
  flex-grow: 1;
}
@media screen and (max-width: 999px) {
  .home-hero .home-hero-grid,
.category-hero .home-hero-grid,
.author-hero .home-hero-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 20px clamp(20px, 5.56vw, 100px);
  }
}
.home-hero .hero-content,
.category-hero .hero-content,
.author-hero .hero-content {
  max-width: 450px;
}
@media screen and (max-width: 1300px) {
  .home-hero .hero-content,
.category-hero .hero-content,
.author-hero .hero-content {
    max-width: 300px;
  }
}
@media screen and (max-width: 999px) {
  .home-hero .hero-content,
.category-hero .hero-content,
.author-hero .hero-content {
    margin-inline: auto;
    text-align: center;
    max-width: 500px;
  }
}
.home-hero .header-links,
.category-hero .header-links,
.author-hero .header-links {
  padding-block: 0;
  border: 0;
  margin: auto 0 0 auto;
  max-width: 800px;
}
@media screen and (min-width: 1000px) {
  .home-hero .header-links,
.category-hero .header-links,
.author-hero .header-links {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 999px) {
  .home-hero .header-links,
.category-hero .header-links,
.author-hero .header-links {
    margin: 0 auto;
  }
}
.home-hero .header-links .button.primary:not(.mobile-not-primary), .home-hero .header-links article.post .entry-content .gbda-custom-cta .cta-button:not(.mobile-not-primary), article.post .entry-content .gbda-custom-cta .home-hero .header-links .cta-button:not(.mobile-not-primary),
.home-hero .header-links article.prose-author .entry-content .gbda-custom-cta .cta-button:not(.mobile-not-primary),
article.prose-author .entry-content .gbda-custom-cta .home-hero .header-links .cta-button:not(.mobile-not-primary),
.home-hero .header-links article.page .entry-content .gbda-custom-cta .cta-button:not(.mobile-not-primary),
article.page .entry-content .gbda-custom-cta .home-hero .header-links .cta-button:not(.mobile-not-primary),
.category-hero .header-links .button.primary:not(.mobile-not-primary),
.category-hero .header-links article.post .entry-content .gbda-custom-cta .cta-button:not(.mobile-not-primary),
article.post .entry-content .gbda-custom-cta .category-hero .header-links .cta-button:not(.mobile-not-primary),
.category-hero .header-links article.prose-author .entry-content .gbda-custom-cta .cta-button:not(.mobile-not-primary),
article.prose-author .entry-content .gbda-custom-cta .category-hero .header-links .cta-button:not(.mobile-not-primary),
.category-hero .header-links article.page .entry-content .gbda-custom-cta .cta-button:not(.mobile-not-primary),
article.page .entry-content .gbda-custom-cta .category-hero .header-links .cta-button:not(.mobile-not-primary),
.author-hero .header-links .button.primary:not(.mobile-not-primary),
.author-hero .header-links article.post .entry-content .gbda-custom-cta .cta-button:not(.mobile-not-primary),
article.post .entry-content .gbda-custom-cta .author-hero .header-links .cta-button:not(.mobile-not-primary),
.author-hero .header-links article.prose-author .entry-content .gbda-custom-cta .cta-button:not(.mobile-not-primary),
article.prose-author .entry-content .gbda-custom-cta .author-hero .header-links .cta-button:not(.mobile-not-primary),
.author-hero .header-links article.page .entry-content .gbda-custom-cta .cta-button:not(.mobile-not-primary),
article.page .entry-content .gbda-custom-cta .author-hero .header-links .cta-button:not(.mobile-not-primary) {
  background-color: #DCE0D2;
  border-color: #DCE0D2;
}
@media screen and (min-width: 1000px) {
  .home-hero .header-links .button.primary.mobile-not-primary, .home-hero .header-links article.post .entry-content .gbda-custom-cta .mobile-not-primary.cta-button, article.post .entry-content .gbda-custom-cta .home-hero .header-links .mobile-not-primary.cta-button,
.home-hero .header-links article.prose-author .entry-content .gbda-custom-cta .mobile-not-primary.cta-button,
article.prose-author .entry-content .gbda-custom-cta .home-hero .header-links .mobile-not-primary.cta-button,
.home-hero .header-links article.page .entry-content .gbda-custom-cta .mobile-not-primary.cta-button,
article.page .entry-content .gbda-custom-cta .home-hero .header-links .mobile-not-primary.cta-button,
.category-hero .header-links .button.primary.mobile-not-primary,
.category-hero .header-links article.post .entry-content .gbda-custom-cta .mobile-not-primary.cta-button,
article.post .entry-content .gbda-custom-cta .category-hero .header-links .mobile-not-primary.cta-button,
.category-hero .header-links article.prose-author .entry-content .gbda-custom-cta .mobile-not-primary.cta-button,
article.prose-author .entry-content .gbda-custom-cta .category-hero .header-links .mobile-not-primary.cta-button,
.category-hero .header-links article.page .entry-content .gbda-custom-cta .mobile-not-primary.cta-button,
article.page .entry-content .gbda-custom-cta .category-hero .header-links .mobile-not-primary.cta-button,
.author-hero .header-links .button.primary.mobile-not-primary,
.author-hero .header-links article.post .entry-content .gbda-custom-cta .mobile-not-primary.cta-button,
article.post .entry-content .gbda-custom-cta .author-hero .header-links .mobile-not-primary.cta-button,
.author-hero .header-links article.prose-author .entry-content .gbda-custom-cta .mobile-not-primary.cta-button,
article.prose-author .entry-content .gbda-custom-cta .author-hero .header-links .mobile-not-primary.cta-button,
.author-hero .header-links article.page .entry-content .gbda-custom-cta .mobile-not-primary.cta-button,
article.page .entry-content .gbda-custom-cta .author-hero .header-links .mobile-not-primary.cta-button {
    background-color: #DCE0D2;
    border-color: #DCE0D2;
  }
}

.category-hero,
.author-hero {
  background: linear-gradient(270deg, #F9F7F2 40.38%, #FFFFFF 100%);
  padding-block: 32px 16px;
}
@media screen and (min-width: 768px) {
  .category-hero,
.author-hero {
    padding-block: 32px 40px;
  }
}
@media screen and (min-width: 1000px) {
  .category-hero,
.author-hero {
    padding-block: 85px 40px;
  }
}
@media screen and (min-width: 1440px) {
  .category-hero,
.author-hero {
    min-height: 0;
  }
}
@media screen and (max-width: 999px) {
  .category-hero,
.author-hero {
    background: #faf7f2;
  }
}
@media screen and (max-width: 999px) {
  .category-hero .home-hero-grid,
.author-hero .home-hero-grid {
    grid-template-rows: auto auto;
  }
}
.category-hero .hero-content,
.author-hero .hero-content {
  color: #323429;
  max-width: 650px;
}
.category-hero .hero-content .hero-heading,
.author-hero .hero-content .hero-heading {
  margin-bottom: 12px;
}
.category-hero .hero-content .header-description,
.author-hero .hero-content .header-description {
  padding-bottom: 30px;
}
.category-hero .hero-content .header-search-form,
.author-hero .hero-content .header-search-form {
  max-width: 440px;
}
@media screen and (min-width: 1000px) {
  .category-hero .header-links,
.author-hero .header-links {
    grid-column: 1/2;
    grid-row: 2/3;
    margin: auto 0;
  }
}
.category-hero .header-links .button.primary:not(.mobile-not-primary), .category-hero .header-links article.post .entry-content .gbda-custom-cta .cta-button:not(.mobile-not-primary), article.post .entry-content .gbda-custom-cta .category-hero .header-links .cta-button:not(.mobile-not-primary),
.category-hero .header-links article.prose-author .entry-content .gbda-custom-cta .cta-button:not(.mobile-not-primary),
article.prose-author .entry-content .gbda-custom-cta .category-hero .header-links .cta-button:not(.mobile-not-primary),
.category-hero .header-links article.page .entry-content .gbda-custom-cta .cta-button:not(.mobile-not-primary),
article.page .entry-content .gbda-custom-cta .category-hero .header-links .cta-button:not(.mobile-not-primary),
.author-hero .header-links .button.primary:not(.mobile-not-primary),
.author-hero .header-links article.post .entry-content .gbda-custom-cta .cta-button:not(.mobile-not-primary),
article.post .entry-content .gbda-custom-cta .author-hero .header-links .cta-button:not(.mobile-not-primary),
.author-hero .header-links article.prose-author .entry-content .gbda-custom-cta .cta-button:not(.mobile-not-primary),
article.prose-author .entry-content .gbda-custom-cta .author-hero .header-links .cta-button:not(.mobile-not-primary),
.author-hero .header-links article.page .entry-content .gbda-custom-cta .cta-button:not(.mobile-not-primary),
article.page .entry-content .gbda-custom-cta .author-hero .header-links .cta-button:not(.mobile-not-primary) {
  background-color: #F1ECE0;
  border-color: #F1ECE0;
}
.category-hero .hero-featured--image,
.author-hero .hero-featured--image {
  -o-object-position: center right;
     object-position: center right;
}

.post-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-block: 16px;
  min-height: clamp(200px, 31.25vw, 450px);
}
@media screen and (max-width: 767px) {
  .post-hero {
    background-color: #faf7f2;
    padding: 0 0 16px 0;
  }
}
.post-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.5%, rgba(0, 0, 0, 0.5) 89.5%);
}
@media screen and (max-width: 767px) {
  .post-hero::after {
    display: none;
  }
}
.post-hero .container {
  position: relative;
  z-index: 5;
  width: 100%;
}
.post-hero .hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .post-hero .hero-image {
    position: initial;
    aspect-ratio: 393/296;
    width: 100%;
  }
}
.post-hero .hero-image.hero-image-small {
  display: none;
}
@media screen and (max-width: 1199px) {
  .post-hero .hero-image.hero-image-small {
    display: block;
  }
}
.post-hero .hero-image.hero-image-large {
  display: block;
}
@media screen and (max-width: 1199px) {
  .post-hero .hero-image.hero-image-large {
    display: none;
  }
}
.post-hero .hero-breadcrumbs {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  font-size: 0.875rem;
  gap: 8px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .post-hero .hero-breadcrumbs {
    color: #323429;
    padding: 24px 24px 6px;
  }
}

.author-hero {
  background: #EDEFE9;
}
@media screen and (max-width: 767px) {
  .author-hero {
    padding-block: 70px 106px;
  }
}
.author-hero .header-search {
  opacity: 1;
}
.author-hero .header-search .search-form {
  display: flex;
}

.block--full-width-cta {
  padding-block: 0;
  margin-block: 48px;
}
@media screen and (min-width: 1000px) {
  .block--full-width-cta {
    margin-block: 35px;
  }
}
.block--full-width-cta .container .cta-card {
  color: #ffffff;
  padding: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #b5b5b5;
  text-align: center;
  margin: 0 auto;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .block--full-width-cta .container .cta-card {
    padding: 64px 6vw;
  }
}
@media screen and (min-width: 1000px) {
  .block--full-width-cta .container .cta-card {
    min-height: 500px;
    justify-content: center;
  }
}
.block--full-width-cta .container .cta-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #b5b5b5;
  z-index: 0;
  background: #32342980;
  background-blend-mode: multiply;
  opacity: 0.5;
}
.block--full-width-cta .container .cta-card * {
  position: relative;
  z-index: 1;
}
.block--full-width-cta .container .cta-card .heading-3, .block--full-width-cta .container .cta-card article.post .entry-content .gbda-custom-cta .cta-text, article.post .entry-content .gbda-custom-cta .block--full-width-cta .container .cta-card .cta-text,
.block--full-width-cta .container .cta-card article.prose-author .entry-content .gbda-custom-cta .cta-text,
article.prose-author .entry-content .gbda-custom-cta .block--full-width-cta .container .cta-card .cta-text,
.block--full-width-cta .container .cta-card article.page .entry-content .gbda-custom-cta .cta-text,
article.page .entry-content .gbda-custom-cta .block--full-width-cta .container .cta-card .cta-text {
  font-family: "Simplon Norm", sans-serif;
  font-weight: 500;
  margin-block: 0;
}
.block--full-width-cta .container .cta-card p {
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
  letter-spacing: 0.4px;
  padding: 0;
}
.block--full-width-cta .container .cta-card .cta-background-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.block--full-width-cta .container .cta-card .button:hover, .block--full-width-cta .container .cta-card article.post .entry-content .gbda-custom-cta .cta-button:hover, article.post .entry-content .gbda-custom-cta .block--full-width-cta .container .cta-card .cta-button:hover,
.block--full-width-cta .container .cta-card article.prose-author .entry-content .gbda-custom-cta .cta-button:hover,
article.prose-author .entry-content .gbda-custom-cta .block--full-width-cta .container .cta-card .cta-button:hover,
.block--full-width-cta .container .cta-card article.page .entry-content .gbda-custom-cta .cta-button:hover,
article.page .entry-content .gbda-custom-cta .block--full-width-cta .container .cta-card .cta-button:hover {
  color: #323429;
}
.block--full-width-cta .container .cta-card .links {
  margin-bottom: 0;
}

.block--carousel .title-wrapper {
  padding-bottom: 32px;
}
.block--carousel img {
  width: 100%;
  padding-bottom: 32px;
}
@media screen and (min-width: 1000px) {
  .block--carousel img {
    max-height: 35vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.trending-posts {
  background-color: #323429;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .trending-posts {
    padding-top: 0;
    padding-bottom: 20px;
    padding-inline: 0;
    background-color: #B9C2A6;
  }
}
.trending-posts::after {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  z-index: 2;
  width: 100%;
  height: 60vw;
}
@media screen and (min-width: 768px) {
  .trending-posts::after {
    display: none;
  }
}
.trending-posts .trending-title-card {
  background-color: #faf7f2;
  padding: 30px 25px;
  border-radius: 8px;
  grid-column: 1/2;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .trending-posts .trending-title-card {
    background-color: transparent;
    padding-top: 0;
  }
}
.trending-posts .trending-title-card .trending-heading {
  font-weight: 400;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .trending-posts .trending-title-card .trending-heading {
    border-bottom: 1px solid #323429;
    padding-bottom: 10px;
    margin-bottom: 18px;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  }
}
@media screen and (max-width: 767px) {
  .trending-posts .trending-title-card .trending-link {
    display: none;
  }
}
.trending-posts .trending-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .trending-posts .trending-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .trending-posts .trending-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.trending-posts .trending-carousel-container {
  grid-column: 1/2;
}
@media screen and (min-width: 768px) {
  .trending-posts .trending-carousel-container {
    grid-column: 2/-1;
  }
}
.trending-posts .trending-carousel-container .splide__pagination {
  position: initial;
  margin-top: 20px;
}
.trending-posts .trending-carousel-container .splide__pagination .splide__pagination__page {
  background-color: #b3b3b3;
}
.trending-posts .trending-carousel-container .splide__pagination .splide__pagination__page.is-active {
  background-color: #1E1E1E;
}
.trending-posts .trending-carousel-container .splide__arrow {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8);
  width: 48px;
  height: 48px;
}
.trending-posts .trending-carousel-container .splide__arrow.splide__arrow--next {
  right: -24px;
}
.trending-posts .trending-carousel-container .splide__arrow.splide__arrow--prev {
  left: -24px;
}

.trending-card {
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: flex-end;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .trending-card {
    aspect-ratio: 320/400;
  }
}
.trending-card::after {
  content: "";
  background: linear-gradient(180deg, rgba(50, 52, 41, 0) 50%, rgba(50, 52, 41, 0.8) 100%);
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.trending-card .trending-card-image-link {
  display: block;
}
.trending-card .trending-card-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.trending-card .trending-card-bottom {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  padding: 18px;
  font-family: "Saol Text", sans-serif;
  color: #ffffff;
}
.trending-card .trending-card-title {
  font-size: 1.5rem;
}
.trending-card .trending-card-meta {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-top: 12px;
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  display: flex;
  gap: 5px;
}

.archive.category .trending-posts {
  background-color: #faf7f2;
  padding-top: 16px;
}

.single-post .trending-posts {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .single-post .trending-posts {
    display: none;
  }
}
.single-post .trending-title-card {
  background-color: #B9C2A6;
}

.post-previews {
  padding-block: 48px 0;
  margin-block: 0 48px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1000px) {
  .post-previews {
    margin-block: 0 50px;
    padding-block: 75px 0;
  }
}
.post-previews.sage {
  background-color: #B9C2A6;
}
.post-previews.light-blue {
  background-color: #F9F9FE;
}
.post-previews.light-olive {
  background-color: #F9F7F2;
}
.post-previews.tan {
  background-color: #F1ECE0;
}
.post-previews > * {
  position: relative;
  z-index: 2;
}
.post-previews::after {
  content: "";
  position: absolute;
  inset: 0;
  top: 441px;
  background-color: #ffffff;
  z-index: 1;
  height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .post-previews::after {
    top: 220px;
  }
}
@media screen and (min-width: 1000px) {
  .post-previews::after {
    height: 40vw;
    top: auto;
    max-height: 413px;
  }
}
@media screen and (max-width: 999px) {
  .post-previews .post-previews-category-meta {
    margin-bottom: 33px;
  }
}
.post-previews .post-previews-heading {
  border-bottom: 1px solid #323429;
  padding-bottom: 7px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .post-previews .post-previews-description {
    display: none;
  }
}
.post-previews .post-previews-description p {
  margin: 13px 0 0;
  font-size: 1rem;
}
.post-previews .post-previews-grid {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  .post-previews .post-previews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 24px;
  }
}
.post-previews .post-previews-grid .post-preview-featured {
  margin-bottom: 31px;
}
@media screen and (max-width: 999px) {
  .post-previews .post-previews-grid .post-preview-featured {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 999px) {
  .post-previews .post-previews-grid .post-preview {
    padding-block: 24px;
    border-top: 1px solid #323429;
  }
}
@media screen and (max-width: 999px) {
  .post-previews .post-previews-grid .post-preview:last-child {
    border-bottom: 1px solid #323429;
  }
}
.post-previews .post-previews-links {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  grid-column: 1/4;
}
.post-previews .post-previews-links .back-to-top {
  color: #a6a6a6;
  border-color: #a6a6a6;
}
@media screen and (max-width: 767px) {
  .post-previews .post-previews-links .back-to-top {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .post-previews .post-previews-category-meta {
    grid-column: 1/4;
    grid-row: 1/2;
  }
}

.post-preview {
  display: grid;
  grid-template-columns: clamp(80px, 28%, 120px) 1fr;
  gap: 20px;
}
@media screen and (min-width: 1000px) {
  .post-preview {
    grid-template-columns: 1fr;
    grid-template-rows: clamp(0px, 22vw, 334px) auto;
  }
}
.post-preview .post-preview-content {
  color: #323429;
}
@media screen and (min-width: 1000px) {
  .post-preview .post-preview-content {
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
  }
}
.post-preview .post-preview-title {
  font-size: 1.25rem;
  margin: 0 0 10px;
}
@media screen and (min-width: 1000px) {
  .post-preview .post-preview-title {
    font-size: 1.5rem;
    margin: 0 0 24px;
  }
}
.post-preview .post-preview-image-link {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (min-width: 1000px) {
  .post-preview .post-preview-image-link {
    grid-row: 1/2;
    display: flex;
  }
}
.post-preview .post-preview-image {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .post-preview .post-preview-image {
    aspect-ratio: 431/334;
    display: flex;
  }
}
@media screen and (min-width: 1000px) {
  .post-preview .post-preview-meta {
    border-top: 1px solid #323429;
    border-bottom: 1px solid #323429;
    display: block;
    margin-block: auto 0;
  }
}

.post-preview-featured {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  padding-top: 82vw;
}
@media screen and (min-width: 768px) {
  .post-preview-featured {
    background-color: #ffffff;
    display: grid;
    grid-template-columns: clamp(150px, 50%, 430px) 1fr;
    grid-template-rows: auto;
    padding-top: 0;
    grid-column: 1/4;
  }
}
.post-preview-featured .post-preview-image-container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-preview-featured .post-preview-image-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media screen and (min-width: 1000px) {
  .post-preview-featured .post-preview-image-container {
    min-height: 441px;
  }
}
.post-preview-featured .post-preview-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .post-preview-featured .post-preview-image-link {
    grid-column: 2/3;
  }
}
.post-preview-featured .post-preview-content {
  color: #ffffff;
  position: relative;
  z-index: 5;
  padding: 22px;
}
.post-preview-featured .post-preview-content::after {
  content: "";
  position: absolute;
  inset: 0;
  top: -300px;
  background: linear-gradient(180deg, rgba(50, 52, 41, 0) 50%, #323429 67.5%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .post-preview-featured .post-preview-content {
    grid-column: 1/2;
    grid-row: 1/2;
    padding: 30px 19px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    color: #323429;
  }
  .post-preview-featured .post-preview-content::after {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .post-preview-featured .post-preview-content .post-preview-content-inner {
    margin-block: auto;
  }
}
.post-preview-featured .post-preview-excerpt {
  margin: 0 0 19px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .post-preview-featured .post-preview-excerpt {
    font-size: 1.125rem;
  }
}
.post-preview-featured .post-preview-title {
  font-size: 1.5rem;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .post-preview-featured .post-preview-title {
    font-size: 2rem;
    margin: 0 0 5px;
    font-weight: 500;
  }
}

.post-preview-meta {
  font-size: 0.75rem;
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
  .post-preview-meta {
    margin-block: auto 0;
    padding: 12px 0;
    width: 100%;
  }
}

.post-preview-featured.post-preview-light-overlay .post-preview-content {
  color: #323429;
}
.post-preview-featured.post-preview-light-overlay .post-preview-content::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #fff 67.5%);
}

.products {
  padding-block: 0;
  margin-block: 48px;
}
@media screen and (max-width: 767px) {
  .products {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .products .products-heading-columns {
    margin-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  .products .products-heading-container {
    padding-inline: 24px;
  }
}
.products .products-heading {
  border-bottom: 1px solid #323429;
  padding-bottom: 7px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  width: 100%;
}
.products .product-carousel-container .splide__pagination {
  position: initial;
  margin-top: 20px;
}
.products .product-carousel-container .splide__pagination .splide__pagination__page {
  background-color: #b3b3b3;
}
.products .product-carousel-container .splide__pagination .splide__pagination__page.is-active {
  background-color: #1E1E1E;
}
.products .product-link {
  display: inline-block;
  margin-top: 20px;
}

.product-card {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 3/5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 1200px) {
  .product-card {
    aspect-ratio: 3/4;
  }
}
.product-card .product-card-bottom {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  background: linear-gradient(to bottom, rgba(241, 231, 220, 0) 0%, #f1e7dc 10%, #f1e7dc 100%);
}
.product-card .product-card-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.product-card .product-card-title {
  color: #323429;
  font-weight: 500;
  margin: 0 auto 4px;
  font-size: 1rem;
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .product-card .product-card-title {
    font-size: 1.25rem;
  }
}
.product-card .product-card-price {
  color: #323429;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
@media screen and (min-width: 768px) {
  .product-card .product-card-price {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .single-post .products .products-heading,
.page .products .products-heading {
    width: calc(100% - 12px);
  }
}

@media screen and (min-width: 1000px) {
  .newsletter-form .container .cta-card {
    min-height: 320px;
  }
}
.newsletter-form .wpforms-form {
  background-color: #ffffff;
  border-radius: 28px;
  padding: 0;
  align-items: center;
  display: flex;
  height: 56px;
  padding-right: 4px;
}
.newsletter-form .wpforms-form:has(.wpforms-error) {
  border: 1px solid red;
}
.newsletter-form .wpforms-form .wpforms-field {
  padding: 0;
}
.newsletter-form .wpforms-form input {
  display: none;
}
.newsletter-form .wpforms-form input[type=email] {
  display: flex;
  width: 100%;
  max-width: none;
  padding: 16px 24px;
  border: 0;
  background: transparent;
}
.newsletter-form .wpforms-form input[type=email].wpforms-error {
  border: 0 !important;
  box-shadow: none !important;
}
.newsletter-form .wpforms-form em.wpforms-error {
  display: none !important;
}
.newsletter-form .wpforms-form .wpforms-submit-container {
  margin: 0 !important;
}
.newsletter-form .wpforms-form .wpforms-submit-container button[type=submit] {
  font-size: 0;
  color: transparent;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-color: #F69371 !important;
  border-radius: 100%;
  background-image: url(../images/svgs/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 14px;
}

.block--links {
  margin: 2rem 0;
}
.block--links .links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.block--links .links .primary, .block--links .links article.post .entry-content .gbda-custom-cta .cta-button, article.post .entry-content .gbda-custom-cta .block--links .links .cta-button,
.block--links .links article.prose-author .entry-content .gbda-custom-cta .cta-button,
article.prose-author .entry-content .gbda-custom-cta .block--links .links .cta-button,
.block--links .links article.page .entry-content .gbda-custom-cta .cta-button,
article.page .entry-content .gbda-custom-cta .block--links .links .cta-button {
  background-color: #323429;
  color: #ffffff;
}

article.post .entry-content .block--full-width-cta {
  padding-inline: 0;
  margin: 2rem -12px;
  width: calc(100% + 24px);
}
article.post .entry-content .block--full-width-cta h2.heading-3, article.post .entry-content .block--full-width-cta .gbda-custom-cta h2.cta-text, article.post .entry-content .gbda-custom-cta .block--full-width-cta h2.cta-text {
  color: #ffffff;
}

article.post .entry-content .products,
article.page .entry-content .products {
  padding-inline: 0;
  margin: 2rem -12px;
  width: calc(100% + 24px);
}
@media screen and (max-width: 999px) {
  article.post .entry-content .products,
article.page .entry-content .products {
    width: calc(100% + 36px);
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  article.post .entry-content .products,
article.page .entry-content .products {
    width: calc(100% + 24px);
  }
}
article.post .entry-content .products .product-carousel-container,
article.page .entry-content .products .product-carousel-container {
  margin-top: 25px;
}

.author-card {
  display: flex;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background-color: #323429;
  color: #ffffff;
}
@media screen and (max-width: 999px) {
  .author-card {
    background-color: transparent;
    color: #323429;
    border-radius: 0;
  }
}
.author-card .author-image {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: top;
}
@media screen and (max-width: 999px) {
  .author-card .author-image {
    height: auto;
    width: 100%;
    aspect-ratio: 345/258;
    position: relative;
    border-radius: 8px;
  }
}
.author-card .author-card-link {
  width: 100%;
}
.author-card .author-card-link .author-card-content {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
  padding: 45px 64px;
  display: flex;
  flex-direction: column;
  min-height: 453px;
}
@media screen and (max-width: 999px) {
  .author-card .author-card-link .author-card-content {
    width: 100%;
    min-height: 0;
    padding: 24px 0 32px;
    border-bottom: 1px solid #323429;
  }
}
.author-card .author-card-link .author-card-title {
  margin: auto 0 10px;
}
@media screen and (max-width: 999px) {
  .author-card .author-card-link .author-card-title br {
    display: none;
  }
}
.author-card .author-card-link .author-card-bio {
  margin: 0 0 65px;
}
@media screen and (max-width: 999px) {
  .author-card .author-card-link .author-card-bio {
    margin: 0 0 24px;
  }
}
.author-card .author-card-link .button, .author-card .author-card-link article.post .entry-content .gbda-custom-cta .cta-button, article.post .entry-content .gbda-custom-cta .author-card .author-card-link .cta-button,
.author-card .author-card-link article.prose-author .entry-content .gbda-custom-cta .cta-button,
article.prose-author .entry-content .gbda-custom-cta .author-card .author-card-link .cta-button,
.author-card .author-card-link article.page .entry-content .gbda-custom-cta .cta-button,
article.page .entry-content .gbda-custom-cta .author-card .author-card-link .cta-button {
  color: #ffffff;
  margin-inline: 0 auto;
}
@media screen and (max-width: 999px) {
  .author-card .author-card-link .button, .author-card .author-card-link article.post .entry-content .gbda-custom-cta .cta-button, article.post .entry-content .gbda-custom-cta .author-card .author-card-link .cta-button,
.author-card .author-card-link article.prose-author .entry-content .gbda-custom-cta .cta-button,
article.prose-author .entry-content .gbda-custom-cta .author-card .author-card-link .cta-button,
.author-card .author-card-link article.page .entry-content .gbda-custom-cta .cta-button,
article.page .entry-content .gbda-custom-cta .author-card .author-card-link .cta-button {
    color: #323429;
  }
}

.block--references {
  margin: 1rem 0;
}
.block--references .references-heading {
  border-bottom: 1px solid #323429;
  padding-bottom: 7px;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  width: 100%;
}
.block--references ol.references {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 10px !important;
}
.block--references ol.references .reference-item {
  scroll-margin-top: 120px;
}
.block--references ol.references .reference-item *, .block--references ol.references .reference-item p {
  font-size: 10px;
}
.block--references ol.references .reference-item p {
  margin-top: 0;
  margin-bottom: 1em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: height 0.2s ease-in-out;
  background-color: #ffffff;
  height: 55px;
}
@media screen and (max-width: 1223px) {
  .site-header {
    overflow: hidden;
  }
}
.site-header .hamburger-toggle {
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.site-header .hamburger-toggle svg {
  width: 16px;
  height: 14px;
}
.site-header .hamburger-icon {
  display: block;
}
.site-header .close-icon {
  display: none;
}
@media screen and (max-width: 1223px) {
  .site-header.active {
    height: 100vh;
  }
  .site-header.active .menu {
    height: 100%;
    padding: 17px 0;
    opacity: 1;
    pointer-events: initial;
  }
  .site-header.active .hamburger-icon {
    display: none;
  }
  .site-header.active .close-icon {
    display: block;
  }
  .site-header.active .header-cta {
    display: flex;
    opacity: 1;
  }
}
.site-header .primary-nav-inner {
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
  height: 100%;
  width: 100%;
}
.site-header .primary-nav-inner .hamburger-toggle {
  display: none;
}
@media screen and (max-width: 1223px) {
  .site-header .primary-nav-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 55px 1fr 1fr;
    justify-content: space-between;
  }
  .site-header .primary-nav-inner .hamburger-toggle {
    display: block;
    grid-column: 1/2;
    grid-row: 1/2;
    margin-inline: 0 auto;
  }
  .site-header .primary-nav-inner .site-title {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-inline: auto;
  }
  .site-header .primary-nav-inner .primary-nav-buttons {
    grid-column: 3/4;
    grid-row: 1/2;
    margin-inline: auto 0;
  }
  .site-header .primary-nav-inner .menu {
    grid-column: 1/4;
    grid-row: 2/3;
  }
}
.site-header .site-title {
  display: flex;
}
.site-header .primary-nav {
  background-color: #ffffff;
  padding: 17px 32px;
  height: 100%;
}
@media screen and (max-width: 1223px) {
  .site-header .primary-nav {
    padding: 0px 20px;
  }
}
.site-header .menu {
  display: flex;
  font-size: 1.25rem;
  letter-spacing: -0.02rem;
  gap: 2rem;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  height: calc(100vh - 58px);
  flex-direction: column;
  padding: 0;
  height: 0;
  transition: height 0.2s ease-in-out, padding 0.2s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1223px) {
  .site-header .menu {
    gap: 6px;
    overflow: scroll;
  }
}
@media screen and (min-width: 1224px) {
  .site-header .menu {
    position: initial;
    height: auto;
    width: auto;
    background-color: transparent;
    position: initial;
    flex-direction: row;
    font-size: 0.875rem;
    pointer-events: initial;
    opacity: 1;
  }
}
.site-header .menu a:hover {
  text-decoration: underline;
}
.site-header .menu .menu-item {
  display: flex;
  align-items: center;
}
.site-header .menu .menu-item-has-children {
  position: relative;
  gap: 4px;
}
@media screen and (max-width: 1223px) {
  .site-header .menu .menu-item-has-children {
    align-items: flex-start;
    flex-direction: column;
  }
}
.site-header .menu .menu-item-has-children::after {
  content: "";
  background-image: url(../images/svgs/caret-down.svg);
  background-size: 100%;
  width: 8px;
  height: 4px;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 1223px) {
  .site-header .menu .menu-item-has-children::after {
    position: absolute;
    right: 0;
    top: 12px;
  }
}
.site-header .menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: initial;
}
@media screen and (max-width: 1223px) {
  .site-header .menu .menu-item-has-children:hover .sub-menu {
    display: flex;
  }
}
@media screen and (max-width: 1223px) {
  .site-header .menu .menu-item-has-children:hover::after {
    transform: scale(-1);
  }
}
.site-header .menu .sub-menu {
  background-color: #ffffff;
  padding: 35px 16px 18px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  width: -moz-max-content;
  width: max-content;
  max-width: 240px;
}
@media screen and (max-width: 1223px) {
  .site-header .menu .sub-menu {
    display: none;
    padding: 6px 0 0;
    gap: 6px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1224px) {
  .site-header .menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    padding: 35px 16px 18px;
  }
}
.site-header .primary-nav-buttons {
  display: flex;
  align-items: center;
  margin-inline: auto 0;
  color: #171717;
  gap: 1.5rem;
}
@media screen and (max-width: 1223px) {
  .site-header .primary-nav-buttons {
    margin-inline: initial;
  }
}
.site-header .site-logo {
  align-items: center;
  display: flex;
}
.site-header .site-logo svg,
.site-header .site-logo img {
  height: 22px;
  width: auto;
}
.site-header .nav-button img {
  vertical-align: top;
  height: 22px;
  width: auto;
}
.site-header .header-cta {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  z-index: 5;
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
  grid-column: 1/4;
  grid-row: 3/4;
  margin-block: auto 0;
}
@media screen and (min-width: 1224px) {
  .site-header .header-cta {
    display: none;
  }
}
.site-header .header-cta p {
  font-size: 0.875rem;
}
.site-header .header-cta .button.primary, .site-header .header-cta article.post .entry-content .gbda-custom-cta .cta-button, article.post .entry-content .gbda-custom-cta .site-header .header-cta .cta-button,
.site-header .header-cta article.prose-author .entry-content .gbda-custom-cta .cta-button,
article.prose-author .entry-content .gbda-custom-cta .site-header .header-cta .cta-button,
.site-header .header-cta article.page .entry-content .gbda-custom-cta .cta-button,
article.page .entry-content .gbda-custom-cta .site-header .header-cta .cta-button {
  background-color: #4d523d;
  color: #ffffff;
  border-radius: 0;
}
.site-header .header-cta .button.secondary, .site-header .header-cta article.post .entry-content .gbda-custom-cta .secondary.cta-button, article.post .entry-content .gbda-custom-cta .site-header .header-cta .secondary.cta-button,
.site-header .header-cta article.prose-author .entry-content .gbda-custom-cta .secondary.cta-button,
article.prose-author .entry-content .gbda-custom-cta .site-header .header-cta .secondary.cta-button,
.site-header .header-cta article.page .entry-content .gbda-custom-cta .secondary.cta-button,
article.page .entry-content .gbda-custom-cta .site-header .header-cta .secondary.cta-button {
  background-color: #ffffff;
  color: #4d523d;
  border-color: #4d523d;
  border-radius: 0;
  margin-block: auto;
}

.blog-header {
  background-color: #faf7f2;
  box-shadow: 0px 2px 3px 0px #32342914;
  border-bottom: 1px solid transparent;
  position: sticky;
  top: 55px;
  height: 49px;
  overflow: hidden;
  transition: height 0.2s ease-in-out, border-bottom 0.2s ease-in-out;
  max-height: 500px;
  padding-inline: 32px;
  z-index: 5;
}
@media screen and (max-width: 1223px) {
  .blog-header {
    padding-inline: 20px;
  }
}
.blog-header .blog-logo {
  height: 20px;
  width: auto;
  vertical-align: top;
  margin-block: auto;
}
.blog-header .blog-title {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
}
.blog-header .blog-subtitle {
  font-size: 0.75rem;
  padding-left: 8px;
  border-left: 1px solid #d9d9d9;
}
.blog-header .blog-header-grid {
  display: grid;
  grid-template-columns: 40% 1fr;
  grid-template-rows: 49px 1fr;
  gap: 52px clamp(52px, 8.33vw, 124px);
  padding-bottom: 84px;
}
@media screen and (max-width: 999px) {
  .blog-header .blog-header-grid {
    grid-template-columns: 1fr auto;
    gap: 36px clamp(52px, 8.33vw, 124px);
  }
}
.blog-header .blog-titles {
  align-items: center;
  grid-column: 1/2;
  grid-row: 1/2;
  margin-inline: 0 auto;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 999px) {
  .blog-header .blog-titles {
    grid-column: 1/2;
    grid-row: initial;
  }
}
.blog-header .blog-header-toggle-container {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.blog-header .blog-header-toggle-container .toggle-button {
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  margin-block: auto;
  margin-inline: auto 0;
  padding-inline: 16px 0;
}
.blog-header .blog-header-toggle-container .toggle-icon svg {
  width: 16px;
  height: auto;
}
.blog-header .blog-header-link-container {
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  flex-direction: column;
  margin-inline: auto 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .blog-header .blog-header-link-container {
    grid-column: 1/3;
    grid-row: initial;
  }
}
.blog-header .blog-header-cta {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 8%;
  border-bottom: 2px solid #C5765A;
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .blog-header .blog-header-cta {
    margin-inline: auto;
    font-size: 0.75rem;
  }
}
.blog-header .close-menu-button {
  -webkit-appearance: none;
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-color: transparent;
  border: 0;
}
@media screen and (max-width: 999px) {
  .blog-header .close-menu-button {
    display: none;
  }
}
.blog-header .close-menu-button-mobile {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  position: fixed;
  bottom: 46px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .blog-header .close-menu-button-mobile {
    display: none;
  }
}
.blog-header.active {
  border-bottom: 1px solid rgba(185, 194, 166, 0.2);
  height: calc(100vh - 55px);
}
@media screen and (max-width: 999px) {
  .blog-header.active {
    max-height: none;
  }
}
.blog-header.active .blog-header-toggle-container .toggle-icon svg {
  transform: rotate(180deg);
}
.blog-header.active .header-search,
.blog-header.active .blog-header-link-container {
  opacity: 1;
}
.blog-header.active .close-menu-button {
  pointer-events: initial;
}
.blog-header.active .close-menu-button-mobile {
  pointer-events: initial;
  opacity: 1;
}

.admin-bar .site-header {
  top: 32px;
}
.admin-bar .blog-header {
  top: 87px;
}
@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
  .admin-bar .blog-header {
    top: 101px;
  }
}

.header-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 15px;
  width: 100%;
  padding-bottom: 34px;
  margin-bottom: 34px;
  border-bottom: 1px solid #323429;
}
@media screen and (max-width: 1399px) {
  .header-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 999px) {
  .header-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }
}
.header-links .button, .header-links article.post .entry-content .gbda-custom-cta .cta-button, article.post .entry-content .gbda-custom-cta .header-links .cta-button,
.header-links article.prose-author .entry-content .gbda-custom-cta .cta-button,
article.prose-author .entry-content .gbda-custom-cta .header-links .cta-button,
.header-links article.page .entry-content .gbda-custom-cta .cta-button,
article.page .entry-content .gbda-custom-cta .header-links .cta-button {
  padding-inline: 14px;
}
@media screen and (max-width: 999px) {
  .header-links .button, .header-links article.post .entry-content .gbda-custom-cta .cta-button, article.post .entry-content .gbda-custom-cta .header-links .cta-button,
.header-links article.prose-author .entry-content .gbda-custom-cta .cta-button,
article.prose-author .entry-content .gbda-custom-cta .header-links .cta-button,
.header-links article.page .entry-content .gbda-custom-cta .cta-button,
article.page .entry-content .gbda-custom-cta .header-links .cta-button {
    padding: 4px 12px;
    font-size: 0.75rem;
  }
}

.header-search {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-inline: 0 auto;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
@media screen and (max-width: 999px) {
  .header-search {
    grid-column: 1/3;
    grid-row: initial;
    width: 100%;
  }
}

.header-description {
  font-size: 1.125rem;
  padding-bottom: 48px;
}
@media screen and (max-width: 999px) {
  .header-description {
    display: none;
  }
}
.header-description *:first-child {
  margin-top: 0;
}
.header-description *:last-child {
  margin-bottom: 0;
}

#scroll-progress-bar-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #B9C2A6;
  z-index: 1;
}

#scroll-progress-bar {
  height: 100%;
  background-color: #323429;
  width: 0%;
  transition: width 0.1s ease-out;
}

.single-post .blog-header {
  border-bottom: 0;
}

.site-footer {
  background-color: #161716;
  color: #ffffff;
  padding: 48px 33px;
}
@media screen and (min-width: 768px) {
  .site-footer {
    padding-block: 64px;
  }
}
@media screen and (min-width: 1000px) {
  .site-footer {
    padding: 64px;
  }
}
.site-footer .footer-heading {
  font-size: 2rem;
  margin: 0 0 16px;
}
.site-footer .footer-link {
  color: #ffffff;
}
.site-footer .footer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
  padding-block: 40px;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-logos {
    padding-block: 0;
    justify-content: flex-end;
  }
}
.site-footer .footer-logos .footer-logo {
  height: 83px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-logos .footer-logo {
    height: 116px;
  }
}
.site-footer .menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
  padding: 48px 0;
  border-block: 1px solid #6C6C6C;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .site-footer .menu ul {
    border: 0;
    grid-template-columns: repeat(3, 1fr);
    padding-block: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .site-footer .menu ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .site-footer .menu ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
.site-footer .menu ul .updated {
  display: flex;
  flex-direction: column;
}
.site-footer .menu ul .updated:after {
  content: "Updated";
  color: #F69371;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
}
.site-footer .social-and-menu {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .site-footer .social-and-menu {
    flex-direction: column;
    margin-top: 52px;
  }
}
.site-footer .footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 36px;
  padding: 48px 0 8px;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-social-links {
    border-top: 1px solid #6C6C6C;
    padding-top: 64px;
  }
}
.site-footer .footer-social-links .social-icon {
  height: 20px;
  width: auto;
}
.site-footer .colophon,
.site-footer .colophon .colophon-links {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  gap: 12px;
  color: #a6a6a6;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.error-404 {
  min-height: 700px;
  display: flex;
  align-items: center;
}
.error-404 h1 {
  text-align: center;
  margin-bottom: 32px;
  max-width: 500px;
}
.error-404 a {
  margin: 0 auto;
}
.error-404 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-post-section img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 30vw;
  margin-bottom: 32px;
}
@media screen and (max-width: 1399px) {
  .single-post-section img {
    max-height: 400px;
  }
}
.single-post-section .posted-on {
  padding-bottom: 16px;
  display: block;
}

.search-section {
  padding-block: 0;
}

.posts-page .post-card h2,
.block--post-preview .post-card h2 {
  padding-top: 16px;
}
.posts-page .post-card .posted-on,
.block--post-preview .post-card .posted-on {
  padding-bottom: 16px;
  display: block;
}

.single-post .related-posts,
.single-prose-author .related-posts {
  display: none;
  padding-block: 38px;
  background-color: #EDEFE9;
}
@media screen and (max-width: 999px) {
  .single-post .related-posts,
.single-prose-author .related-posts {
    display: flex;
  }
}
.single-post .related-posts .container,
.single-prose-author .related-posts .container {
  width: 100%;
}
.single-post .related-posts .related-posts-heading,
.single-prose-author .related-posts .related-posts-heading {
  color: #323429;
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding-bottom: 20px;
  border-bottom: 1px solid #323429;
  margin-bottom: 0;
}
.single-post .related-posts .post-preview,
.single-prose-author .related-posts .post-preview {
  padding-block: 24px;
  border-bottom: 1px solid #323429;
}
.single-post .related-posts .post-preview img,
.single-prose-author .related-posts .post-preview img {
  vertical-align: top;
}
.single-post .related-posts .post-preview-content,
.single-prose-author .related-posts .post-preview-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-post .trending-posts,
.single-prose-author .trending-posts {
  background-color: #EDEFE9;
  padding-top: 0;
  position: relative;
}
.single-post .trending-posts:after,
.single-prose-author .trending-posts:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-color: #ffffff;
  z-index: 1;
}
.single-post .post-footer-authors,
.single-prose-author .post-footer-authors {
  background-color: #EDEFE9;
  padding-top: 0;
}
.single-post .author-info,
.single-prose-author .author-info {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 999px) {
  .single-post .author-info,
.single-prose-author .author-info {
    display: none;
  }
}
.single-post .author-info .author-image,
.single-prose-author .author-info .author-image {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-post .author-info .author-bio,
.single-prose-author .author-info .author-bio {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-post .author-info .author-title,
.single-prose-author .author-info .author-title {
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.single-post .author-info .author-name,
.single-prose-author .author-info .author-name {
  font-family: "Simplon Norm", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
.single-post .author-container,
.single-prose-author .author-container {
  width: 100%;
  max-width: 1064px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.single-post .author-container .author-link-container,
.single-prose-author .author-container .author-link-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-post .author-container .back-to-top,
.single-prose-author .author-container .back-to-top {
  margin-inline: auto 0;
  color: #a6a6a6;
  border-bottom-color: #a6a6a6;
}
.single-post .author-footer-desktop,
.single-prose-author .author-footer-desktop {
  display: flex;
  gap: 20px;
  padding: 20px 42px;
  border-radius: 8px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .single-post .author-footer-desktop,
.single-prose-author .author-footer-desktop {
    display: none;
  }
}
.single-post .author-footer-desktop .author-image,
.single-prose-author .author-footer-desktop .author-image {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  border-radius: 100%;
}
.single-post .author-footer-desktop .author-image-link,
.single-prose-author .author-footer-desktop .author-image-link {
  display: flex;
  align-items: center;
}
.single-post .author-footer-desktop .author-bio,
.single-prose-author .author-footer-desktop .author-bio {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-post .author-footer-desktop .author-bio .author-title,
.single-prose-author .author-footer-desktop .author-bio .author-title {
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 14px;
  color: #323429;
}
.single-post .author-footer-desktop .author-bio .author-name,
.single-prose-author .author-footer-desktop .author-bio .author-name {
  font-family: "Saol Text", sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  margin: 0;
  color: #161716;
  line-height: 1.2;
}
.single-post .author-footer-desktop .author-bio .author-job-title,
.single-prose-author .author-footer-desktop .author-bio .author-job-title {
  font-size: 1.125rem;
  margin-top: 4px;
}
.single-post .author-footer-desktop .author-excerpt,
.single-prose-author .author-footer-desktop .author-excerpt {
  width: 50%;
  max-width: 500px;
  padding-left: 20px;
  border-left: 1px solid #161716;
  margin-block: auto;
  margin-inline: auto 0;
}
.single-post .author-footer-desktop .author-excerpt .read-more,
.single-prose-author .author-footer-desktop .author-excerpt .read-more {
  font-weight: 500;
  text-decoration: underline;
  color: #161716;
}
.single-post .author-footer-mobile,
.single-prose-author .author-footer-mobile {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 12px 0px #0000001A;
  border-radius: 8px;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .single-post .author-footer-mobile,
.single-prose-author .author-footer-mobile {
    display: none;
  }
}
.single-post .author-footer-mobile .author-toggle,
.single-prose-author .author-footer-mobile .author-toggle {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #323429;
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  background-color: #B9C2A6;
  border-radius: 8px 8px 0 0;
  border: 0;
  padding: 12px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-post .author-footer-mobile .author-toggle:after,
.single-prose-author .author-footer-mobile .author-toggle:after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background-image: url(../images/svgs/caret-down.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
}
.single-post .author-footer-mobile.closed .author-toggle,
.single-prose-author .author-footer-mobile.closed .author-toggle {
  border-radius: 8px;
}
.single-post .author-footer-mobile.closed .author-toggle:after,
.single-prose-author .author-footer-mobile.closed .author-toggle:after {
  transform: rotate(0deg);
}
.single-post .author-footer-mobile.closed .author-footer-top,
.single-post .author-footer-mobile.closed .author-excerpt,
.single-prose-author .author-footer-mobile.closed .author-footer-top,
.single-prose-author .author-footer-mobile.closed .author-excerpt {
  display: none;
}
.single-post .author-footer-mobile .author-footer-top,
.single-prose-author .author-footer-mobile .author-footer-top {
  display: flex;
  gap: 20px;
  padding: 13px;
  align-items: center;
}
.single-post .author-footer-mobile .author-footer-top .author-image,
.single-prose-author .author-footer-mobile .author-footer-top .author-image {
  width: 96px;
  height: 96px;
  border-radius: 100%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.single-post .author-footer-mobile .author-footer-top .author-bio,
.single-prose-author .author-footer-mobile .author-footer-top .author-bio {
  display: flex;
  flex-direction: column;
}
.single-post .author-footer-mobile .author-footer-top .author-bio .author-name,
.single-prose-author .author-footer-mobile .author-footer-top .author-bio .author-name {
  font-family: "Saol Text", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  color: #161716;
  line-height: 1.2;
}
.single-post .author-footer-mobile .author-footer-top .author-bio .author-title,
.single-prose-author .author-footer-mobile .author-footer-top .author-bio .author-title {
  font-family: "Simplon Mono", "Simplon Norm", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.4px;
  margin-top: 8px;
  color: #323429;
}
.single-post .author-footer-mobile .author-excerpt,
.single-prose-author .author-footer-mobile .author-excerpt {
  padding: 6px 13px 13px;
}
.single-post .author-footer-mobile .author-excerpt .read-more,
.single-prose-author .author-footer-mobile .author-excerpt .read-more {
  font-weight: 500;
  text-decoration: underline;
  color: #161716;
}

.archive.category .archive-trending-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .archive.category .archive-trending-mobile {
    display: block;
  }
}
.archive.category .archive-trending-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .archive.category .archive-trending-desktop {
    display: none;
  }
}

.author-grid {
  padding-top: 28px;
  border-top: 1px solid #323429;
  display: flex;
  justify-content: space-between;
  gap: 36px;
}
@media screen and (max-width: 999px) {
  .author-grid {
    flex-direction: column-reverse;
    padding-top: 0;
    border-top: 0;
  }
}
.author-grid .entry-sidebar {
  margin-top: -36px;
}
@media screen and (min-width: 1000px) {
  .author-grid .entry-sidebar {
    background-color: #E0E4D9;
    border-radius: 8px;
    padding: 14px;
    width: 280px;
    margin-top: 0;
    margin-bottom: auto;
    flex-shrink: 0;
    top: 120px;
    position: sticky;
  }
}
@media screen and (max-width: 999px) {
  .author-grid .entry-sidebar.closed .sidebar-toggle:after {
    transform: rotate(0deg);
  }
  .author-grid .entry-sidebar.closed .custom-table-of-contents {
    display: none;
  }
}

.author-main {
  position: relative;
  padding-bottom: 40px;
  padding-inline: 30px;
}
@media screen and (max-width: 767px) {
  .author-main {
    padding-inline: 24px;
  }
}
.author-main * {
  position: relative;
  z-index: 1;
}
.author-main:after {
  content: "";
  width: 100%;
  height: 400px;
  background-color: #EDEFE9;
  position: absolute;
  height: 200px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 999px) {
  .author-main:after {
    display: none;
  }
}
.author-main .author-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 999px) {
  .author-main .author-cards {
    gap: 36px;
  }
}
.author-main .author-cards .author-card:last-child .author-card-content {
  border-bottom: 0;
}
.author-main .author-links {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.author-main .author-links .back-to-top {
  color: #a6a6a6;
  border-bottom: 1px solid #a6a6a6;
}
