/* Author Dependencies */
/**
 * /assets/scss/partials/base/mixins.scss
 *
 * Let's define our universal mixins for use throughout the theme
 */
/**
 * Base text styles
 */
body,
p,
select,
textarea,
input,
button {
  height: auto;
  min-height: auto;
  color: var(--wp--preset--color--main);
  font-size: var(--wp--custom--font-size--body-default);
  line-height: 1.33;
  font-weight: 400;
}

/**
 * Base button styles
 */
.wp-block-button__link, .wp-block-search__button, body .gform_wrapper.gravity-theme button.gform-button,
body .gform_wrapper.gravity-theme button.gform_button, .archive-pager .facetwp-facet button, .work-archive-header__filters .facetwp-facet .facetwp-radio, input[type=button],
input[type=button][disabled]:hover,
input[type=button][disabled]:focus,
input[type=reset],
input[type=reset][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=submit],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus,
button.gform-button,
button.gform_button {
  display: inline-block;
  padding: clamp(14px, 0.875rem + (1vw - 6px) * 0.3623, 16px) clamp(16px, 1rem + (1vw - 6px) * 1.4493, 24px);
  height: auto;
  border: 1px solid var(--wp--preset--color--main);
  background: var(--wp--preset--color--main);
  color: var(--wp--preset--color--background);
  font-family: var(--wp--preset--font-family--secondary-font);
  font-size: var(--wp--preset--font-size--font-size-1);
  font-weight: 500;
  line-height: 1.15;
  cursor: pointer;
  border-radius: 64px;
}
.wp-block-button__link:hover, .wp-block-search__button:hover, body .gform_wrapper.gravity-theme button.gform-button:hover,
body .gform_wrapper.gravity-theme button.gform_button:hover, .archive-pager .facetwp-facet button:hover, .work-archive-header__filters .facetwp-facet .facetwp-radio:hover, input[type=button]:hover,
input[type=button][disabled]:hover,
input[type=reset]:hover,
input[type=reset][disabled]:hover,
input[type=submit]:hover,
input[type=submit][disabled]:hover,
button.gform-button:hover,
button.gform_button:hover, .wp-block-button__link:focus, .wp-block-search__button:focus, body .gform_wrapper.gravity-theme button.gform-button:focus,
body .gform_wrapper.gravity-theme button.gform_button:focus, .archive-pager .facetwp-facet button:focus, .work-archive-header__filters .facetwp-facet .facetwp-radio:focus, input[type=button]:focus,
input[type=button][disabled]:focus,
input[type=reset]:focus,
input[type=reset][disabled]:focus,
input[type=submit]:focus,
input[type=submit][disabled]:focus,
button.gform-button:focus,
button.gform_button:focus {
  border-color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  text-decoration: none;
}

/**
 * Button reset
 */
.mobile-navigation-icon {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}

/**
 * Label styles
 */
.wp-block-search__label, body .gform_wrapper.gravity-theme .gfield_label {
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  font-size: var(--wp--custom--forms--font-size);
}

/**
 * Transitions
 */
.block-animated-links__hover-text, .wp-block-buttons .wp-block-button.is-style-dont-be-shy::after, .wp-block-columns .wp-block-column.is-style-invert-hover, .wp-block-columns .wp-block-column.is-style-invert-hover *, .social-media__link svg, .nav-primary > ul.menu > .menu-item.menu-button a span, .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item .sub-menu-item-link-wrap a .sub-menu-item-link, .mobile-navigation-icon, .site-footer .social-media__link, .loop-item > a::after, .loop-item__content, .work-archive-header__filters .facetwp-facet .facetwp-radio, button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img, a {
  transition: all 0.2s ease-in-out;
}

/**
 * Placeholder Color
 */
/**
 * Media queries
 */
/* Author Dependencies */
/**
 * /assets/scss/partials/base/buttons.scss
 *
 * Let's define our button styles
 */
/**
 * /assets/scss/partials/base/headings.scss
 *
 * Let's define our heading styles
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--wp--preset--color--main);
  font-family: var(--wp--preset--font-family--primary-font);
  line-height: 1.25;
  font-weight: 400;
}
h1:not(.has-text-color) a,
h2:not(.has-text-color) a,
h3:not(.has-text-color) a,
h4:not(.has-text-color) a,
h5:not(.has-text-color) a,
h6:not(.has-text-color) a {
  color: var(--wp--preset--color--main);
}
h1:not(.has-text-color) a:hover,
h2:not(.has-text-color) a:hover,
h3:not(.has-text-color) a:hover,
h4:not(.has-text-color) a:hover,
h5:not(.has-text-color) a:hover,
h6:not(.has-text-color) a:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1.alignwide, h1.alignfull,
h2.alignwide,
h2.alignfull,
h3.alignwide,
h3.alignfull,
h4.alignwide,
h4.alignfull,
h5.alignwide,
h5.alignfull,
h6.alignwide,
h6.alignfull {
  margin-bottom: var(--wp--custom--spacing--block-gap);
}
h1.has-font-size-12-font-size,
h2.has-font-size-12-font-size,
h3.has-font-size-12-font-size,
h4.has-font-size-12-font-size,
h5.has-font-size-12-font-size,
h6.has-font-size-12-font-size {
  line-height: 0.88;
}

h1 {
  font-size: var(--wp--preset--font-size--font-size-9);
  font-weight: 300;
}

h2 {
  font-size: var(--wp--preset--font-size--font-size-8);
}

h3 {
  font-size: var(--wp--preset--font-size--font-size-7);
}

h4 {
  font-size: var(--wp--preset--font-size--font-size-6);
}

h5 {
  font-size: var(--wp--preset--font-size--font-size-6);
  font-weight: 500;
}

h6 {
  font-size: var(--wp--preset--font-size--font-size-6);
}

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

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth; /* 3 */
  }
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/**
 * Remove default padding and background from 'mark' elements
 */
mark {
  padding: 0;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

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

/* Author Dependencies */
/**
 * /assets/scss/partials/base/typography.scss
 *
 * Let's define our global typography styles
 */
a {
  background-color: transparent;
}
a:hover {
  text-decoration: underline;
  color: var(--wp--preset--color--primary);
}
a[href^=tel], a[href^=tel]:hover {
  color: var(--wp--preset--color--main);
}

ol,
ul {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

code {
  padding: 0.125em 0.25em;
  background-color: #424242;
}

pre {
  margin: 0 0 1.75em;
  padding: 1.75em;
  max-width: 100%;
  border: 1px solid #424242;
  line-height: 1.3125;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/base/universal.scss
 *
 * Let's define our universal styles
 *
 * - Universal
 * - Box Sizing
 * - Common Classes
 * - Accessibility
 */
/* ----- Universal ---------------------- */
:root {
  --wp--style--block-gap: var(--wp--custom--spacing--block-gap);
  --gallery-block--gutter-size: var(--wp--custom--spacing--column-gap);
}
@media (max-width: 781px) {
  :root {
    --gallery-block--gutter-size: calc(var(--wp--custom--spacing--column-gap) * 0.75);
  }
}
@media (max-width: 600px) {
  :root {
    --gallery-block--gutter-size: calc(var(--wp--custom--spacing--column-gap) * 0.5);
  }
}

svg:not(:root) {
  overflow: hidden;
}

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

picture,
iframe {
  max-width: 100%;
}

/* ----- Box Sizing -------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* ----- Common Classes -------------------- */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 900px) {
  .is-style-center-on-tablet {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .is-style-center-on-mobile {
    text-align: center;
  }
}

/* ----- Accessibility -------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  display: block;
  clip: auto !important;
  height: auto;
  width: auto;
  padding: 15px 23px 14px;
  font-size: 1em;
  font-weight: bold;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

/* Layouts */
/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/archives.scss
 *
 * Let's define our archive styles
 *
 * - Archive
 * - The Loop
 * - Work Archive
 */
/* ----- Archive -------------------- */
.archive-header {
  padding: var(--wp--preset--spacing--400) 0;
}
.archive-header > * {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--thin);
}
.archive-header > *:last-child {
  margin-bottom: 0;
}
.archive-header__description > *:last-child {
  margin-bottom: 0;
}

/* ----- The Loop -------------------- */
.loop-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: var(--wp--preset--spacing--500);
  max-width: var(--wp--custom--layout--thin);
  width: 100%;
  margin: 0 auto var(--wp--preset--spacing--1200);
}
.default-layout .loop-wrapper {
  max-width: var(--wp--custom--layout--default);
}

.loop-item {
  display: flex;
  width: calc((100% - 24px) / 2);
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 600px) {
  .loop-item {
    width: 100%;
  }
}
.loop-item > a {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  height: clamp(300px, 18.75rem + (1vw - 6px) * 16.6667, 400px);
  position: relative;
}
@media (max-width: 600px) {
  .loop-item > a {
    height: clamp(300px, 18.75rem + (1vw - 3.75px) * 44.4444, 400px);
  }
}
.loop-item > a::before {
  content: "";
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.loop-item > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(36, 34, 35, 0.8);
  z-index: 3;
}
.loop-item > a:hover::after, .loop-item > a:focus-visible::after {
  height: 100%;
}
.loop-item__thumbnail {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.loop-item__thumbnail img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.loop-item__content {
  position: absolute;
  bottom: 36px;
  left: 36px;
  width: calc(100% - 72px);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  z-index: 4;
}
.loop-item__title {
  margin: 0;
  width: 100%;
  font-size: var(--wp--preset--font-size--font-size-5);
  line-height: 1.18;
  color: var(--wp--preset--color--background-2);
  max-width: 200px;
}
.loop-item__client-name {
  width: 100%;
  color: #fff;
  font-family: var(--wp--preset--font-family--secondary-font);
  font-size: var(--wp--preset--font-size--font-size-2);
  line-height: 1.5;
  letter-spacing: 1.28;
  color: var(--wp--preset--color--background-2);
  margin-top: 8px;
}

/* ----- Work Archive -------------------- */
.post-type-archive-work .site-header .wrap {
  border-bottom: 2px solid var(--wp--preset--color--main);
}

.work-archive-header {
  width: 100%;
  max-width: var(--wp--custom--layout--default);
  margin: var(--wp--preset--spacing--1200) auto var(--wp--preset--spacing--900);
  display: flex;
  align-items: flex-end;
  -moz-column-gap: var(--wp--preset--spacing--900);
       column-gap: var(--wp--preset--spacing--900);
}
.work-archive-header__left {
  flex: 1;
}
@media (min-width: 782px) {
  .work-archive-header__left .work-archive-header__description {
    display: none;
  }
}
.work-archive-header__eyebrow {
  display: block;
  width: 100%;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--secondary-font);
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.3px;
  margin-bottom: var(--wp--preset--spacing--300);
}
.work-archive-header__header {
  width: 100%;
  font-size: var(--wp--preset--font-size--font-size-12);
  line-height: 0.88;
  letter-spacing: 2.16px;
  font-weight: 300;
  margin: 0;
}
.work-archive-header__filters {
  width: 100%;
}
.work-archive-header__filters .facetwp-facet {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: var(--wp--preset--spacing--400) 0 0 0;
}
.work-archive-header__filters .facetwp-facet .facetwp-radio {
  background-image: none;
  padding: var(--wp--preset--spacing--200) var(--wp--preset--spacing--400);
  background-color: var(--wp--preset--color--background-2);
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--main);
}
.work-archive-header__filters .facetwp-facet .facetwp-radio .facetwp-counter {
  display: none;
}
.work-archive-header__filters .facetwp-facet .facetwp-radio.checked {
  background-color: var(--wp--preset--color--main);
  border-color: var(--wp--preset--color--main);
  color: var(--wp--preset--color--background);
}
.work-archive-header__filters .facetwp-facet .facetwp-radio:not(.checked):hover {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
@media (max-width: 600px) {
  .work-archive-header__filters {
    margin-top: 32px;
  }
  .work-archive-header__filters .facetwp-facet .facetwp-radio {
    width: calc((100% - 32px) / 3);
    padding: 8px 12px;
    font-size: 14px;
    text-align: center;
  }
}
.work-archive-header__right {
  width: 37.5%;
}
@media (max-width: 781px) {
  .work-archive-header__right {
    display: none;
  }
}
.work-archive-header__description {
  display: block;
  width: 100%;
  margin-top: var(--wp--preset--spacing--400);
}

/**
 * /assets/scss/partials/layouts/error404.scss
 *
 * Let's define our error404 styles
 */
.error404 .site-inner .content-area,
.search-no-results .site-inner .content-area {
  padding: 0 0 var(--wp--preset--spacing--1000) 0;
  text-align: center;
}
.error404 .site-inner .content-area .entry-content,
.search-no-results .site-inner .content-area .entry-content {
  max-width: 750px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
}

/**
 * /assets/scss/partials/layouts/flickity.scss
 *
 * Let's define our flickity slideshow styles
 */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.flickity-prev-next-button:hover {
  background-color: transparent;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: none;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: -40px;
}
.alignfull .flickity-prev-next-button.previous {
  left: 20px;
}
@media (max-width: 1375px) {
  .flickity-prev-next-button.previous {
    left: 20px;
  }
}
@media (max-width: 850px) {
  .flickity-prev-next-button.previous {
    left: 10px;
  }
}
.flickity-prev-next-button.next {
  right: -40px;
}
.alignfull .flickity-prev-next-button.next {
  right: 20px;
}
@media (max-width: 1375px) {
  .flickity-prev-next-button.next {
    right: 20px;
  }
}
@media (max-width: 850px) {
  .flickity-prev-next-button.next {
    right: 10px;
  }
}
.flickity-prev-next-button:disabled {
  cursor: auto;
}
.flickity-prev-next-button:disabled .arrow {
  fill: #ddd;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.flickity-prev-next-button.next svg {
  left: auto;
  right: 0;
  top: 0;
}
.flickity-prev-next-button .arrow {
  fill: var(--wp--preset--color--primary);
}

.block-slideshow ol.flickity-page-dots {
  list-style-type: none;
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 850px) {
  .block-slideshow ol.flickity-page-dots {
    top: calc(100% + 30px);
  }
}
.block-slideshow ol.flickity-page-dots li {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #424242;
  margin: 0 4px;
  cursor: pointer;
  padding-bottom: 0;
  padding-left: 0;
}
.block-slideshow ol.flickity-page-dots li:hover {
  background-color: #ddd;
}
.block-slideshow ol.flickity-page-dots li.is-selected {
  background-color: var(--wp--preset--color--primary);
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/footer.scss
 *
 * Let's define our footer styles
 */
/* ----- Main Footer -------------------- */
.site-footer {
  width: 100%;
  padding: var(--wp--preset--spacing--1200) var(--wp--custom--spacing--viewport-padding);
}
.site-footer > .wrap {
  max-width: var(--wp--custom--layout--default);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  justify-content: center;
}
.above-footer-block-area-disabled .site-footer > .wrap, .single-work .site-footer > .wrap {
  border-top: 2px solid var(--wp--preset--color--main);
  padding-top: var(--wp--preset--spacing--1200);
}
.site-footer__logo {
  width: 100%;
  display: flex;
  justify-content: center;
}
.site-footer__logo img {
  display: block;
}
.site-footer .social-media {
  width: 100%;
  margin-top: -24px;
  display: flex;
}
.site-footer .social-media__links {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 16px;
}
.site-footer .social-media__link {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  background-color: var(--wp--preset--color--main);
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-footer .social-media__link:hover {
  background-color: var(--wp--preset--color--primary);
}
.site-footer .social-media__link svg path {
  fill: #fff;
}
.site-footer__copyright {
  width: 100%;
}
.site-footer__copyright p {
  margin: 0;
  font-size: var(--wp--preset--font-size--font-size-2);
  width: 100%;
  text-align: center;
}

.footer-menu-wrap {
  width: 100%;
}
.footer-menu-wrap .menu--footer {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.footer-menu-wrap .menu--footer li a {
  color: var(--wp--preset--color--main);
  font-size: var(--wp--preset--font-size--font-size-2);
  text-decoration: none;
}
.footer-menu-wrap .menu--footer li a:hover {
  text-decoration: underline;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/header.scss
 *
 * Let's define our header styles
 */
.site-header {
  width: 100%;
  position: relative;
  padding: 0 var(--wp--custom--spacing--viewport-padding);
  background-color: var(--wp--preset--color--background);
  height: 112px;
  z-index: 1001;
}
@media (max-width: 900px) {
  .site-header {
    padding: 0;
    margin-bottom: 32px;
    height: auto;
  }
}
.site-header > .wrap {
  width: 100%;
  max-width: var(--wp--custom--layout--default);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.has-under-menu-border .site-header > .wrap {
  border-bottom: 2px solid var(--wp--preset--color--main);
}
.site-header__logo {
  display: flex;
}
@media (max-width: 900px) {
  .site-header__logo {
    width: 100%;
    padding: 32px;
    justify-content: center;
  }
}
.site-header__logo img {
  display: block;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/interiors.scss
 *
 * Let's define our interior wrapper styles
 */
/* ----- Universal -------------------- */
@media (max-width: 900px) {
  body.mobile-nav-open {
    overflow: hidden;
  }
}

.site-inner {
  width: 100%;
  overflow: hidden;
  padding: 0 var(--wp--custom--spacing--viewport-padding);
}
@media (min-width: 901px) {
  .has-under-menu-border .site-inner {
    padding-top: var(--wp--preset--spacing--1200);
  }
}

@media (max-width: 600px) {
  html #wpadminbar {
    position: fixed;
  }
}
.entry-content > *:last-child {
  margin-bottom: 0;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/navigation.scss
 *
 * Let's define our navigation styles
 *
 * - Primary Navigation
 * - Mobile Navigation Icon
 */
/* ----- Primary Navigation -------------------- */
@media (min-width: 901px) {
  .nav-primary {
    display: block !important;
  }
}
@media (max-width: 900px) {
  .nav-primary {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: var(--wp--preset--color--main);
    padding: 0 32px 104px 32px;
  }
  .mobile-nav-open .nav-primary {
    overflow: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 162px);
  }
}
.nav-primary > ul.menu {
  display: flex;
  flex-wrap: wrap;
}
.nav-primary > ul.menu > .menu-item {
  list-style: none;
}
@media (min-width: 901px) {
  .nav-primary > ul.menu > .menu-item:hover > .sub-menu, .nav-primary > ul.menu > .menu-item:focus-within > .sub-menu {
    left: 0;
    opacity: 1;
  }
  .nav-primary > ul.menu > .menu-item:hover.menu-item-has-children > a, .nav-primary > ul.menu > .menu-item:focus-within.menu-item-has-children > a {
    color: var(--wp--preset--color--secondary);
  }
  .nav-primary > ul.menu > .menu-item:hover.menu-item-has-children > a::after, .nav-primary > ul.menu > .menu-item:focus-within.menu-item-has-children > a::after {
    background-image: url("../images/icons/menu-arrow-2-hover.svg");
  }
}
@media (max-width: 900px) {
  .nav-primary > ul.menu > .menu-item {
    width: 100%;
  }
  .nav-primary > ul.menu > .menu-item.open > .sub-menu {
    display: block;
  }
  .nav-primary > ul.menu > .menu-item.open > button {
    transform: rotate(180deg);
  }
}
.nav-primary > ul.menu > .menu-item a {
  border: none;
  color: var(--wp--preset--color--main);
  display: block;
  font-size: 16px;
  line-height: 1.5;
  padding: 44px 16px;
  position: relative;
  text-decoration: none;
}
@media (max-width: 900px) {
  .nav-primary > ul.menu > .menu-item a {
    padding: 12px 0;
    color: #fff;
  }
}
.nav-primary > ul.menu > .menu-item a:hover {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
}
.nav-primary > ul.menu > .menu-item button {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  right: 20px;
  top: -1px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-primary > ul.menu > .menu-item button:focus {
  outline: 2px solid rgba(0, 0, 255, 0.5);
  border-radius: 4px;
}
.nav-primary > ul.menu > .menu-item button svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 901px) {
  .nav-primary > ul.menu > .menu-item button {
    display: none;
  }
}
.nav-primary > ul.menu > .menu-item.menu-item-has-children > a {
  padding-right: 34px;
}
@media (min-width: 901px) {
  .nav-primary > ul.menu > .menu-item.menu-item-has-children > a::after {
    content: "";
    background-image: url("../images/icons/menu-arrow-2.svg");
    width: 20px;
    height: 20px;
    background-size: cover;
    position: absolute;
    top: 45px;
    right: 9px;
  }
}
.nav-primary > ul.menu > .menu-item.menu-button a {
  padding-right: 0;
}
@media (max-width: 900px) {
  .nav-primary > ul.menu > .menu-item.menu-button a {
    margin-top: 12px;
  }
}
.nav-primary > ul.menu > .menu-item.menu-button a span {
  background-color: var(--wp--preset--color--main);
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--secondary-font);
  padding: 16px 24px;
  font-size: 14px;
  border-radius: 60px;
  font-weight: 500;
}
@media (max-width: 900px) {
  .nav-primary > ul.menu > .menu-item.menu-button a span {
    background-color: var(--wp--preset--color--primary);
  }
}
.nav-primary > ul.menu > .menu-item.menu-button a span:hover, .nav-primary > ul.menu > .menu-item.menu-button a span:focus {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  text-decoration: none;
}
@media (max-width: 600px) {
  .nav-primary > ul.menu > .menu-item.menu-button a span:hover, .nav-primary > ul.menu > .menu-item.menu-button a span:focus {
    background: var(--wp--preset--color--background);
    color: var(--wp--preset--color--main);
  }
}
.nav-primary > ul.menu > .menu-item > .sub-menu {
  background: var(--wp--preset--color--main);
  left: -9999px;
  height: auto;
  width: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  padding: var(--wp--preset--spacing--1200) 0;
}
@media (max-width: 900px) {
  .nav-primary > ul.menu > .menu-item > .sub-menu {
    left: auto;
    opacity: 1;
    position: relative;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    display: none;
    height: auto !important;
  }
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item {
  width: calc((var(--wp--custom--layout--default) - 72px) / 4);
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  clear: both;
  border-top: none !important;
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item a {
  width: 100%;
  background: transparent;
  color: var(--wp--preset--color--main);
  padding: 8px 30px 8px 20px;
  position: relative;
  white-space: nowrap;
  color: #fff;
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item:hover > a, .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item.current-menu-item > a {
  color: #424242;
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item .sub-menu-item-header {
  width: 100%;
}
@media (max-width: 900px) {
  .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item .sub-menu-item-header {
    display: none;
  }
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item .sub-menu-item-header span {
  width: 100%;
  font-size: var(--wp--preset--font-size--font-size-4);
  line-height: 1.33;
  color: #fff;
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item .sub-menu-item-link-wrap {
  width: 100%;
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item .sub-menu-item-link-wrap a {
  padding: 0;
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item .sub-menu-item-link-wrap a:hover .sub-menu-item-link {
  gap: 8px;
  opacity: 0.8;
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item .sub-menu-item-link-wrap a .sub-menu-item-link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--wp--preset--font-family--secondary-font);
  color: var(--wp--preset--color--tertiary);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--font-size-1);
}
@media (max-width: 900px) {
  .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item .sub-menu-item-link-wrap a .sub-menu-item-link {
    display: none;
  }
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item .sub-menu-item-link-wrap a .sub-menu-item-link-mobile-text {
  display: none;
  padding: 6px 16px;
  font-size: 14px;
}
@media (max-width: 900px) {
  .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item .sub-menu-item-link-wrap a .sub-menu-item-link-mobile-text {
    display: block;
  }
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item .sub-menu-item-description {
  width: 100%;
  margin-bottom: 8px;
  font-size: var(--wp--preset--font-size--font-size-2);
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item .sub-menu-item-description {
    display: none;
  }
}

/* ----- Mobile Nav Icon -------------------- */
.mobile-navigation-icon {
  display: none;
  width: 100%;
  background-color: var(--wp--preset--color--main);
  padding: 24px 32px;
  align-items: center;
  justify-content: space-between;
}
.mobile-navigation-icon__text {
  color: var(--wp--preset--color--background);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.mobile-navigation-icon__icon {
  height: 24px;
  display: flex;
  align-items: center;
}
.mobile-navigation-icon__close {
  display: none;
}
.mobile-navigation-icon.open .mobile-navigation-icon__close {
  display: block;
}
.mobile-navigation-icon.open .mobile-navigation-icon__arrow {
  display: none;
}
@media (max-width: 900px) {
  .mobile-navigation-icon {
    display: flex;
  }
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/pagination.scss
 *
 * Let's define our pagination styles
 *
 * - Default
 * - FacetWP Pager
 */
/* ----- Default -------------------- */
.pagination {
  width: 100%;
  margin-top: var(--wp--preset--spacing--600);
}
.pagination .alignleft {
  float: left;
}
.pagination .alignright {
  float: right;
}
.pagination a {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
}
.pagination a:hover {
  text-decoration: none;
  color: var(--wp--preset--color--main);
}
.pagination ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .pagination ul {
    flex-wrap: wrap;
  }
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination ul li a {
  padding: 2px 11px;
  border-radius: 3px;
  color: var(--wp--preset--color--main);
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}
.pagination ul li.active a, .pagination ul li:hover a {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
@media (max-width: 600px) {
  .pagination ul li.pagination-previous, .pagination ul li.pagination-next {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .pagination ul li.pagination-next {
    margin-bottom: 0;
    margin-top: 15px;
  }
}

/* ----- FacetWP Pager -------------------- */
.archive-pager {
  width: 100%;
  display: flex;
  justify-content: center;
}
.archive-pager .facetwp-facet {
  margin: 0;
}
.archive-pager .facetwp-facet button {
  margin-bottom: var(--wp--preset--spacing--1200);
}
.archive-pager .facetwp-facet button.facetwp-hidden {
  display: none;
}

/**
 * /assets/scss/partials/layouts/search.scss
 *
 * Let's define our search styles
 */
.search .archive-header__subtitle {
  width: 100%;
  margin: 0 auto var(--wp--custom--spacing--block-gap);
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/sidebars.scss
 *
 * Let's define our sidebars styles
 */
@media (max-width: 900px) {
  .sidebar--primary {
    display: none;
  }
}
@media (min-width: 901px) {
  .content-sidebar-layout .content-area {
    display: grid;
    grid-template-columns: calc(100% - var(--wp--custom--layout--sidebar) - var(--wp--preset--spacing--400)) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--preset--spacing--400);
    width: 100%;
    max-width: var(--wp--custom--layout--default);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar-layout .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--thin);
  }
  .content-sidebar-layout .sidebar--primary {
    float: none;
    width: 100%;
    padding: var(--wp--preset--spacing--600) 0;
  }
}
/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/singular.scss
 *
 * Let's define our singular page/post styles
 *
 * - Entry Header/Footer
 * - Author Box
 * - Comments
 * - Work
 */
/* ----- Entry Header/Footer -------------------- */
.entry-header {
  padding: var(--wp--preset--spacing--400) 0;
}
.entry-header > * {
  max-width: var(--wp--custom--layout--thin);
  margin-left: auto;
  margin-right: auto;
}
.entry-header > *:last-child {
  margin-bottom: 0;
}
.entry-header .entry-author {
  display: block;
  width: 100%;
  margin-top: 12px;
}
.entry-header .entry-date {
  display: block;
  width: 100%;
  margin-top: 12px;
}

.entry-title {
  margin-top: 0;
  margin-bottom: 0;
}

.entry-footer {
  padding: 24px 0;
}
.entry-footer > * {
  max-width: var(--wp--custom--layout--thin);
  margin-left: auto;
  margin-right: auto;
}
.entry-footer > *:last-child {
  margin-bottom: 0;
}

.after-entry {
  max-width: var(--wp--custom--layout--thin);
  margin: var(--wp--preset--spacing--600) auto 0;
}
.default-layout .after-entry {
  max-width: var(--wp--custom--layout--default);
}

.single-post-categories,
.single-post-tags {
  display: block;
  width: 100%;
  margin-top: var(--wp--preset--spacing--400);
}

.single-related-posts {
  width: 100%;
  max-width: var(--wp--custom--layout--default);
  margin: var(--wp--preset--spacing--800) auto;
  display: flex;
  flex-direction: column;
  row-gap: var(--wp--preset--spacing--400);
}
.single-related-posts .loop-wrapper {
  max-width: none;
  margin: 0 auto;
}
.single-related-posts > h3,
.single-related-posts > h2 {
  margin-top: 0;
  margin-bottom: 0;
}

/* ----- Author Box -------------------- */
.author-box {
  display: block;
  position: relative;
  width: 100%;
  background-color: var(--wp--preset--color--background-2);
  padding: 24px 24px 24px 148px;
  min-height: 148px;
}
@media (max-width: 600px) {
  .author-box {
    display: flex;
    padding: 16px;
    flex-direction: column;
  }
}
.author-box img {
  position: absolute;
  top: 24px;
  left: 24px;
  border-radius: 100px;
  width: 100px;
}
@media (max-width: 600px) {
  .author-box img {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 24px;
  }
}
.author-box__title {
  margin-top: 0;
  margin-bottom: calc(var(--wp--custom--spacing--block-gap) * 0.5);
}
.author-box__content p {
  margin-bottom: calc(var(--wp--custom--spacing--block-gap) * 0.5);
}
.author-box__content p:last-child {
  margin-bottom: 0;
}

/* ----- Comments -------------------- */
.entry-comments {
  display: block;
  width: 100%;
  max-width: var(--wp--custom--layout--thin);
  margin: 48px auto 0;
}
.default-layout .entry-comments {
  max-width: var(--wp--custom--layout--default);
}
.entry-comments h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.comment-list {
  margin-bottom: 32px;
}
.comment-list li {
  list-style-type: none;
  border: 1px solid #ccc;
  padding: 16px;
}
.comment-list li .comment-body {
  position: relative;
}
.comment-list li .comment-body p {
  margin-bottom: 8px;
  font-size: 0.9rem;
}
.comment-list li .comment-body p:last-of-type {
  margin-bottom: 0;
}
.comment-list li.staff {
  border: 5px solid var(--wp--preset--color--primary);
}
.comment-list > li {
  overflow: hidden;
  margin-bottom: 16px;
}
.comment-list .comment-author {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.comment-list .comment-author cite {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
}
.comment-list .comment-author .says {
  display: none;
}
.comment-list .comment-meta {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  color: #424242;
  font-size: 0.9rem;
}
.comment-list .comment-meta a {
  color: #424242;
  font-weight: 400;
  text-decoration: none;
}
.comment-list .reply {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.comment-list .children {
  margin: 24px 0 0;
}
.comment-list .children li {
  margin-bottom: 12px;
}
.comment-list .children li:last-child {
  margin-bottom: 0;
}

.comment-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.comment-form p {
  margin-bottom: 12px;
}
.comment-form .comment-notes,
.comment-form .logged-in-as {
  font-size: var(--wp--preset--font-size--font-size-2);
  font-style: italic;
}
.comment-form .comment-form-comment {
  width: 100%;
}
.comment-form .comment-form-author {
  width: calc(50% - var(--wp--custom--spacing--block-gap) * 0.5);
  margin-right: var(--wp--custom--spacing--block-gap);
}
.comment-form .comment-form-email {
  width: calc(50% - var(--wp--custom--spacing--block-gap) * 0.5);
}
@media (max-width: 600px) {
  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: 100%;
    margin-right: 0;
  }
}
.comment-form p.form-submit {
  margin: 24px 0 0;
}

/* ----- Work -------------------- */
.single-work .site-header .wrap {
  border-bottom: 2px solid var(--wp--preset--color--main);
}
.single-work h1.entry-title {
  font-size: var(--wp--preset--font-size--font-size-12);
  line-height: 0.86;
  letter-spacing: 2.16px;
  font-weight: 300;
}
.single-work article.type-work {
  padding-top: var(--wp--preset--spacing--900);
  max-width: var(--wp--custom--layout--default);
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1001px) {
  .single-work article.type-work {
    padding-right: calc(var(--wp--preset--spacing--900) + 352px);
  }
}

.work-sidebar {
  background-color: var(--wp--preset--color--background-2);
  border-radius: var(--wp--preset--spacing--700);
  padding: var(--wp--preset--spacing--700);
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--wp--preset--spacing--600);
}
@media (min-width: 1001px) {
  .work-sidebar {
    position: absolute;
    top: var(--wp--preset--spacing--900);
    right: 0;
    width: 352px;
  }
  .work-sidebar.sticky {
    right: calc((100vw - var(--wp--custom--layout--default)) / 2 - 6px);
  }
}
@media (min-width: 1001px) and (max-width: 1220px) {
  .work-sidebar.sticky {
    right: var(--wp--custom--spacing--viewport-padding);
  }
}
@media (max-width: 1000px) {
  .work-sidebar {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }
}
.work-sidebar__item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: var(--wp--preset--spacing--300);
}
.work-sidebar__item ul.wp-block-list {
  margin-top: 0;
}
.work-sidebar__header {
  margin: 0;
  font-size: var(--wp--preset--font-size--font-size-5);
  width: 100%;
}

.work-categories {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.work-category {
  padding: var(--wp--preset--spacing--200) var(--wp--preset--spacing--400);
  background-color: var(--wp--preset--color--main);
  color: var(--wp--preset--color--background);
  font-family: var(--wp--preset--font-family--secondary-font);
  font-size: var(--wp--preset--font-size--font-size-1);
  font-weight: 500;
  line-height: 1.15;
  border-radius: 360px;
}

.work-client-name {
  width: 100%;
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--font-size-6);
  font-weight: 500;
  font-family: var(--wp--preset--font-family--secondary-font);
  line-height: 1.2;
  margin-bottom: 8px;
  display: block;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/social-media.scss
 *
 * Let's define our social media styles
 */
.social-media {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.social-media__links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.social-media__link {
  display: flex;
  align-items: center;
}
.social-media__link svg {
  fill: var(--wp--preset--color--primary);
}
.social-media__link:hover, .social-media__link:focus, .social-media__link:active {
  text-decoration: none;
}
.social-media__link:hover svg, .social-media__link:focus svg, .social-media__link:active svg {
  fill: var(--wp--preset--color--main);
}

/* Forms */
/**
 * /assets/scss/partials/forms/forms-base.scss
 *
 * Let's define our base form styles
 */
input {
  line-height: normal;
}

body input[type=date],
body input[type=time],
body input[type=datetime-local],
body input[type=week],
body input[type=month],
body input[type=text],
body input[type=email],
body input[type=url],
body input[type=password],
body input[type=search],
body input[type=tel],
body input[type=number],
body textarea,
body select,
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme textarea,
body .gform_wrapper.gravity-theme select {
  background: var(--wp--preset--color--background);
  border: none;
  border-bottom: var(--wp--custom--forms--border-width) solid var(--wp--custom--forms--border-color);
  color: var(--wp--custom--forms--text-color);
  padding: var(--wp--custom--forms--input-padding-vertical) var(--wp--custom--forms--input-padding-horizontal);
  width: 100%;
  border-radius: var(--wp--custom--forms--border-radius);
  line-height: 1.15;
  font-size: var(--wp--custom--forms--font-size);
  font-family: var(--wp--preset--font-family--secondary-font);
}
body input[type=date]:focus,
body input[type=time]:focus,
body input[type=datetime-local]:focus,
body input[type=week]:focus,
body input[type=month]:focus,
body input[type=text]:focus,
body input[type=email]:focus,
body input[type=url]:focus,
body input[type=password]:focus,
body input[type=search]:focus,
body input[type=tel]:focus,
body input[type=number]:focus,
body textarea:focus,
body select:focus,
body .gform_wrapper.gravity-theme input[type=date]:focus,
body .gform_wrapper.gravity-theme input[type=time]:focus,
body .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
body .gform_wrapper.gravity-theme input[type=week]:focus,
body .gform_wrapper.gravity-theme input[type=month]:focus,
body .gform_wrapper.gravity-theme input[type=text]:focus,
body .gform_wrapper.gravity-theme input[type=email]:focus,
body .gform_wrapper.gravity-theme input[type=url]:focus,
body .gform_wrapper.gravity-theme input[type=password]:focus,
body .gform_wrapper.gravity-theme input[type=search]:focus,
body .gform_wrapper.gravity-theme input[type=tel]:focus,
body .gform_wrapper.gravity-theme input[type=number]:focus,
body .gform_wrapper.gravity-theme textarea:focus,
body .gform_wrapper.gravity-theme select:focus {
  background-color: var(--wp--preset--color--white);
  border-color: var(--wp--custom--forms--border-color-focus);
  color: var(--wp--custom--forms--text-color);
  outline: 0;
}

body .has-main-background-color input[type=date],
body .has-main-background-color input[type=time],
body .has-main-background-color input[type=datetime-local],
body .has-main-background-color input[type=week],
body .has-main-background-color input[type=month],
body .has-main-background-color input[type=text],
body .has-main-background-color input[type=email],
body .has-main-background-color input[type=url],
body .has-main-background-color input[type=password],
body .has-main-background-color input[type=search],
body .has-main-background-color input[type=tel],
body .has-main-background-color input[type=number],
body .has-main-background-color textarea,
body .has-main-background-color select,
body .has-main-background-color .gform_wrapper.gravity-theme input[type=date],
body .has-main-background-color .gform_wrapper.gravity-theme input[type=time],
body .has-main-background-color .gform_wrapper.gravity-theme input[type=datetime-local],
body .has-main-background-color .gform_wrapper.gravity-theme input[type=week],
body .has-main-background-color .gform_wrapper.gravity-theme input[type=month],
body .has-main-background-color .gform_wrapper.gravity-theme input[type=text],
body .has-main-background-color .gform_wrapper.gravity-theme input[type=email],
body .has-main-background-color .gform_wrapper.gravity-theme input[type=url],
body .has-main-background-color .gform_wrapper.gravity-theme input[type=password],
body .has-main-background-color .gform_wrapper.gravity-theme input[type=search],
body .has-main-background-color .gform_wrapper.gravity-theme input[type=tel],
body .has-main-background-color .gform_wrapper.gravity-theme input[type=number],
body .has-main-background-color .gform_wrapper.gravity-theme textarea,
body .has-main-background-color .gform_wrapper.gravity-theme select {
  background: var(--wp--preset--color--main);
  border-bottom: var(--wp--custom--forms--border-width) solid var(--wp--preset--color--background);
  color: var(--wp--preset--color--background);
}
body .has-main-background-color input[type=date]:focus,
body .has-main-background-color input[type=time]:focus,
body .has-main-background-color input[type=datetime-local]:focus,
body .has-main-background-color input[type=week]:focus,
body .has-main-background-color input[type=month]:focus,
body .has-main-background-color input[type=text]:focus,
body .has-main-background-color input[type=email]:focus,
body .has-main-background-color input[type=url]:focus,
body .has-main-background-color input[type=password]:focus,
body .has-main-background-color input[type=search]:focus,
body .has-main-background-color input[type=tel]:focus,
body .has-main-background-color input[type=number]:focus,
body .has-main-background-color textarea:focus,
body .has-main-background-color select:focus,
body .has-main-background-color .gform_wrapper.gravity-theme input[type=date]:focus,
body .has-main-background-color .gform_wrapper.gravity-theme input[type=time]:focus,
body .has-main-background-color .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
body .has-main-background-color .gform_wrapper.gravity-theme input[type=week]:focus,
body .has-main-background-color .gform_wrapper.gravity-theme input[type=month]:focus,
body .has-main-background-color .gform_wrapper.gravity-theme input[type=text]:focus,
body .has-main-background-color .gform_wrapper.gravity-theme input[type=email]:focus,
body .has-main-background-color .gform_wrapper.gravity-theme input[type=url]:focus,
body .has-main-background-color .gform_wrapper.gravity-theme input[type=password]:focus,
body .has-main-background-color .gform_wrapper.gravity-theme input[type=search]:focus,
body .has-main-background-color .gform_wrapper.gravity-theme input[type=tel]:focus,
body .has-main-background-color .gform_wrapper.gravity-theme input[type=number]:focus,
body .has-main-background-color .gform_wrapper.gravity-theme textarea:focus,
body .has-main-background-color .gform_wrapper.gravity-theme select:focus {
  background-color: var(--wp--preset--color--main);
  border-color: var(--wp--custom--forms--border-color-focus);
  color: var(--wp--preset--color--background);
}

body .gform_wrapper.gravity-theme select,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("../images/forms/arrow-down.svg");
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  max-width: 100%;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/forms/forms-gravity.scss
 *
 * Let's define base styles for Gravity Forms
 *
 */
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: var(--wp--custom--forms--spacing-row);
  grid-column-gap: var(--wp--custom--forms--spacing-column);
}
body .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border-width: var(--wp--custom--forms--border-width);
}
body .gform_wrapper.gravity-theme .validation_message {
  border-radius: var(--wp--custom--forms--border-radius);
  padding: 8px;
  font-size: 14px;
}
body .gform_wrapper.gravity-theme #field_submit {
  align-items: flex-end;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice {
  padding: 5px 0;
  position: relative;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > label,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > label {
  display: block;
  position: relative;
  padding: 0 0 0 25px;
  line-height: 1.2;
  font-size: var(--wp--custom--forms--font-size);
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio],
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio] {
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio] + *::before,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio] + *::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ebe7e7;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio] + *::after,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio] + *::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--wp--preset--color--white);
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 10px;
  opacity: 0;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio]:checked + *::before,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio]:checked + *::before {
  background-color: var(--wp--preset--color--primary);
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio]:checked + *::after,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio]:checked + *::after {
  opacity: 1;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox],
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox] + *::before,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox] + *::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #ebe7e7;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox] + *::after,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox] + *::after {
  content: "";
  background-image: url("../images/forms/check-solid-white.svg");
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 3px;
  opacity: 0;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox]:checked + *::before,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox]:checked + *::before {
  background-color: var(--wp--preset--color--primary);
  box-shadow: none;
}
body .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox]:checked + *::after,
body .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox]:checked + *::after {
  opacity: 1;
}
@media (max-width: 641px) {
  body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.15;
    min-height: none;
  }
}
body .gform_wrapper.gravity-theme.align-submit-button-center_wrapper .gform_footer {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: var(--wp--custom--forms--spacing-row) 0 0;
  padding: 0;
}
body .gform_wrapper.gravity-theme.align-submit-button-right_wrapper .gform_footer {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  margin: var(--wp--custom--forms--spacing-row) 0 0;
  padding: 0;
}

body .has-main-background-color .gform_wrapper.gravity-theme button.gform-button,
body .has-main-background-color .gform_wrapper.gravity-theme button.gform_button {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}
body .has-main-background-color .gform_wrapper.gravity-theme button.gform-button:hover,
body .has-main-background-color .gform_wrapper.gravity-theme button.gform_button:hover {
  border-color: var(--wp--preset--color-primary);
  background-color: var(--wp--preset--color--background) !important;
  color: var(--wp--preset--color--primary);
}
body .has-main-background-color .gform_confirmation_wrapper {
  background-color: #fff;
  padding: 12px;
  text-align: center;
  border-radius: 8px;
}

/* Blocks */
/* Author Dependencies */
/**
 * /assets/scss/partials/blocks/blocks-base.scss
 *
 * Let's define our basic block styles
 *
 * - Imports Core
 * - Imports ACF Blocks
 * - Base Colors
 * - Layouts
 * - Disable ACF Links
 * - Editor Variation Icon Styles
 * - Editor Title Styles
 */
/* ----- Import Core Partials -------------------- */
/* Author Dependencies */
/**
 * /assets/scss/partials/blocks/blocks-core.scss
 *
 * Let's define our core block styles
 *
 * - Buttons
 * - Columns
 * - Cover
 * - Gallery
 * - Group
 * - Images
 * - Lists
 * - Paragraphs
 * - Quotes
 * - Search
 * - Separators
 * - Tables
 *
 */
/* ----- Buttons -------------------- */
.wp-block-button__link {
  text-decoration: none;
}
.wp-block-button__link.has-primary-background-color {
  border-color: var(--wp--preset--color--primary);
}
.wp-block-button__link.has-primary-background-color:hover {
  border-color: var(--wp--preset--color-primary);
  background-color: var(--wp--preset--color--background) !important;
  color: var(--wp--preset--color--primary);
}
.wp-block-button__link.has-background-background-color {
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--main);
}
.wp-block-button__link.has-background-background-color:hover {
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--main) !important;
  color: var(--wp--preset--color--background);
}

.wp-block-buttons .wp-block-button.is-style-dont-be-shy {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
}
.wp-block-buttons .wp-block-button.is-style-dont-be-shy::after {
  content: "Don't be shy";
  white-space: nowrap;
  font-family: var(--wp--preset--font-family--tertiary-font);
  opacity: 0;
}
.wp-block-buttons .wp-block-button.is-style-dont-be-shy:hover::after, .wp-block-buttons .wp-block-button.is-style-dont-be-shy:focus-within::after {
  opacity: 1;
}

/* ----- Columns -------------------- */
.wp-block-columns {
  gap: var(--wp--custom--spacing--column-gap);
}
@media (max-width: 781px) and (min-width: 600px) {
  .wp-block-columns .wp-block-column:not(:only-child) {
    flex-basis: calc((100% - var(--wp--custom--spacing--column-gap)) / 2) !important;
  }
}
@media (max-width: 781px) {
  .wp-block-columns .wp-block-column.is-style-top-tablet {
    order: -1;
  }
}
@media (max-width: 600px) {
  .wp-block-columns .wp-block-column.is-style-top-mobile {
    order: -1;
  }
}
.wp-block-columns .wp-block-column.is-style-invert-hover {
  padding: var(--wp--preset--spacing--700);
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 8px;
}
.wp-block-columns .wp-block-column.is-style-invert-hover:hover {
  background-color: var(--wp--preset--color--main);
  border-color: var(--wp--preset--color--main);
}
.wp-block-columns .wp-block-column.is-style-invert-hover:hover p {
  color: var(--wp--preset--color--background);
}
.wp-block-columns .wp-block-column.is-style-invert-hover:hover p .has-inline-color.has-primary-color {
  color: var(--wp--preset--color--tertiary) !important;
}
@media (max-width: 900px) {
  .wp-block-columns.is-style-wide-break {
    flex-wrap: wrap !important;
  }
  .wp-block-columns.is-style-wide-break .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 901px) {
  .wp-block-columns.is-style-offset-up {
    margin-top: -24px !important;
    padding-top: 0 !important;
    position: relative;
    z-index: 4;
  }
}
.wp-block-columns.is-style-border-between {
  border: none !important;
  gap: var(--wp--preset--spacing--1000);
}
.wp-block-columns.is-style-border-between .wp-block-column:not(:first-child) {
  position: relative;
}
.wp-block-columns.is-style-border-between .wp-block-column:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(var(--wp--preset--spacing--1000) / 2 * -1);
  width: 1px;
  height: 100%;
  background-color: var(--wp--preset--color--main);
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-border-between .wp-block-column:not(:first-child)::before {
    top: calc(var(--wp--preset--spacing--1000) / 2 * -1);
    left: 0;
    width: 100%;
    height: 1px;
  }
}
@media (max-width: 1000px) and (min-width: 769px) {
  .wp-block-columns.is-style-border-between:has(> *:nth-child(4n)) .wp-block-column {
    flex-basis: calc((100% - var(--wp--preset--spacing--1000)) / 2);
  }
  .wp-block-columns.is-style-border-between:has(> *:nth-child(4n)) .wp-block-column:nth-child(n+3)::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(var(--wp--preset--spacing--1000) / 2 * -1);
    height: 1px;
    width: 100%;
    background-color: var(--wp--preset--color--main);
  }
}
.wp-block-columns.is-style-border-between.has-border-color.has-primary-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-primary-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--primary);
}
.wp-block-columns.is-style-border-between.has-border-color.has-secondary-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-secondary-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-columns.is-style-border-between.has-border-color.has-background-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-background-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--background);
}
.wp-block-columns.is-style-border-between.has-border-color.has-background-2-border-color .wp-block-column::before,
.wp-block-columns.is-style-border-between.has-border-color.has-background-2-border-color .wp-block-column::after {
  background-color: var(--wp--preset--color--background-2);
}
@media (max-width: 1000px) {
  .wp-block-columns:has(> *:nth-child(4n)) {
    flex-wrap: wrap !important;
  }
  .wp-block-columns:has(> *:nth-child(4n)) .wp-block-column {
    flex-basis: calc((100% - var(--wp--custom--spacing--column-gap)) / 2);
  }
}

/* ----- Cover -------------------- */
.wp-block-cover {
  padding: 0 var(--wp--custom--spacing--viewport-padding);
}
.wp-block-cover__inner-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--thin);
  padding-left: 0;
  padding-right: 0;
}
body.default-layout .wp-block-cover__inner-container,
.wp-block-cover__inner-container > .wp-block-group {
  max-width: var(--wp--custom--layout--default);
}
body.default-layout .wp-block-cover__inner-container.alignwide {
  max-width: var(--wp--custom--layout--wide);
}

/* ----- Gallery -------------------- */
.wp-block-gallery.has-nested-images.columns-7 {
  row-gap: 16px;
}
@media (max-width: 781px) {
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - var(--wp--style--unstable-gallery-gap, 16px) * 2) / 3);
  }
}
@media (max-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc((100% - var(--wp--style--unstable-gallery-gap, 16px)) / 2);
  }
}
.wp-block-gallery.has-nested-images.columns-7 .wp-block-image.aligncenter {
  display: block !important;
}
.wp-block-gallery.has-nested-images.columns-7 .wp-block-image img {
  width: 100px !important;
}

/* ----- Group -------------------- */
.wp-block-group.is-horizontal {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.wp-block-group.alignfull {
  margin-top: 0;
}
.wp-block-group.alignfull.has-background {
  padding-top: var(--wp--preset--spacing--1200);
  padding-bottom: var(--wp--preset--spacing--1200);
}
.wp-block-group.rounded-right {
  position: relative;
}
.wp-block-group.rounded-right::before, .wp-block-group.rounded-right::after {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  background-image: url("../images/icons/48px-Corner.svg");
  background-size: cover;
  position: absolute;
  top: -48px;
  right: 0;
  transform: rotate(270deg);
}
.wp-block-group.rounded-right::after {
  top: auto;
  bottom: -48px;
  transform: rotate(180deg);
}
.wp-block-group.rounded-left {
  position: relative;
}
.wp-block-group.rounded-left::before, .wp-block-group.rounded-left::after {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  background-image: url("../images/icons/48px-Corner.svg");
  background-size: cover;
  position: absolute;
  top: -48px;
  left: 0;
  transform: rotate(0);
}
.wp-block-group.rounded-left::after {
  top: auto;
  bottom: -48px;
  transform: rotate(90deg);
}

/* ----- Images -------------------- */
.wp-block-image img,
figure.wp-block-image:not(.wp-block) img {
  display: block;
}
.wp-block-image.aligncenter,
figure.wp-block-image:not(.wp-block).aligncenter {
  text-align: center;
}
.wp-block-image.aligncenter img,
.wp-block-image.aligncenter > .components-resizable-box__container,
figure.wp-block-image:not(.wp-block).aligncenter img,
figure.wp-block-image:not(.wp-block).aligncenter > .components-resizable-box__container {
  display: inline-block;
}
.wp-block-image.alignfull figcaption,
figure.wp-block-image:not(.wp-block).alignfull figcaption {
  padding: 0 var(--wp--custom--spacing--viewport-padding);
}
@media (min-width: 601px) {
  .wp-block-image.alignleft, .wp-block-image.alignright,
  figure.wp-block-image:not(.wp-block).alignleft,
  figure.wp-block-image:not(.wp-block).alignright {
    margin-bottom: var(--wp--custom--spacing--block-gap);
  }
  .wp-block-image.alignleft,
  figure.wp-block-image:not(.wp-block).alignleft {
    float: left;
    margin-right: var(--wp--custom--spacing--block-gap);
  }
  .wp-block-image.alignright,
  figure.wp-block-image:not(.wp-block).alignright {
    float: right;
    margin-left: var(--wp--custom--spacing--block-gap);
  }
}
@media (max-width: 600px) {
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  figure.wp-block-image:not(.wp-block) .alignleft,
  figure.wp-block-image:not(.wp-block) .alignright {
    float: none;
  }
}
.wp-block-image figcaption,
figure.wp-block-image:not(.wp-block) figcaption {
  display: flex;
  margin: 5px 0 0;
  font-style: italic;
  font-size: 0.9rem;
}

img.emoji {
  max-width: 16px;
  display: inline-block;
}

/* ----- Lists -------------------- */
.entry-content ul,
.entry-content ol,
.block-area ul,
.block-area ol,
ul.wp-block,
ol.wp-block {
  padding: 0 0 0 16px;
  -webkit-margin-before: var(--wp--custom--spacing--block-gap);
          margin-block-start: var(--wp--custom--spacing--block-gap);
  background-color: transparent !important;
}
.entry-content ul li,
.entry-content ol li,
.block-area ul li,
.block-area ol li,
ul.wp-block li,
ol.wp-block li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 8px;
}
.entry-content ul li:last-child,
.entry-content ol li:last-child,
.block-area ul li:last-child,
.block-area ol li:last-child,
ul.wp-block li:last-child,
ol.wp-block li:last-child {
  margin-bottom: 0;
}
.entry-content ul li::marker,
.entry-content ol li::marker,
.block-area ul li::marker,
.block-area ol li::marker,
ul.wp-block li::marker,
ol.wp-block li::marker {
  color: var(--wp--preset--color--main);
  margin-right: 5px;
}
.entry-content ul.has-primary-background-color li::marker,
.entry-content ol.has-primary-background-color li::marker,
.block-area ul.has-primary-background-color li::marker,
.block-area ol.has-primary-background-color li::marker,
ul.wp-block.has-primary-background-color li::marker,
ol.wp-block.has-primary-background-color li::marker {
  color: var(--wp--preset--color--primary);
}
.entry-content ul.has-secondary-background-color li::marker,
.entry-content ol.has-secondary-background-color li::marker,
.block-area ul.has-secondary-background-color li::marker,
.block-area ol.has-secondary-background-color li::marker,
ul.wp-block.has-secondary-background-color li::marker,
ol.wp-block.has-secondary-background-color li::marker {
  color: var(--wp--preset--color--secondary);
}
.entry-content ul.has-background-background-color li::marker,
.entry-content ol.has-background-background-color li::marker,
.block-area ul.has-background-background-color li::marker,
.block-area ol.has-background-background-color li::marker,
ul.wp-block.has-background-background-color li::marker,
ol.wp-block.has-background-background-color li::marker {
  color: var(--wp--preset--color--background);
}
.entry-content ul.is-style-styled-list,
.entry-content ol.is-style-styled-list,
.block-area ul.is-style-styled-list,
.block-area ol.is-style-styled-list,
ul.wp-block.is-style-styled-list,
ol.wp-block.is-style-styled-list {
  list-style-type: none;
  padding-left: 0;
}
.entry-content ul.is-style-styled-list li,
.entry-content ol.is-style-styled-list li,
.block-area ul.is-style-styled-list li,
.block-area ol.is-style-styled-list li,
ul.wp-block.is-style-styled-list li,
ol.wp-block.is-style-styled-list li {
  position: relative;
  padding-left: 40px;
  padding-top: 4px;
  margin-bottom: 8px;
  min-height: 32px;
}
.entry-content ul.is-style-styled-list li:last-child,
.entry-content ol.is-style-styled-list li:last-child,
.block-area ul.is-style-styled-list li:last-child,
.block-area ol.is-style-styled-list li:last-child,
ul.wp-block.is-style-styled-list li:last-child,
ol.wp-block.is-style-styled-list li:last-child {
  margin-bottom: 0;
}
.entry-content ul.is-style-styled-list li::before,
.entry-content ol.is-style-styled-list li::before,
.block-area ul.is-style-styled-list li::before,
.block-area ol.is-style-styled-list li::before,
ul.wp-block.is-style-styled-list li::before,
ol.wp-block.is-style-styled-list li::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/icons/list-arrow.svg");
  background-size: 32px 32px;
  background-position: center;
  background-repeat: no-repeat;
}

.entry-content ol li::marker,
.block-area ol li::marker,
ol.wp-block li::marker {
  font-weight: 600;
  font-family: var(--wp--preset--font-family--secondary-font);
}

/* ----- Paragraphs -------------------- */
p {
  padding: 0;
}
p.has-secondary-font-font-family.has-font-size-1-font-size > a {
  text-decoration: none !important;
}

/* ----- Quotes -------------------- */
.wp-block-quote {
  margin: var(--wp--custom--spacing--block-gap) auto;
  padding: var(--wp--preset--spacing--700) 0 var(--wp--preset--spacing--700) var(--wp--preset--spacing--900);
  border-left: 2px solid var(--wp--preset--color--primary);
}
@media (max-width: 600px) {
  .wp-block-quote {
    padding-left: var(--wp--preset--spacing--700);
  }
}
.wp-block-quote p {
  font-family: var(--wp--preset--font-family--secondary-font);
  font-size: var(--wp--preset--font-size--font-size-7);
  line-height: 1.25;
  letter-spacing: 0.32px;
}
.wp-block-quote cite {
  margin-top: var(--wp--custom--spacing--block-gap);
  display: block;
}

/* ----- Search -------------------- */
.wp-block-search {
  margin-bottom: var(--wp--custom--spacing--block-gap);
}
.wp-block-search__inside-wrapper {
  gap: 12px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: var(--wp--custom--forms--border-width) solid var(--wp--custom--forms--border-color);
  padding: 0;
  border-radius: var(--wp--custom--forms--border-radius);
  line-height: 1.15;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: var(--wp--custom--forms--input-padding-vertical) var(--wp--custom--forms--input-padding-horizontal);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  margin: 5px 5px 5px 0;
}
.wp-block-search__button {
  margin-left: 0;
}

/* ----- Separators -------------------- */
hr,
hr.wp-block-separator {
  border: none !important;
  height: 1px !important;
}
hr.is-style-dotted,
hr.wp-block-separator.is-style-dotted {
  height: 2px !important;
  background: repeating-linear-gradient(to right, currentColor, currentColor 2px, transparent 2px, transparent 6px);
  background-clip: content-box;
  border-radius: 2px;
  background-color: transparent !important;
  border: none !important;
}

/* ----- Tables -------------------- */
.wp-block-table table {
  border-collapse: collapse;
  border-spacing: 0;
}
.wp-block-table table th {
  border: 1px solid #424242;
  padding: 10px;
  position: relative;
  text-align: left;
}
.wp-block-table table td {
  border: 1px solid #424242;
  padding: 10px;
  position: relative;
}
.wp-block-table.is-style-stripes table th, .wp-block-table.is-style-stripes table td {
  border-color: transparent;
}
.wp-block-table.is-style-stripes table tbody tr:nth-of-type(odd) {
  background-color: #fafafa;
}

/* ----- Import ACF Block Partials -------------------- */
/* Author Dependencies */
/**
 * /assets/scss/partials/blocks/blocks-acf.scss
 *
 * Let's define our custom ACF block styles
 *
 * - Animated Links
 * - Hero
 * - Logo Scroller
 * - Recent Posts
 *
 */
/* ----- Animated Links -------------------- */
.block-animated-links {
  display: block;
  width: 100%;
}
.block-animated-links__item {
  display: block;
  width: 100%;
  padding: 32px 0;
  border-bottom: 1px solid var(--wp--preset--color--tertiary);
}
.block-animated-links__link {
  text-decoration: none;
  display: flex;
  gap: 24px;
  align-items: center;
}
.block-animated-links__link-text {
  color: var(--wp--preset--color--background);
  font-size: clamp(24px, 1.5rem + (1vw - 6px) * 1.4493, 32px);
  line-height: 1.25;
  letter-spacing: 0.32px;
  display: flex;
  align-items: center;
}
.block-animated-links__arrow {
  position: relative;
  overflow: hidden;
  width: 32px;
  transition: all 0.4s ease-in-out;
}
.block-animated-links__arrow-hover {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
}
.block-animated-links__hover-text {
  color: var(--wp--preset--color--tertiary);
  font-family: var(--wp--preset--font-family--tertiary-font);
  font-size: var(--wp--preset--font-size--font-size-4);
  line-height: 1;
  display: flex;
  align-items: center;
  opacity: 0;
}
@media (max-width: 781px) {
  .block-animated-links__hover-text {
    display: none;
  }
}
.block-animated-links__link:hover {
  text-decoration: none;
}
@media (min-width: 782px) {
  .block-animated-links__link:hover .block-animated-links__arrow {
    width: 102px;
  }
  .block-animated-links__link:hover .block-animated-links__arrow-hover {
    opacity: 1;
  }
  .block-animated-links__link:hover .block-animated-links__arrow-default {
    opacity: 0;
  }
  .block-animated-links__link:hover .block-animated-links__hover-text {
    opacity: 1;
  }
}

/* ----- Hero -------------------- */
.block-hero {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  min-height: 380px;
  padding: var(--wp--preset--spacing--700);
  overflow: hidden;
}
@media (max-width: 900px) {
  .block-hero {
    margin-top: var(--wp--preset--spacing--300) !important;
  }
}
.block-hero__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.block-hero__background-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 48px;
}
.block-hero__content {
  position: relative;
  z-index: 2;
  max-width: 690px;
}
.block-hero__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 3;
  padding: 24px 40px 40px 40px;
}
@media (max-width: 600px) {
  .block-hero__bottom {
    justify-content: flex-start;
    background-color: var(--wp--preset--color--background);
    width: auto;
    padding: 28px 24px 14px 0;
    border-top-right-radius: 48px;
  }
}
.block-hero__bottom::before {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("../images/icons/48px-Corner.svg");
  background-size: cover;
  position: absolute;
  left: 0;
  top: -48px;
}
.block-hero__bottom .wp-block-buttons {
  position: relative;
}
.block-hero__bottom .wp-block-buttons::before {
  content: "";
  width: 100vw;
  height: calc(100% + 64px);
  background-color: var(--wp--preset--color--background);
  right: calc(100% + 40px);
  top: -24px;
  border-top-right-radius: var(--wp--preset--spacing--700);
  position: absolute;
}
.block-hero__bottom .wp-block-buttons::after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("../images/icons/48px-Corner.svg");
  background-size: cover;
  position: absolute;
  left: -40px;
  bottom: -40px;
}
@media (max-width: 600px) {
  .block-hero__bottom .wp-block-buttons::after {
    left: auto;
    right: -72px;
    bottom: -14px;
  }
}
.block-hero__bottom .wp-block-button .wp-block-button__link {
  min-width: 338px;
}
@media (max-width: 600px) {
  .block-hero__bottom .wp-block-button .wp-block-button__link {
    min-width: 172px;
  }
}
.block-hero.block-hero--layout-alt {
  padding-bottom: 112px;
  min-height: 768px;
}
.block-hero__background-image-mobile {
  display: none;
}
@media (max-width: 600px) {
  .block-hero.has-mobile-background-image .block-hero__background-image-default {
    display: none;
  }
  .block-hero.has-mobile-background-image .block-hero__background-image-mobile {
    display: block;
  }
}

/* ----- Logo Scroller ------------------- */
.block-logos-scroller__logos {
  position: relative;
}
.block-logos-scroller__logos:not(.flickity-enabled) {
  opacity: 0;
  height: 80px;
  overflow: hidden;
}
.block-logos-scroller__logos .flickity-slider {
  display: flex;
  align-items: center;
}
.block-logos-scroller__logo {
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: auto;
}
.block-logos-scroller__logo img {
  display: block;
  max-width: 300px;
  max-height: 120px;
  width: auto;
  height: auto;
}

/* ----- Recent Posts -------------------- */
.block-recent-posts .loop-wrapper {
  margin-bottom: 0;
}
@media (min-width: 901px) {
  .block-recent-posts .loop-wrapper .loop-item {
    width: calc((100% - 48px) / 3);
  }
}

.wp-block-wd-acf-recent-posts .loop-item {
  font-size: initial;
}

/* ----- Base Colors -------------------- */
.has-text-color > a {
  color: inherit;
}

/* ----- Layouts -------------------- */
.entry-content > *,
.block-area > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--thin);
}
body.default-layout .entry-content > *,
body.default-layout .block-area > * {
  max-width: var(--wp--custom--layout--default);
}
body.default-layout .entry-content > *.alignwide,
body.default-layout .block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
body.default-layout .entry-content > *.alignfull, .entry-content > *.alignfull,
body.default-layout .block-area > *.alignfull,
.block-area > *.alignfull {
  width: calc(100% + var(--wp--custom--spacing--viewport-padding) * 2);
  max-width: 100vw;
  margin-left: calc(-1 * var(--wp--custom--spacing--viewport-padding));
  margin-right: calc(-1 * var(--wp--custom--spacing--viewport-padding));
}
@media (max-width: 781px) {
  .entry-content > *.alignwide,
  .block-area > *.alignwide {
    width: calc(100% + var(--wp--custom--spacing--viewport-padding) * 2);
    max-width: 100vw;
    margin-left: calc(-1 * var(--wp--custom--spacing--viewport-padding));
    margin-right: calc(-1 * var(--wp--custom--spacing--viewport-padding));
  }
}

body.default-layout .entry-header > *,
body.default-layout .entry-footer > *,
body.default-layout .archive-header > * {
  max-width: var(--wp--custom--layout--default);
}

body.content-sidebar-layout .entry-content > *.alignfull {
  margin-left: 0;
  margin-right: 0;
}

/* ----- Disable Links within ACF blocks -------------------- */
.acf-block-preview .acf-block.disable-pointer-events a {
  pointer-events: none;
}

/* ----- Editor Variation Icon Styles -------------------- */
.components-button.block-editor-block-variation-picker__variation.has-icon .dashicon {
  font-size: 30px;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0;
}

/* ----- Editor Title Styles -------------------- */
.edit-post-visual-editor__post-title-wrapper {
  margin-top: var(--wp--style--block-gap) !important;
  margin-bottom: var(--wp--style--block-gap) !important;
  border-bottom: 1px dashed #ccc;
}
.edit-post-visual-editor__post-title-wrapper .editor-post-title__input.wp-block {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: black;
  font-size: 28px;
  text-transform: none;
  letter-spacing: 0;
}

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