@charset "UTF-8";
/* ------------------------------------------------------------------------------ /*
/*  THEME STYLES
/* ------------------------------------------------------------------------------ */
:root {
  /* Colors */
  --dc-background-color: #E3F7F9;
  --dc-background-alt-color: #8DD4D5;
  --dc-primary-color: #141C50;
  --dc-secondary-color: #9D9D9D;
  --dc-border-color: #BCBCBC;
  --dc-border-dark-color: #707070;
  --dc-accent-color: #8D89C2;
  --dc-accent-bright-color: #43419A;
  --dc-accent-dark-color: #2494AE;
  --dc-white-color: #FFFFFF;
  --dc-black-color: #1A1A1A;
  /* Alignments */
  --dc-inner-width-thin: 64rem;
  --dc-inner-width-small: 86rem;
  --dc-inner-width-medium: 108rem;
  --dc-inner-width-wide: 120rem;
  --dc-inner-width-max: 140rem;
  /* Spacing */
  --dc-gutter: clamp(4.8rem, calc(7.1vw + 2.133rem), 19.2rem);
  --dc-gap: clamp(2.4rem, calc(3.6vw + 1.067rem), 9.6rem);
  --dc-spacer: clamp(2.4rem, calc(1.2vw + 1.956rem), 4.8rem);
  --dc-spacer-xxs: clamp(1.2rem, calc(0.2vw + 1.126rem), 1.6rem);
  --dc-spacer-xs: clamp(1.6rem, calc(0.4vw + 1.452rem), 2.4rem);
  --dc-spacer-sm: clamp(2.4rem, calc(0.4vw + 2.252rem), 3.2rem);
  --dc-spacer-md: clamp(2.4rem, calc(2vw + 1.659rem), 6.4rem);
  --dc-spacer-lg: clamp(2.4rem, calc(3.6vw + 1.067rem), 9.6rem);
  --dc-spacer-xl: clamp(3.2rem, calc(3.2vw + 2.015rem), 9.6rem);
  --dc-spacer-xxl: clamp(4.8rem, calc(4vw + 3.319rem), 12.8rem);
  /* Typography */
  --dc-body-font-size: clamp(1.7rem, calc(0.2vw + 1.626rem), 2.1rem);
  --dc-body-line-height: clamp(2.55rem, calc(0.3vw + 2.439rem), 3.15rem);
  --dc-body-font: "DM Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
  --dc-body-font-weight: 400;
  --dc-body-font-weight-bold: 700;
  --dc-body-letter-spacing: 0;
  --dc-body-text-transform: none;
  --dc-body-paragraph-spacing: 1.5em;
  --dc-body-link-color: var(--dc-white-color);
  --dc-heading-font: var(--dc-body-font);
  --dc-heading-font-weight: 600;
  --dc-heading-font-weight-bold: 600;
  --dc-heading-letter-spacing: 0;
  --dc-heading-text-transform: none;
  --dc-heading-text-color: var(--dc-primary-color);
  --dc-h1-font-size: clamp(3.2rem, calc(1.4vw + 2.681rem), 6rem);
  --dc-h1-line-height: clamp(3.84rem, calc(1.7vw + 3.218rem), 7.2rem);
  --dc-h1-letter-spacing: -0.005em;
  --dc-h1-text-transform: var(--dc-heading-text-transform);
  --dc-h2-font-size: clamp(2.4rem, calc(0.6vw + 2.178rem), 3.6rem);
  --dc-h2-line-height: clamp(3rem, calc(0.7vw + 2.756rem), 4.32rem);
  --dc-h2-letter-spacing: var(--dc-heading-letter-spacing);
  --dc-h2-text-transform: var(--dc-heading-text-transform);
  --dc-h3-font-size: clamp(2rem, calc(0.1vw + 1.963rem), 2.2rem);
  --dc-h3-line-height: clamp(2.6rem, calc(0.2vw + 2.531rem), 2.97rem);
  --dc-h3-letter-spacing: var(--dc-heading-letter-spacing);
  --dc-h3-text-transform: var(--dc-heading-text-transform);
  --dc-h4-font-size: clamp(1.8rem, calc(0.1vw + 1.763rem), 2rem);
  --dc-h4-line-height: clamp(2.52rem, calc(0.1vw + 2.468rem), 2.8rem);
  --dc-h4-letter-spacing: var(--dc-heading-letter-spacing);
  --dc-h4-text-transform: var(--dc-heading-text-transform);
  --dc-h5-font-size: clamp(1.8rem, calc(0.1vw + 1.763rem), 2rem);
  --dc-h5-line-height: clamp(2.52rem, calc(0.1vw + 2.468rem), 2.8rem);
  --dc-h5-letter-spacing: var(--dc-heading-letter-spacing);
  --dc-h5-text-transform: var(--dc-heading-text-transform);
  --dc-h6-font-size: clamp(1.8rem, calc(0.1vw + 1.763rem), 2rem);
  --dc-h6-line-height: clamp(2.52rem, calc(0.1vw + 2.468rem), 2.8rem);
  --dc-h6-letter-spacing: var(--dc-heading-letter-spacing);
  --dc-h6-text-transform: var(--dc-heading-text-transform);
  --dc-prefix-font-size: clamp(1.2rem, calc(0.3vw + 1.089rem), 1.8rem);
  --dc-prefix-line-height: clamp(1.68rem, calc(0.4vw + 1.524rem), 2.52rem);
  --dc-prefix-font: var(--dc-body-font);
  --dc-prefix-font-weight: 500;
  --dc-prefix-font-weight-bold: 700;
  --dc-prefix-letter-spacing: 0.1em;
  --dc-prefix-text-transform: uppercase;
  --dc-prefix-text-color: var(--dc-primary-color);
  --dc-prefix-small-font-size: clamp(1.2rem, calc(0vw + 1.2rem), 1.2rem);
  --dc-prefix-small-line-height: clamp(1.68rem, calc(0vw + 1.68rem), 1.68rem);
  --dc-prefix-large-font-size: clamp(1.6rem, calc(0vw + 1.581rem), 1.7rem);
  --dc-prefix-large-line-height: clamp(2.24rem, calc(0.1vw + 2.214rem), 2.38rem);
  --dc-xs-font-size: clamp(1.5rem, calc(0.1vw + 1.463rem), 1.7rem);
  --dc-xs-line-height: clamp(2.25rem, calc(0.1vw + 2.194rem), 2.55rem);
  --dc-sm-font-size: clamp(1.8rem, calc(0.1vw + 1.763rem), 2rem);
  --dc-sm-line-height: clamp(2.7rem, calc(0.2vw + 2.626rem), 3.1rem);
  --dc-lg-font-size: clamp(1.8rem, calc(0.2vw + 1.707rem), 2.3rem);
  --dc-lg-line-height: clamp(2.7rem, calc(0.4vw + 2.54rem), 3.565rem);
  --dc-xl-font-size: clamp(2.4rem, calc(0.4vw + 2.252rem), 3.2rem);
  --dc-xl-line-height: clamp(3.12rem, calc(0.5vw + 2.927rem), 4.16rem);
  /* Buttons */
  --dc-button-font-size: clamp(1.4rem, calc(0vw + 1.381rem), 1.5rem);
  --dc-button-font: var(--dc-body-font);
  --dc-button-text-color: var(--dc-white-color);
  --dc-button-background-color: var(--dc-accent-color);
  --dc-button-border-color: var(--dc-accent-color);
  --dc-button-border-width: 0.2rem;
  --dc-button-border-radius: 3.2rem;
  --dc-button-line-height: 1.2;
  --dc-button-font-weight: 500;
  --dc-button-padding-y: 1.2rem;
  --dc-button-padding-x: 3.2rem;
  --dc-button-text-transform: uppercase;
  --dc-button-letter-spacing: 0.1em;
  --dc-button-text-color-active: var(--dc-white-color);
  --dc-button-background-color-active: var(--dc-primary-color);
  --dc-button-border-color-active: var(--dc-primary-color);
  --dc-button-alt-text-color: var(--dc-primary-color);
  --dc-button-alt-background-color: var(--dc-border-color);
  --dc-button-alt-border-color: var(--dc-border-color);
  --dc-button-alt-text-color-active: var(--dc-white-color);
  --dc-button-alt-background-color-active: var(--dc-accent-color);
  --dc-button-alt-border-color-active: var(--dc-accent-color);
  --dc-button-outline-border-width: 0.2rem;
  --dc-button-outline-color: var(--dc-accent-color);
  --dc-button-outline-color-active: var(--dc-accent-color);
  --dc-button-outline-text-color-active: var(--dc-white-color);
  --dc-button-outline-background-color-active: var(--dc-accent-color);
  /* Selection */
  --dc-selection-background-color: var(--dc-accent-color);
  --dc-selection-text-color: var(--dc-white-color);
  /* Site Aside */
  --dc-aside-background-color: var(--dc-primary-color);
  --dc-aside-text-color: var(--dc-white-color);
  --dc-aside-width: 0.4rem;
}
@media (min-width: 640px) {
  :root {
    --dc-aside-width: clamp(6.4rem, calc(17.6vw - 4.848rem), 18rem);
  }
}
:root {
  /* Site Header */
  --dc-site-header-background-color: var(--dc-background-color);
  --dc-site-header-text-color: var(--dc-white-color);
  --dc-site-header-link-color: var(--dc-primary-color);
  --dc-site-header-link-color-active: var(--dc-primary-color);
  --dc-site-header-fixed-background-color: var(--dc-background-color);
  --dc-site-header-fixed-text-color: var(--dc-white-color);
  --dc-site-header-fixed-link-color: var(--dc-primary-color);
  --dc-site-header-fixed-link-color-active: var(--dc-primary-color);
  /* Menu Modal */
  --dc-menu-modal-background-color: var(--dc-background-color);
  --dc-menu-modal-text-color: var(--dc-primary-color);
  /* Hero */
  --dc-hero-background-color: transparent;
  --dc-hero-prefix-color: var(--dc-primary-color);
  --dc-hero-title-color: var(--dc-primary-color);
  --dc-hero-text-color: var(--dc-primary-color);
  /* Our Team */
  --dc-team-text-color: var(--dc-primary-color);
  --dc-team-background-color: transparent;
  /* Site Footer */
  --dc-site-footer-background-color: transparent;
  --dc-site-footer-text-color: var(--dc-primary-color);
  /* Animations */
  --dc-anim-speed: 1s;
  --dc-anim-speed-slow: 1.25s;
  --dc-anim-ease: cubic-bezier(0.5, 0, 0, 1);
  --dc-trans-speed: 0.15s;
  --dc-trans-speed-slow: 0.25s;
  --dc-trans-ease: ease;
  /* Dynamic Variables */
  --dc-screen-height: 100dvh;
  --dc-content-height: 100dvh;
  /* Admin Bar */
  --dc-admin-bar-height: 0;
}

.admin-bar {
  --dc-admin-bar-height: 4.6rem;
}
@media (min-width: 782px) {
  .admin-bar {
    --dc-admin-bar-height: 3.2rem;
  }
}

/* ------------------------------------------------------------------------------ /*
/*  CSS RESET
/* ------------------------------------------------------------------------------ */
html, body {
  border: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
  border: none;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
}

blockquote:before,
blockquote:after {
  content: "";
}

/* ------------------------------------------------------------------------------ /*
/*  SETUP
/* ------------------------------------------------------------------------------ */
html {
  font-size: 62.5%;
}

/* Fix for the admin bar */
@media (max-width: 599px) {
  html.scroll-locked {
    margin: 0 !important;
  }
}
html.has-aside {
  background-image: repeating-linear-gradient(90deg, var(--dc-menu-modal-background-color), var(--dc-menu-modal-background-color) var(--dc-aside-width), var(--dc-background-color) var(--dc-aside-width), var(--dc-background-color) 100%);
}

/* Layout */
html:not(.has-aside) {
  --dc-aside-width: 0rem;
}

body {
  background-color: var(--dc-background-color);
  background: linear-gradient(182deg, #F0FCFF -0.77%, #8DD4D5 16.36%, #729DF8 46.07%, #4AB2CA 78.8%, #2494AE 100.46%);
  border-left: var(--dc-aside-width) solid var(--dc-menu-modal-background-color);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: var(--dc-primary-color);
  font-family: var(--dc-body-font);
  font-size: var(--dc-body-font-size);
  font-weight: var(--dc-body-font-weight);
  text-transform: var(--dc-body-text-transform);
  min-height: calc(100vh - var(--dc-admin-bar-height));
  letter-spacing: var(--dc-body-letter-spacing);
  text-align: left;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-marquee-increment: 0vw;
  text-decoration-thickness: 0.1rem;
  text-underline-offset: 0.175em;
  word-break: break-word;
}

*:focus:not(:focus-visible) {
  outline: none;
}

::-moz-selection {
  background: var(--dc-selection-background-color);
  color: var(--dc-selection-text-color);
}

::selection {
  background: var(--dc-selection-background-color);
  color: var(--dc-selection-text-color);
}

#site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 31.8rem);
}
@media (min-width: 640px) {
  #site-content {
    min-height: calc(100vh - 39.4rem);
  }
}

#post-inner {
  padding-top: var(--dc-spacer-xl);
  padding-bottom: var(--dc-spacer-xxl);
  position: relative;
  z-index: 1;
}

.site-content-inner {
  width: 100%;
}

main {
  display: block;
  overflow: hidden;
}

/* Clearing ---------------------------------- */
.group:after,
.entry-content:after,
[class*=__inner-container]:after {
  clear: both;
  content: "";
  display: block;
}

/* Contain Margins --------------------------- */
:root .contain-margins > *:first-child,
:root .entry-content > *:first-child,
:root .wp-site-blocks > *:first-child,
:root .wp-site-blocks > .skip-link + *,
:root .comment-content > *:first-child,
:root *[class*=_inner-container] > *:first-child,
:root *[class*=_inner-container] > .wp-block-image:first-child > [class*=align],
:root fieldset > *:first-child,
:root form > *:first-child,
:root .col > *:first-child,
:root .wp-block-column > *:first-child,
:root .wp-block-media-text__content > *:first-child {
  margin-top: 0;
}

:root .contain-margins > *:last-child,
:root .wp-site-blocks > *:last-child,
:root .entry-content > *:last-child,
:root .comment-content > *:last-child,
:root *[class*=_inner-container] > *:last-child,
:root *[class*=_inner-container] > .wp-block-image:last-child > [class*=align],
:root fieldset > *:last-child,
:root form > *:last-child,
:root .col > *:last-child,
:root .wp-block-column > *:last-child,
:root .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}

/* Screen Reader Text ------------------------ */
.screen-reader-text {
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  height: 0.1rem;
  overflow: hidden;
  position: absolute !important;
  left: -999999rem;
  width: 0.1rem;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 0.2rem 0.2rem rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  height: auto;
  left: 0.5rem;
  line-height: normal;
  padding: 1.5rem 2.3rem 1.4rem 2.3rem;
  text-decoration: none;
  top: 0.5rem;
  width: auto;
  z-index: 100000;
}

/* Skip Link --------------------------------- */
.skip-link {
  position: absolute;
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
}

.skip-link:focus {
  left: 2.5rem;
  text-decoration: none;
}

/* ------------------------------------------------------------------------------ /*
/*  LAYOUT
/* ------------------------------------------------------------------------------ */
.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.screen-height {
  min-height: 100dvh;
}

.screen-width {
  position: relative;
  left: calc(50% - 50vw);
  width: 100vw;
}

.center-vertically {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center,
.center-h {
  margin-left: auto;
  margin-right: auto;
}

.center,
.center-v {
  margin-bottom: auto;
  margin-top: auto;
}

.no-scrollbars {
  scrollbar-width: none;
}

.no-scrollbars::-webkit-scrollbar {
  display: none;
}

/* Sections ---------------------------------- */
section {
  padding: 5rem 0;
  width: 100%;
}
@media (min-width: 640px) {
  section {
    padding: 8rem 0;
  }
}

.section-inner {
  margin: 0 auto;
  max-width: var(--dc-inner-width-max);
  width: calc(100% - var(--dc-gutter));
}

.section-inner.max-percentage {
  width: 100%;
}

.section-inner.no-margin {
  margin: 0;
}

/* Alignments ---------------------------------- */
:root .mw-thin {
  max-width: var(--dc-inner-width-thin);
}

:root .mw-small {
  max-width: var(--dc-inner-width-small);
}

:root .mw-medium {
  max-width: var(--dc-inner-width-medium);
}

:root .mw-wide {
  max-width: var(--dc-inner-width-wide);
}

:root .mw-max {
  max-width: var(--dc-inner-width-max);
}

/* Grid Structure ---------------------------- */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -2.4rem 0 -2.4rem -2.4rem;
  width: calc(100% + 4.8rem);
}
.grid.gutter-xs {
  margin: -0.8rem 0 -0.8rem -0.8rem;
  width: calc(100% + 1.6rem);
}
.grid.gutter-sm {
  margin: -1.6rem 0 -1.6rem -1.6rem;
  width: calc(100% + 3.2rem);
}
.grid.gutter-lg {
  margin: -3.2rem 0 -3.2rem -3.2rem;
  width: calc(100% + 6.4rem);
}
.grid.gutter-xl {
  margin: -4.8rem 0 -4.8rem -4.8rem;
  width: calc(100% + 9.6rem);
}

.col {
  padding: 2.4rem;
  width: 99.9996%;
}
.gutter-xs > .col {
  padding: 0.8rem;
}
.gutter-sm > .col {
  padding: 1.6rem;
}
.gutter-lg > .col {
  padding: 3.2rem;
}
.gutter-xl > .col {
  padding: 4.8rem;
}

.cols-1 > .col, :root .col-1 {
  width: 8.3333%;
}

.cols-2 > .col, :root .col-2 {
  width: 16.6666%;
}

.cols-3 > .col, :root .col-3 {
  width: 24.9999%;
}

.cols-4 > .col, :root .col-4 {
  width: 33.3332%;
}

.cols-5 > .col, :root .col-5 {
  width: 41.6665%;
}

.cols-6 > .col, :root .col-6 {
  width: 49.9998%;
}

.cols-7 > .col, :root .col-7 {
  width: 58.3331%;
}

.cols-8 > .col, :root .col-8 {
  width: 66.6664%;
}

.cols-9 > .col, :root .col-9 {
  width: 74.9997%;
}

.cols-10 > .col, :root .col-10 {
  width: 83.333%;
}

.cols-11 > .col, :root .col-11 {
  width: 91.6663%;
}

.cols-12 > .col, :root .col-12 {
  width: 99.9996%;
}

@media (min-width: 640px) {
  .cols-t-1 > .col, :root .col-t-1 {
    width: 8.3333%;
  }
  .cols-t-2 > .col, :root .col-t-2 {
    width: 16.6666%;
  }
  .cols-t-3 > .col, :root .col-t-3 {
    width: 24.9999%;
  }
  .cols-t-4 > .col, :root .col-t-4 {
    width: 33.3332%;
  }
  .cols-t-5 > .col, :root .col-t-5 {
    width: 41.6665%;
  }
  .cols-t-6 > .col, :root .col-t-6 {
    width: 49.9998%;
  }
  .cols-t-7 > .col, :root .col-t-7 {
    width: 58.3331%;
  }
  .cols-t-8 > .col, :root .col-t-8 {
    width: 66.6664%;
  }
  .cols-t-9 > .col, :root .col-t-9 {
    width: 74.9997%;
  }
  .cols-t-10 > .col, :root .col-t-10 {
    width: 83.333%;
  }
  .cols-t-11 > .col, :root .col-t-11 {
    width: 91.6663%;
  }
  .cols-t-12 > .col, :root .col-t-12 {
    width: 99.9996%;
  }
}
@media (min-width: 1000px) {
  .cols-l-1 > .col, :root .col-l-1 {
    width: 8.3333%;
  }
  .cols-l-2 > .col, :root .col-l-2 {
    width: 16.6666%;
  }
  .cols-l-3 > .col, :root .col-l-3 {
    width: 24.9999%;
  }
  .cols-l-4 > .col, :root .col-l-4 {
    width: 33.3332%;
  }
  .cols-l-5 > .col, :root .col-l-5 {
    width: 41.6665%;
  }
  .cols-l-6 > .col, :root .col-l-6 {
    width: 49.9998%;
  }
  .cols-l-7 > .col, :root .col-l-7 {
    width: 58.3331%;
  }
  .cols-l-8 > .col, :root .col-l-8 {
    width: 66.6664%;
  }
  .cols-l-9 > .col, :root .col-l-9 {
    width: 74.9997%;
  }
  .cols-l-10 > .col, :root .col-l-10 {
    width: 83.333%;
  }
  .cols-l-11 > .col, :root .col-l-11 {
    width: 91.6663%;
  }
  .cols-l-12 > .col, :root .col-l-12 {
    width: 99.9996%;
  }
}
@media (min-width: 1300px) {
  .cols-d-1 > .col, :root .col-d-1 {
    width: 8.3333%;
  }
  .cols-d-2 > .col, :root .col-d-2 {
    width: 16.6666%;
  }
  .cols-d-3 > .col, :root .col-d-3 {
    width: 24.9999%;
  }
  .cols-d-4 > .col, :root .col-d-4 {
    width: 33.3332%;
  }
  .cols-d-5 > .col, :root .col-d-5 {
    width: 41.6665%;
  }
  .cols-d-6 > .col, :root .col-d-6 {
    width: 49.9998%;
  }
  .cols-d-7 > .col, :root .col-d-7 {
    width: 58.3331%;
  }
  .cols-d-8 > .col, :root .col-d-8 {
    width: 66.6664%;
  }
  .cols-d-9 > .col, :root .col-d-9 {
    width: 74.9997%;
  }
  .cols-d-10 > .col, :root .col-d-10 {
    width: 83.333%;
  }
  .cols-d-11 > .col, :root .col-d-11 {
    width: 91.6663%;
  }
  .cols-d-12 > .col, :root .col-d-12 {
    width: 99.9996%;
  }
}
@media (min-width: 1600px) {
  .cols-dxl-1 > .col, :root .col-dxl-1 {
    width: 8.3333%;
  }
  .cols-dxl-2 > .col, :root .col-dxl-2 {
    width: 16.6666%;
  }
  .cols-dxl-3 > .col, :root .col-dxl-3 {
    width: 24.9999%;
  }
  .cols-dxl-4 > .col, :root .col-dxl-4 {
    width: 33.3332%;
  }
  .cols-dxl-5 > .col, :root .col-dxl-5 {
    width: 41.6665%;
  }
  .cols-dxl-6 > .col, :root .col-dxl-6 {
    width: 49.9998%;
  }
  .cols-dxl-7 > .col, :root .col-dxl-7 {
    width: 58.3331%;
  }
  .cols-dxl-8 > .col, :root .col-dxl-8 {
    width: 66.6664%;
  }
  .cols-dxl-9 > .col, :root .col-dxl-9 {
    width: 74.9997%;
  }
  .cols-dxl-10 > .col, :root .col-dxl-10 {
    width: 83.333%;
  }
  .cols-dxl-11 > .col, :root .col-dxl-11 {
    width: 91.6663%;
  }
  .cols-dxl-12 > .col, :root .col-dxl-12 {
    width: 99.9996%;
  }
}
/* NO VERTICAL GUTTER */
.grid.no-gutter,
.grid.no-v-gutter {
  margin-bottom: 0;
  margin-top: 0;
}

.grid.no-gutter > .col,
.grid.no-v-gutter > .col {
  padding-bottom: 0;
  padding-top: 0;
}

/* NO HORIZONTAL GUTTER */
.grid.no-gutter,
.grid.no-h-gutter {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.grid.no-gutter > .col,
.grid.no-h-gutter > .col {
  padding-left: 0;
  padding-right: 0;
}

/* Flexbox ------------------------------ */
.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-stretch {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-content-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

/* Cover Modals ------------------------------ */
.cover-modal {
  display: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.cover-modal::-webkit-scrollbar {
  display: none !important;
}

.cover-modal.show-modal {
  display: block;
}

/* Alignments -------------------------------- */
.alignnone,
.aligncenter,
.wp-block-image .aligncenter {
  margin: 4rem 0;
}
@media (min-width: 640px) {
  .alignnone,
  .aligncenter,
  .wp-block-image .aligncenter {
    margin-bottom: 4.8rem;
    margin-top: 4.8rem;
  }
}

.alignwide,
.alignfull {
  margin: 4rem 0;
}
@media (min-width: 640px) {
  .alignwide,
  .alignfull {
    margin-bottom: 6.4rem;
    margin-top: 6.4rem;
  }
}

.alignnone,
.aligncenter,
.alignleft,
.alignright {
  max-width: 100%;
}

.alignleft:not(.is-resized),
.alignright:not(.is-resized) {
  max-width: 100%;
}
@media (min-width: 640px) {
  .alignleft:not(.is-resized),
  .alignright:not(.is-resized) {
    max-width: min(50%, 32rem);
  }
}

.alignleft,
.alignright {
  float: none !important;
  margin: 4rem 0 !important;
}

@media (min-width: 640px) {
  .alignleft {
    float: left !important;
    margin: 0.6rem 3.2rem 3.2rem 0 !important;
  }
}

@media (min-width: 640px) {
  .alignright {
    float: right !important;
    margin: 0.6rem 0 3.2rem 3.2rem !important;
  }
}

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

.alignwide {
  max-width: var(--dc-inner-width-max);
}

.alignfull {
  max-width: 100%;
}

/* DIRECT DESCENDANT ALIGNMENTS */
.entry-content > .alignfull,
.wp-site-blocks > .alignfull {
  margin-left: calc(50% - 50vw + var(--dc-aside-width) / 2);
  max-width: calc(100vw - var(--dc-aside-width));
  width: calc(100vw - var(--dc-aside-width));
}

.entry-content > .alignwide,
.wp-site-blocks > .alignwide {
  margin-left: max((var(--dc-inner-width-max) - var(--dc-inner-width-thin)) / -2, (100vw - 100% - var(--dc-gutter) - var(--dc-aside-width)) / -2);
  width: calc(100vw - var(--dc-gutter) - var(--dc-aside-width));
}

@media (min-width: 640px) {
  .entry-content > .alignleft,
  .entry-content > .wp-block-image > .alignleft,
  .wp-site-blocks > .alignleft,
  .wp-site-blocks > .wp-block-image > .alignleft {
    margin-left: max(-24.4rem, (100vw - var(--dc-gutter) - var(--dc-aside-width) - 100%) / -2) !important;
  }
}

@media (min-width: 640px) {
  .entry-content > .alignright,
  .entry-content > .wp-block-image > .alignright,
  .wp-site-blocks > .alignright,
  .wp-site-blocks > .wp-block-image > .alignright {
    margin-right: max(-24.4rem, (100vw - var(--dc-gutter) - var(--dc-aside-width) - 100%) / -2) !important;
  }
}

@media (min-width: 1300px) {
  .entry-content > .wp-block-group.alignfull.has-background,
  .wp-site-blocks > .wp-block-group.alignfull.has-background {
    padding: 6.4rem var(--dc-gap);
  }
}

/* STACKED BACKGROUND BLOCKS */
.alignfull.wp-block-cover + .alignfull.wp-block-cover,
.alignfull.wp-block-cover + .alignfull.has-background,
.alignfull.has-background + .alignfull.wp-block-cover,
.alignfull.has-background + .alignfull.has-background {
  margin-top: -4rem;
}
@media (min-width: 640px) {
  .alignfull.wp-block-cover + .alignfull.wp-block-cover,
  .alignfull.wp-block-cover + .alignfull.has-background,
  .alignfull.has-background + .alignfull.wp-block-cover,
  .alignfull.has-background + .alignfull.has-background {
    margin-top: -6.4rem;
  }
}

/* Entry Media ------------------------------- */
.alignfull > figcaption,
.alignfull > .wp-caption-text {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--dc-inner-width-max);
  width: calc(100% - var(--dc-gutter));
}

/* ------------------------------------------------------------------------------ /*
/*  UTILITIES
/* ------------------------------------------------------------------------------ */
/* Colors ---------------------------------- */
:root .has-background-color {
  color: var(--dc-background-color);
}

:root .has-background-background-color {
  background-color: var(--dc-background-color);
}

:root .has-background-border-color {
  border-color: var(--dc-background-color);
}

:root .has-background-alt-color {
  color: var(--dc-background-alt-color);
}

:root .has-background-alt-background-color {
  background-color: var(--dc-background-alt-color);
}

:root .has-background-alt-border-color {
  border-color: var(--dc-background-alt-color);
}

:root .has-primary-color {
  color: var(--dc-primary-color);
}

:root .has-primary-background-color {
  background-color: var(--dc-primary-color);
}

:root .has-primary-border-color {
  border-color: var(--dc-primary-color);
}

:root .has-secondary-color {
  color: var(--dc-secondary-color);
}

:root .has-secondary-background-color {
  background-color: var(--dc-secondary-color);
}

:root .has-secondary-border-color {
  border-color: var(--dc-secondary-color);
}

:root .has-border-color {
  color: var(--dc-border-color);
}

:root .has-border-background-color {
  background-color: var(--dc-border-color);
}

:root .has-border-border-color {
  border-color: var(--dc-border-color);
}

:root .has-border-dark-color {
  color: var(--dc-border-dark-color);
}

:root .has-border-dark-background-color {
  background-color: var(--dc-border-dark-color);
}

:root .has-border-dark-border-color {
  border-color: var(--dc-border-dark-color);
}

:root .has-accent-color {
  color: var(--dc-accent-color);
}

:root .has-accent-background-color {
  background-color: var(--dc-accent-color);
}

:root .has-accent-border-color {
  border-color: var(--dc-accent-color);
}

:root .has-accent-bright-color {
  color: var(--dc-accent-bright-color);
}

:root .has-accent-bright-background-color {
  background-color: var(--dc-accent-bright-color);
}

:root .has-accent-bright-border-color {
  border-color: var(--dc-accent-bright-color);
}

:root .has-accent-dark-color {
  color: var(--dc-accent-dark-color);
}

:root .has-accent-dark-background-color {
  background-color: var(--dc-accent-dark-color);
}

:root .has-accent-dark-border-color {
  border-color: var(--dc-accent-dark-color);
}

:root .has-white-color {
  color: var(--dc-white-color);
}

:root .has-white-background-color {
  background-color: var(--dc-white-color);
}

:root .has-white-border-color {
  border-color: var(--dc-white-color);
}

:root .has-black-color {
  color: var(--dc-black-color);
}

:root .has-black-background-color {
  background-color: var(--dc-black-color);
}

:root .has-black-border-color {
  border-color: var(--dc-black-color);
}

:root .has-text-color a:not(.wp-block-button__link) {
  color: inherit;
}

/* Hiding and Showing ------------------------ */
.js .show-js {
  display: block !important;
}

.js .hide-js {
  display: none !important;
}

.no-js .show-no-js {
  display: block !important;
}

.no-js .hide-no-js {
  display: none !important;
}

/* Typography -------------------------------- */
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Fonts ------------------------------------ */
:root .ff-body {
  font-family: var(--dc-body-font) !important;
}

:root .ff-heading {
  font-family: var(--dc-heading-font) !important;
}

:root .ff-prefix {
  font-family: var(--dc-prefix-font) !important;
}

/* Font Sizes -------------------------------- */
:root .has-xs-font-size {
  font-size: var(--dc-xs-font-size) !important;
  line-height: var(--dc-xs-line-height) !important;
}

:root .has-sm-font-size {
  font-size: var(--dc-sm-font-size) !important;
  line-height: var(--dc-sm-line-height) !important;
}

:root .has-lg-font-size {
  font-size: var(--dc-lg-font-size) !important;
  line-height: var(--dc-lg-line-height) !important;
}

:root .has-xl-font-size {
  font-size: var(--dc-xl-font-size) !important;
  line-height: var(--dc-xl-line-height) !important;
}

/* Font Weight ------------------------------------ */
:root .fw-100 {
  font-weight: 100 !important;
}

:root .fw-200 {
  font-weight: 200 !important;
}

:root .fw-300 {
  font-weight: 300 !important;
}

:root .fw-400 {
  font-weight: 400 !important;
}

:root .fw-500 {
  font-weight: 500 !important;
}

:root .fw-600 {
  font-weight: 600 !important;
}

:root .fw-700 {
  font-weight: 700 !important;
}

:root .fw-800 {
  font-weight: 800 !important;
}

:root .fw-900 {
  font-weight: 900 !important;
}

/* Text Alignment --------------------------- */
:root .has-text-align-left {
  text-align: left !important;
}

:root .has-text-align-center {
  text-align: center !important;
}

:root .has-text-align-right {
  text-align: right !important;
}

:root .has-text-align-justify {
  text-align: justify !important;
}

/* Spacing ---------------------------------- */
/* MARGIN */
.my-none, .mt-none {
  margin-top: 0 !important;
}

.my-none, .mb-none {
  margin-bottom: 0 !important;
}

.mx-none, .mr-none {
  margin-right: 0 !important;
}

.mx-none, .ml-none {
  margin-left: 0 !important;
}

.my-xxs, .mt-xxs {
  margin-top: var(--dc-spacer-xxs) !important;
}

.my-xxs, .mb-xxs {
  margin-bottom: var(--dc-spacer-xxs) !important;
}

.mx-xxs, .mr-xxs {
  margin-right: var(--dc-spacer-xxs) !important;
}

.mx-xxs, .ml-xxs {
  margin-left: var(--dc-spacer-xxs) !important;
}

.my-xs, .mt-xs {
  margin-top: var(--dc-spacer-xs) !important;
}

.my-xs, .mb-xs {
  margin-bottom: var(--dc-spacer-xs) !important;
}

.mx-xs, .mr-xs {
  margin-right: var(--dc-spacer-xs) !important;
}

.mx-xs, .ml-xs {
  margin-left: var(--dc-spacer-xs) !important;
}

.my-sm, .mt-sm {
  margin-top: var(--dc-spacer-sm) !important;
}

.my-sm, .mb-sm {
  margin-bottom: var(--dc-spacer-sm) !important;
}

.mx-sm, .mr-sm {
  margin-right: var(--dc-spacer-sm) !important;
}

.mx-sm, .ml-sm {
  margin-left: var(--dc-spacer-sm) !important;
}

.my-md, .mt-md {
  margin-top: var(--dc-spacer-md) !important;
}

.my-md, .mb-md {
  margin-bottom: var(--dc-spacer-md) !important;
}

.mx-md, .mr-md {
  margin-right: var(--dc-spacer-md) !important;
}

.mx-md, .ml-md {
  margin-left: var(--dc-spacer-md) !important;
}

.my, .mt {
  margin-top: var(--dc-spacer) !important;
}

.my, .mb {
  margin-bottom: var(--dc-spacer) !important;
}

.mx, .mr {
  margin-right: var(--dc-spacer) !important;
}

.mx, .ml {
  margin-left: var(--dc-spacer) !important;
}

.my-lg, .mt-lg {
  margin-top: var(--dc-spacer-lg) !important;
}

.my-lg, .mb-lg {
  margin-bottom: var(--dc-spacer-lg) !important;
}

.mx-lg, .mr-lg {
  margin-right: var(--dc-spacer-lg) !important;
}

.mx-lg, .ml-lg {
  margin-left: var(--dc-spacer-lg) !important;
}

.my-xl, .mt-xl {
  margin-top: var(--dc-spacer-xl) !important;
}

.my-xl, .mb-xl {
  margin-bottom: var(--dc-spacer-xl) !important;
}

.mx-xl, .mr-xl {
  margin-right: var(--dc-spacer-xl) !important;
}

.mx-xl, .ml-xl {
  margin-left: var(--dc-spacer-xl) !important;
}

.my-xxl, .mt-xxl {
  margin-top: var(--dc-spacer-xxl) !important;
}

.my-xxl, .mb-xxl {
  margin-bottom: var(--dc-spacer-xxl) !important;
}

.mx-xxl, .mr-xxl {
  margin-right: var(--dc-spacer-xxl) !important;
}

.mx-xxl, .ml-xxl {
  margin-left: var(--dc-spacer-xxl) !important;
}

/* PADDING */
.py-none, .pt-none {
  padding-top: 0 !important;
}

.py-none, .pb-none {
  padding-bottom: 0 !important;
}

.px-none, .pr-none {
  padding-right: 0 !important;
}

.px-none, .pl-none {
  padding-left: 0 !important;
}

.py-xxs, .pt-xxs {
  padding-top: var(--dc-spacer-xxs) !important;
}

.py-xxs, .pb-xxs {
  padding-bottom: var(--dc-spacer-xxs) !important;
}

.px-xxs, .pr-xxs {
  padding-right: var(--dc-spacer-xxs) !important;
}

.px-xxs, .pl-xxs {
  padding-left: var(--dc-spacer-xxs) !important;
}

.py-xs, .pt-xs {
  padding-top: var(--dc-spacer-xs) !important;
}

.py-xs, .pb-xs {
  padding-bottom: var(--dc-spacer-xs) !important;
}

.px-xs, .pr-xs {
  padding-right: var(--dc-spacer-xs) !important;
}

.px-xs, .pl-xs {
  padding-left: var(--dc-spacer-xs) !important;
}

.py-sm, .pt-sm {
  padding-top: var(--dc-spacer-sm) !important;
}

.py-sm, .pb-sm {
  padding-bottom: var(--dc-spacer-sm) !important;
}

.px-sm, .pr-sm {
  padding-right: var(--dc-spacer-sm) !important;
}

.px-sm, .pl-sm {
  padding-left: var(--dc-spacer-sm) !important;
}

.py-md, .pt-md {
  padding-top: var(--dc-spacer-md) !important;
}

.py-md, .pb-md {
  padding-bottom: var(--dc-spacer-md) !important;
}

.px-md, .pr-md {
  padding-right: var(--dc-spacer-md) !important;
}

.px-md, .pl-md {
  padding-left: var(--dc-spacer-md) !important;
}

.py, .pt {
  padding-top: var(--dc-spacer) !important;
}

.py, .pb {
  padding-bottom: var(--dc-spacer) !important;
}

.px, .pr {
  padding-right: var(--dc-spacer) !important;
}

.px, .pl {
  padding-left: var(--dc-spacer) !important;
}

.py-lg, .pt-lg {
  padding-top: var(--dc-spacer-lg) !important;
}

.py-lg, .pb-lg {
  padding-bottom: var(--dc-spacer-lg) !important;
}

.px-lg, .pr-lg {
  padding-right: var(--dc-spacer-lg) !important;
}

.px-lg, .pl-lg {
  padding-left: var(--dc-spacer-lg) !important;
}

.py-xl, .pt-xl {
  padding-top: var(--dc-spacer-xl) !important;
}

.py-xl, .pb-xl {
  padding-bottom: var(--dc-spacer-xl) !important;
}

.px-xl, .pr-xl {
  padding-right: var(--dc-spacer-xl) !important;
}

.px-xl, .pl-xl {
  padding-left: var(--dc-spacer-xl) !important;
}

.py-xxl, .pt-xxl {
  padding-top: var(--dc-spacer-xxl) !important;
}

.py-xxl, .pb-xxl {
  padding-bottom: var(--dc-spacer-xxl) !important;
}

.px-xxl, .pr-xxl {
  padding-right: var(--dc-spacer-xxl) !important;
}

.px-xxl, .pl-xxl {
  padding-left: var(--dc-spacer-xxl) !important;
}

/* ------------------------------------------------------------------------------ /*
/*  ANIMATIONS
/* ------------------------------------------------------------------------------ */
@-webkit-keyframes fade-in-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fade-in-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2.4rem);
            transform: translateY(2.4rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2.4rem);
            transform: translateY(2.4rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes grow-height {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@keyframes grow-height {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes drawSvg {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawSvg {
  to {
    stroke-dashoffset: 0;
  }
}
/* NAVIGATION TOGGLE ANIMATIONS */
@-webkit-keyframes bars-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bars-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* State: Initial */
@-webkit-keyframes bar-one {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(-0.6rem) rotate(0deg);
            transform: translateY(-0.6rem) rotate(0deg);
  }
}
@keyframes bar-one {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(-0.6rem) rotate(0deg);
            transform: translateY(-0.6rem) rotate(0deg);
  }
}
@-webkit-keyframes bar-three {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(0.6rem) rotate(0deg);
            transform: translateY(0.6rem) rotate(0deg);
  }
}
@keyframes bar-three {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(0.6rem) rotate(0deg);
            transform: translateY(0.6rem) rotate(0deg);
  }
}
/* State: Hover */
@-webkit-keyframes bar-one-hover {
  0% {
    -webkit-transform: translateY(-0.6rem) rotate(0deg);
            transform: translateY(-0.6rem) rotate(0deg);
  }
  0%, 50% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0.05rem) rotate(0deg);
            transform: translateY(0.05rem) rotate(0deg);
  }
  50.1%, 100% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  100% {
    -webkit-transform: translateY(0.05rem) rotate(45deg);
            transform: translateY(0.05rem) rotate(45deg);
  }
}
@keyframes bar-one-hover {
  0% {
    -webkit-transform: translateY(-0.6rem) rotate(0deg);
            transform: translateY(-0.6rem) rotate(0deg);
  }
  0%, 50% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0.05rem) rotate(0deg);
            transform: translateY(0.05rem) rotate(0deg);
  }
  50.1%, 100% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  100% {
    -webkit-transform: translateY(0.05rem) rotate(45deg);
            transform: translateY(0.05rem) rotate(45deg);
  }
}
@-webkit-keyframes bar-three-hover {
  0% {
    -webkit-transform: translateY(0.6rem) rotate(0deg);
            transform: translateY(0.6rem) rotate(0deg);
  }
  0%, 50% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  50%, 50.1% {
    -webkit-transform: translateY(-0.05rem) rotate(0deg);
            transform: translateY(-0.05rem) rotate(0deg);
  }
  50.1%, 100% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  100% {
    -webkit-transform: translateY(-0.05rem) rotate(-45deg);
            transform: translateY(-0.05rem) rotate(-45deg);
  }
}
@keyframes bar-three-hover {
  0% {
    -webkit-transform: translateY(0.6rem) rotate(0deg);
            transform: translateY(0.6rem) rotate(0deg);
  }
  0%, 50% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  50%, 50.1% {
    -webkit-transform: translateY(-0.05rem) rotate(0deg);
            transform: translateY(-0.05rem) rotate(0deg);
  }
  50.1%, 100% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  100% {
    -webkit-transform: translateY(-0.05rem) rotate(-45deg);
            transform: translateY(-0.05rem) rotate(-45deg);
  }
}
/* State: Active */
@-webkit-keyframes bar-one-active {
  0% {
    -webkit-transform: translateY(0.05rem) rotate(45deg);
            transform: translateY(0.05rem) rotate(45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes bar-one-active {
  0% {
    -webkit-transform: translateY(0.05rem) rotate(45deg);
            transform: translateY(0.05rem) rotate(45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes bar-two-active {
  0%, 50% {
    opacity: 1;
  }
  50.1%, 100% {
    opacity: 0;
  }
}
@keyframes bar-two-active {
  0%, 50% {
    opacity: 1;
  }
  50.1%, 100% {
    opacity: 0;
  }
}
@-webkit-keyframes bar-three-active {
  0% {
    -webkit-transform: translateY(0.05rem) rotate(-45deg);
            transform: translateY(0.05rem) rotate(-45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bar-three-active {
  0% {
    -webkit-transform: translateY(0.05rem) rotate(-45deg);
            transform: translateY(0.05rem) rotate(-45deg);
  }
  0%, 50% {
    width: 50%;
    -webkit-transform-origin: center right;
            transform-origin: center right;
  }
  50%, 50.1% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50.1%, 100% {
    width: 100%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
/* DOT PULSE */
@-webkit-keyframes dotPulseBefore {
  0%, 60%, 100% {
    -webkit-box-shadow: 997.5rem 0 0 -0.5rem currentColor;
            box-shadow: 997.5rem 0 0 -0.5rem currentColor;
  }
  30% {
    -webkit-box-shadow: 997.5rem 0 0 0.2rem currentColor;
            box-shadow: 997.5rem 0 0 0.2rem currentColor;
  }
}
@keyframes dotPulseBefore {
  0%, 60%, 100% {
    -webkit-box-shadow: 997.5rem 0 0 -0.5rem currentColor;
            box-shadow: 997.5rem 0 0 -0.5rem currentColor;
  }
  30% {
    -webkit-box-shadow: 997.5rem 0 0 0.2rem currentColor;
            box-shadow: 997.5rem 0 0 0.2rem currentColor;
  }
}
@-webkit-keyframes dotPulse {
  0%, 60%, 100% {
    -webkit-box-shadow: 999.9rem 0 0 -0.5rem currentColor;
            box-shadow: 999.9rem 0 0 -0.5rem currentColor;
  }
  30% {
    -webkit-box-shadow: 999.9rem 0 0 0.2rem currentColor;
            box-shadow: 999.9rem 0 0 0.2rem currentColor;
  }
}
@keyframes dotPulse {
  0%, 60%, 100% {
    -webkit-box-shadow: 999.9rem 0 0 -0.5rem currentColor;
            box-shadow: 999.9rem 0 0 -0.5rem currentColor;
  }
  30% {
    -webkit-box-shadow: 999.9rem 0 0 0.2rem currentColor;
            box-shadow: 999.9rem 0 0 0.2rem currentColor;
  }
}
@-webkit-keyframes dotPulseAfter {
  0%, 60%, 100% {
    -webkit-box-shadow: 1002.3rem 0 0 -0.5rem currentColor;
            box-shadow: 1002.3rem 0 0 -0.5rem currentColor;
  }
  30% {
    -webkit-box-shadow: 1002.3rem 0 0 0.2rem currentColor;
            box-shadow: 1002.3rem 0 0 0.2rem currentColor;
  }
}
@keyframes dotPulseAfter {
  0%, 60%, 100% {
    -webkit-box-shadow: 1002.3rem 0 0 -0.5rem currentColor;
            box-shadow: 1002.3rem 0 0 -0.5rem currentColor;
  }
  30% {
    -webkit-box-shadow: 1002.3rem 0 0 0.2rem currentColor;
            box-shadow: 1002.3rem 0 0 0.2rem currentColor;
  }
}
/* Accessibility Settings -------------------- */
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
    -webkit-animation-duration: 0s !important;
            animation-duration: 0s !important;
    -webkit-transition-delay: 0s !important;
            transition-delay: 0s !important;
    -webkit-transition-duration: 0s !important;
            transition-duration: 0s !important;
  }
}
body.no-anim *,
body.no-anim *:before,
body.no-anim *:after {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

/* Loading Icon ------------------------------ */
/* 
	Based on dot Pulse loading animation by nzbin
	Released under the MIT license
	https://nzbin.github.io/three-dots/
*/
.dot-pulse,
.dot-pulse:before,
.dot-pulse:after {
  -webkit-animation: 1.2s infinite ease-in-out;
          animation: 1.2s infinite ease-in-out;
  background-color: currentColor;
  border-radius: 50%;
  color: currentColor;
  height: 1rem;
  width: 1rem;
}

.dot-pulse {
  -webkit-animation-name: dotPulse;
          animation-name: dotPulse;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-box-shadow: 999rem 0 0 -0.5rem currentColor;
          box-shadow: 999rem 0 0 -0.5rem currentColor;
  display: block;
  position: relative;
  left: -999rem;
}

.dot-pulse:before,
.dot-pulse:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-pulse:before {
  -webkit-animation-name: dotPulseBefore;
          animation-name: dotPulseBefore;
  -webkit-box-shadow: 997.5rem 0 0 -0.5rem currentColor;
          box-shadow: 997.5rem 0 0 -0.5rem currentColor;
}

.dot-pulse:after {
  -webkit-animation-name: dotPulseAfter;
          animation-name: dotPulseAfter;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-box-shadow: 1002.3rem 0 0 -0.5rem currentColor;
          box-shadow: 1002.3rem 0 0 -0.5rem currentColor;
}

/* CSS Animations ---------------------------- */
.has-anim .i-a, .has-anim .will-be-spotted {
  -webkit-animation: var(--dc-anim-speed) forwards;
          animation: var(--dc-anim-speed) forwards;
  -webkit-animation-timing-function: var(--dc-anim-ease);
          animation-timing-function: var(--dc-anim-ease);
}

/* STATE: INITIAL */
.has-anim .a-fade-in-scale, .has-anim .spot-fade-in-scale {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.has-anim .a-fade-in, .has-anim .spot-fade-in {
  opacity: 0;
}

.has-anim .a-fade-up, .has-anim .spot-fade-up {
  opacity: 0;
  -webkit-transform: translateY(2.4rem);
          transform: translateY(2.4rem);
}

.has-anim .a-grow-height, .has-anim .spot-grow-height {
  height: 0%;
}

/* STATE: ANIMATION */
.has-anim .a-fade-in-scale, .has-anim .spot-fade-in-scale.spotted {
  -webkit-animation-name: fade-in-scale;
          animation-name: fade-in-scale;
}

.has-anim .a-fade-in, .has-anim .spot-fade-in.spotted {
  -webkit-animation-name: fade-in;
          animation-name: fade-in;
}

.has-anim .a-fade-up, .has-anim .spot-fade-up.spotted {
  -webkit-animation-name: fade-up;
          animation-name: fade-up;
}

.has-anim .a-grow-height, .has-anim .spot-grow-height.spotted {
  -webkit-animation-name: grow-height;
          animation-name: grow-height;
}

/* HELPER CLASSES */
:root .a-del-100 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

:root .a-del-200 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

:root .a-del-300 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

:root .a-del-400 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

:root .a-del-500 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

:root .a-del-600 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

:root .a-del-700 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

:root .a-del-800 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

:root .a-del-900 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

:root .a-dur-100 {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}

:root .a-dur-200 {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}

:root .a-dur-300 {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

:root .a-dur-400 {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}

:root .a-dur-500 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

:root .a-dur-600 {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}

:root .a-dur-700 {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}

:root .a-dur-800 {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

:root .a-dur-900 {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
}

:root .a-dur-1000 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

:root .a-dur-1100 {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}

:root .a-dur-1200 {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

:root .a-dur-1300 {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}

:root .a-dur-1400 {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}

:root .a-dur-1500 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

:root .a-dur-2000 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

:root .a-dur-2500 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

:root .a-dur-3000 {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

/* DRAW SVG */
.draw-svg:not(.do-spot) path, .draw-svg:not(.do-spot) rect, .draw-svg:not(.do-spot) polygon, .draw-svg:not(.do-spot) circle,
.draw-svg.spotted path,
.draw-svg.spotted rect,
.draw-svg.spotted polygon,
.draw-svg.spotted circle {
  -webkit-animation: drawSvg 4s ease-out forwards;
          animation: drawSvg 4s ease-out forwards;
}

/* ------------------------------------------------------------------------------ /*
/*  ELEMENTS
/* ------------------------------------------------------------------------------ */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--dc-heading-font);
  -webkit-font-feature-settings: "lnum";
          font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-weight: var(--dc-heading-font-weight);
  letter-spacing: var(--dc-heading-letter-spacing);
  text-transform: var(--dc-heading-text-transform);
  line-height: 1.25;
  margin: var(--dc-spacer-md) 0 var(--dc-spacer-xs);
}
h1 strong, .h1 strong,
h2 strong, .h2 strong,
h3 strong, .h3 strong,
h4 strong, .h4 strong,
h5 strong, .h5 strong,
h6 strong, .h6 strong {
  font-weight: var(--dc-heading-font-weight-bold);
}
h1:not(.has-text-color), .h1:not(.has-text-color),
h2:not(.has-text-color), .h2:not(.has-text-color),
h3:not(.has-text-color), .h3:not(.has-text-color),
h4:not(.has-text-color), .h4:not(.has-text-color),
h5:not(.has-text-color), .h5:not(.has-text-color),
h6:not(.has-text-color), .h6:not(.has-text-color) {
  color: var(--dc-heading-text-color);
}
.has-text-color h1, .has-text-color .h1,
.has-text-color h2, .has-text-color .h2,
.has-text-color h3, .has-text-color .h3,
.has-text-color h4, .has-text-color .h4,
.has-text-color h5, .has-text-color .h5,
.has-text-color h6, .has-text-color .h6 {
  color: inherit;
}

h1, .h1 {
  font-size: var(--dc-h1-font-size);
  line-height: var(--dc-h1-line-height);
  letter-spacing: var(--dc-h1-letter-spacing);
  text-transform: var(--dc-h1-text-transform);
}

h2, .h2 {
  font-size: var(--dc-h2-font-size);
  line-height: var(--dc-h2-line-height);
  letter-spacing: var(--dc-h2-letter-spacing);
  text-transform: var(--dc-h2-text-transform);
}

h3, .h3 {
  font-size: var(--dc-h3-font-size);
  line-height: var(--dc-h3-line-height);
  letter-spacing: var(--dc-h3-letter-spacing);
  text-transform: var(--dc-h3-text-transform);
}

h4, .h4 {
  font-size: var(--dc-h4-font-size);
  line-height: var(--dc-h4-line-height);
  letter-spacing: var(--dc-h4-letter-spacing);
  text-transform: var(--dc-h4-text-transform);
}

h5, .h5 {
  font-size: var(--dc-h5-font-size);
  line-height: var(--dc-h5-line-height);
  letter-spacing: var(--dc-h5-letter-spacing);
  text-transform: var(--dc-h5-text-transform);
}

h6, .h6 {
  font-size: var(--dc-h6-font-size);
  line-height: var(--dc-h6-line-height);
  letter-spacing: var(--dc-h6-letter-spacing);
  text-transform: var(--dc-h6-text-transform);
}

p {
  line-height: var(--dc-body-line-height);
  margin: 0 0 var(--dc-body-paragraph-spacing) 0;
}

strong {
  font-weight: var(--dc-body-font-weight-bold);
}

sub,
sup {
  font-size: 65% !important;
  line-height: 0 !important;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  cursor: help;
}

address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

a {
  color: var(--dc-primary-color);
  text-decoration: underline;
  -webkit-transition: color var(--dc-trans-speed) var(--dc-trans-ease);
  transition: color var(--dc-trans-speed) var(--dc-trans-ease);
}
a:hover, a:focus {
  color: var(--dc-body-link-color);
}

/* Prefix ---------------------------------- */
.prefix,
.is-style-prefix {
  font-family: var(--dc-prefix-font);
  font-size: var(--dc-prefix-font-size);
  line-height: var(--dc-prefix-line-height);
  font-weight: var(--dc-prefix-font-weight);
  text-transform: var(--dc-prefix-text-transform);
  letter-spacing: var(--dc-prefix-letter-spacing);
  margin: 4.8rem 0 var(--dc-spacer-sm);
}
@media (min-width: 640px) {
  .prefix,
  .is-style-prefix {
    margin-top: 6.4rem;
  }
}
.prefix strong,
.is-style-prefix strong {
  font-weight: var(--dc-prefix-font-weight-bold);
}
.prefix:not(.has-text-color),
.is-style-prefix:not(.has-text-color) {
  color: var(--dc-prefix-text-color);
}
.has-text-color .prefix,
.has-text-color .is-style-prefix {
  color: inherit;
}
.prefix.prefix-small,
.is-style-prefix.prefix-small {
  font-size: var(--dc-prefix-small-font-size);
  line-height: var(--dc-prefix-small-line-height);
}
.prefix.prefix-large,
.is-style-prefix.prefix-large {
  font-size: var(--dc-prefix-large-font-size);
  line-height: var(--dc-prefix-large-line-height);
}

/* Drop Cap ---------------------------------- */
.has-drop-cap:not(:focus):first-letter {
  color: var(--dc-accent-color);
  font-size: 5.2em;
  line-height: 0.5;
  font-weight: 700;
  margin: 0.2em 1rem 0 0;
}

.has-drop-cap.has-text-color:not(:focus):first-letter {
  color: inherit;
}

/* Separators ------------------------------------ */
hr {
  background-color: currentColor;
  border: none;
  color: var(--dc-border-color);
  display: block;
  height: 0.1rem;
  margin: 4rem 0;
  text-align: center;
}
@media (min-width: 640px) {
  hr {
    margin-bottom: 6.4rem;
    margin-top: 6.4rem;
  }
}

/* Code -------------------------------------- */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
  padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
  background: var(--dc-background-alt-color);
  border-radius: 0.2rem;
}

pre {
  border: 0.1rem solid var(--dc-border-color);
  line-height: 1.5;
  margin: 4rem 0;
  overflow: auto;
  padding: 2.4rem;
  text-align: left;
}

pre code {
  background: transparent;
  padding: 0;
}

/* Lists ------------------------------------- */
ul,
ol {
  margin: 2.4rem 0 var(--dc-spacer-sm) 2.4rem;
}

ol[type=a] {
  padding-left: 1.2rem;
}

li {
  line-height: 1.5;
  margin: 0.75em 0 0.5rem 0;
}

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

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
  list-style: none;
  margin: 0;
}

.reset-list-style li {
  margin: 0;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  font-weight: 700;
}

dt + dd {
  margin-top: 0.5rem;
}

dd + dt {
  margin-top: 1.5rem;
}

/* Quotes ------------------------------------ */
blockquote {
  border-color: var(--dc-accent-color);
  border-style: solid;
  border-width: 0 0 0 0.2rem;
  color: inherit;
  font-size: 1em;
  margin: 4rem 0;
  padding: 0 0 0 2rem;
}
@media (min-width: 640px) {
  blockquote {
    padding: 0 0 0 2.5rem;
  }
}

cite {
  color: var(--dc-accent-color);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
}

blockquote cite {
  display: block;
  margin: 2rem 0 0 0;
}

blockquote p:last-of-type {
  margin: 0;
}

/* Media ------------------------------------- */
figure {
  margin: 0;
}

iframe {
  border: none;
  display: block;
  max-width: 100%;
}

img,
embed,
object {
  display: block;
  height: auto;
  max-width: 100%;
}

svg {
  display: block;
}

figcaption,
.wp-caption-text {
  color: var(--dc-secondary-color);
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1.2rem;
}
@media (min-width: 640px) {
  figcaption,
  .wp-caption-text {
    font-size: 1.6rem;
  }
}

figcaption a {
  color: inherit;
}

/* GALLERIES */
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3em 0 3em -0.8em;
  width: calc(100% + 1.6em);
}

.gallery-item {
  margin: 0.8em 0;
  padding: 0 0.8em;
}

.gallery-item img,
.gallery-item {
  display: block;
  width: 100%;
}

.gallery-caption {
  display: block;
  margin-top: 0.8em;
}

@media (min-width: 640px) {
  .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
/* Image Sizer ------------------------------- */
.image-sizer:not(.auto) {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.image-sizer:not(.auto).square, .image-sizer:not(.auto).circle {
  padding-bottom: 100%;
}
.image-sizer:not(.auto).circle {
  border-radius: 100%;
}
.image-sizer:not(.auto).landscape {
  padding-bottom: 75%;
}
.image-sizer:not(.auto).portrait {
  padding-bottom: 125%;
}
.image-sizer:not(.auto).wide {
  padding-bottom: 56.25%;
}
.image-sizer:not(.auto).tall {
  padding-bottom: 150%;
}
.image-sizer:not(.auto) > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-sizer:not(.auto) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Fallback Image ---------------------------- */
.fallback-image-dark-mode {
  display: none;
}

@media (prefers-color-scheme: dark) {
  .has-dark-mode-palette .fallback-image-dark-mode {
    display: block;
  }
  .has-dark-mode-palette .fallback-image-regular {
    display: none;
  }
}
/* Inputs ------------------------------------ */
fieldset {
  border: 0.2rem solid var(--dc-border-color);
  margin-bottom: 3rem;
  margin-top: 3rem;
  padding: var(--dc-gap);
}
@media (min-width: 640px) {
  fieldset {
    padding: 4.8rem;
  }
}

form {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

legend {
  font-size: 0.85em;
  font-weight: 700;
  padding: 0 1rem;
}
@media (min-width: 640px) {
  legend {
    padding: 0 1.5rem;
  }
}

label {
  display: block;
  font-size: 1.5rem;
  margin: 0 0 0.5rem 0;
}
@media (min-width: 640px) {
  label {
    font-size: 1.6rem;
  }
}

label.inline,
input[type=checkbox] + label {
  display: inline;
  font-weight: 400;
  margin-left: 0.5rem;
}

input,
textarea,
button {
  font-family: inherit;
  line-height: 1;
}

input,
textarea {
  background-color: var(--dc-background-color);
  border-color: var(--dc-border-color);
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
input[type=color],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0.1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  display: block;
  font-size: 1.6rem;
  line-height: normal;
  margin: 0;
  max-width: 100%;
  padding: 1.5rem 1.8rem;
  width: 100%;
}

textarea {
  height: 12rem;
  line-height: 1.5;
  width: 100%;
}

select {
  font-family: inherit;
  font-size: inherit;
}

::-webkit-input-placeholder {
  color: var(--dc-secondary-color);
  line-height: normal;
}

::-moz-placeholder {
  color: var(--dc-secondary-color);
  line-height: normal;
}

:-ms-input-placeholder {
  color: var(--dc-secondary-color);
  line-height: normal;
}

::-ms-input-placeholder {
  color: var(--dc-secondary-color);
  line-height: normal;
  opacity: 1;
}

::placeholder {
  color: var(--dc-secondary-color);
  line-height: normal;
  opacity: 1;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Input Reset ------------------------------- */
button.reset,
input.reset,
textarea.reset {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0;
  text-transform: none;
}

/* Search Form ------------------------------- */
.search-form {
  max-width: 32rem;
  position: relative;
}

.search-form .search-field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--dc-background-color);
  border: 0.1rem solid var(--dc-border-color);
  border-radius: 999rem;
  color: var(--dc-primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  padding: 1.35rem 6.6rem 1.35rem 2.4rem;
  position: relative;
  -webkit-transition: border-color 0.15s linear;
  transition: border-color 0.15s linear;
  width: 100%;
}

.search-form .search-field:focus {
  border-color: var(--dc-secondary-color);
}

.search-form .search-submit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dc-secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 6.6rem;
}

/* Advanced Forms ------------------------------- */
.af-form > .acf-fields {
  margin: -1.6rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.af-form > .acf-fields > .acf-field {
  padding: 1.6rem;
}
.af-form > .acf-fields .acf-field {
  border: 0 !important;
  float: none;
}
@media (max-width: 999px) {
  .af-form > .acf-fields .acf-field {
    width: 100% !important;
  }
}
.af-form > .acf-fields .acf-field .acf-label label {
  font-family: var(--dc-prefix-font);
  font-size: var(--dc-prefix-font-size);
  line-height: var(--dc-prefix-line-height);
  font-weight: var(--dc-prefix-font-weight);
  text-transform: var(--dc-prefix-text-transform);
  letter-spacing: calc(0.5 * var(--dc-prefix-letter-spacing));
  color: var(--dc-prefix-text-color);
  margin: 0;
}
.af-form > .acf-fields .acf-field .acf-input input,
.af-form > .acf-fields .acf-field .acf-input textarea {
  border-width: 0 0 0.1rem 0;
  padding: 0.2rem;
  font-size: var(--dc-body-font-size);
  line-height: 1;
  -webkit-transition: border-color 0.15s ease;
  transition: border-color 0.15s ease;
}
.af-form > .acf-fields .acf-field .acf-input input:focus,
.af-form > .acf-fields .acf-field .acf-input textarea:focus {
  border-color: var(--dc-accent-color);
}
.af-form > .acf-fields .acf-field .acf-input textarea {
  line-height: var(--dc-body-line-height);
}
.af-form > .acf-fields .acf-field .acf-input textarea:focus {
  outline: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
:root .wp-block-file__button,
input[type=button],
input[type=reset],
input[type=submit],
:root .woocommerce #respond input#submit,
:root .woocommerce a.button,
:root .woocommerce button.button,
:root .woocommerce input.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--dc-button-background-color);
  border: var(--dc-button-border-width) solid var(--dc-button-border-color);
  border-radius: var(--dc-button-border-radius);
  color: var(--dc-button-text-color);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--dc-button-font);
  font-size: var(--dc-button-font-size);
  font-weight: var(--dc-button-font-weight);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: var(--dc-button-text-transform);
  letter-spacing: var(--dc-button-letter-spacing);
  line-height: var(--dc-button-line-height);
  margin: 0;
  padding: var(--dc-button-padding-y) var(--dc-button-padding-x);
  text-align: center;
  text-decoration: none;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 0.1rem;
  -webkit-transition: var(--dc-trans-speed) var(--dc-trans-ease);
  transition: var(--dc-trans-speed) var(--dc-trans-ease);
  -webkit-transition-property: background, border, color;
  transition-property: background, border, color;
}
button:hover, button:focus,
.button:hover,
.button:focus,
.faux-button:hover,
.faux-button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
:root .wp-block-file__button:hover,
:root .wp-block-file__button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
:root .woocommerce #respond input#submit:hover,
:root .woocommerce #respond input#submit:focus,
:root .woocommerce a.button:hover,
:root .woocommerce a.button:focus,
:root .woocommerce button.button:hover,
:root .woocommerce button.button:focus,
:root .woocommerce input.button:hover,
:root .woocommerce input.button:focus {
  color: var(--dc-button-text-color-active);
  background: var(--dc-button-background-color-active);
  border-color: var(--dc-button-border-color-active);
  text-decoration: none;
}

.wp-block-button__link:visited {
  color: var(--dc-button-text-color);
}

.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
  color: var(--dc-button-text-color-active);
}

/* STYLE: OUTLINE */
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  border: var(--dc-button-outline-border-width) solid currentColor;
  padding: var(--dc-button-padding-y) var(--dc-button-padding-x);
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: var(--dc-button-outline-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover, .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,
.wp-block-button__link.is-style-outline:not(.has-text-color):active,
.wp-block-button__link.is-style-outline:not(.has-text-color):hover,
.wp-block-button__link.is-style-outline:not(.has-text-color):focus {
  color: var(--dc-button-outline-text-color-active);
  background: var(--dc-button-outline-background-color-active);
  border-color: var(--dc-button-outline-color-active);
}

/* STYLE: ALT */
.wp-block-button.is-style-alt .wp-block-button__link,
.wp-block-button__link.is-style-alt,
.button-alt {
  color: var(--dc-button-alt-text-color);
  background: var(--dc-button-alt-background-color);
  border-color: var(--dc-button-alt-border-color);
}
.wp-block-button.is-style-alt .wp-block-button__link:active, .wp-block-button.is-style-alt .wp-block-button__link:focus, .wp-block-button.is-style-alt .wp-block-button__link:hover,
.wp-block-button__link.is-style-alt:active,
.wp-block-button__link.is-style-alt:focus,
.wp-block-button__link.is-style-alt:hover,
.button-alt:active,
.button-alt:focus,
.button-alt:hover {
  color: var(--dc-button-alt-text-color-active);
  background: var(--dc-button-alt-background-color-active);
  border-color: var(--dc-button-alt-border-color-active);
}

/* Toggles ----------------------------------- */
.toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: inherit;
  user-select: none;
}

button.toggle {
  background: none;
  border-radius: 0;
  padding: 0;
}

.toggle svg * {
  stroke: currentColor;
}

/* Tables ------------------------------------ */
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 1.6rem;
  margin: 4rem auto;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

caption,
thead,
th,
td,
tfoot {
  border-color: var(--dc-border-color);
}

th,
td,
caption {
  padding: 1.2rem;
}

th,
td {
  border: 0.1rem solid var(--dc-border-color);
  line-height: 1.4;
  margin: 0;
  overflow: visible;
}

th {
  font-weight: 700;
}

caption {
  background-color: var(--dc-border-color);
  font-weight: 700;
  text-align: center;
}

thead {
  border-bottom: 0.2rem solid var(--dc-border-color);
  white-space: nowrap;
}

tfoot {
  border-top: 0.2rem solid var(--dc-border-color);
  font-style: italic;
}

/* Social Icons ------------------------------ */
ul.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.social-icons,
ul.social-icons li {
  margin: 0;
}

.social-icons a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  padding: 1rem;
  text-decoration: none;
  -webkit-transition: color 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear, -webkit-transform 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear, -webkit-box-shadow 0.15s linear, -webkit-transform 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear, transform 0.15s linear;
  transition: color 0.15s linear, background-color 0.15s linear, box-shadow 0.15s linear, transform 0.15s linear, -webkit-box-shadow 0.15s linear, -webkit-transform 0.15s linear;
}

.social-icons a:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.social-icons a:focus {
  -webkit-box-shadow: inset 0 0 0 0.1rem currentColor;
          box-shadow: inset 0 0 0 0.1rem currentColor;
}

.social-icons svg:not(.icon-link) * {
  fill: currentColor;
}

.social-icons .icon-link path {
  stroke: currentColor;
}

/* CIRCULAR SOCIAL ICONS */
.social-icons.circular {
  margin: -1.2rem 0 0 -1.2rem;
}

.social-icons.circular li {
  margin: 1.2rem 0 0 1.2rem;
}

.social-icons.circular a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--dc-background-color);
  border-radius: 50%;
  color: var(--dc-primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  position: relative;
  width: 4rem;
}

.social-icons.circular a:focus {
  -webkit-box-shadow: inset 0 0 0 0.3rem var(--dc-background-color), inset 0 0 0 0.4rem currentColor;
          box-shadow: inset 0 0 0 0.3rem var(--dc-background-color), inset 0 0 0 0.4rem currentColor;
}

.menu-modal .social-icons.circular a {
  background-color: var(--dc-menu-modal-text-color);
  color: var(--dc-menu-modal-background-color);
}

.menu-modal .social-icons.circular a:focus {
  -webkit-box-shadow: inset 0 0 0 0.3rem var(--dc-menu-modal-text-color), inset 0 0 0 0.4rem var(--dc-menu-modal-background-color);
          box-shadow: inset 0 0 0 0.3rem var(--dc-menu-modal-text-color), inset 0 0 0 0.4rem var(--dc-menu-modal-background-color);
}

/* ------------------------------------------------------------------------------ /*
/*	POPUPS
/* ------------------------------------------------------------------------------ */
:root .adp-popup {
  --adp-popup-wrap-scrollbar-width: 0.625rem;
  --adp-popup-wrap-scrollbar-track-background: #f1f1f1;
  --adp-popup-wrap-scrollbar-thumb-background: #888;
  --adp-popup-wrap-scrollbar-thumb-hover-background: #555;
  --adp-popup-wrap-box-shadow: 0 0 4rem 0 rgba(0,0,0,0.5);
  --adp-popup-container-background: var(--dc-background-color);
  --adp-popup-close-color: var(--dc-accent-color);
  --adp-popup-close-light-color: var(--dc-accent-color);
  --adp-popup-close-light-hover-color: var(--dc-primary-color);
  --adp-popup-type-content-close-font-size: clamp(1.8rem, calc(0.5vw + 1.615rem), 2.8rem);
}

:root .adp-popup-overlay {
  --adp-popup-overlay-background: rgba(0, 0, 0, 0.7);
}

.adp-popup {
  width: calc(100vw - var(--dc-gutter));
  max-width: 120rem;
  max-height: calc(100dvh - var(--dc-header-height) - var(--dc-gutter));
  top: calc(50% + 0.5 * var(--dc-header-height)) !important;
}
@media (min-width: 782px) {
  .adp-popup .adp-popup-wrap {
    overflow: visible;
  }
}
.adp-popup .adp-popup-wrap .adp-popup-outer {
  width: 100%;
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content {
  padding: 0;
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .adp-popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 782px) {
  .adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .adp-popup-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-media {
  width: 100%;
  height: 0;
  padding-bottom: min(100%, 60rem);
  position: relative;
}
@media (min-width: 782px) {
  .adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-media {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    height: auto;
    padding-bottom: 0;
    min-width: 32rem;
  }
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info {
  margin: 0;
  position: relative;
}
@media (min-width: 782px) {
  .adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info:after {
    position: absolute;
    height: var(--dc-spacer-md);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 247, 249, 0)), to(#E3F7F9));
    background-image: linear-gradient(rgba(227, 247, 249, 0) 0%, #E3F7F9 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
  }
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info .team-member-info-inner {
  padding: var(--dc-spacer-md);
}
@media (min-width: 782px) {
  .adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info .team-member-info-inner {
    height: 64rem;
    overflow: scroll;
  }
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info .team-member-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info .team-member-header .team-member-header-inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info .team-member-header .team-member-name {
  margin: 0;
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info .team-member-header .team-member-title {
  margin: 1.2rem 0 0;
  display: block;
  font-weight: 500;
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info .team-member-header .team-member-header-linkedin {
  margin-top: 0.1rem;
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info .team-member-header .team-member-header-linkedin a {
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info .team-member-header .team-member-header-linkedin a:hover, .adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info .team-member-header .team-member-header-linkedin a:focus {
  color: var(--dc-accent-color);
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info .team-member-separator {
  margin: var(--dc-spacer-sm) 0;
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info .team-member-bio {
  font-size: var(--dc-body-font-size);
  line-height: var(--dc-body-line-height);
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .team-member-info .team-member-bio p {
  font-size: inherit;
  line-height: inherit;
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .adp-popup-close {
  position: absolute;
  line-height: 1;
  top: 1.6rem;
  right: 1.6rem;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  color: var(--dc-primary-color);
  opacity: 0.7;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media (min-width: 782px) {
  .adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .adp-popup-close {
    top: -3.4rem;
    right: -3.4rem;
    position: absolute;
    background: transparent;
    color: var(--dc-accent-color);
    opacity: 1;
  }
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .adp-popup-close:hover, .adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .adp-popup-close:focus {
  opacity: 1;
  color: var(--dc-white-color);
}
.adp-popup .adp-popup-wrap .adp-popup-outer .adp-popup-content .adp-popup-close:before {
  display: none;
}

/* Sliders -------------------------------------- */
.slick-dotted.slick-slider {
  margin-bottom: var(--dc-spacer-xl);
}

.slick-dots {
  bottom: calc(-1 * var(--dc-spacer-xl));
}
.slick-dots li {
  width: 1rem;
  height: 1rem;
}
.slick-dots li button {
  width: 1rem;
  height: 1rem;
  padding: 0;
}
.slick-dots li button:before {
  width: 1rem;
  height: 1rem;
  content: "";
  background-color: transparent;
  border-radius: 50%;
  border: 0.1rem solid var(--dc-primary-color);
  opacity: 1;
  -webkit-transition: background var(--dc-trans-speed) var(--dc-trans-ease);
  transition: background var(--dc-trans-speed) var(--dc-trans-ease);
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before, .slick-dots li.slick-active button:before {
  background-color: var(--dc-primary-color);
  opacity: 1;
}

.slick-prev,
.slick-next {
  width: 2rem;
  height: 3.8rem;
  opacity: 1;
  -webkit-transition: opacity var(--dc-trans-speed) var(--dc-trans-ease);
  transition: opacity var(--dc-trans-speed) var(--dc-trans-ease);
}
@media (max-width: 1099px) {
  .slick-prev,
  .slick-next {
    opacity: 0;
  }
}

.slick-prev {
  left: calc(-1 * var(--dc-gap));
}
.slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='38' viewBox='0 0 21 38' fill='none'%3E%3Cpath d='M18.6155 37.231L0 18.6155L18.6155 0L20.377 1.8115L3.573 18.6155L20.377 35.4195L18.6155 37.231Z' fill='%23141C50'/%3E%3C/svg%3E");
}

.slick-next {
  right: calc(-1 * var(--dc-gap));
}
.slick-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='38' viewBox='0 0 21 38' fill='none'%3E%3Cpath d='M1.8 37.231L0 35.458L16.8425 18.6155L0 1.8115L1.8 0L20.4155 18.6155L1.8 37.231Z' fill='%23141C50'/%3E%3C/svg%3E");
}

/* -------------------------------------------------------------------------------- */
/*	SITE HEADER
/* -------------------------------------------------------------------------------- */
#site-header {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.home #site-header {
  background: var(--dc-site-header-background-color);
}

.header-inner-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--dc-site-header-background-color);
  color: var(--dc-site-header-text-color);
  padding: var(--dc-spacer-xxs) 0;
  min-height: clamp(6.4rem, calc(3.8vw + 4rem), 10rem);
}

@media (min-width: 1000px) {
  #site-header.scrolled .header-inner-wrapper {
    min-height: clamp(6.4rem, calc(3.8vw + 4rem), 10rem);
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
}

.header-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wp-custom-logo .header-titles {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.site-title {
  font-size: 2.4rem;
  font-weight: var(--dc-heading-font-weight);
  line-height: 1;
}

.site-title a {
  color: inherit;
  display: block;
  outline: none;
  text-decoration: none;
}

.site-title a:hover,
.site-title a:focus {
  text-decoration: underline;
}

.site-logo {
  margin: 0.2rem 0 0;
}

.site-logo a,
.site-logo img {
  display: block;
}

.site-logo img {
  max-height: clamp(3.6rem, calc(0.7vw + 3.341rem), 5rem);
  width: auto;
}

.site-logo img.logo-regular {
  display: none;
}
@media (min-width: 1300px) {
  .site-logo img.logo-regular {
    display: block;
  }
}

.site-logo img.logo-mobile {
  display: block;
}
@media (min-width: 1300px) {
  .site-logo img.logo-mobile {
    display: none;
  }
}

.home #site-header:not(.scrolled) .site-logo img {
  display: none;
}

/* Sticky Header ----------------------------- */
#site-header.is-sticky {
  position: absolute;
  left: var(--dc-aside-width);
  right: 0;
  top: var(--dc-admin-bar-height);
  z-index: 999;
}

#site-header.is-sticky .header-inner-wrapper {
  background: transparent;
}

#site-header.is-sticky.scrolled {
  position: fixed;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#site-header.is-sticky.scrolled .header-inner-wrapper {
  background: var(--dc-site-header-fixed-background-color);
  color: var(--dc-site-header-fixed-text-color);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.showing-menu-modal #site-header.is-sticky {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Header Toggles ---------------------------- */
.header-toggles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -1rem 0 1.6rem;
}
@media (min-width: 1000px) {
  .header-toggles {
    -ms-flex-negative: initial;
        flex-shrink: initial;
  }
}

.header-toggles a {
  border-radius: 0.8rem;
  padding: 1rem;
}

.header-toggles .toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  outline: none;
  position: relative;
  text-decoration: none;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: color 0.15s ease, -webkit-transform 0.15s linear;
  transition: color 0.15s ease, -webkit-transform 0.15s linear;
  transition: transform 0.15s linear, color 0.15s ease;
  transition: transform 0.15s linear, color 0.15s ease, -webkit-transform 0.15s linear;
  color: var(--dc-primary-color);
}

.header-toggles .toggle:hover {
  color: var(--dc-accent-color);
}
@media (min-width: 1000px) {
  .header-toggles .toggle:hover {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
            transform: scale3d(1.15, 1.15, 1.15);
  }
}

@media (min-width: 1000px) {
  .header-toggles .nav-toggle {
    display: none;
  }
}

.header-toggles .social-menu,
.header-toggles .search-toggle {
  display: none;
}
@media (min-width: 1000px) {
  .header-toggles .social-menu,
  .header-toggles .search-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-toggles .search-toggle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.4rem;
}

.header-toggles .search-toggle svg {
  -webkit-transform: translateX(-0.1rem);
          transform: translateX(-0.1rem);
}

@media (min-width: 1000px) {
  .header-toggles .social-menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header-toggles .nav-toggle.icon-menu-search svg {
  -webkit-transform: translateX(0.2rem);
          transform: translateX(0.2rem);
}

.header-toggles .mobile-nav-toggle-text {
  font-size: 1.6rem;
  margin-right: 1.2rem;
}

@media (min-width: 1000px) {
  .header-toggles .social-menu a:focus,
  .header-toggles .toggle:focus {
    -webkit-box-shadow: inset 0 0 0 0.2rem var(--dc-border-color);
            box-shadow: inset 0 0 0 0.2rem var(--dc-border-color);
  }
}

/* -------------------------------------------------------------------------------- */
/*	SITE ASIDE
/* -------------------------------------------------------------------------------- */
#site-aside {
  background-color: var(--dc-aside-background-color);
  color: var(--dc-aside-text-color);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  width: var(--dc-aside-width);
  z-index: 1;
  margin-top: var(--dc-admin-bar-height);
}
@media (min-width: 640px) {
  #site-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#site-aside .nav-toggle {
  display: block;
  outline: none;
  width: 100%;
}

#site-aside .nav-toggle-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 12rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#site-aside .nav-toggle .nav-toggle-inner:before {
  background: var(--dc-menu-modal-text-color);
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  height: 4.4rem;
  width: 4.4rem;
}
@media (min-width: 1300px) {
  #site-aside .nav-toggle .nav-toggle-inner:before {
    height: 5rem;
    width: 5rem;
  }
}

#site-aside .nav-toggle:focus .nav-toggle-inner:before {
  opacity: 0.11;
}

/* Navigation Toggle ------------------------- */
.nav-toggle:hover,
.nav-toggle:focus {
  color: var(--dc-white-color);
}

.nav-toggle .bars {
  -webkit-animation: bars-fade-in 0.1s linear 0.3s both;
          animation: bars-fade-in 0.1s linear 0.3s both;
}

.nav-toggle-text {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateY(min(3.2rem, 0.25 * var(--dc-aside-width))) translateX(0.1em) rotate(90deg);
          transform: translateY(min(3.2rem, 0.25 * var(--dc-aside-width))) translateX(0.1em) rotate(90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-toggle-text span {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.nav-toggle:not(.active) .nav-toggle-text .active,
.nav-toggle.active .nav-toggle-text .inactive {
  display: none;
}

.nav-toggle .bars {
  height: 1.4rem;
  position: relative;
  width: 2rem;
}

.nav-toggle .bar {
  -webkit-animation: 0.4s forwards;
          animation: 0.4s forwards;
  background-color: currentColor;
  display: block;
  height: 0.2rem;
  position: absolute;
  right: 0;
  top: calc(50% - 0.1rem);
  width: 100%;
}

.nav-toggle .bar:nth-child(1) {
  -webkit-transform: translateY(-0.6rem);
          transform: translateY(-0.6rem);
}

.nav-toggle .bar:nth-child(3) {
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
}

/* STATE: INITIAL */
.nav-toggle .bar:nth-child(1) {
  -webkit-animation-name: bar-one;
          animation-name: bar-one;
}

.nav-toggle .bar:nth-child(3) {
  -webkit-animation-name: bar-three;
          animation-name: bar-three;
}

/* STATE: HOVER */
.nav-toggle:focus .bar:nth-child(1),
.nav-toggle:hover .bar:nth-child(1) {
  -webkit-animation-name: bar-one-hover;
          animation-name: bar-one-hover;
}

.nav-toggle:focus .bar:nth-child(3),
.nav-toggle:hover .bar:nth-child(3) {
  -webkit-animation-name: bar-three-hover;
          animation-name: bar-three-hover;
}

/* STATE: ACTIVE */
.nav-toggle.active .bar:nth-child(1) {
  -webkit-animation-name: bar-one-active;
          animation-name: bar-one-active;
}

.nav-toggle.active .bar:nth-child(2) {
  -webkit-animation-name: bar-two-active;
          animation-name: bar-two-active;
}

.nav-toggle.active .bar:nth-child(3) {
  -webkit-animation-name: bar-three-active;
          animation-name: bar-three-active;
}

/* -------------------------------------------------------------------------------- */
/*	NAVIGATION
/* -------------------------------------------------------------------------------- */
.menu-modal {
  background: var(--dc-background-color);
  display: none;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: -99999rem;
  right: 99999rem;
  top: 0;
  -webkit-transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
  z-index: 9999;
}
@media (min-width: 1000px) {
  .menu-modal {
    background: transparent;
    opacity: 1;
    -webkit-transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
    transition: background-color 0.3s ease-in, left 0s 0.3s, right 0s 0.3s;
  }
}

.menu-modal.show-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-modal.active {
  left: 0;
  opacity: 1;
  right: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
@media (min-width: 1000px) {
  .menu-modal.active {
    left: var(--dc-aside-width);
  }
}

.menu-modal a {
  color: inherit;
  text-decoration: none;
}

.menu-modal-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  overflow: auto;
  width: 100%;
  margin-top: var(--dc-admin-bar-height);
  background-color: var(--dc-menu-modal-background-color);
  color: var(--dc-menu-modal-text-color);
}
@media (min-width: 1000px) {
  .menu-modal-inner {
    opacity: 0;
    -webkit-transform: translateX(-5rem);
            transform: translateX(-5rem);
    -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transition: opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
    transition: transform 0.2s ease-in, opacity 0.2s ease-in, -webkit-transform 0.2s ease-in;
  }
}

.menu-modal-inner:before {
  background: currentColor;
  content: "";
  display: none;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  width: 0.1rem;
}
@media (min-width: 1000px) {
  .menu-modal-inner:before {
    display: block;
  }
}

@media (min-width: 1000px) {
  .menu-modal.active .menu-modal-inner {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
}

.modal-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 var(--dc-gap);
  position: relative;
  width: 100%;
}
@media (min-width: 1000px) {
  .modal-menu-wrapper {
    padding: 4.8rem 3.2rem 0 3.2rem;
  }
}

/* Modal: Menu Toggles ----------------------- */
@media (min-width: 1000px) {
  .menu-modal-toggles,
  .menu-modal-search {
    display: none;
  }
}

.menu-modal-toggles .nav-untoggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  outline: none;
  padding: 3.2rem 0;
  width: 100%;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.menu-modal-toggles .nav-untoggle:hover {
  opacity: 0.5;
}
.menu-modal-toggles .nav-untoggle:focus {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 0.2rem;
}

.menu-modal-toggles .nav-untoggle-text {
  font-size: 1.8rem;
}

/* Menu Modal Top ---------------------------- */
.menu-modal .menu-top {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* Main Menu --------------------------------- */
.main-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  font-family: var(--dc-heading-font);
  font-size: var(--dc-h2-font-size);
  line-height: var(--dc-h2-line-height);
}

.main-menu .ancestor-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.main-menu a {
  display: inline-block;
  outline: none;
  padding: 0.2rem;
  width: auto;
  margin: 2rem auto;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(transparent, transparent), linear-gradient(currentColor, currentColor);
  background-size: 100% 0.1rem, 0 0.1rem;
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: background-size var(--dc-trans-speed-slow) var(--dc-trans-ease);
}

.main-menu a:hover,
.main-menu a:focus,
body:not(.home) .main-menu li.current-menu-item > .ancestor-wrapper > a {
  text-decoration: none;
  background-position: 100% 100%, 0 100%;
  background-size: 0 0.1rem, 100% 0.1rem;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
  text-decoration: none;
  outline: none;
}

.main-menu a:focus {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 0.2rem;
}

.sub-menu-toggle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

a.sub-menu-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0 1.6rem;
  position: relative;
}

a.sub-menu-toggle:before {
  background: var(--dc-menu-modal-text-color);
  border-radius: 50%;
  content: "";
  display: block;
  height: 4rem;
  opacity: 0;
  position: absolute;
  left: calc(50% - 2rem);
  top: calc(50% - 2rem);
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  width: 4rem;
}

a.sub-menu-toggle:focus:before,
a.sub-menu-toggle:hover:before {
  opacity: 0.11;
}

a.sub-menu-toggle svg {
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
}

a.sub-menu-toggle.active svg {
  -webkit-transform: rotate(180deg) translateY(0.2rem);
          transform: rotate(180deg) translateY(0.2rem);
}

.main-menu ul {
  margin: 0;
  width: 100%;
}

.main-menu .sub-menu {
  display: none;
  font-size: 1.8rem;
  padding-left: 3.2rem;
}

.main-menu ul li {
  border-left-width: 1rem;
}

/* Menu Search ------------------------------- */
.menu-modal-search {
  color: var(--dc-menu-modal-text-color);
}

.menu-modal-search .search-form {
  margin: 4rem 0 0;
  max-width: 100%;
}

.menu-modal-search .search-form:before {
  background-color: var(--dc-menu-modal-text-color);
  border-radius: 999rem;
  content: "";
  display: block;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.menu-modal-search .search-field {
  background-color: transparent;
  color: var(--dc-menu-modal-text-color);
}

:root .menu-modal-search .search-field {
  border-color: transparent;
}

.menu-modal-search .search-submit {
  color: inherit;
}

.menu-modal-search .search-field::-webkit-input-placeholder {
  color: var(--dc-menu-modal-text-color);
}

.menu-modal-search .search-field::-moz-placeholder {
  color: var(--dc-menu-modal-text-color);
}

.menu-modal-search .search-field:-ms-input-placeholder {
  color: var(--dc-menu-modal-text-color);
}

.menu-modal-search .search-field::-ms-input-placeholder {
  color: var(--dc-menu-modal-text-color);
}

.menu-modal-search .search-field::placeholder {
  color: var(--dc-menu-modal-text-color);
}

/* Menu Bottom ------------------------------- */
.menu-modal .menu-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 4rem 0 4.8rem;
}

/* Header Menu ------------------------------- */
@media (min-width: 1000px) {
  .header-toggles {
    display: none;
  }
}

.header-menu {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: clamp(-1.2rem, calc(-0.6vw - 0.629rem), -2rem);
  margin-right: clamp(-1.2rem, calc(-0.6vw - 0.629rem), -2rem);
}
@media (min-width: 1000px) {
  .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header-menu .menu-item {
  font-size: var(--dc-prefix-large-font-size);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  text-align: center;
}
.header-menu .menu-item a {
  text-decoration: none;
  color: var(--dc-site-header-link-color);
  margin-left: clamp(1.2rem, calc(0.6vw + 0.629rem), 2rem);
  margin-right: clamp(1.2rem, calc(0.6vw + 0.629rem), 2rem);
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(transparent, transparent), linear-gradient(currentColor, currentColor);
  background-size: 100% 0.1rem, 0 0.1rem;
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: background-size var(--dc-trans-speed-slow) var(--dc-trans-ease);
}
.header-menu .menu-item a:hover, .header-menu .menu-item a:focus {
  outline: none;
  text-decoration: none;
  color: var(--dc-site-header-link-color-active);
  background-position: 100% 100%, 0 100%;
  background-size: 0 0.1rem, 100% 0.1rem;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
  text-decoration: none;
  outline: none;
}

#site-header.scrolled .header-menu .menu-item a {
  color: var(--dc-site-header-fixed-link-color);
}
#site-header.scrolled .header-menu .menu-item a:hover, #site-header.scrolled .header-menu .menu-item a:focus {
  color: var(--dc-site-header-fixed-link-color-active);
}

/* Hide Menu items ------------------------------- */
.main-menu li.hide,
.header-menu li.hide {
  display: none;
}

/* ------------------------------------------------------------------------------ /*
/*  SEARCH
/* ------------------------------------------------------------------------------ */
.search-modal {
  display: none;
  opacity: 0;
  padding-left: var(--dc-aside-width);
  position: fixed;
  bottom: 0;
  left: -9999rem;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.2s linear, left 0s 0.2s linear;
  transition: opacity 0.2s linear, left 0s 0.2s linear;
  z-index: 999;
}

.search-modal:before {
  background: var(--dc-primary-color);
  content: "";
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.search-modal-inner {
  background-color: var(--dc-background-color);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.15s linear, -webkit-box-shadow 0.15s linear;
  transition: -webkit-transform 0.15s linear, -webkit-box-shadow 0.15s linear;
  transition: transform 0.15s linear, box-shadow 0.15s linear;
  transition: transform 0.15s linear, box-shadow 0.15s linear, -webkit-transform 0.15s linear, -webkit-box-shadow 0.15s linear;
  margin-top: var(--dc-admin-bar-height);
}

.search-modal-inner .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search-modal.active {
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.search-modal.active .search-modal-inner {
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.1s 0.25s linear;
  transition: -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.1s 0.25s linear;
  transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
  transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear, -webkit-transform 0.25s ease-in-out, -webkit-box-shadow 0.1s 0.25s linear;
}

.search-untoggle,
.search-untoggle-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-untoggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: -2.5rem;
  outline: none;
  padding: 0 1.2rem;
}

.search-modal.active .search-untoggle {
  -webkit-animation: popIn both 0.3s 0.2s;
          animation: popIn both 0.3s 0.2s;
}

.search-untoggle-inner {
  border-radius: 50%;
  height: 4.4rem;
  -webkit-transition: color 0.1s linear, background-color 0.1s linear;
  transition: color 0.1s linear, background-color 0.1s linear;
  width: 4.4rem;
}

.search-untoggle svg {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.search-untoggle:hover svg {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.search-untoggle:focus .search-untoggle-inner {
  background-color: var(--dc-primary-color);
  color: var(--dc-background-color);
}

/* Modal Search Form ------------------------- */
.modal-search-form {
  margin: 0;
  position: relative;
  width: 100%;
}

.modal-search-form .search-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
}

.modal-search-form .search-label svg {
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.modal-search-form .search-field:focus + label {
  color: var(--dc-accent-color);
}

.modal-search-form .search-field:focus + label svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.modal-search-form .search-field {
  background: none;
  border: none;
  border-radius: 0.8rem;
  color: inherit;
  font-size: 2.4rem;
  height: 12rem;
  outline: none;
  padding: 0 2.4rem 0 4.8rem;
  width: calc(100% - 9rem);
}

.modal-search-form .search-field::-webkit-input-placeholder {
  color: inherit;
}

.modal-search-form .search-field:-ms-input-placeholder {
  color: inherit;
}

.modal-search-form .search-field::-moz-placeholder {
  color: inherit;
  line-height: 12rem;
}

.modal-search-form .search-field::-ms-input-placeholder {
  color: inherit;
}

.modal-search-form .search-field::placeholder {
  color: inherit;
}

.modal-search-form .search-submit {
  position: absolute;
  right: -9999rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal-search-form .search-submit:focus {
  outline: none;
  right: 0;
}

/* ------------------------------------------------------------------------------ /*
/*  TEMPLATES
/* ------------------------------------------------------------------------------ */
.is-blank-canvas #site-content {
  min-height: 100dvh;
}

/* Template: Blank Canvas with Aside ---------------------------- */
.template-blank-canvas-with-aside .menu-modal .menu-modal-search {
  display: block;
}

@media (max-width: 639px) {
  .template-blank-canvas-with-aside {
    --dc-aside-width: 0rem;
  }
  .template-blank-canvas-with-aside #site-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
  }
  .template-blank-canvas-with-aside #site-aside .nav-toggle-inner {
    height: 4.8rem;
  }
  .template-blank-canvas-with-aside #site-aside .bars,
  .template-blank-canvas-with-aside #site-aside .bars * {
    -webkit-animation: none;
            animation: none;
  }
  .template-blank-canvas-with-aside #site-aside .nav-toggle-text {
    display: none;
  }
}
/* Template: Contact ---------------------------- */
.template-contact .contact-address a {
  color: inherit;
  text-decoration: none;
}
.template-contact .contact-address a:hover, .template-contact .contact-address a:focus {
  color: var(--dc-accent-color);
}

/* Block Templates ---------------------------- */
.wp-site-blocks {
  margin: 0 auto;
  max-width: var(--dc-inner-width-thin);
  width: calc(100% - var(--dc-gutter));
}

.wp-block-post-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--dc-inner-width-thin);
}

.wp-block-post-content.alignfull > * {
  width: calc(100% - var(--dc-gutter) - var(--dc-aside-width));
}

.wp-block-post-content > .alignfull {
  max-width: none;
}

.wp-block-post-content > .alignwide {
  max-width: var(--dc-inner-width-max);
}

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

/* ------------------------------------------------------------------------------ /*
/*  ARCHIVE
/* ------------------------------------------------------------------------------ */
.archive-page #site-content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* Archive Header ---------------------------- */
.archive-header {
  margin-bottom: 5rem;
}
@media (min-width: 640px) {
  .archive-header {
    margin-bottom: 4.8rem;
  }
}
@media (min-width: 1300px) {
  .archive-header {
    margin-bottom: 6.4rem;
  }
}

.archive-prefix {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.8rem;
}
@media (min-width: 640px) {
  .archive-prefix {
    font-size: 1.8rem;
  }
}

.archive-title {
  font-size: 2.8rem;
  font-weight: var(--dc-heading-font-weight);
  line-height: 1.3;
  max-width: var(--dc-inner-width-small);
  margin: 0;
}
@media (min-width: 640px) {
  .archive-title {
    font-size: 3.2rem;
  }
}

.archive-title p {
  line-height: inherit;
  margin: 0 0 0.75em;
  max-width: 100%;
}

.archive-description {
  margin-top: 1.6rem;
}

/* Home Filter ------------------------------- */
.filter-wrapper {
  font-size: 2.2rem;
  margin: 2.4rem 0 0;
}
@media (min-width: 640px) {
  .filter-wrapper {
    font-size: 2.4rem;
    margin: 3.2rem 0 0;
  }
}
@media (min-width: 1300px) {
  .filter-wrapper {
    margin: 4rem 0 0;
  }
}

.filter-wrapper:first-child {
  margin-top: 0;
}

.filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.8rem 0 0 -1.6rem;
}
@media (min-width: 640px) {
  .filter-list {
    margin: -1.2rem 0 0 -2.4rem;
  }
}

.filter-list li {
  margin: 0.8rem 0 0 1.6rem;
}
@media (min-width: 640px) {
  .filter-list li {
    margin: 1.2rem 0 0 2.4rem;
  }
}

.filter-list a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.filter-list a.active {
  color: var(--dc-accent-color);
}

.filter-list a:hover .term-name,
.filter-list a:focus .term-name,
.filter-list a.pre-active .term-name,
.filter-list a.active .term-name {
  text-decoration: underline;
}

.filter-list a.active:focus {
  text-decoration: none;
}

.filter-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2em;
}

.term-count {
  font-size: 0.7em;
  letter-spacing: 0;
  vertical-align: super;
}

/* Post Grid --------------------------------- */
.posts {
  overflow: hidden;
  position: relative;
  padding-top: var(--dc-spacer-xxl);
}

.posts .section-inner {
  position: relative;
}

.no-js .grid-sizer {
  display: none;
}

.posts .article-wrapper {
  margin-bottom: 1.6rem;
}
@media (min-width: 640px) {
  .posts .article-wrapper {
    margin-bottom: 0;
  }
}

.posts .article-wrapper:last-child {
  margin-bottom: 0;
}

/* LAYOUT: LIST */
.posts-grid[data-layout=list] .article-wrapper {
  margin-bottom: 0;
}
.posts-grid[data-layout=list] .article-wrapper .preview {
  padding-bottom: 4.8rem;
  border-bottom: 0.1rem solid var(--dc-border-color);
}
.posts-grid[data-layout=list] .article-wrapper .preview.sticky {
  border-color: var(--dc-accent-color);
  border-width: 0.2rem;
}

/* Preview: Post ----------------------------- */
.preview a {
  color: inherit;
  text-decoration: none;
}

.preview-media {
  overflow: hidden;
  position: relative;
}

.preview-media-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.preview-media img {
  width: 100%;
}

.preview .preview-media .sticky-note,
.preview.sticky .preview-media .sticky-note {
  /* On image = always white on black */
  background-color: #2C3434;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: normal;
  padding: 0.6rem 0.7rem;
  position: absolute;
  left: min(1.6rem, 10%);
  top: min(1.6rem, 10%);
  white-space: nowrap;
}

.preview-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.preview-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.preview-cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(3rem, 6vw, 8rem);
          flex: 0 0 clamp(3rem, 6vw, 8rem);
  margin-left: var(--dc-spacer-xs);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--dc-accent-color);
}
.preview-cta a {
  outline: none;
}

.preview-cta svg {
  width: 100%;
  max-width: 4.8rem;
}

.preview-content.active .preview-cta svg,
.preview-cta a:hover svg,
.preview-cta a:focus svg {
  -webkit-transform: translateX(clamp(0.6rem, 2vw, 1.6rem));
          transform: translateX(clamp(0.6rem, 2vw, 1.6rem));
}

.preview-cta svg {
  -webkit-transition: -webkit-transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: -webkit-transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: transform var(--dc-trans-speed-slow) var(--dc-trans-ease), -webkit-transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.preview-info > * + * {
  margin-top: 2.4rem;
}

.preview .preview-title {
  margin: 0;
  color: var(--dc-primary-color);
}

.preview-content.active .preview-title a,
.preview-title a:hover,
.preview-title a:focus {
  outline: none;
  text-decoration: underline;
}

.preview .preview-meta {
  width: 100%;
  color: var(--dc-prefix-text-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2rem;
}

.preview .preview-meta svg {
  margin-right: 1.8rem;
  margin-top: -0.1rem;
}

.preview .post-meta-wrapper {
  width: 100%;
  font-family: var(--dc-prefix-font);
  font-size: var(--dc-prefix-font-size);
  line-height: var(--dc-prefix-line-height);
  font-weight: var(--dc-prefix-font-weight);
  text-transform: var(--dc-prefix-text-transform);
  letter-spacing: var(--dc-prefix-letter-spacing);
  color: inherit;
}

.post-meta {
  list-style: none;
  margin: 0;
}

.preview .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.25em 0 0 max(-5vw, -6rem);
}

.preview .post-meta li {
  margin: 0.25em 0 0 min(5vw, 6rem);
}

.post-meta a:hover,
.post-meta a:focus {
  outline: none;
  text-decoration: underline;
}

/* COLUMN SPECIFIC PREVIEW STYLES */
@media (max-width: 639px) {
  .posts-grid.cols-6 .preview-title {
    font-size: 1.6rem;
  }
  .posts-grid.cols-4 .preview-title {
    font-size: 1.4rem;
  }
  .posts-grid.cols-3 .preview-title {
    font-size: 1.2rem;
  }
  .posts-grid.cols-6 .post-meta-wrapper,
  .posts-grid.cols-4 .post-meta-wrapper {
    font-size: 1.2rem;
  }
  .posts-grid.cols-3 .post-meta-wrapper {
    font-size: 1rem;
  }
  .posts-grid.cols-6 .article-wrapper,
  .posts-grid.cols-4 .article-wrapper,
  .posts-grid.cols-3 .article-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 640px) and (max-width: 999px) {
  .posts-grid.cols-t-3 {
    margin: -0.8rem 0 -0.8rem -0.8rem;
    width: calc(100% + 1.6rem);
  }
  .posts-grid.cols-t-3 .col {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
  .posts-grid.cols-t-4 .preview-title,
  .posts-grid.cols-t-3 .preview-title {
    font-size: inherit;
  }
  .posts-grid.cols-t-4 .post-meta-wrapper {
    font-size: 1.4rem;
  }
  .posts-grid.cols-t-3 .post-meta-wrapper {
    font-size: 1.2rem;
  }
}
@media (min-width: 999px) and (max-width: 1299px) {
  .posts-grid.cols-l-3 {
    margin: -0.8rem 0 -0.8rem -0.8rem;
    width: calc(100% + 1.6rem);
  }
  .posts-grid.cols-l-3 .col {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
  .posts-grid.cols-l-3 .preview-title {
    font-size: inherit;
  }
  .posts-grid.cols-l-3 .post-meta-wrapper {
    font-size: 1.4rem;
  }
}
@media (min-width: 1299px) and (max-width: 1599px) {
  .posts-grid.cols-d-3 {
    margin: -1.2rem 0 -1.2rem -1.2rem;
    width: calc(100% + 2.4rem);
  }
  .posts-grid.cols-d-3 .col {
    margin-bottom: 0.8rem;
    padding: 1.2rem;
  }
  .posts-grid.cols-d-3 .preview-title {
    font-size: 2.1rem;
  }
  .posts-grid.cols-d-3 .post-meta-wrapper {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------------------------------------------ /*
/*  SINGLE POSTS
/* ------------------------------------------------------------------------------ */
/* Entry Header ------------------------------ */
.entry-header {
  background-color: var(--dc-hero-background-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.entry-header > .section-inner {
  min-height: min(40vw, 50rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}

.entry-header-wrapper {
  width: 100%;
  color: var(--dc-hero-text-color);
  padding-top: clamp(3.2rem, calc(2vw + 2.459rem), 7.2rem);
  padding-bottom: clamp(3.2rem, calc(2vw + 2.459rem), 7.2rem);
  margin-top: var(--dc-header-height);
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.home .entry-header-wrapper {
  padding-top: clamp(3.2rem, calc(3.4vw + 1.941rem), 10rem);
  margin-bottom: var(--dc-header-height);
}
@media (min-width: 640px) {
  .home .entry-header-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    margin-bottom: 0;
  }
}

.entry-header-wrapper .entry-title {
  color: var(--dc-hero-title-color);
  max-width: 32ch;
}

h1.entry-title,
.entry-title.h1 {
  margin: 0;
}

.intro-text {
  color: var(--dc-hero-text-color);
  margin: var(--dc-spacer-sm) auto 0;
  max-width: var(--dc-inner-width-small);
}
.intro-text p {
  font-size: inherit;
  line-height: inherit;
}

.hero-cta {
  margin-top: var(--dc-spacer);
}

/* Featured Media ---------------------------- */
.featured-media {
  margin-top: 4.8rem;
}
@media (min-width: 640px) {
  .featured-media {
    margin-top: 6.4rem;
  }
}

.featured-media .media-wrapper {
  margin-left: calc(50% - 50vw + var(--dc-aside-width) / 2);
  width: calc(100vw - var(--dc-aside-width));
}
@media (min-width: 1000px) {
  .featured-media .media-wrapper {
    margin-left: 0;
    width: 100%;
  }
}

.featured-media img {
  width: 100%;
}

/* Entry Content ------------------------------ */
.entry-content {
  line-height: var(--dc-body-line-height);
}

.entry-content a {
  text-underline-offset: 0.18em;
}

.has-accent-background-color a {
  color: inherit;
}

/* Entry Footer ------------------------------ */
.entry-footer {
  font-size: 1.5rem;
  margin-top: 3.2rem;
  color: var(--dc-secondary-color);
}
@media (min-width: 640px) {
  .entry-footer {
    font-size: 1.6rem;
    margin-top: 4rem;
  }
}
@media (min-width: 1000px) {
  .entry-footer {
    margin-top: 4.8rem;
  }
}

.entry-footer a {
  color: inherit;
}

.entry-footer a:hover,
.entry-footer a:focus {
  text-decoration: none;
}

.entry-footer .post-meta li {
  margin: 0;
}

.entry-footer .date a {
  text-decoration: none;
}

.entry-footer .date a:hover,
.entry-footer .date a:focus {
  text-decoration: underline;
}

/* POST NAV LINKS */
.post-nav-links {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 4.8rem;
}

.post-nav-links hr {
  margin: 0 0 2.4rem 0;
}

.post-nav-links-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.post-page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.2rem;
  min-width: 3.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.4rem;
  text-align: center;
}

.post-page-numbers + .post-page-numbers {
  margin-left: 0.8rem;
}

.post-nav-links a {
  border: 0.2rem solid var(--dc-accent-color);
  text-decoration: none;
}

.post-nav-links a:hover,
.post-nav-links .current {
  background-color: var(--dc-accent-color);
  color: var(--dc-background-color);
}

/* Single Navigation ------------------------- */
.single-nav {
  border-top: 0.1rem solid var(--dc-border-color);
  border-bottom: 0.1rem solid var(--dc-border-color);
  margin-top: calc(2 * var(--dc-spacer-sm));
}
@media (min-width: 640px) {
  .single-nav .single-nav-grid .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}
.single-nav .single-nav-grid .col .single-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
}
.single-nav .single-nav-grid .col .single-nav-item .arrow {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: -webkit-transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: transform var(--dc-trans-speed-slow) var(--dc-trans-ease), -webkit-transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
}
.single-nav .single-nav-grid .col .single-nav-item .single-nav-item-header {
  padding: 4.8rem 2.4rem;
}
@media (min-width: 640px) {
  .single-nav .single-nav-grid .col .single-nav-item .single-nav-item-header {
    padding: 6.4rem 3.2rem;
  }
}
.single-nav .single-nav-grid .col .single-nav-item .single-nav-item-header .single-nav-item-title {
  color: var(--dc-primary-color);
  font-style: italic;
  margin: 0.5rem 0 0;
  -webkit-transition: color var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: color var(--dc-trans-speed-slow) var(--dc-trans-ease);
}
.single-nav .single-nav-grid .col .single-nav-item:hover .arrow,
.single-nav .single-nav-grid .col .single-nav-item:focus .arrow {
  -webkit-transform: translateX(-0.8rem);
          transform: translateX(-0.8rem);
}
.single-nav .single-nav-grid .col .single-nav-item:hover .single-nav-item-title,
.single-nav .single-nav-grid .col .single-nav-item:focus .single-nav-item-title {
  color: var(--dc-accent-color);
  font-style: italic;
  margin: 0.5rem 0 0;
}
.single-nav .single-nav-grid .col + .col .single-nav-item {
  border-top: 0.1rem solid var(--dc-border-color);
}
@media (min-width: 640px) {
  .single-nav .single-nav-grid .col + .col .single-nav-item {
    border-top-width: 0;
    border-left: 0.1rem solid var(--dc-border-color);
  }
}
.single-nav.only-next .single-nav-grid .col .single-nav-item,
.single-nav .single-nav-grid .col + .col .single-nav-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.single-nav.only-next .single-nav-grid .col .single-nav-item:hover .arrow, .single-nav.only-next .single-nav-grid .col .single-nav-item:focus .arrow,
.single-nav .single-nav-grid .col + .col .single-nav-item:hover .arrow,
.single-nav .single-nav-grid .col + .col .single-nav-item:focus .arrow {
  -webkit-transform: translateX(0.8rem);
          transform: translateX(0.8rem);
}

/* ------------------------------------------------------------------------------ /*
/*  BLOCKS
/* ------------------------------------------------------------------------------ */
/* Block: Base Margins ----------------------- */
.wp-block-archives,
.wp-block-button,
.wp-block-buttons,
.wp-block-calendar,
.wp-block-categories,
.wp-block-code,
.wp-block-columns,
.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-file,
.wp-block-gallery,
.wp-block-group,
.wp-block-latest-comments,
.wp-block-latest-posts,
.wp-block-media-text,
.wp-block-preformatted,
.wp-block-pullquote,
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-search,
.wp-block-social,
.wp-block-social-links,
.wp-block-tag-cloud,
.wp-block-table,
.wp-block-verse,
.wp-block-video {
  margin-bottom: 4rem;
  margin-top: 4rem;
}
@media (min-width: 640px) {
  .wp-block-archives,
  .wp-block-button,
  .wp-block-buttons,
  .wp-block-calendar,
  .wp-block-categories,
  .wp-block-code,
  .wp-block-columns,
  .wp-block-cover,
  .wp-block-cover-image,
  .wp-block-embed,
  .wp-block-file,
  .wp-block-gallery,
  .wp-block-group,
  .wp-block-latest-comments,
  .wp-block-latest-posts,
  .wp-block-media-text,
  .wp-block-preformatted,
  .wp-block-pullquote,
  .wp-block-quote,
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large,
  .wp-block-search,
  .wp-block-social,
  .wp-block-social-links,
  .wp-block-tag-cloud,
  .wp-block-table,
  .wp-block-verse,
  .wp-block-video {
    margin-bottom: 4.8rem;
    margin-top: 4.8rem;
  }
}

/* Block: Shared Nesting Alignment Resets ---- */
.wp-block-group,
.wp-block-cover {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--dc-inner-width-thin);
}

/* Shared Block Styles ----------------------- */
.is-style-no-top-margin,
.is-style-no-vertical-margin {
  margin-top: 0 !important;
}

.is-style-no-bottom-margin,
.is-style-no-vertical-margin {
  margin-bottom: 0 !important;
}

.is-style-no-top-margin.wp-block-image > *:first-child,
.is-style-no-vertical-margin.wp-block-image > *:first-child {
  margin-top: 0 !important;
}

.is-style-no-bottom-margin.wp-block-image > *:last-child,
.is-style-no-vertical-margin.wp-block-image > *:last-child {
  margin-bottom: 0 !important;
}

/* Block: _Shared Lists ---------------------- */
.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.wp-block-archives ul,
.wp-block-archives ol,
.wp-block-categories ul,
.wp-block-categories ol,
.wp-block-latest-posts ul,
.wp-block-latest-posts ol,
.wp-block-latest-comments ul,
.wp-block-latest-comments ol {
  list-style: inherit;
}

.wp-block-archives li,
.wp-block-categories li,
.wp-block-latest-posts > li,
.wp-block-latest-comments > li {
  line-height: 1.2;
  margin: 2.4rem 0 0 0;
}

.wp-block-archives > li:first-child,
.wp-block-categories > li:first-child,
.wp-block-latest-posts > li:first-child,
.wp-block-latest-comments > li:first-child {
  margin-top: 0;
}

.wp-block-archives li li,
.wp-block-categories li li {
  margin-left: 2.4rem;
}

.wp-block-archives li > a,
.wp-block-categories li > a,
.wp-block-latest-posts > li > a,
.wp-block-latest-comments > li > a {
  font-size: 2.1rem;
  font-weight: var(--dc-heading-font-weight);
  text-decoration: none;
}

.wp-block-archives li > a:hover,
.wp-block-categories li > a:hover,
.wp-block-latest-posts > li > a:hover,
.wp-block-latest-comments > li > a:hover,
.wp-block-archives li > a:focus,
.wp-block-categories li > a:focus,
.wp-block-latest-posts > li > a:focus,
.wp-block-latest-comments > li > a:focus {
  text-decoration: underline;
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter {
  text-align: center;
}

/* Block: Archives --------------------------- */
/* Block: Audio ------------------------------ */
.wp-block-audio.alignleft,
.wp-block-audio.alignright {
  min-width: 20rem;
  width: 100%;
}

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

/* Block: Calendar --------------------------- */
.wp-block-calendar {
  border-color: var(--dc-border-color);
}

:root .wp-block-calendar * {
  border-color: inherit;
}

.wp-block-calendar table {
  font-family: inherit;
  margin: 0;
}

.wp-block-calendar table tbody {
  color: inherit;
}

:root .wp-block-calendar caption {
  background-color: var(--dc-primary-color);
  color: var(--dc-background-color);
  position: relative;
}
:root .wp-block-calendar caption:after {
  background-color: currentColor;
  content: "";
  display: block;
  height: 0.1rem;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.wp-block-calendar table thead {
  border: none;
}

.wp-block-calendar table th {
  background-color: var(--dc-primary-color);
  border: none;
  color: var(--dc-background-color);
  font-weight: 700;
}

:root .wp-block-calendar td,
:root .wp-block-calendar th {
  padding: 0.8rem;
}

.wp-block-calendar td a {
  font-weight: 700;
}

@media (min-width: 640px) {
  :root .wp-block-calendar:not(.alignleft):not(.alignright) table {
    font-size: inherit;
  }
  :root .wp-block-calendar:not(.alignleft):not(.alignright) table th, :root .wp-block-calendar:not(.alignleft):not(.alignright) table td, :root .wp-block-calendar:not(.alignleft):not(.alignright) table caption {
    padding: 1.6rem;
  }
  :root .wp-block-calendar:not(.alignleft):not(.alignright) table td {
    font-size: 2.2rem;
    height: 9.3rem;
  }
  @supports (aspect-ratio: 1/1) {
    :root .wp-block-calendar:not(.alignleft):not(.alignright) table td {
      height: auto;
      aspect-ratio: 1/1;
    }
  }
}

.wp-calendar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 1.6rem 0 0;
}

/* Block: Categories ------------------------- */
/* Block: Classic ---------------------------- */
/* Block: Code ------------------------------- */
/* Block: Columns ---------------------------- */
@media (min-width: 600px) {
  .wp-block-columns:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) + .wp-block-columns:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
    margin-top: 0;
  }
}

@media (min-width: 640px) {
  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -4rem;
  }
}
@media (min-width: 1000px) {
  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -3.2rem;
  }
}
@media (min-width: 1600px) {
  .wp-block-columns.alignwide + .wp-block-columns.alignwide,
  .wp-block-columns.alignfull + .wp-block-columns.alignfull {
    margin-top: -1.6rem;
  }
}

.wp-block-columns.alignfull {
  padding: 0 1.6rem;
}
@media (min-width: 640px) {
  .wp-block-columns.alignfull {
    padding: 0 2.4rem;
  }
}

@media (min-width: 640px) {
  .wp-block-column p.has-background,
  .wp-block-column h1.has-background, .wp-block-column .h1.has-background,
  .wp-block-column h2.has-background, .wp-block-column .h2.has-background,
  .wp-block-column h3.has-background, .wp-block-column .h3.has-background,
  .wp-block-column h4.has-background, .wp-block-column .h4.has-background,
  .wp-block-column h5.has-background, .wp-block-column .h5.has-background,
  .wp-block-column h6.has-background, .wp-block-column .h6.has-background,
  .wp-block-column .wp-block-group.has-background {
    padding: 3.2rem;
  }
}
@media (min-width: 1300px) {
  .wp-block-column p.has-background,
  .wp-block-column h1.has-background, .wp-block-column .h1.has-background,
  .wp-block-column h2.has-background, .wp-block-column .h2.has-background,
  .wp-block-column h3.has-background, .wp-block-column .h3.has-background,
  .wp-block-column h4.has-background, .wp-block-column .h4.has-background,
  .wp-block-column h5.has-background, .wp-block-column .h5.has-background,
  .wp-block-column h6.has-background, .wp-block-column .h6.has-background,
  .wp-block-column .wp-block-group.has-background {
    padding: 4rem;
  }
}
@media (min-width: 1600px) {
  .wp-block-column p.has-background,
  .wp-block-column h1.has-background, .wp-block-column .h1.has-background,
  .wp-block-column h2.has-background, .wp-block-column .h2.has-background,
  .wp-block-column h3.has-background, .wp-block-column .h3.has-background,
  .wp-block-column h4.has-background, .wp-block-column .h4.has-background,
  .wp-block-column h5.has-background, .wp-block-column .h5.has-background,
  .wp-block-column h6.has-background, .wp-block-column .h6.has-background,
  .wp-block-column .wp-block-group.has-background {
    padding: 4.8rem;
  }
}

.wp-block-column {
  margin-bottom: 0;
}

@media (max-width: 599px) {
  .wp-block-column + .wp-block-column {
    margin-top: var(--dc-gap);
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  :root .wp-block-column:not(:only-child) {
    -ms-flex-preferred-size: calc(50% - 1.6rem) !important;
        flex-basis: calc(50% - 1.6rem) !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 0 3.2rem;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  :root .wp-block-column:nth-child(2n) {
    margin-left: 3.2rem;
  }
}

/* Last two when they form a full row. */
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:nth-last-of-type(-n+1):nth-child(even),
  .wp-block-column:nth-last-of-type(-n+2):nth-child(odd) {
    margin-bottom: 0;
  }
}

@media (min-width: 782px) {
  :root .wp-block-column:not(:first-child) {
    margin: 0 0 0 2.4rem;
  }
}
@media (min-width: 1000px) {
  :root .wp-block-column:not(:first-child) {
    margin: 0 0 0 3.2rem;
  }
}
@media (min-width: 1600px) {
  :root .wp-block-column:not(:first-child) {
    margin: 0 0 0 4.8rem;
  }
}

@media (min-width: 640px) {
  .wp-block-column .wp-block-cover,
  .wp-block-column .wp-block-group {
    margin-bottom: 3.2rem;
    margin-top: 3.2rem;
  }
}

/* Block: Cover ------------------------------ */
.wp-block-cover,
.wp-block-cover-image {
  color: #fff; /* Always default to white on the cover block */
  padding: 0;
}

.wp-block-cover hr.wp-block-separator:not(.has-background) {
  color: inherit; /* Inherit unless set otherwise */
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
.wp-block-cover.alignleft, .wp-block-cover.alignright {
  max-width: 30.5rem;
  width: 100%;
}

.wp-block-cover-image > .wp-block-cover__inner-container,
.wp-block-cover > .wp-block-cover__inner-container {
  color: inherit;
  margin: 0 auto;
  max-width: var(--dc-inner-width-max);
  width: calc(100% - var(--dc-gutter));
  z-index: 1;
}
@media (min-width: 640px) {
  .wp-block-cover-image > .wp-block-cover__inner-container,
  .wp-block-cover > .wp-block-cover__inner-container {
    width: calc(100% - 9.6rem);
  }
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  max-width: 58rem;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  font-size: inherit;
  line-height: 1.5;
  width: 100%;
}

.wp-block-cover a,
.wp-block-cover-image a {
  color: inherit;
}

/* Block: Embed ------------------------------ */
@media (min-width: 640px) {
  .wp-block-embed {
    margin-bottom: 6rem;
    margin-top: 6rem;
  }
}

@media (min-width: 640px) {
  .wp-block-embed.alignleft,
  .wp-block-embed.alignright {
    margin-top: 0.5rem;
  }
}

.wp-block-embed.aligncenter * {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-embed figcaption {
  margin-bottom: 0;
  margin-top: 1.2rem;
}

:root .wp-block-embed.alignleft .wp-block-embed__wrapper,
:root .wp-block-embed.alignright .wp-block-embed__wrapper,
:root .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper,
:root .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 0;
}

.wp-block-embed-twitter.alignleft,
.wp-block-embed-twitter.alignright {
  min-width: 25rem;
}

/* Block: File ------------------------------- */
.wp-block-file {
  background-color: var(--dc-background-alt-color);
  display: block;
  padding: 2.4rem;
  text-align: center;
  width: 100%;
}
@media (min-width: 640px) {
  .wp-block-file {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: inherit;
  }
}

.wp-block-file.aligncenter {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 640px) {
  .wp-block-file.aligncenter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wp-block-file a:not(.wp-block-file__button) {
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):hover {
  text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 1.6rem 0 0;
  width: 100%;
}
@media (min-width: 640px) {
  .wp-block-file .wp-block-file__button {
    margin: 0 0 0 1.6rem;
    width: auto;
  }
}

.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  opacity: 1;
}

.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:focus {
  text-decoration: underline;
}

.wp-block-file > *:first-child {
  margin: 0 0 1rem 0;
}
@media (min-width: 640px) {
  .wp-block-file > *:first-child {
    margin: 0 1rem 0 0;
  }
}

.wp-block-file > a:only-child {
  margin: 0;
}

/* STYLE: ALIGN LEFT/RIGHT */
.wp-block-file.alignleft,
.wp-block-file.alignright {
  display: block;
  text-align: center;
}

@media (min-width: 640px) {
  .wp-block-file.alignright {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.wp-block-file.alignright .wp-block-file__button,
.wp-block-file.alignleft .wp-block-file__button {
  width: 100%;
  margin: 1.6rem 0 0;
}

/* Block: Gallery ---------------------------- */
:root .wp-block-gallery {
  --wp--style--unstable-gallery-gap: 1.6rem;
  gap: var(--wp--style--unstable-gallery-gap);
}
@media (min-width: 600px) {
  :root .wp-block-gallery {
    --wp--style--unstable-gallery-gap: 2.4rem;
  }
}

@media (min-width: 1000px) {
  :root .wp-block-gallery.alignfull,
  :root .wp-block-gallery.alignwide {
    --wp--style--unstable-gallery-gap: 3.2rem;
  }
}
@media (min-width: 1600px) {
  :root .wp-block-gallery.alignfull,
  :root .wp-block-gallery.alignwide {
    --wp--style--unstable-gallery-gap: 4.8rem;
  }
}

.wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) + .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter),
.wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) + .wp-block-image:not(.alignleft):not(.alignright),
.wp-block-image:not(.alignleft):not(.alignright) + .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) {
  margin-top: -1.6rem;
}
@media (min-width: 600px) {
  .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) + .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter),
  .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) + .wp-block-image:not(.alignleft):not(.alignright),
  .wp-block-image:not(.alignleft):not(.alignright) + .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) {
    margin-top: -0.8rem;
  }
}
@media (min-width: 640px) {
  .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) + .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter),
  .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) + .wp-block-image:not(.alignleft):not(.alignright),
  .wp-block-image:not(.alignleft):not(.alignright) + .wp-block-gallery:not(.alignleft):not(.alignright):not(.is-style-no-gutter) {
    margin-top: -2.4rem;
  }
}

@media (min-width: 640px) {
  .alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
  .alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-gallery:not(.is-style-no-gutter),
  .alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-image,
  .alignfull.wp-block-image + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
  .alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-gallery:not(.is-style-no-gutter),
  .alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
  .alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-image,
  .alignwide.wp-block-image + .alignwide.wp-block-gallery:not(.is-style-no-gutter) {
    margin-top: -4rem !important;
  }
}
@media (min-width: 1000px) {
  .alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
  .alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-gallery:not(.is-style-no-gutter),
  .alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-image,
  .alignfull.wp-block-image + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
  .alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-gallery:not(.is-style-no-gutter),
  .alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
  .alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-image,
  .alignwide.wp-block-image + .alignwide.wp-block-gallery:not(.is-style-no-gutter) {
    margin-top: -3.2rem !important;
  }
}
@media (min-width: 1600px) {
  .alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
  .alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-gallery:not(.is-style-no-gutter),
  .alignfull.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-image,
  .alignfull.wp-block-image + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
  .alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-gallery:not(.is-style-no-gutter),
  .alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignfull.wp-block-gallery:not(.is-style-no-gutter),
  .alignwide.wp-block-gallery:not(.is-style-no-gutter) + .alignwide.wp-block-image,
  .alignwide.wp-block-image + .alignwide.wp-block-gallery:not(.is-style-no-gutter) {
    margin-top: -1.6rem !important;
  }
}

.wp-block-gallery > .blocks-gallery-grid {
  margin-bottom: -1.6rem;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-gallery > figcaption {
    margin-top: 1.2rem;
  }
}

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 1.6rem 1.6rem 0;
  width: calc(50% - 0.8rem);
}

.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0 !important;
}

.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-gallery figure > a {
  width: 100%;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2C3434;
  border-radius: 0.4rem;
  bottom: 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  left: auto;
  max-height: calc(100% - 1.6rem);
  max-width: calc(100% - 1.6rem);
  padding: 0.5rem 1.2rem;
  width: auto;
}
@media (min-width: 640px) {
  .blocks-gallery-grid .blocks-gallery-image figcaption,
  .blocks-gallery-grid .blocks-gallery-item figcaption,
  .wp-block-gallery .blocks-gallery-image figcaption,
  .wp-block-gallery .blocks-gallery-item figcaption {
    bottom: 1.6rem;
    font-size: 1.4rem;
    max-height: calc(100% - 3.2rem);
    max-width: calc(100% - 3.2rem);
  }
}

.wp-block-gallery .wp-block-image img {
  margin: 0 !important;
}

@media (min-width: 600px) {
  .wp-block-gallery > .blocks-gallery-grid {
    margin-bottom: -2.4rem;
  }
  :root .wp-block-gallery .blocks-gallery-item {
    margin: 0 2.4rem 2.4rem 0;
  }
  .wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 1.2rem);
  }
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 1.6rem);
  }
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 1.8rem);
  }
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 1.92rem);
  }
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 2rem);
  }
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 2.0571428571rem);
  }
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 2.1rem);
  }
}
@media (min-width: 1000px) {
  .alignfull.wp-block-gallery > .blocks-gallery-grid,
  .alignwide.wp-block-gallery > .blocks-gallery-grid {
    margin-bottom: -3.2rem;
  }
  .alignfull.wp-block-gallery .blocks-gallery-item,
  .alignwide.wp-block-gallery .blocks-gallery-item {
    margin: 0 3.2rem 3.2rem 0;
  }
  .alignfull.wp-block-gallery .blocks-gallery-item,
  .alignwide.wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 1.6rem);
  }
  .alignfull.wp-block-gallery.columns-3 .blocks-gallery-item,
  .alignwide.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 2.1333333333rem);
  }
  .alignfull.wp-block-gallery.columns-4 .blocks-gallery-item,
  .alignwide.wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 2.4rem);
  }
  .alignfull.wp-block-gallery.columns-5 .blocks-gallery-item,
  .alignwide.wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 2.56rem);
  }
  .alignfull.wp-block-gallery.columns-6 .blocks-gallery-item,
  .alignwide.wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 2.6666666667rem);
  }
  .alignfull.wp-block-gallery.columns-7 .blocks-gallery-item,
  .alignwide.wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 2.7428571429rem);
  }
  .alignfull.wp-block-gallery.columns-8 .blocks-gallery-item,
  .alignwide.wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 2.8rem);
  }
}
@media (min-width: 1600px) {
  .alignfull.wp-block-gallery > .blocks-gallery-grid,
  .alignwide.wp-block-gallery > .blocks-gallery-grid {
    margin-bottom: -4.8rem;
  }
  .alignfull.wp-block-gallery .blocks-gallery-item,
  .alignwide.wp-block-gallery .blocks-gallery-item {
    margin: 0 4.8rem 4.8rem 0;
  }
  .alignfull.wp-block-gallery .blocks-gallery-item,
  .alignwide.wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 2.4rem);
  }
  .alignfull.wp-block-gallery.columns-3 .blocks-gallery-item,
  .alignwide.wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 3.2rem);
  }
  .alignfull.wp-block-gallery.columns-4 .blocks-gallery-item,
  .alignwide.wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 3.6rem);
  }
  .alignfull.wp-block-gallery.columns-5 .blocks-gallery-item,
  .alignwide.wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 3.84rem);
  }
  .alignfull.wp-block-gallery.columns-6 .blocks-gallery-item,
  .alignwide.wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 4rem);
  }
  .alignfull.wp-block-gallery.columns-7 .blocks-gallery-item,
  .alignwide.wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 4.1142857143rem);
  }
  .alignfull.wp-block-gallery.columns-8 .blocks-gallery-item,
  .alignwide.wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 4.2rem);
  }
}
/* STYLE: NO GUTTER */
.wp-block-gallery.is-style-no-gutter .blocks-gallery-grid,
.wp-block-gallery.is-style-no-gutter .blocks-gallery-image,
.wp-block-gallery.is-style-no-gutter .blocks-gallery-item,
.wp-block-gallery.is-style-no-gutter .wp-block-image {
  margin: 0 !important;
}

/* Block: Group ------------------------------ */
.wp-block-group.has-background {
  padding: var(--dc-gap);
}
@media (min-width: 640px) {
  .wp-block-group.has-background {
    padding: 4.8rem;
  }
}

.wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--dc-inner-width-max);
}

/* Block: Heading ---------------------------- */
h1.has-background, .h1.has-background,
h2.has-background, .h2.has-background,
h3.has-background, .h3.has-background,
h4.has-background, .h4.has-background,
h5.has-background, .h5.has-background,
h6.has-background, .h6.has-background {
  padding: var(--dc-gap);
}
@media (min-width: 640px) {
  h1.has-background, .h1.has-background,
  h2.has-background, .h2.has-background,
  h3.has-background, .h3.has-background,
  h4.has-background, .h4.has-background,
  h5.has-background, .h5.has-background,
  h6.has-background, .h6.has-background {
    padding: 4.8rem;
  }
}

/* Block: HTML ------------------------------- */
/* Block: Image ------------------------------ */
.wp-block-image,
:root .wp-block-image:only-child figure {
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-image figure.aligncenter {
  width: 100%;
}

.wp-block-image:not(:first-child):not(.alignwide):not(.alignfull):not(.alignnone) figure:not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-image:not(:first-child):not(.alignwide):not(.alignfull):not(.alignnone) > img:first-child,
.wp-block-image:not(:first-child):not(.alignwide):not(.alignfull):not(.alignnone) > img:only-child {
  margin-top: 4rem;
}
@media (min-width: 640px) {
  .wp-block-image:not(:first-child):not(.alignwide):not(.alignfull):not(.alignnone) figure:not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-image:not(:first-child):not(.alignwide):not(.alignfull):not(.alignnone) > img:first-child,
  .wp-block-image:not(:first-child):not(.alignwide):not(.alignfull):not(.alignnone) > img:only-child {
    margin-top: 4.8rem;
  }
}

.wp-block-image:not(:last-child):not(.alignwide):not(.alignfull):not(.alignnone) figure:not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-image:not(:last-child):not(.alignwide):not(.alignfull):not(.alignnone) > figcaption:last-child,
.wp-block-image:not(:last-child):not(.alignwide):not(.alignfull):not(.alignnone) > img:only-child {
  margin-bottom: 4rem;
}
@media (min-width: 640px) {
  .wp-block-image:not(:last-child):not(.alignwide):not(.alignfull):not(.alignnone) figure:not(.alignleft):not(.alignright):not(.aligncenter),
  .wp-block-image:not(:last-child):not(.alignwide):not(.alignfull):not(.alignnone) > figcaption:last-child,
  .wp-block-image:not(:last-child):not(.alignwide):not(.alignfull):not(.alignnone) > img:only-child {
    margin-bottom: 4.8rem;
  }
}

.wp-block-image.alignwide img,
.wp-block-image .alignwide img,
.wp-block-image.alignfull img,
.wp-block-image .alignfull img {
  width: 100%;
}

.wp-block-image figcaption {
  margin-bottom: 0;
  margin-top: 1.2rem;
}

/* Block: Latest Comments -------------------- */
.wp-block-latest-comments__comment {
  font-size: inherit;
}

.wp-block-latest-comments__comment-meta {
  font-weight: var(--dc-heading-font-weight);
}

.wp-block-latest-comments__comment-meta a {
  text-decoration: none;
}

.wp-block-latest-comments__comment-meta a:hover,
.wp-block-latest-comments__comment-meta a:focus {
  text-decoration: underline;
}

/* HAS EXCERPT */
.wp-block-latest-comments__comment-excerpt {
  margin: 0.36em 0 0;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.9em;
  line-height: inherit;
}

/* HAS TIME */
.wp-block-latest-comments time {
  color: var(--dc-secondary-color);
  font-size: 0.9em;
  font-weight: 400;
  margin-top: 0.2rem;
}

/* Block: Latest Posts ----------------------- */
@media (min-width: 640px) {
  .wp-block-latest-posts > li {
    margin-top: 3.2rem;
  }
}

.wp-block-latest-posts li > a {
  display: block;
}

@media (min-width: 640px) {
  .wp-block-latest-posts > li > a {
    font-size: 2.4rem;
  }
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image {
  margin-bottom: 1.2rem;
  margin-top: 0;
}
@media (min-width: 640px) {
  .wp-block-latest-posts .wp-block-latest-posts__featured-image {
    margin-bottom: 1.6rem;
  }
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image:not(.alignleft):not(.aligncenter):not(.alignright),
.wp-block-latest-posts .wp-block-latest-posts__featured-image:not(.alignleft):not(.aligncenter):not(.alignright) a {
  width: 100%;
}

.wp-block-latest-posts .wp-block-latest-posts__featured-image:not(.aligncenter) img {
  width: 100%;
}

@media (min-width: 640px) {
  .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft:not(.is-resized),
  .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignright:not(.is-resized) {
    margin-bottom: 1.6rem;
    max-width: min(33.33%, 16rem);
  }
  .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft:not(.is-resized) {
    margin-right: 1.6rem;
  }
  .wp-block-latest-posts .wp-block-latest-posts__featured-image.alignright:not(.is-resized) {
    margin-left: 1.6rem;
  }
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-latest-posts__post-date {
  color: var(--dc-secondary-color);
  display: inline-block;
  font-size: 1.5rem;
  margin: 1rem 1.6rem 0 0;
}
@media (min-width: 640px) {
  .wp-block-latest-posts .wp-block-latest-posts__post-author,
  .wp-block-latest-posts .wp-block-latest-posts__post-date {
    font-size: 1.6rem;
  }
}

.wp-block-latest-posts__post-excerpt {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 1.2rem 0 0;
}
@media (min-width: 640px) {
  .wp-block-latest-posts__post-excerpt {
    font-size: 1.8rem;
    margin-top: 1.6rem;
  }
}

/* STYLE: LIST */
/* STYLE: GRID */
.wp-block-latest-posts.is-grid > li {
  margin: 0 0 2.4rem 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.is-grid > li {
    margin: 1.6rem 2.4rem 1.6rem 0;
  }
}

.wp-block-latest-posts.columns-2 > li:nth-child(2n),
.wp-block-latest-posts.columns-3 > li:nth-child(3n),
.wp-block-latest-posts.columns-4 > li:nth-child(4n),
.wp-block-latest-posts.columns-5 > li:nth-child(5n),
.wp-block-latest-posts.columns-6 > li:nth-child(6n) {
  margin-right: 0 !important;
}

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-1 > li {
    margin-right: 0 !important;
  }
  .wp-block-latest-posts.columns-1 > li:nth-child(-n+1),
  .wp-block-latest-posts.columns-2 > li:nth-child(-n+2),
  .wp-block-latest-posts.columns-3 > li:nth-child(-n+3),
  .wp-block-latest-posts.columns-4 > li:nth-child(-n+4),
  .wp-block-latest-posts.columns-5 > li:nth-child(-n+5),
  .wp-block-latest-posts.columns-6 > li:nth-child(-n+6) {
    margin-top: 0 !important;
  }
  .wp-block-latest-posts.columns-2 > li {
    width: calc(50% - 1.2rem);
  }
  .wp-block-latest-posts.columns-3 > li {
    width: calc(33.33333% - 1.6rem);
  }
  .wp-block-latest-posts.columns-4 > li {
    width: calc(25% - 1.8rem);
  }
  .wp-block-latest-posts.columns-5 > li {
    width: calc(20% - 1.92rem);
  }
  .wp-block-latest-posts.columns-6 > li {
    width: calc(16.66667% - 2rem);
  }
}
@media (min-width: 1000px) {
  .wp-block-latest-posts.alignwide.is-grid > li,
  .wp-block-latest-posts.alignfull.is-grid > li {
    margin: 1.6rem 3.2rem 1.6rem 0;
  }
  .wp-block-latest-posts.alignfull.columns-2 > li,
  .wp-block-latest-posts.alignwide.columns-2 > li {
    width: calc(50% - 1.6rem);
  }
  .wp-block-latest-posts.alignfull.columns-3 > li,
  .wp-block-latest-posts.alignwide.columns-3 > li {
    width: calc(33.33333% - 2.1333333333rem);
  }
  .wp-block-latest-posts.alignfull.columns-4 > li,
  .wp-block-latest-posts.alignwide.columns-4 > li {
    width: calc(25% - 2.4rem);
  }
  .wp-block-latest-posts.alignfull.columns-5 > li,
  .wp-block-latest-posts.alignwide.columns-5 > li {
    width: calc(20% - 2.56rem);
  }
  .wp-block-latest-posts.alignfull.columns-6 > li,
  .wp-block-latest-posts.alignwide.columns-6 > li {
    width: calc(16.66667% - 2.6666666667rem);
  }
  .wp-block-latest-posts.alignwide.is-grid .wp-block-latest-posts__featured-image,
  .wp-block-latest-posts.alignfull.is-grid .wp-block-latest-posts__featured-image {
    margin-bottom: 2.1rem;
  }
}
@media (min-width: 1600px) {
  .wp-block-latest-posts.alignwide.is-grid > li,
  .wp-block-latest-posts.alignfull.is-grid > li {
    margin: 2.4rem 4.8rem 2.4rem 0;
  }
  .wp-block-latest-posts.alignfull.columns-2 > li,
  .wp-block-latest-posts.alignwide.columns-2 > li {
    width: calc(50% - 2.4rem);
  }
  .wp-block-latest-posts.alignfull.columns-3 > li,
  .wp-block-latest-posts.alignwide.columns-3 > li {
    width: calc(33.33333% - 3.2rem);
  }
  .wp-block-latest-posts.alignfull.columns-4 > li,
  .wp-block-latest-posts.alignwide.columns-4 > li {
    width: calc(25% - 3.6rem);
  }
  .wp-block-latest-posts.alignfull.columns-5 > li,
  .wp-block-latest-posts.alignwide.columns-5 > li {
    width: calc(20% - 3.84rem);
  }
  .wp-block-latest-posts.alignfull.columns-6 > li,
  .wp-block-latest-posts.alignwide.columns-6 > li {
    width: calc(16.66667% - 4rem);
  }
}
/* Block: List ------------------------------- */
/* Block: Media and Text --------------------- */
.wp-block-media-text .wp-block-media-text__content {
  padding: var(--dc-gap);
}
@media (min-width: 640px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 4.8rem;
  }
}

.wp-block-media-text:not(.is-stacked-on-mobile):not(.has-background):not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-bottom: 0;
  padding-right: 0;
  padding-top: 0;
}

.wp-block-media-text:not(.is-stacked-on-mobile):not(.has-background).has-media-on-the-right .wp-block-media-text__content {
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
}

.wp-block-media-text__content > .wp-block-group {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-media-text__content > .wp-block-group:not(.alignwide):not(.alignfull) {
  max-width: var(--dc-inner-width-thin);
}

@media (min-width: 601px) {
  .wp-block-media-text:not(.alignfull):not(.has-background):not(.has-media-on-the-right) .wp-block-media-text__content {
    padding-right: 0;
  }
}

@media (min-width: 601px) {
  .wp-block-media-text:not(.alignfull):not(.has-background).has-media-on-the-right .wp-block-media-text__content {
    padding-left: 0;
  }
}

@media (min-width: 601px) {
  .wp-block-media-text:not(.has-background) .wp-block-media-text__content {
    padding-bottom: 0;
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile:not(.has-background) .wp-block-media-text__content {
    padding: 3.2rem 0 0;
  }
}

@media (min-width: 601px) {
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__media,
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
    margin-right: 1.6rem;
  }
}
@media (min-width: 640px) {
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__media,
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0;
    margin-right: 2.4rem;
  }
}

@media (min-width: 601px) {
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content,
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    padding-left: 0;
    margin-left: 1.6rem;
  }
}
@media (min-width: 640px) {
  .wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content,
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    padding-left: 0;
    margin-left: 2.4rem;
  }
}

/* Block: More ------------------------------- */
/* Block: Navigation Menu -------------------- */
/* Block: Page Break ------------------------- */
/* Block: Paragraph -------------------------- */
p.has-background {
  padding: var(--dc-gap);
}
@media (min-width: 640px) {
  p.has-background {
    padding: 4.8rem;
  }
}

/* Block: Preformatted ----------------------- */
/* Block: Pullquote -------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0;
  text-align: left;
}

.wp-block-pullquote:not(.has-background).alignfull {
  padding: 0 1.6rem;
}
@media (min-width: 640px) {
  .wp-block-pullquote:not(.has-background).alignfull {
    padding: 0 2.4rem;
  }
}

.wp-block-pullquote blockquote {
  border: none;
  font-size: 2.8rem;
  margin: 0;
  padding: 1.45em 0 0;
  position: relative;
}
@media (min-width: 640px) {
  .wp-block-pullquote blockquote {
    font-size: 3.2rem;
    line-height: 1.35;
  }
}

@media (min-width: 640px) {
  .wp-block-pullquote.alignwide blockquote,
  .wp-block-pullquote.alignfull blockquote {
    font-size: 4rem;
  }
}

.wp-block-pullquote blockquote:before {
  content: "“";
  display: block;
  font-size: 3em;
  font-weight: 700;
  height: 0.33em;
  line-height: 0.75;
  position: absolute;
  left: -0.2rem;
  top: 0;
}

.wp-block-pullquote blockquote:not(.has-text-color):before {
  color: var(--dc-accent-color);
}

.wp-block-pullquote p {
  font-size: inherit;
  font-weight: 700;
  line-height: 1.25;
}

.wp-block-pullquote p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: inherit;
}

.wp-block-pullquote blockquote:not(.has-text-color) cite {
  color: var(--dc-accent-color);
}

/* STYLE: SOLID */
.wp-block-pullquote.is-style-solid-color.has-background {
  padding: var(--dc-gap);
}
@media (min-width: 640px) {
  .wp-block-pullquote.is-style-solid-color.has-background {
    padding: 4.8rem;
  }
  .wp-block-pullquote.is-style-solid-color.has-background blockquote {
    padding-top: 1.6em;
  }
  .wp-block-pullquote.is-style-solid-color.has-background cite {
    margin-top: 2.4rem;
  }
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}

/* Block: Quote ------------------------------ */
.wp-block-quote.has-text-align-center,
.wp-block-quote[style*="text-align:center"],
.wp-block-quote[style*="text-align: center"] {
  border: none;
  padding: 0;
}

.wp-block-quote.has-text-align-center:before,
.wp-block-quote[style*="text-align:center"]:before,
.wp-block-quote[style*="text-align: center"]:before,
.wp-block-quote.has-text-align-center:after,
.wp-block-quote[style*="text-align:center"]:after,
.wp-block-quote[style*="text-align: center"]:after {
  background-color: var(--dc-accent-color);
  content: "";
  display: block;
  height: 0.2rem;
  margin: 0 auto;
  width: 6.4rem;
}

.wp-block-quote.has-text-align-center:before,
.wp-block-quote[style*="text-align:center"]:before,
.wp-block-quote[style*="text-align: center"]:before {
  margin-bottom: 2.4rem;
}

.wp-block-quote.has-text-align-center:after,
.wp-block-quote[style*="text-align:center"]:after,
.wp-block-quote[style*="text-align: center"]:after {
  margin-top: 2.6rem;
}

.wp-block-quote.has-text-align-right,
.wp-block-quote[style*="text-align:right"],
.wp-block-quote[style*="text-align: right"] {
  border-width: 0 0.2rem 0 0;
  padding-left: 0;
  padding-right: 2rem;
}

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

/* STYLE: LARGE */
.wp-block-quote.is-style-large {
  font-size: 2.1rem;
}
@media (min-width: 640px) {
  .wp-block-quote.is-style-large {
    font-size: 2.4rem;
  }
}

.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: inherit;
  font-style: normal;
  line-height: 1.5;
}

.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
  font-size: 1.6rem;
  text-align: inherit;
}

/* Block: RSS -------------------------------- */
/* Block: Search ----------------------------- */
.wp-block-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.wp-block-search .wp-block-search__label {
  width: 100%;
}

.wp-block-search .wp-block-search__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 20rem;
}

.wp-block-search .wp-block-search__input {
  border-color: var(--dc-border-color);
}

.wp-block-search .wp-block-search__button {
  background-color: var(--dc-accent-color);
  border: none;
  color: var(--dc-background-color);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1rem;
  padding: 1.5rem 1.8rem;
}

/* Block: Separator -------------------------- */
hr.wp-block-separator {
  border: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* STYLE: DOTS */
.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  height: auto;
  line-height: 1;
  max-width: none;
  text-align: center;
  width: 100%;
}

.wp-block-separator.is-style-dots:before {
  color: inherit;
  content: "···";
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.5em;
  padding-left: 1.5em;
}

/* Block: Site Title ------------------------- */
.wp-block-site-title a {
  text-decoration: none;
}
.wp-block-site-title a:hover, .wp-block-site-title a:focus {
  text-decoration: underline;
}

/* Block: Social ----------------------------- */
.wp-block-social-links .wp-social-link {
  margin: 0 1.2rem 1.2rem 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  width: auto;
}

.wp-block-social-links:not([class*=is-content-justification-]).aligncenter .wp-social-link {
  margin: 0 0.6rem 1.2rem 0.6rem;
}

.wp-block-social-links:not([class*=is-content-justification-]).alignright .wp-social-link {
  margin: 0 0 1.2rem 1.2rem;
}

.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em;
}

/* STYLE: ONLY LOGOS */
:root .wp-block-social-links[class*=is-style-logos-only] .wp-social-link {
  background: none;
  margin: 0.8rem 1.6rem 0.8rem 0;
  padding: 0;
}

.wp-block-social-links:not([class*=is-content-justification-])[class*=is-style-logos-only].aligncenter .wp-social-link {
  margin: 0 0.8rem 1.6rem 0.8rem;
}

.wp-block-social-links:not([class*=is-content-justification-])[class*=is-style-logos-only].alignright .wp-social-link {
  margin: 0 0 1.6rem 1.6rem;
}

.wp-block-social-links[class*=is-style-logos-only].has-normal-icon-size,
.wp-block-social-links[class*=is-style-logos-only]:not([class*=-icon-size]) {
  font-size: 2.8rem;
}

.wp-block-social-links[class*=is-style-logos-only] .wp-social-link a {
  padding: 0;
}

/* STYLE: INHERITED ICON COLOR */
.wp-block-social-links.is-style-logos-only-monochrome .wp-social-link {
  color: inherit;
}

/* Block: Spacer ----------------------------- */
/* Block: Table ------------------------------ */
.wp-block-table table {
  margin: 0;
}

/* STYLE: STRIPES */
.wp-block-table.is-style-stripes,
table.is-style-stripes * {
  border: none;
}

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

/* Block: Tag Cloud -------------------------- */
.wp-block-tag-cloud {
  font-weight: 700;
}

.wp-block-tag-cloud a {
  margin-right: 0.8rem;
  text-decoration: none;
}

.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
  text-decoration: underline;
}

/* Block: Verse ------------------------------ */
/* Block: Video ------------------------------ */
.wp-block-video video {
  display: block;
}

.wp-block-video figcaption {
  margin-bottom: 0;
  margin-top: 1.2rem;
}

.wp-block-video.aligncenter {
  text-align: inherit;
}

/* -------------------------------------------------------------------------------- */
/*	COMMENTS
/* -------------------------------------------------------------------------------- */
/* Comment Headers --------------------------- */
.comments-wrapper {
  margin-top: 6.4rem;
}
@media (min-width: 640px) {
  .comments-wrapper {
    margin-top: 12.8rem;
  }
}

.comments-header hr {
  margin: 0;
}

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

hr + .comment-reply-title {
  margin-top: 1.8rem;
}
@media (min-width: 640px) {
  hr + .comment-reply-title {
    margin-top: 2.4rem;
  }
}

.comment-reply-title {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3.2rem;
}
@media (min-width: 640px) {
  .comment-reply-title {
    margin-bottom: 4.8rem;
  }
}

.comment-reply-title .title:not(:only-child) {
  margin-right: 1.6rem;
}

.comment-reply-title small {
  color: var(--dc-secondary-color);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 400;
  white-space: nowrap;
}

.comment-reply-title small:first-child {
  margin-left: 1.6rem;
}

.comment-reply-title small a {
  color: inherit;
}

/* Comment Item ------------------------------ */
/* COMMENT HEADER */
.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
  padding-top: 3.2rem;
}
@media (min-width: 640px) {
  .comments .comment,
  .comments .pingback,
  .comments .trackback,
  .comments .review {
    padding-top: 4.8rem;
  }
}

.comment > .comment:first-of-type {
  margin-top: 3.2rem;
  padding-top: 0;
}
@media (min-width: 640px) {
  .comment > .comment:first-of-type {
    margin-top: 4.8rem;
    padding-top: 0;
  }
}

.comments .comments-header + div {
  margin-top: 0;
  padding-top: 0;
}

.comment-body {
  position: relative;
}
@media (min-width: 640px) {
  .comment-body {
    min-height: 6rem;
    padding-left: 8rem;
  }
}

.comment .comment {
  border-left: 0.1rem solid var(--dc-border-color);
  padding-left: 5%;
}

.comment-meta {
  line-height: 1.5;
  margin: 0 0 1em;
  padding-left: 4.8rem;
}
@media (min-width: 640px) {
  .comment-meta {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 calc(1em - 0.8rem) -1.6rem;
    padding: 0;
  }
}

.comment-meta > * {
  font-size: 1.6rem;
}
@media (min-width: 640px) {
  .comment-meta > * {
    font-size: 1.8rem;
    margin: 0 0 0.8rem 1.6rem;
  }
}

.comment-meta a,
.comment-body .reply a {
  color: inherit;
}

.comment-meta .avatar {
  border-radius: 0.2rem;
  height: 3.6rem;
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 3.6rem;
}
@media (min-width: 640px) {
  .comment-meta .avatar {
    display: block;
    height: 6rem;
    width: 6rem;
  }
}

.comment-author b {
  font-weight: 400;
}

.comment-author .says {
  display: none;
}

.comment-metadata {
  color: var(--dc-secondary-color);
  font-size: 1.4rem;
  margin-top: 0.1rem;
}
@media (min-width: 640px) {
  .comment-metadata {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}

.comment-metadata a {
  text-decoration: none;
}
.comment-metadata a:hover, .comment-metadata a:focus {
  text-decoration: underline;
}

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

/* COMMENT CONTENT */
.comment-content h1 {
  font-size: 2em;
}

.comment-content h2 {
  font-size: 1.8em;
}

.comment-content h3 {
  font-size: 1.6em;
}

.comment-content h4 {
  font-size: 1.4em;
}

.comment-content h5 {
  font-size: 1.2em;
}

.comment-content h6 {
  font-size: 1em;
}

.bypostauthor .comment-content .by-post-author {
  color: var(--dc-secondary-color);
  font-style: italic;
  font-size: 0.777777778em;
}

/* COMMENT FOOTER */
.comment-body .reply {
  margin-top: 1em;
}

.comment-body .reply a {
  background: var(--dc-background-alt-color);
  border-radius: 0.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  padding: 0.6rem 0.9rem;
}

.comment-body .reply a:hover,
.comment-body .reply a:focus {
  background-color: var(--dc-accent-color);
  color: var(--dc-background-color);
}

/* Pingbacks & Trackbacks -------------------- */
.pingback .comment-body,
.trackback .comment-body {
  min-height: 0;
  padding-left: 0;
}

@media (min-width: 640px) {
  .pingback .comment-body {
    padding: 0;
  }
}

/* Comments Pagination ----------------------- */
.comments-pagination {
  margin: 4rem 0 0;
  text-align: center;
}
@media (min-width: 640px) {
  .comments-pagination {
    margin-top: 6.4rem;
  }
}

.comments-pagination hr {
  margin: 0 0 4rem;
}
@media (min-width: 640px) {
  .comments-pagination hr {
    margin-bottom: 6.4rem;
  }
}

.comments-pagination .comments-pagination-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 -0.8rem -0.8rem;
}

.comments-pagination.only-next .comments-pagination-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.comments-pagination .page-numbers {
  display: none;
}

.comments-pagination .prev,
.comments-pagination .next {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.8rem 0.8rem;
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.comments-pagination a:hover .text,
.comments-pagination a:focus .text {
  text-decoration: underline;
}

.comments-pagination .next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.comments-pagination a > span + span {
  padding-left: 0.8rem;
}

@media (min-width: 640px) {
  .comments-pagination span.short {
    display: none;
  }
}

.comments-pagination span.long {
  display: none;
}
@media (min-width: 640px) {
  .comments-pagination span.long {
    display: inline;
  }
}

/* Comment Respond --------------------------- */
.comment-respond {
  background-color: var(--dc-background-alt-color);
  margin: 0 calc(-1 * var(--dc-gap));
  padding: var(--dc-gap);
}
@media (min-width: 640px) {
  .comment-respond {
    margin: 0 -4.8rem;
    padding: 4.8rem;
  }
}

.comment-respond:not(:first-child) {
  margin-top: 4rem;
}
@media (min-width: 640px) {
  .comment-respond:not(:first-child) {
    margin-top: 6.4rem;
  }
}

.comment-respond > hr {
  margin: 0;
}

@media (min-width: 640px) {
  .comment-respond form p {
    margin-bottom: 2.4rem;
  }
}

.comment-form {
  margin: 0;
}
@media (min-width: 640px) {
  .comment-form {
    margin-top: 4rem;
  }
}

.comment-form a {
  color: inherit;
}

.comment-form:after {
  clear: both;
  content: "";
  display: block;
}

.comment-form .logged-in-as a {
  color: inherit;
  text-decoration: none;
}

.comment-form .logged-in-as a:hover,
.comment-form .logged-in-as a:focus {
  text-decoration: underline;
}

.comment-form p {
  margin-bottom: 1.6rem;
  width: 100%;
}

.comment-form p.logged-in-as {
  margin: -2.4rem 0 3.2rem;
}
@media (min-width: 640px) {
  .comment-form p.logged-in-as {
    margin: -3.6rem 0 4rem;
  }
}

.comment-form-cookies-consent {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-form > p:last-of-type {
  margin-bottom: 0;
}

.comment-respond label {
  display: block;
}

.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond textarea {
  margin-bottom: 0;
}

.comment-respond #submit {
  display: block;
  margin-left: auto;
}

@media (min-width: 640px) {
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 1.2rem);
  }
}

@media (min-width: 640px) {
  .comment-respond .comment-form-email {
    margin-left: 2.4rem;
  }
}

/* Reply Respond ----------------------------- */
:root .comments .comment-respond {
  margin: 3.2rem 0 0;
  padding: 3.2rem;
}

@media (min-width: 640px) {
  :root .comments .comment-respond .comment-reply-title {
    font-size: 3.2rem;
  }
}

/* ------------------------------------------------------------------------------ /*
/*  PAGINATION
/* ------------------------------------------------------------------------------ */
.pagination-wrapper {
  position: relative;
  margin-top: var(--dc-spacer-lg);
}

.pagination-wrapper.pagination-type-button.last-page,
.pagination-wrapper.pagination-type-scroll.last-page,
.pagination-wrapper:not(.pagination-type-button) #load-more,
.js .pagination-wrapper:not(.pagination-type-links) .link-pagination,
.no-js #load-more,
.no-js .scroll-loading {
  display: none;
}

#pagination {
  position: relative;
}

/* Loading Icon ------------------------------ */
.pagination-wrapper .loading-icon {
  height: 1rem;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: left;
  -webkit-transform: translateX(calc(-50% - 0.9rem)) translateY(-50%);
          transform: translateX(calc(-50% - 0.9rem)) translateY(-50%);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  width: 1rem;
}

.pagination-wrapper.loading .loading-icon {
  opacity: 1;
}

/* Type: Button ------------------------------ */
.js .pagination-wrapper.pagination-type-button {
  background-color: transparent;
  margin-bottom: 1.6rem;
  padding-bottom: 0;
}
@media (min-width: 1300px) {
  .js .pagination-wrapper.pagination-type-button {
    margin-bottom: 3.2rem;
  }
}

.js .pagination-wrapper.pagination-type-button #pagination {
  text-align: center;
}

#load-more {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#load-more .load-text {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#load-more .loading-icon {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.pagination-wrapper.loading #load-more .load-text {
  opacity: 0;
}

/* Type: Scroll ------------------------------ */
.js .pagination-wrapper.pagination-type-scroll {
  background-color: var(--dc-background-alt-color);
  padding-bottom: 4.8rem;
}
@media (min-width: 640px) {
  .js .pagination-wrapper.pagination-type-scroll {
    padding-bottom: 8rem;
  }
}

.js .pagination-wrapper .scroll-loading {
  color: var(--dc-accent-color);
  height: 1.6rem;
  margin: 0 auto;
  position: relative;
}

/* Type: Links/JS Fallback ------------------- */
.no-js .pagination-wrapper,
.pagination-wrapper.pagination-type-links {
  background-color: var(--dc-background-alt-color);
}

.no-js .pagination-wrapper #pagination,
.pagination-wrapper.pagination-type-links #pagination {
  padding: 3.2rem 0;
}
@media (min-width: 640px) {
  .no-js .pagination-wrapper #pagination,
  .pagination-wrapper.pagination-type-links #pagination {
    padding: 4.8rem 0;
  }
}

.link-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.link-pagination.only-next,
.link-pagination .next-wrapper a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.link-pagination > div {
  width: 100%;
}

.link-pagination a {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.link-pagination svg {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  height: 3.2rem;
  width: 6.4rem;
}
@media (min-width: 640px) {
  .link-pagination svg {
    height: 4.8rem;
    width: 9.6rem;
  }
}

.link-pagination .previous-wrapper a:hover svg,
.link-pagination .previous-wrapper a:focus svg {
  -webkit-transform: translateX(-8.333%);
          transform: translateX(-8.333%);
}

.link-pagination .next-wrapper a:hover svg,
.link-pagination .next-wrapper a:focus svg {
  -webkit-transform: translateX(8.333%);
          transform: translateX(8.333%);
}

/* ------------------------------------------------------------------------------ /*
/*  ERROR 404
/* ------------------------------------------------------------------------------ */
.error404 {
  background: var(--dc-site-header-background-color) !important;
  color: var(--dc-primary-color);
}
.error404 a {
  color: inherit;
  text-decoration: underline;
}
.error404 a:hover, .error404 a:focus {
  color: var(--dc-accent-color);
  text-decoration: underline;
}

.error404 #site-header {
  margin-bottom: 0;
}

.error404 #site-content {
  background: url(https://www.deepcovecyber.com/app/themes/deepcove/assets/img/404.svg) no-repeat center;
  background-size: contain;
  text-align: center;
  padding: var(--dc-header-height) 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: var(--dc-screen-height) !important;
}

.error404 #site-footer {
  margin-top: 0;
}

.error404-inner {
  margin: 0 auto;
  max-width: 56rem;
}

.error404-inner .archive-title {
  color: var(--dc-accent-bright-color);
  font-size: var(--dc-h1-font-size);
  line-height: var(--dc-h1-line-height);
}

.error404-inner p {
  margin: 1.8rem auto 0 auto;
}
@media (min-width: 640px) {
  .error404-inner p {
    margin-top: 2.4rem;
  }
}

.error404-inner .search-form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2.4rem auto 0 auto;
}
@media (min-width: 640px) {
  .error404-inner .search-form {
    margin-top: 3.2rem;
  }
}

/* ------------------------------------------------------------------------------ /*
/*  SITE FOOTER
/* ------------------------------------------------------------------------------ */
#site-footer {
  margin-top: var(--dc-spacer-xxl);
  background-color: var(--dc-site-footer-background-color);
  color: var(--dc-site-footer-text-color);
}

.footer-inner a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.footer-inner a:hover,
.footer-inner a:focus {
  text-decoration: underline;
}

#site-footer .logo-mobile {
  display: none;
}

/* Footer Top ---------------------------- */
.footer-top {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--dc-xs-font-size);
  line-height: var(--dc-xs-line-height);
  padding: var(--dc-spacer-xl) 0;
}
@media (min-width: 1000px) {
  .footer-top {
    grid-template-columns: 1fr auto;
  }
}
.footer-top .custom-logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1000px) {
  .footer-top .custom-logo {
    display: block;
  }
}
.footer-top .custom-logo img {
  width: auto;
  height: clamp(2.2rem, 1.5vw + 1.649rem, 4rem);
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .footer-top .custom-logo img {
    margin: 0;
  }
}

/* Footer Menu ------------------------------- */
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 1.6rem auto 0;
}
@media (min-width: 1000px) {
  .footer-menu {
    margin: 0;
  }
}

.footer-menu li {
  font-family: var(--dc-prefix-font);
  font-size: var(--dc-sm-font-size);
  line-height: 1.25;
}
.footer-menu li + li {
  margin-left: var(--dc-spacer);
}

/* Footer Bottom ---------------------------- */
.footer-bottom {
  padding: 4.8rem 0;
  font-size: var(--dc-xs-font-size);
  line-height: var(--dc-xs-line-height);
  text-align: center;
}

.footer-top + .footer-bottom {
  border-top: 0.1rem solid var(--dc-border-dark-color);
}

.footer-bottom .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 640px) {
  .footer-bottom .section-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-bottom .footer-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 640px) {
  .footer-bottom .footer-legal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer-credits {
  margin-top: 1.2rem;
}
@media (min-width: 640px) {
  .footer-credits {
    margin-top: 0;
    margin-right: var(--dc-spacer);
  }
}

.footer-credits p {
  margin: 0;
  line-height: inherit;
}

/* Legal Menu ----------------------------- */
.footer-bottom .legal-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1.2rem;
}

.footer-bottom .legal-menu li {
  margin: 0.5rem;
}
.footer-bottom .legal-menu li:not(:first-child):before {
  content: "・";
  margin-right: 1rem;
}
.footer-bottom .legal-menu li a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(transparent, transparent), linear-gradient(currentColor, currentColor);
  background-size: 100% 0.1rem, 0 0.1rem;
  background-position: 0 100%, 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: background-size var(--dc-trans-speed-slow) var(--dc-trans-ease);
}
.footer-bottom .legal-menu li a:hover, .footer-bottom .legal-menu li a:focus {
  text-decoration: none;
  background-position: 100% 100%, 0 100%;
  background-size: 0 0.1rem, 100% 0.1rem;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
  text-decoration: none;
  outline: none;
}

/* Footer Social ----------------------------- */
#site-footer .social-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1.2rem -1.2rem 0;
}
@media (min-width: 640px) {
  #site-footer .social-menu {
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#site-footer .social-menu a:focus {
  -webkit-box-shadow: inset 0 0 0 0.2rem var(--dc-border-color);
          box-shadow: inset 0 0 0 0.2rem var(--dc-border-color);
}

/* Footer Contact ----------------------------- */
.footer-contact {
  text-align: center;
}

.footer-contact .contact-title {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  font-weight: 400;
}

.footer-contact .contact-title + p {
  margin-top: 1.6rem;
  line-height: inherit;
}

/* ------------------------------------------------------------------------------ /*
/*	HOMEPAGE
/* ------------------------------------------------------------------------------ */
.home #site-footer {
  margin-top: 0;
}

/* Home Hero ---------------------------- */
.home .entry-header > .section-inner {
  min-height: var(--dc-screen-height);
}
@media (min-width: 640px) {
  .home .entry-header > .section-inner {
    min-height: calc(0.4 * var(--dc-screen-height));
  }
}

.home .intro-text {
  margin-bottom: 4.8rem !important;
}

/* About ------------------------------ */
@media (min-width: 1000px) {
  #about .about-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: var(--dc-spacer-xxl);
  }
}
#about .about-header .section-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#about .about-header .section-text {
  max-width: var(--dc-inner-width-small);
}

/* Services ------------------------------ */
#services .services-header > p:last-child {
  margin-bottom: var(--dc-spacer-xxl) !important;
}
#services .services-sections .services-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}
@media (min-width: 640px) {
  #services .services-sections .services-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#services .services-sections .services-section + .services-section {
  margin-top: var(--dc-gap);
}
#services .services-sections .services-section .services-section-image {
  max-width: 24rem;
  padding: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#services .services-sections .services-section .services-section-image img {
  max-width: clamp(12rem, calc(3vw + 10.889rem), 18rem);
}
#services .services-sections .services-section .services-section-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: var(--dc-spacer);
  max-width: var(--dc-inner-width-medium);
}
@media (min-width: 640px) {
  #services .services-sections .services-section .services-section-content {
    margin-top: 0;
    margin-left: var(--dc-gap);
  }
}

/* Our Team ------------------------------ */
#our-team {
  color: var(--dc-team-text-color);
  background-color: var(--dc-team-background-color);
}

.team-member-header {
  margin-bottom: var(--dc-spacer-md);
}

.team-member-header .header-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1000px) {
  .team-member-header .header-cols {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.team-member-header .header-cols .section-title {
  margin-right: 4.8rem;
}
@media (min-width: 1000px) {
  .team-member-header .header-cols .section-title {
    margin-bottom: 0;
  }
}

.team-member a {
  display: block;
  text-decoration: none;
}
.team-member a:hover, .team-member a:focus {
  outline: none;
}

.team-member-image {
  position: relative;
  height: 0;
  padding-bottom: 128%;
  overflow: hidden;
}
.team-member-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: -webkit-transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: transform var(--dc-trans-speed-slow) var(--dc-trans-ease), -webkit-transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
}
.team-member-link:hover .team-member-image img, .team-member-link:focus .team-member-image img {
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
          transform: scale3d(1.03, 1.03, 1.03);
}

.team-member-info {
  margin-top: 2.4rem;
  margin-bottom: 3.2rem;
}
.team-member-info .team-member-name {
  margin: 0;
  font-weight: 700;
  -webkit-transition: color var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: color var(--dc-trans-speed-slow) var(--dc-trans-ease);
}
.team-member-info .team-member-title {
  color: var(--dc-primary-color);
  line-height: 1.3;
  margin: 0.6rem 0 0;
}

.team-member-link:focus .team-member-name,
.team-member-link:hover .team-member-name {
  color: var(--dc-body-link-color);
}

.team-member:last-child .team-member-info {
  margin-bottom: 0;
}

/* Contact ------------------------------ */
#contact {
  position: relative;
  overflow: hidden;
}
#contact .contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 1000px) {
  #contact .contact-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#contact .contact-info a {
  white-space: nowrap;
}
#contact .social-menu {
  margin: 0 -1rem -1rem;
}
#contact .social-icons a {
  color: var(--dc-primary-color);
}
#contact .social-icons a:hover, #contact .social-icons a:active {
  color: var(--dc-body-link-color);
  -webkit-transform: none;
          transform: none;
}
#contact .contact-map {
  width: 100%;
  max-width: 96rem;
  margin-bottom: var(--dc-gap);
  background-color: var(--dc-background-alt-color);
  position: relative;
  z-index: 10;
}
@media (min-width: 1000px) {
  #contact .contact-map {
    margin-bottom: 0;
    margin-left: var(--dc-gap);
  }
}
#contact .contact-map-inner {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  position: relative;
  background-color: var(--dc-background-alt-color);
  overflow: hidden;
}
@media (min-width: 1000px) {
  #contact .contact-map-inner {
    padding-bottom: 55%;
  }
}
#contact .contact-map-inner .contact-map-wrapper {
  width: 100%;
  height: calc(100% + 2.4rem);
  position: absolute;
}

.acf-map {
  width: 100%;
  height: 100%;
}
.acf-map img {
  max-width: inherit !important;
}

/* ------------------------------------------------------------------------------ /*
/*  HERO
/* ------------------------------------------------------------------------------ */
#hero {
  text-align: center;
  min-height: min(76rem, var(--dc-screen-height));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#hero .hero-text {
  font-size: var(--dc-xl-font-size);
  line-height: var(--dc-xl-line-height);
}
#hero .hero-text p {
  font-size: inherit;
  line-height: inherit;
}

/* Scroll Down --------------------------- */
.scroll-down {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, clamp(4rem, 6vw, 8rem));
          transform: translate(-50%, clamp(4rem, 6vw, 8rem));
  z-index: 10;
  text-decoration: none;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: opacity var(--dc-trans-speed-slow) var(--dc-trans-ease);
}
@media (max-width: 639px) {
  .home .scroll-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.scroll-down .scroll-down-label {
  color: var(--dc-accent-dark-color);
  font-size: var(--dc-xs-font-size);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: none;
  margin-bottom: 2.4rem;
  text-align: center;
  -webkit-animation: fade-in var(--dc-anim-speed-slow) cubic-bezier(0.5, 0, 0, 1) both 0.25s;
          animation: fade-in var(--dc-anim-speed-slow) cubic-bezier(0.5, 0, 0, 1) both 0.25s;
  -webkit-transition: letter-spacing 0.5s var(--dc-trans-ease);
  transition: letter-spacing 0.5s var(--dc-trans-ease);
}
.home .scroll-down .scroll-down-label {
  display: block;
}
.scroll-down:hover, .scroll-down:focus {
  outline: none;
  opacity: 0.8;
}
.scroll-down:hover .scroll-down-label, .scroll-down:focus .scroll-down-label {
  font-weight: 600;
  letter-spacing: 0.2em;
}
.scroll-down .scroll-down-indicator {
  height: clamp(8rem, 12vw, 16rem);
  width: 0.2rem;
  display: block;
}
.scroll-down .scroll-down-indicator:after {
  height: 100%;
  width: 0.2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #2494AE), to(rgba(36, 148, 174, 0)));
  background: linear-gradient(180deg, #2494AE 20%, rgba(36, 148, 174, 0) 100%);
  display: block;
  content: "";
  -webkit-animation: grow-height var(--dc-anim-speed) cubic-bezier(0.5, 0, 0, 1) both 0.65s;
          animation: grow-height var(--dc-anim-speed) cubic-bezier(0.5, 0, 0, 1) both 0.65s;
}

/* Hero BG ------------------------------- */
.dc-bg {
  overflow-x: hidden;
}

.dc-circuit {
  background: url(https://www.deepcovecyber.com/app/themes/deepcove/assets/img/circuit.svg) no-repeat center;
  background-size: cover;
  background-position: 50% 0;
  min-height: 60vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
}
@media (min-width: 640px) {
  .dc-circuit {
    min-height: 100dvh;
  }
}
.dc-circuit:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(141, 212, 213, 0.25)), color-stop(50%, rgba(141, 212, 213, 0)));
  background: linear-gradient(90deg, rgba(141, 212, 213, 0.25) 0%, rgba(141, 212, 213, 0) 50%);
}
@media (max-width: 639px) {
  .dc-circuit:after {
    display: none;
  }
}

.dc-cove {
  background: url(https://www.deepcovecyber.com/app/themes/deepcove/assets/img/cove-gradient.svg) no-repeat;
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 40%;
  position: absolute;
  top: 25vh;
  right: 0;
  display: none;
}
@media (min-width: 640px) {
  .dc-cove {
    max-width: 220rem;
    background-position: 50% 0;
    height: var(--dc-screen-height);
    top: calc(2.4rem + var(--dc-header-height));
    display: block;
  }
}

.dc-cove-mobile {
  background: url(https://www.deepcovecyber.com/app/themes/deepcove/assets/img/cove-gradient-hybrid.svg) no-repeat;
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 40%;
  position: absolute;
  top: 25vh;
  right: 0;
}
@media (min-width: 640px) {
  .dc-cove-mobile {
    display: none;
  }
}

.dc-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(169, 222, 225)), to(rgba(169, 222, 225, 0)));
  background: linear-gradient(0deg, rgb(169, 222, 225) 0%, rgba(169, 222, 225, 0) 100%);
}
@media (min-width: 640px) {
  .dc-overlay {
    display: none;
  }
}

/* ------------------------------------------------------------------------------ /*
/*  TESTIMONIALS
/* ------------------------------------------------------------------------------ */
.testimonials {
  max-width: 92rem;
  margin-top: var(--dc-gap);
}
.testimonials .testimonial {
  padding: 0 var(--dc-gap);
}
.testimonials .testimonial .testimonial-text {
  padding-top: calc(2 * var(--dc-spacer-xs));
}
.testimonials .testimonial .testimonial-text:before {
  position: relative;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='36' viewBox='0 0 44 36' fill='none'%3E%3Cpath d='M41.4888 3.8147e-06L43.5874 4.19732C38.2601 7.74888 36.3229 12.5919 35.8386 16.7892C40.1973 17.7579 43.5874 21.4709 43.5874 26.3139C43.5874 31.6413 39.2287 36 34.0628 36C28.7354 36 24.3767 31.6413 24.3767 26.3139C24.3767 6.78027 41.4888 3.8147e-06 41.4888 3.8147e-06ZM19.2107 4.19732C13.8834 7.74888 11.7847 12.5919 11.4619 16.7892C15.8206 17.7579 19.2107 21.4709 19.2107 26.3139C19.2107 31.6413 14.852 36 9.52465 36C4.1973 36 -1.14441e-05 31.6413 -1.14441e-05 26.3139C-1.14441e-05 6.78027 17.1121 3.8147e-06 17.1121 3.8147e-06L19.2107 4.19732Z' fill='%23F0FCFF'/%3E%3C/svg%3E");
  top: calc(-2 * var(--dc-spacer-xs));
}
.testimonials .testimonial .testimonial-cite {
  text-align: right;
}
.testimonials .testimonial .testimonial-cite .testimonial-name {
  font-weight: 700;
  color: var(--dc-white-color);
}

/* ------------------------------------------------------------------------------ /*
/*  PARTNERSHIPS
/* ------------------------------------------------------------------------------ */
.partnerships {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--dc-spacer-xs);
}
@media (min-width: 640px) {
  .partnerships {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.partnerships .partnership {
  border-radius: 1.6rem;
  border: 0.3rem solid var(--dc-accent-dark-color);
  overflow: hidden;
}
.partnerships .partnership .partnership-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--dc-background-alt-color);
  height: 12rem;
  padding: 2.4rem;
}
.partnerships .partnership a.partnership-logo:hover img,
.partnerships .partnership a.partnership-logo:focus img {
  -webkit-transform: scale3d(1.08, 1.08, 1.08);
          transform: scale3d(1.08, 1.08, 1.08);
}
.partnerships .partnership img {
  margin: 0;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: -webkit-transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
  transition: transform var(--dc-trans-speed-slow) var(--dc-trans-ease), -webkit-transform var(--dc-trans-speed-slow) var(--dc-trans-ease);
}