/* 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.5;
  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, body .has-light-form .gform_wrapper.gravity-theme button.gform-button,
body .has-light-form .gform_wrapper.gravity-theme button.gform_button, 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: calc(var(--wp--preset--spacing--400) - 2.5px) calc(var(--wp--preset--spacing--500) - 2.5px);
  height: auto;
  border: 2.5px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--main);
  font-size: var(--wp--preset--font-size--font-size-2);
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  border-radius: 500px;
}
.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, 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, 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--custom--color--primary-hover);
  background: var(--wp--custom--color--primary-hover);
  color: var(--wp--preset--color--main);
  text-decoration: none;
}

/**
 * Button reset
 */
.block-callouts-overlay__button, .block-faq-groups__tab, .block-faq-groups__tab-link, .block-faq-groups__left-primary-button, .block-faq-groups__left-secondary-button, .block-hidden-content-toggle__buttons button, .block-popup-modal__close, .block-technology-layers__toggle {
  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: 700;
  margin-bottom: 5px;
  display: inline-block;
  font-size: var(--wp--custom--forms--font-size);
}

/**
 * Transitions
 */
.block-callouts-overlay__button, .block-faq__toggle-question-icon svg, .block-faq-groups__tab svg, .block-faq-groups__tab-link svg, .block-technology-layers__image-item img, .is-style-arrow-right-small .wp-block-button__link::after, .is-style-arrow-right .wp-block-button__link::after, .is-style-arrow-alt-small .wp-block-button__link::after, .is-style-arrow-alt .wp-block-button__link::after, .social-media__link svg, .single-posts-back a svg,
.single-posts-back a svg path, .mobile-navigation-icon, 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--secondary-font);
  line-height: 1.2;
  font-weight: 900;
}
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: 1.15;
}
h1.has-font-size-11-font-size,
h2.has-font-size-11-font-size,
h3.has-font-size-11-font-size,
h4.has-font-size-11-font-size,
h5.has-font-size-11-font-size,
h6.has-font-size-11-font-size {
  line-height: 1.08;
}
h1.has-font-size-10-font-size,
h2.has-font-size-10-font-size,
h3.has-font-size-10-font-size,
h4.has-font-size-10-font-size,
h5.has-font-size-10-font-size,
h6.has-font-size-10-font-size {
  line-height: 1.18;
}
h1.has-font-size-9-font-size,
h2.has-font-size-9-font-size,
h3.has-font-size-9-font-size,
h4.has-font-size-9-font-size,
h5.has-font-size-9-font-size,
h6.has-font-size-9-font-size {
  line-height: 1.16;
}
h1.has-font-size-8-font-size,
h2.has-font-size-8-font-size,
h3.has-font-size-8-font-size,
h4.has-font-size-8-font-size,
h5.has-font-size-8-font-size,
h6.has-font-size-8-font-size {
  line-height: 1.2;
}
h1.has-font-size-7-font-size,
h2.has-font-size-7-font-size,
h3.has-font-size-7-font-size,
h4.has-font-size-7-font-size,
h5.has-font-size-7-font-size,
h6.has-font-size-7-font-size {
  line-height: 1.25;
}
h1.has-font-size-6-font-size,
h2.has-font-size-6-font-size,
h3.has-font-size-6-font-size,
h4.has-font-size-6-font-size,
h5.has-font-size-6-font-size,
h6.has-font-size-6-font-size {
  line-height: 1.33;
}
h1.is-style-eyebrow,
h2.is-style-eyebrow,
h3.is-style-eyebrow,
h4.is-style-eyebrow,
h5.is-style-eyebrow,
h6.is-style-eyebrow {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--wp--preset--color--primary);
          text-decoration-color: var(--wp--preset--color--primary);
  text-underline-offset: clamp(11px, 0.6875rem + (1vw - 3.75px) * 1.4379, 22px);
  text-decoration-thickness: 2.5px;
  line-height: 0.8;
  padding-bottom: clamp(4px, 0.25rem + (1vw - 3.75px) * 0.7843, 10px);
}

h1 {
  font-size: var(--wp--preset--font-size--font-size-10);
  line-height: 1.18;
}

h2 {
  font-size: var(--wp--preset--font-size--font-size-9);
  line-height: 1.16;
}

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

h4 {
  font-size: var(--wp--preset--font-size--font-size-7);
  line-height: 1.25;
}

h5 {
  font-size: var(--wp--preset--font-size--font-size-6);
  line-height: 1.33;
}

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

.single-post .entry-content h2,
.single-company-news .entry-content h2 {
  font-size: var(--wp--preset--font-size--font-size-7);
  line-height: 1.25;
}
.single-post .entry-content h3,
.single-company-news .entry-content h3 {
  font-size: var(--wp--preset--font-size--font-size-6);
  line-height: 1.33;
}
.single-post .entry-content h2:not(:first-child),
.single-post .entry-content h3:not(:first-child),
.single-post .entry-content h4:not(:first-child),
.single-post .entry-content h5:not(:first-child),
.single-post .entry-content h6:not(:first-child),
.single-company-news .entry-content h2:not(:first-child),
.single-company-news .entry-content h3:not(:first-child),
.single-company-news .entry-content h4:not(:first-child),
.single-company-news .entry-content h5:not(:first-child),
.single-company-news .entry-content h6:not(:first-child) {
  margin-top: var(--wp--preset--spacing--900);
}

/*! 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;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: var(--wp--preset--color--main);
}
a[href^=tel], a[href^=tel]:hover {
  color: var(--wp--preset--color--main);
}

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

b,
strong {
  font-weight: 700;
}

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: 781px) {
  .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
 */
/* ----- 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;
}

.blog .site-main,
.post-type-archive-company-news .site-main {
  padding-bottom: var(--wp--preset--spacing--1500);
}

.archive-search {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: var(--wp--custom--layout--default);
  margin: var(--wp--preset--spacing--1500) auto var(--wp--preset--spacing--900);
  gap: 16px;
  flex-wrap: wrap;
}
.archive-search__filters {
  display: flex;
  flex-direction: column;
}
@media (max-width: 781px) {
  .archive-search__filters {
    width: 100%;
  }
}
.archive-search__filters .facetwp-facet.facetwp-type-fselect {
  margin: 0;
}
@media (max-width: 781px) {
  .archive-search__filters .facetwp-facet.facetwp-type-fselect .fs-wrap.multiple {
    width: 100%;
  }
}
.archive-search__filters .facetwp-facet.facetwp-type-fselect .fs-wrap.multiple .fs-label-wrap {
  border: none;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  min-width: 100%;
  padding: var(--wp--preset--spacing--200) var(--wp--preset--spacing--300);
  line-height: 1.5;
  border-radius: var(--wp--custom--forms--border-radius);
}
.archive-search__filters .facetwp-facet.facetwp-type-fselect .fs-wrap.multiple .fs-label-wrap .fs-label {
  padding: 0 20px 0 0;
}
.archive-search__filters .facetwp-facet.facetwp-type-fselect .fs-wrap.multiple .fs-label-wrap .fs-arrow {
  width: 10px;
  height: 100%;
  border: none !important;
  background-image: url("../images/forms/select-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px;
  right: 20px;
}
.archive-search__filters .facetwp-facet.facetwp-type-fselect .fs-wrap.multiple .fs-dropdown {
  margin-top: 12px;
  border-top: 1px solid #ddd;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.archive-search__filters .facetwp-facet.facetwp-type-fselect .fs-wrap.multiple .fs-dropdown .fs-search {
  display: none;
}
.archive-search__filters .facetwp-selections ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
.archive-search__filters .facetwp-selections ul li {
  display: flex;
  flex-wrap: wrap;
}
.archive-search__filters .facetwp-selections ul li span.facetwp-selection-label {
  display: none;
}
.archive-search__filters .facetwp-selections ul li span.facetwp-selection-value {
  border-radius: 32px;
  background-color: #000;
  padding: var(--wp--preset--spacing--200) var(--wp--preset--spacing--300);
  padding-right: calc(var(--wp--preset--spacing--300) * 2 + 8px);
  color: #fff;
  background-image: url("../images/forms/filter-item-close.svg");
  background-size: 20px 20px;
  background-position: calc(100% - 12px) center;
}
.archive-search__search {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 781px) {
  .archive-search__search {
    width: 100%;
    flex: none;
  }
}
.archive-search__search .facetwp-facet {
  margin: 0;
  width: 364px;
  max-width: 100%;
}
@media (max-width: 781px) {
  .archive-search__search .facetwp-facet {
    width: 100%;
  }
}
.archive-search__search .facetwp-facet .facetwp-input-wrap {
  width: 100%;
}
.archive-search__search .facetwp-facet .facetwp-icon {
  right: auto;
  left: 12px;
  opacity: 1;
}
.archive-search__search .facetwp-facet .facetwp-icon::before {
  background: url("../images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.archive-search__search .facetwp-facet input.facetwp-search {
  border: none;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  min-width: 100%;
  padding: var(--wp--preset--spacing--200) var(--wp--preset--spacing--300);
  padding-left: calc(var(--wp--preset--spacing--300) + 28px);
  line-height: 1.5;
}

/* ----- The Loop -------------------- */
.loop-wrapper {
  display: grid;
  align-items: flex-start;
  -moz-column-gap: var(--wp--preset--spacing--400);
       column-gap: var(--wp--preset--spacing--400);
  row-gap: var(--wp--preset--spacing--900);
  grid-template-columns: repeat(3, 1fr);
  max-width: var(--wp--custom--layout--thin);
  width: 100%;
  margin: 0 auto;
}
.default-layout .loop-wrapper {
  max-width: var(--wp--custom--layout--default);
}
@media (max-width: 781px) {
  .loop-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .loop-wrapper {
    grid-template-columns: 1fr;
  }
}

.loop-item {
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--wp--preset--spacing--300);
  align-items: flex-start;
}
.loop-item__thumbnail {
  width: 100%;
}
.loop-item__thumbnail img {
  width: 100%;
  display: block;
  border-radius: 16px;
}
.loop-item__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 4px;
}
.loop-item__date {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--200);
  font-size: 14px;
  line-height: 1.7;
}
.loop-item__title {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  font-size: var(--wp--preset--font-size--font-size-2);
  font-weight: 700;
  line-height: 1.5;
}
.loop-item__excerpt {
  width: 100%;
}
.loop-item__excerpt p {
  margin: 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.loop-item__readmore {
  width: 100%;
  margin-top: calc(var(--wp--preset--spacing--300) - 4px);
}
.loop-item__readmore a {
  font-weight: 600;
  text-decoration: none;
}

/**
 * /assets/scss/partials/layouts/error404.scss
 *
 * Let's define our error404 styles
 */
/**
 * /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--1500) var(--wp--custom--spacing--viewport-padding);
  background-size: cover;
  background-color: var(--wp--preset--color--main);
}
.site-footer > .wrap {
  max-width: var(--wp--custom--layout--default);
  margin: 0 auto;
  display: flex;
  gap: 10px;
  row-gap: var(--wp--preset--spacing--800);
}
@media (max-width: 1140px) {
  .site-footer > .wrap {
    flex-wrap: wrap;
  }
}
.site-footer__left {
  width: 37%;
  display: flex;
  flex-direction: column;
  row-gap: var(--wp--preset--spacing--600);
}
@media (max-width: 1140px) {
  .site-footer__left {
    width: 100%;
  }
}
.site-footer__logo {
  width: 100%;
}
.site-footer__logo img {
  display: block;
}
.site-footer__locations {
  display: flex;
  flex-direction: column;
  row-gap: var(--wp--preset--spacing--300);
}
.site-footer__location {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--200);
}
.site-footer__location svg {
  width: 24px;
}
.site-footer__location a,
.site-footer__location .site-footer__location-text {
  flex: 1;
  color: #fff;
  text-decoration: none;
}
.site-footer__app-links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: var(--wp--preset--spacing--300);
}
.site-footer__app-link {
  text-decoration: none;
}
.site-footer__app-link img {
  display: block;
}
.site-footer__right {
  display: flex;
  flex: 1;
  gap: var(--wp--preset--spacing--600);
}
@media (max-width: 1140px) {
  .site-footer__right {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 781px) {
  .site-footer__right {
    flex-wrap: wrap;
  }
}
.site-footer__menu-wrap {
  display: flex;
  flex-direction: column;
  row-gap: var(--wp--preset--spacing--300);
}
@media (max-width: 781px) {
  .site-footer__menu-wrap {
    width: calc((100% - var(--wp--preset--spacing--600) * 2) / 3);
  }
}
@media (max-width: 600px) {
  .site-footer__menu-wrap {
    width: calc((100% - var(--wp--preset--spacing--600)) / 2);
  }
}
.site-footer__menu-label {
  width: 100%;
  color: var(--wp--preset--color--primary);
  font-weight: 700;
  line-height: 1.75;
}

.menu--footer {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: var(--wp--preset--spacing--300);
}
.menu--footer li a {
  color: #fff;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--font-size-1);
  white-space: nowrap;
}
.menu--footer li a:hover {
  color: var(--wp--preset--color--primary);
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/header.scss
 *
 * Let's define our header styles
 */
.site-header {
  width: 100%;
  height: 106px;
  position: absolute;
  top: 0;
  left: 0;
  padding: var(--wp--preset--spacing--300) var(--wp--custom--spacing--viewport-padding);
  background-color: #000;
  display: flex;
  align-items: center;
  z-index: 101;
}
@media (max-width: 600px) {
  .site-header {
    height: 80px;
  }
}
.has-transparent-header:not(.mobile-nav-open) .site-header {
  background-color: transparent;
}
.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;
}
.site-header__logo {
  display: flex;
}
.site-header__logo img {
  display: block;
}
@media (max-width: 600px) {
  .site-header__logo img {
    max-width: 265px;
  }
}
.site-header__right {
  display: flex;
  gap: var(--wp--preset--spacing--200);
}
@media (max-width: 1120px) {
  .site-header__right {
    margin-right: 52px;
  }
}
@media (max-width: 600px) {
  .site-header__right {
    display: none;
  }
}

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

.site-container {
  padding-top: 106px;
  position: relative;
}
@media (max-width: 600px) {
  .site-container {
    padding-top: 80px;
  }
}
.has-transparent-header .site-container {
  padding-top: 0;
}

body.has-transparent-header .entry-content > .wp-block-group:first-child {
  padding-top: calc(var(--wp--preset--spacing--600) + 106px) !important;
}
@media (max-width: 600px) {
  body.has-transparent-header .entry-content > .wp-block-group:first-child {
    padding-top: calc(var(--wp--preset--spacing--600) + 80px) !important;
  }
}

.site-inner {
  width: 100%;
  overflow: hidden;
  padding: 0 var(--wp--custom--spacing--viewport-padding);
}

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

.wd-notification-banner {
  width: 100%;
  padding: var(--wp--preset--spacing--200) var(--wp--custom--spacing--viewport-padding);
  text-align: center;
  background-color: var(--wp--preset--color--primary);
}
.wd-notification-banner__text {
  display: block;
  width: 100%;
  text-align: center;
}
.wd-notification-banner__text * {
  margin: 0;
  font-weight: 600;
}
.wd-notification-banner__text * strong,
.wd-notification-banner__text * b {
  font-weight: 900;
}
.wd-notification-banner__text a {
  color: #000;
  text-decoration: underline;
}
.wd-notification-banner__text a:hover {
  opacity: 0.6;
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/navigation.scss
 *
 * Let's define our navigation styles
 *
 * - Primary Navigation
 * - Mobile Navigation Icon
 */
/* ----- Primary Navigation -------------------- */
@media (min-width: 1121px) {
  .nav-primary {
    display: block !important;
  }
}
@media (max-width: 1120px) {
  .nav-primary {
    display: none;
    position: absolute;
    top: 100%;
    width: 100vw;
    margin-left: calc(var(--wp--custom--spacing--viewport-padding) * -1);
    margin-right: calc(var(--wp--custom--spacing--viewport-padding) * -1);
    background-color: #000;
    padding-bottom: 104px;
  }
  .mobile-nav-open .nav-primary {
    overflow: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 88px);
  }
}
.nav-primary > ul.menu {
  display: flex;
  flex-wrap: wrap;
}
.nav-primary > ul.menu > .menu-item {
  list-style: none;
  position: relative;
}
@media (min-width: 1121px) {
  .nav-primary > ul.menu > .menu-item:hover > .sub-menu, .nav-primary > ul.menu > .menu-item:focus-within > .sub-menu {
    left: 0;
    opacity: 1;
  }
}
@media (max-width: 1120px) {
  .nav-primary > ul.menu > .menu-item {
    width: 100%;
  }
  .nav-primary > ul.menu > .menu-item:not(:last-child) {
    margin-bottom: calc(var(--wp--preset--spacing--600) - var(--wp--preset--spacing--500));
  }
  .nav-primary > ul.menu > .menu-item.open > .sub-menu {
    display: block;
  }
  .nav-primary > ul.menu > .menu-item.menu-button {
    margin-top: 30px;
  }
}
.nav-primary > ul.menu > .menu-item a {
  border: none;
  color: #fff;
  font-weight: 600;
  display: block;
  font-size: 16px;
  padding: 12px 16px 16px;
  position: relative;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
}
.nav-primary > ul.menu > .menu-item a:hover {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
@media (max-width: 1120px) {
  .nav-primary > ul.menu > .menu-item a {
    color: var(--wp--preset--color--primary);
    font-weight: 700;
    padding: 16px var(--wp--preset--spacing--700);
  }
}
.nav-primary > ul.menu > .menu-item.menu-item-has-children:hover > a, .nav-primary > ul.menu > .menu-item.menu-item-has-children:focus-within > a {
  color: #fff;
  background-color: var(--wp--preset--color--main);
}
.nav-primary > ul.menu > .menu-item.menu-item-has-children:hover > a::after, .nav-primary > ul.menu > .menu-item.menu-item-has-children:focus-within > a::after {
  background-image: url("../images/icons/menu-arrow-hover.svg");
  transform: rotate(180deg);
}
.nav-primary > ul.menu > .menu-item.menu-item-has-children > a {
  padding-right: 38px;
}
@media (min-width: 1121px) {
  .nav-primary > ul.menu > .menu-item.menu-item-has-children > a::after {
    content: "";
    background-image: url("../images/icons/menu-arrow.svg");
    width: 18px;
    height: 18px;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 16px;
    transition: all 0.2s ease-in-out;
  }
}
.nav-primary > ul.menu > .menu-item.menu-item-has-children > a:hover::after {
  background-image: url("../images/icons/menu-arrow-hover.svg");
  transform: rotate(180deg);
}
.nav-primary > ul.menu > .menu-item > .sub-menu {
  background: var(--wp--preset--color--main);
  left: -9999px;
  opacity: 0;
  border-radius: 0 8px 8px 8px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: var(--wp--preset--spacing--400) var(--wp--preset--spacing--300);
  position: absolute;
  width: auto;
  min-width: 200px;
  z-index: 99;
  transition: opacity 0.2s ease-in-out;
}
@media (max-width: 1120px) {
  .nav-primary > ul.menu > .menu-item > .sub-menu {
    left: auto;
    opacity: 1;
    position: relative;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 0 var(--wp--preset--spacing--700);
    background-color: transparent;
  }
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item {
  width: 100%;
  display: block;
  clear: both;
  border-top: none !important;
}
.nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item a {
  width: 100%;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 30px 6px 20px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1120px) {
  .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item a {
    padding: 6px 0 6px 24px;
  }
}
.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: var(--wp--preset--color--primary);
}
@media (min-width: 1121px) {
  .nav-primary > ul.menu > .menu-item > .sub-menu > .menu-item.sub-menu-all > a {
    font-weight: 600;
    margin-top: 8px;
  }
}

/* ----- Mobile Nav Icon -------------------- */
.mobile-navigation-icon {
  display: none;
  position: absolute;
  top: 33px;
  right: var(--wp--custom--spacing--viewport-padding);
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
}
.mobile-navigation-icon__close {
  display: none;
}
.mobile-navigation-icon.open .mobile-navigation-icon__open {
  display: none;
}
.mobile-navigation-icon.open .mobile-navigation-icon__close {
  display: block;
}
@media (max-width: 600px) {
  .mobile-navigation-icon {
    top: 20px;
  }
}
@media (max-width: 1120px) {
  .mobile-navigation-icon {
    display: block;
  }
}

/* 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--1000);
}
.pagination ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  gap: var(--wp--preset--spacing--200);
  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 {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: var(--wp--preset--color--main);
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.pagination ul li.active a {
  background-color: var(--wp--preset--color--main);
  color: var(--wp--preset--color--white);
  font-weight: 900;
}
.pagination ul li:hover:not(.active) a {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--main);
}

/* ----- FacetWP Pager -------------------- */
.archive-pager .facetwp-facet {
  margin-bottom: 0;
}
.archive-pager .facetwp-pager {
  width: 100%;
  margin-top: var(--wp--preset--spacing--1000);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--wp--preset--spacing--200);
}
.archive-pager .facetwp-pager a {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: var(--wp--preset--color--main);
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.archive-pager .facetwp-pager a.active {
  background-color: var(--wp--preset--color--main);
  color: var(--wp--preset--color--white);
  font-weight: 900;
}
.archive-pager .facetwp-pager a:hover:not(.active) {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--main);
}
.archive-pager .facetwp-pager a.prev, .archive-pager .facetwp-pager a.next {
  color: transparent;
  background-image: url("../images/icons/pagination-arrow-left.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.archive-pager .facetwp-pager a.prev:hover, .archive-pager .facetwp-pager a.next:hover {
  color: transparent;
}
.archive-pager .facetwp-pager a.next {
  background-image: url("../images/icons/pagination-arrow-right.svg");
}

/**
 * /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 (min-width: 901px) {
  .content-sidebar-layout .content-area {
    display: grid;
    grid-template-columns: calc(100% - var(--wp--custom--layout--sidebar) - var(--wp--preset--spacing--700)) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--preset--spacing--700);
    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%;
  }
}
@media (max-width: 900px) {
  .sidebar--primary {
    margin-top: var(--wp--preset--spacing--900);
  }
}
.sidebar-related-posts {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: var(--wp--preset--color--background-2);
  padding: var(--wp--preset--spacing--900) var(--wp--preset--spacing--600);
  border-radius: 16px;
  row-gap: var(--wp--preset--spacing--400);
}
.sidebar-related-posts > h2 {
  margin: 0;
  width: 100%;
}
.sidebar-related-posts .loop-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--wp--preset--spacing--400);
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.sidebar-related-posts .loop-wrapper .loop-item {
  width: 100%;
}
@media (min-width: 601px) {
  .sidebar-related-posts .loop-wrapper .loop-item {
    width: calc((100% - 48px) / 3);
  }
}
@media (min-width: 901px) {
  .sidebar-related-posts .loop-wrapper .loop-item {
    width: 100%;
  }
}

/* Author Dependencies */
/**
 * /assets/scss/partials/layouts/singular.scss
 *
 * Let's define our singular page/post styles
 *
 * - Entry Header/Footer
 */
/* ----- Entry Header/Footer -------------------- */
.entry-header {
  padding: var(--wp--preset--spacing--400) 0;
}
.entry-header > * {
  max-width: var(--wp--custom--layout--default);
  margin-left: auto;
  margin-right: auto;
}
.entry-header > *:last-child {
  margin-bottom: 0;
}
.entry-header--single-post {
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--wp--preset--spacing--500);
  -moz-column-gap: var(--wp--preset--spacing--900);
       column-gap: var(--wp--preset--spacing--900);
  max-width: var(--wp--custom--layout--default);
  margin-left: auto;
  margin-right: auto;
  padding-top: var(--wp--preset--spacing--1000);
  padding-bottom: var(--wp--preset--spacing--1000);
  align-items: center;
}
.entry-header__content {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  row-gap: var(--wp--preset--spacing--300);
}
.entry-header__featured-image {
  width: calc(50% - var(--wp--preset--spacing--900) / 2);
}
@media (max-width: 781px) {
  .entry-header__featured-image {
    width: 100%;
  }
}
.entry-header__featured-image img {
  display: block;
  border-radius: 16px;
}
.entry-header .entry-date {
  display: flex;
  width: 100%;
  align-items: center;
  gap: var(--wp--preset--spacing--200);
  font-size: var(--wp--preset--font-size--font-size-3);
}

.single-posts-back {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.single-posts-back a {
  font-size: var(--wp--preset--font-size--font-size-3);
  font-weight: 700;
  line-height: 1.55;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  background-color: #000;
  padding: var(--wp--preset--spacing--200) var(--wp--preset--spacing--400);
  border: 2.5px solid #000;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 54px;
}
.single-posts-back a:hover {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: #000;
}
.single-posts-back a:hover svg path {
  stroke: #000;
}

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

.single-post .content-area,
.single-company-news .content-area {
  padding-bottom: var(--wp--preset--spacing--1500);
}
.single-post .content-area .entry-content img,
.single-company-news .content-area .entry-content img {
  max-width: 100%;
}

.single-post-categories {
  display: block;
  width: 100%;
}
.single-post-categories ul.post-categories {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
  list-style-type: none;
}
.single-post-categories ul.post-categories li {
  display: block;
}
.single-post-categories ul.post-categories li a {
  display: block;
  background-color: #000;
  padding: var(--wp--preset--spacing--200) var(--wp--preset--spacing--300);
  border-radius: 32px;
  color: #fff;
}
.single-post-categories ul.post-categories li a:hover {
  background-color: var(--wp--preset--color--primary);
  color: #000;
  text-decoration: none;
}

/* 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--white);
  border: 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);
}
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 .gform_wrapper.gravity-theme select,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("../images/forms/select-arrow-right.svg");
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  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 button.gform-button,
body .gform_wrapper.gravity-theme button.gform_button {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
body .gform_wrapper.gravity-theme button.gform-button:hover,
body .gform_wrapper.gravity-theme button.gform_button:hover {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: #000;
}
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 40px;
  line-height: 1.5;
  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: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ebe7e7;
}
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: 12px;
  height: 12px;
  background-color: var(--wp--preset--color--primary);
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 12px;
  opacity: 0;
}
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: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 0;
  background-color: #ebe7e7;
}
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: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: var(--wp--preset--color--primary);
  opacity: 0;
}
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;
}
body .gform_wrapper.gravity-theme .gfield.field_description_above .gfield_description {
  padding-top: 0;
  padding-bottom: var(--wp--preset--spacing--300);
}
@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;
}

.gravity-theme.gform_confirmation_wrapper .gform_confirmation_message {
  width: 100%;
  text-align: center;
  font-weight: 700;
}

body .has-light-form .gform_wrapper.gravity-theme *:not(input):not(select):not(textarea):not(button span) {
  color: #fff;
}
body .has-light-form .gform_wrapper.gravity-theme input[type=date],
body .has-light-form .gform_wrapper.gravity-theme input[type=time],
body .has-light-form .gform_wrapper.gravity-theme input[type=datetime-local],
body .has-light-form .gform_wrapper.gravity-theme input[type=week],
body .has-light-form .gform_wrapper.gravity-theme input[type=month],
body .has-light-form .gform_wrapper.gravity-theme input[type=text],
body .has-light-form .gform_wrapper.gravity-theme input[type=email],
body .has-light-form .gform_wrapper.gravity-theme input[type=url],
body .has-light-form .gform_wrapper.gravity-theme input[type=password],
body .has-light-form .gform_wrapper.gravity-theme input[type=search],
body .has-light-form .gform_wrapper.gravity-theme input[type=tel],
body .has-light-form .gform_wrapper.gravity-theme input[type=number],
body .has-light-form .gform_wrapper.gravity-theme textarea,
body .has-light-form .gform_wrapper.gravity-theme select {
  border-color: #fff;
}
body .has-light-form .gform_wrapper.gravity-theme input[type=date]:focus,
body .has-light-form .gform_wrapper.gravity-theme input[type=time]:focus,
body .has-light-form .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
body .has-light-form .gform_wrapper.gravity-theme input[type=week]:focus,
body .has-light-form .gform_wrapper.gravity-theme input[type=month]:focus,
body .has-light-form .gform_wrapper.gravity-theme input[type=text]:focus,
body .has-light-form .gform_wrapper.gravity-theme input[type=email]:focus,
body .has-light-form .gform_wrapper.gravity-theme input[type=url]:focus,
body .has-light-form .gform_wrapper.gravity-theme input[type=password]:focus,
body .has-light-form .gform_wrapper.gravity-theme input[type=search]:focus,
body .has-light-form .gform_wrapper.gravity-theme input[type=tel]:focus,
body .has-light-form .gform_wrapper.gravity-theme input[type=number]:focus,
body .has-light-form .gform_wrapper.gravity-theme textarea:focus,
body .has-light-form .gform_wrapper.gravity-theme select:focus {
  border-color: var(--wp--preset--color--primary);
}
body .has-light-form .gform_wrapper.gravity-theme button.gform-button:hover,
body .has-light-form .gform_wrapper.gravity-theme button.gform_button:hover {
  background-color: var(--wp--custom--color--primary-hover);
  border-color: var(--wp--custom--color--primary-hover);
}
body .has-light-form .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=radio] + *::before,
body .has-light-form .gform_wrapper.gravity-theme .ginput_container .gfield_checkbox .gchoice > input[type=checkbox] + *::before,
body .has-light-form .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=radio] + *::before,
body .has-light-form .gform_wrapper.gravity-theme .ginput_container .gfield_radio .gchoice > input[type=checkbox] + *::before {
  background-color: #fff;
}

body .has-form-submit-left .gform_wrapper.gravity-theme.align-submit-button-right_wrapper .gform_footer, body .has-form-submit-left .gform_wrapper.gravity-theme.align-submit-button-center_wrapper .gform_footer {
  justify-content: left;
}

body .email-subscribe-form .gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  gap: 8px;
}
body .email-subscribe-form .gform_wrapper.gravity-theme .gform_fields .gfield--type-email {
  flex: 1;
}
body .email-subscribe-form .gform_wrapper.gravity-theme .gform_fields .gfield--type-email input[type=email] {
  height: 40px;
  padding: var(--wp--preset--spacing--100) var(--wp--preset--spacing--400);
}
body .email-subscribe-form .gform_wrapper.gravity-theme .gform_fields .gfield--type-submit {
  width: 40px;
}
body .email-subscribe-form .gform_wrapper.gravity-theme .gform_fields .gfield--type-submit button {
  padding: 0;
  width: 40px;
  height: 40px;
  background-image: url("../images/icons/button-arrow-yellow.svg");
  background-size: cover;
  border: none;
}
body .email-subscribe-form .gform_wrapper.gravity-theme .gform_fields .gfield--type-submit button > span {
  display: none;
}
body .email-subscribe-form .gform_wrapper.gravity-theme .gform-footer {
  display: none;
}
body .email-subscribe-form .gform_wrapper.gravity-theme .gform_description {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--300);
}
body .email-subscribe-form.has-light-form .gform_wrapper.gravity-theme .gform_fields .gfield--type-email input[type=email] {
  border-color: #fff;
}

body .has-light-form .gravity-theme.gform_confirmation_wrapper .gform_confirmation_message,
body .has-light-form.email-subscribe-form .gravity-theme.gform_confirmation_wrapper .gform_confirmation_message {
  color: #fff;
}

/* 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
 * - Video
 *
 */
/* ----- Buttons -------------------- */
.wp-block-button__link {
  text-decoration: none;
}
.wp-block-button__link.has-main-background-color {
  border-color: var(--wp--preset--color--main);
  color: #fff;
}
.wp-block-button__link.has-main-background-color:hover {
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--main);
}
.wp-block-button__link.has-main-background-color.has-main-color {
  background-color: transparent !important;
}
.wp-block-button__link.has-background-background-color {
  border-color: var(--wp--preset--color--background);
  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--primary) !important;
  color: var(--wp--preset--color--main);
}
.wp-block-button__link.has-background-background-color.has-background-color {
  background-color: transparent !important;
}
.wp-block-button__link.has-background-background-color.has-background-color:hover {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--main) !important;
}
.is-style-arrow-right-small .wp-block-button__link, .is-style-arrow-right .wp-block-button__link, .is-style-arrow-alt-small .wp-block-button__link, .is-style-arrow-alt .wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: calc(var(--wp--preset--spacing--300) - 2.5px);
  padding-bottom: calc(var(--wp--preset--spacing--300) - 2.5px);
}
.is-style-arrow-right-small .wp-block-button__link::after, .is-style-arrow-right .wp-block-button__link::after, .is-style-arrow-alt-small .wp-block-button__link::after, .is-style-arrow-alt .wp-block-button__link::after {
  content: "";
  background-image: url("../images/icons/button-arrow-white.svg");
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
}
.is-style-arrow-right-small .wp-block-button__link.has-main-background-color:not(.has-main-color)::after, .is-style-arrow-right .wp-block-button__link.has-main-background-color:not(.has-main-color)::after, .is-style-arrow-alt-small .wp-block-button__link.has-main-background-color:not(.has-main-color)::after, .is-style-arrow-alt .wp-block-button__link.has-main-background-color:not(.has-main-color)::after {
  background-image: url("../images/icons/button-arrow-yellow.svg");
}
.is-style-arrow-right-small .wp-block-button__link.has-main-background-color:not(.has-main-color):hover::after, .is-style-arrow-right .wp-block-button__link.has-main-background-color:not(.has-main-color):hover::after, .is-style-arrow-alt-small .wp-block-button__link.has-main-background-color:not(.has-main-color):hover::after, .is-style-arrow-alt .wp-block-button__link.has-main-background-color:not(.has-main-color):hover::after {
  background-image: url("../images/icons/button-arrow-white.svg");
}
.is-style-arrow-alt-small .wp-block-button__link::after, .is-style-arrow-alt .wp-block-button__link::after {
  width: 22px;
  height: 32px;
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/button-arrow-alternate-hover.svg");
}
.is-style-arrow-alt-small .wp-block-button__link:hover::after, .is-style-arrow-alt .wp-block-button__link:hover::after {
  background-image: url("../images/icons/button-arrow-alternate-hover.svg");
}
.is-style-arrow-alt-small .wp-block-button__link.has-background-background-color.has-background-color::after, .is-style-arrow-alt .wp-block-button__link.has-background-background-color.has-background-color::after {
  background-image: url("../images/icons/button-arrow-alternate.svg");
}
.is-style-arrow-alt-small .wp-block-button__link.has-background-background-color.has-background-color:hover::after, .is-style-arrow-alt .wp-block-button__link.has-background-background-color.has-background-color:hover::after {
  background-image: url("../images/icons/button-arrow-alternate-hover.svg");
}
.is-style-arrow-right-small .wp-block-button__link, .is-style-arrow-alt-small .wp-block-button__link, .is-style-small .wp-block-button__link {
  padding: calc(var(--wp--preset--spacing--300) - 2.5px) calc(var(--wp--preset--spacing--400) - 2.5px);
}

/* ----- Columns -------------------- */
@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;
  }
}
@media (max-width: 900px) {
  .wp-block-columns.is-style-wide-break {
    flex-wrap: wrap;
  }
  .wp-block-columns.is-style-wide-break .wp-block-column {
    flex-basis: 100% !important;
  }
}
.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: 2.5px;
  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: 2.5px;
  }
}
@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);
  }
}
.wp-block-columns.is-style-arrows-between {
  gap: calc(48px + var(--wp--preset--spacing--300) * 2);
}
.wp-block-columns.is-style-arrows-between .wp-block-column:not(:first-child) {
  position: relative;
}
.wp-block-columns.is-style-arrows-between .wp-block-column:not(:first-child)::after {
  content: "";
  width: 48px;
  height: 48px;
  background-image: url("../images/icons/column-arrow.svg");
  background-size: cover;
  position: absolute;
  top: calc(50% - 24px);
  left: calc((48px + var(--wp--preset--spacing--300)) * -1);
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-arrows-between .wp-block-column:not(:first-child)::after {
    top: calc((48px + var(--wp--preset--spacing--300)) * -1);
    left: calc(50% - 24px);
    transform: rotate(90deg);
  }
}
.wp-block-columns.is-style-line-between, .wp-block-columns.is-style-line-between-yellow {
  -moz-column-gap: 42px;
       column-gap: 42px;
  row-gap: 24px;
}
.wp-block-columns.is-style-line-between .wp-block-column, .wp-block-columns.is-style-line-between-yellow .wp-block-column {
  position: relative;
}
.wp-block-columns.is-style-line-between .wp-block-column:not(:first-child)::after, .wp-block-columns.is-style-line-between-yellow .wp-block-column:not(:first-child)::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -42px;
  width: 42px;
  height: 2.5px;
  background-color: #000;
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-line-between .wp-block-column:not(:first-child)::after, .wp-block-columns.is-style-line-between-yellow .wp-block-column:not(:first-child)::after {
    height: 24px;
    width: 2.5px;
    top: -24px;
    left: calc(50% - 1px);
  }
}
.wp-block-columns.is-style-line-between:has(> *:nth-child(4n)), .wp-block-columns.is-style-line-between-yellow:has(> *:nth-child(4n)) {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.wp-block-columns.is-style-line-between:has(> *:nth-child(4n)) .wp-block-column:not(:first-child)::after, .wp-block-columns.is-style-line-between-yellow:has(> *:nth-child(4n)) .wp-block-column:not(:first-child)::after {
  content: "";
  left: -24px;
  width: 24px;
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-line-between:has(> *:nth-child(4n)) .wp-block-column:not(:first-child)::after, .wp-block-columns.is-style-line-between-yellow:has(> *:nth-child(4n)) .wp-block-column:not(:first-child)::after {
    height: 24px;
    top: -24px;
  }
}
@media (max-width: 1000px) {
  .wp-block-columns.is-style-line-between:has(> *:nth-child(4n)) .wp-block-column:not(:first-child)::after, .wp-block-columns.is-style-line-between-yellow:has(> *:nth-child(4n)) .wp-block-column:not(:first-child)::after {
    height: 24px;
    width: 2.5px;
    top: -24px;
    left: calc(50% - 1px);
  }
}
.wp-block-columns.is-style-line-between-yellow .wp-block-column:not(:first-child)::after {
  background-color: var(--wp--preset--color--primary);
  width: 46px;
  left: -46px;
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-line-between-yellow .wp-block-column:not(:first-child)::after {
    height: 28px;
    width: 2.5px;
    top: -28px;
    left: calc(50% - 1px);
  }
}
.wp-block-columns.is-style-line-between-yellow:has(> *:nth-child(4n)) {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.wp-block-columns.is-style-line-between-yellow:has(> *:nth-child(4n)) .wp-block-column:not(:first-child)::after {
  content: "";
  left: -28px;
  width: 28px;
}
@media (max-width: 781px) {
  .wp-block-columns.is-style-line-between-yellow:has(> *:nth-child(4n)) .wp-block-column:not(:first-child)::after {
    height: 28px;
    top: -28px;
  }
}
@media (max-width: 1000px) {
  .wp-block-columns.is-style-line-between-yellow:has(> *:nth-child(4n)) .wp-block-column:not(:first-child)::after {
    height: 28px;
    width: 2.5px;
    top: -28px;
    left: calc(50% - 1px);
  }
}

/* ----- 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);
}

/* ----- 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--1500);
  padding-bottom: var(--wp--preset--spacing--1500);
}
@media (min-width: 782px) {
  .wp-block-group.is-style-background-shapes-1 {
    background-image: url("../images/shapes/background-shapes-1-light.svg");
    background-position: left top;
    background-repeat: no-repeat;
  }
  .wp-block-group.is-style-background-shapes-1.has-main-background-color {
    background-image: url("../images/shapes/background-shapes-1-dark.svg");
  }
  .wp-block-group.is-style-background-shapes-2 {
    background-image: url("../images/shapes/background-shapes-2-dark.svg");
    background-position: right 27%;
    background-repeat: no-repeat;
  }
  .wp-block-group.is-style-background-shapes-3 {
    background-image: url("../images/shapes/background-shapes-3-light.svg");
    background-position: right 85px;
    background-repeat: no-repeat;
  }
  .wp-block-group.is-style-background-shapes-4 {
    background-image: url("../images/shapes/background-shapes-1-light.svg"), url("../images/shapes/background-shapes-4-light.svg");
    background-position: left top, right 809px;
    background-repeat: no-repeat;
  }
  .wp-block-group.is-style-background-shapes-5 {
    background-image: url("../images/shapes/background-shapes-4-light.svg");
    background-position: right calc(100% + 16px);
    background-repeat: no-repeat;
  }
}

/* ----- 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: 32px;
}
.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: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/icons/circle-check-regular.svg");
  background-size: 22px 22px;
  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.is-style-eyebrow {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--wp--preset--color--primary);
          text-decoration-color: var(--wp--preset--color--primary);
  text-underline-offset: clamp(8px, 0.5rem + (1vw - 3.75px) * 1.0458, 16px);
  letter-spacing: 2px;
  font-weight: 800;
  line-height: 0.8;
  text-transform: uppercase;
  padding-bottom: clamp(12px, 0.75rem + (1vw - 3.75px) * 0.6536, 17px);
  font-size: clamp(16px, 1rem + (1vw - 3.75px) * 0.5229, 20px);
}
p.has-font-size-3-font-size {
  line-height: 1.77;
}
@media (max-width: 600px) {
  p.has-font-size-3-font-size {
    line-height: 1.5;
  }
}
p.has-text-color.has-background-color.has-link-color a:hover {
  color: #fff;
}

/* ----- Quotes -------------------- */
.wp-block-quote {
  margin: var(--wp--custom--spacing--block-gap) auto;
  background: var(--wp--custom--color--grey-light);
  padding: var(--wp--preset--spacing--400);
  border-left: 10px solid var(--wp--custom--color--grey-medium);
}
.wp-block-quote p {
  font-size: 20px;
  margin-bottom: var(--wp--custom--spacing--block-gap);
}
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.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;
}

/* ----- Video -------------------- */
.wp-block-video.is-style-rounded {
  border-radius: 16px;
  overflow: hidden;
}

.wp-block-embed.is-type-video iframe {
  border-radius: 16px;
}

/* ----- Import ACF Block Partials -------------------- */
/* Author Dependencies */
/**
 * /assets/scss/partials/blocks/blocks-acf.scss
 *
 * Let's define our custom ACF block styles
 *
 * - Callouts Overlay
 * - Demos & Shows
 * - FAQ
 * - FAQ Groups
 * - Hidden Content Toggles
 * - Job Openings
 * - Popup Modal Button
 * - Styled Anchors
 * - Technology Layers
 * - Testimonials
 * - Timeline
 *
 */
/* ----- Callouts Overlay -------------------- */
.block-callouts-overlay {
  width: 100%;
  position: relative;
}
.block-callouts-overlay.mode-mobile {
  max-width: 294px;
  margin-left: auto;
  margin-right: auto;
}
.block-callouts-overlay__primary-image {
  width: 100%;
  display: block;
}
.block-callouts-overlay__button {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.block-callouts-overlay__button.is-open {
  transform: rotate(45deg);
  z-index: 5;
}
.block-callouts-overlay__callout {
  display: flex;
}
.block-callouts-overlay__callout:hover {
  z-index: 3;
}
.block-callouts-overlay__modal {
  position: absolute;
  background-color: #000;
  padding: var(--wp--preset--spacing--500) var(--wp--preset--spacing--400);
  border-radius: 16px;
  width: 269px;
  z-index: -1;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 600px) {
  .block-callouts-overlay__modal {
    width: 230px;
  }
}
.block-callouts-overlay__modal.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 4;
  cursor: pointer;
}
.block-callouts-overlay__modal.anchor-position-top-left {
  top: 25px;
  left: 25px;
}
.block-callouts-overlay__modal.anchor-position-top-middle {
  top: 25px;
  transform: translateX(calc((50% - 25px) * -1));
}
.block-callouts-overlay__modal.anchor-position-top-right {
  top: 25px;
  transform: translateX(calc((100% - 25px) * -1));
}
.block-callouts-overlay__modal.anchor-position-bottom-left {
  bottom: 25px;
  left: 25px;
}
.block-callouts-overlay__modal.anchor-position-bottom-middle {
  bottom: 25px;
  transform: translateX(calc((50% - 25px) * -1));
}
.block-callouts-overlay__modal.anchor-position-bottom-right {
  bottom: 25px;
  left: auto;
  right: 25px;
}
.block-callouts-overlay__modal.anchor-position-middle-left {
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
  padding-left: calc(var(--wp--preset--spacing--400) + 16px);
}
.block-callouts-overlay__modal.anchor-position-middle-right {
  top: 50%;
  right: 25px;
  left: auto;
  transform: translateY(-50%);
  padding-right: calc(var(--wp--preset--spacing--400) + 16px);
}
.block-callouts-overlay__modal-header {
  display: block;
  width: 100%;
  font-size: var(--wp--preset--font-size--font-size-6);
  font-weight: 900;
  line-height: 1.33;
  color: #fff;
}
.block-callouts-overlay__modal-description {
  display: block;
  width: 100%;
  color: #fff;
  margin-top: var(--wp--preset--spacing--200);
  font-size: var(--wp--preset--font-size--font-size-3);
  line-height: 1.77;
}
@media (max-width: 600px) {
  .block-callouts-overlay__modal-description {
    line-height: 1.5;
  }
}

@media (max-width: 600px) {
  .entry-content .block-callouts-overlay.mode-desktop {
    display: none;
  }
}
@media (min-width: 601px) {
  .entry-content .block-callouts-overlay.mode-mobile {
    display: none;
  }
}

/* ----- Demos & Shows -------------------- */
.block-demos-shows .loop-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: var(--wp--preset--spacing--900);
  align-items: initial;
}

.loop-item-event {
  width: calc((100% - 64px) / 3);
  padding: var(--wp--preset--spacing--400) var(--wp--preset--spacing--400) var(--wp--preset--spacing--500);
  background-color: var(--wp--preset--color--background-2);
  border-radius: 32px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 781px) {
  .loop-item-event {
    width: calc((100% - 32px) / 2);
  }
}
@media (max-width: 600px) {
  .loop-item-event {
    width: 100%;
  }
}
.loop-item-event__date {
  position: absolute;
  top: -4px;
  left: -16px;
  background-color: var(--wp--preset--color--primary);
  padding: var(--wp--preset--spacing--300) var(--wp--preset--spacing--400);
  font-size: var(--wp--preset--font-size--font-size-3);
  font-weight: 900;
  line-height: 1.33;
  border-radius: 24px;
}
.loop-item-event__thumbnail {
  width: 100%;
}
.loop-item-event__thumbnail img {
  width: 100%;
  display: block;
  border-radius: 16px;
}
.loop-item-event__content {
  width: 100%;
  text-align: center;
  padding-top: var(--wp--preset--spacing--400);
}
.loop-item-event__title {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0;
  font-size: var(--wp--preset--font-size--font-size-6);
}
.loop-item-event__location {
  display: block;
  width: 100%;
  text-align: center;
  font-size: var(--wp--preset--font-size--font-size-3);
  margin-top: var(--wp--preset--spacing--100);
}
.loop-item-event__link {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: var(--wp--preset--spacing--400);
}
.loop-item-event__link a {
  font-weight: 600;
  text-decoration: none;
}

/* ----- FAQ -------------------- */
.block-faq {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--300);
  width: 100%;
}
.block-faq__toggle {
  width: 100%;
  position: relative;
  background-color: var(--wp--preset--color--secondary);
  border-radius: clamp(24px, 1.5rem + (1vw - 3.75px) * 1.5686, 36px);
  overflow: hidden;
  padding: var(--wp--preset--spacing--300) var(--wp--preset--spacing--400);
}
.block-faq__toggle-question {
  width: 100%;
  padding: 0 52px 0 0;
  font-size: 18px;
  line-height: 1.55;
  min-height: 40px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
}
.block-faq__toggle-question-icon {
  position: absolute;
  right: var(--wp--preset--spacing--400);
  top: var(--wp--preset--spacing--300);
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
}
.block-faq__toggle-question-icon .block-faq__toggle-question-icon-close {
  display: none;
}
.block-faq__toggle-question[aria-pressed=true] .block-faq__toggle-question-icon-open {
  display: none;
}
.block-faq__toggle-question[aria-pressed=true] .block-faq__toggle-question-icon-close {
  display: block;
}
.block-faq__toggle-answer {
  display: none;
  padding: var(--wp--preset--spacing--400) var(--wp--preset--spacing--300);
}
.block-faq__toggle-answer * {
  color: #fff;
}
.block-faq__toggle-answer p,
.block-faq__toggle-answer ul {
  margin-top: 0;
  margin-bottom: 8px;
}
.block-faq__toggle-answer p:last-child,
.block-faq__toggle-answer ul:last-child {
  margin-bottom: 0;
}
.block-faq.style-light .block-faq__toggle {
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.block-faq.style-light .block-faq__toggle-question {
  color: var(--wp--preset--color--main);
}
.block-faq.style-light .block-faq__toggle-answer * {
  color: var(--wp--preset--color--main);
}

/* ----- FAQ Groups -------------------- */
.block-faq-groups {
  display: flex;
  gap: var(--wp--preset--spacing--600);
  align-items: flex-start;
}
@media (max-width: 900px) {
  .block-faq-groups {
    flex-wrap: wrap;
    gap: var(--wp--preset--spacing--900);
  }
}
.block-faq-groups__left {
  width: 315px;
  background-color: var(--wp--preset--color--main);
  padding: var(--wp--preset--spacing--900) var(--wp--preset--spacing--600);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  row-gap: var(--wp--preset--spacing--300);
}
@media (max-width: 900px) {
  .block-faq-groups__left {
    width: 100%;
    padding: var(--wp--preset--spacing--500) var(--wp--preset--spacing--400);
    row-gap: var(--wp--preset--spacing--400);
  }
}
.block-faq-groups__left-header {
  margin: 0;
  width: 100%;
  color: #fff;
  font-size: var(--wp--preset--font-size--font-size-6);
}
@media (max-width: 900px) {
  .block-faq-groups__left-header {
    display: none;
  }
}
.block-faq-groups__left-links {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: var(--wp--preset--spacing--300);
}
@media (max-width: 900px) {
  .block-faq-groups__left-links {
    display: none;
  }
  .block-faq-groups__left-links.is-open {
    display: flex;
  }
}
.block-faq-groups__tab, .block-faq-groups__tab-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  -moz-column-gap: var(--wp--preset--spacing--100);
       column-gap: var(--wp--preset--spacing--100);
  line-height: 1.5;
  cursor: pointer;
  text-decoration: none;
}
.block-faq-groups__tab:hover:not(.is-active), .block-faq-groups__tab-link:hover:not(.is-active) {
  color: #fff;
  text-decoration: none;
}
.block-faq-groups__tab:hover:not(.is-active) svg, .block-faq-groups__tab-link:hover:not(.is-active) svg {
  transform: translateX(4px);
}
.block-faq-groups__tab.is-active, .block-faq-groups__tab-link.is-active {
  color: var(--wp--preset--color--primary);
}
.block-faq-groups__left-bottom {
  width: 100%;
  margin-top: calc(var(--wp--preset--spacing--800) - var(--wp--preset--spacing--300));
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--300);
}
@media (max-width: 900px) {
  .block-faq-groups__left-bottom {
    margin-top: 0;
  }
}
.block-faq-groups__innerBlocks {
  width: 100%;
}
@media (max-width: 900px) {
  .block-faq-groups__innerBlocks {
    display: none;
  }
  .block-faq-groups__innerBlocks.is-open {
    display: flex;
  }
}
.block-faq-groups__right {
  flex: 1;
}
@media (max-width: 900px) {
  .block-faq-groups__right {
    width: 100%;
    flex: none;
  }
}
.block-faq-groups__right-header {
  margin: 0 0 var(--wp--preset--spacing--500);
  width: 100%;
  font-size: var(--wp--preset--font-size--font-size-7);
}
@media (max-width: 900px) {
  .block-faq-groups__right-header {
    text-align: center;
  }
}
.block-faq-groups__video-resources {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin-top: var(--wp--preset--spacing--900);
  -moz-column-gap: var(--wp--preset--spacing--400);
       column-gap: var(--wp--preset--spacing--400);
  row-gap: var(--wp--preset--spacing--900);
}
@media (max-width: 600px) {
  .block-faq-groups__video-resources {
    row-gap: var(--wp--preset--spacing--500);
  }
}
.block-faq-groups__video-resource {
  display: flex;
  flex-direction: column;
  width: calc((100% - var(--wp--preset--spacing--400) * 2) / 3);
  row-gap: var(--wp--preset--spacing--300);
}
@media (max-width: 600px) {
  .block-faq-groups__video-resource {
    width: calc((100% - var(--wp--preset--spacing--400)) / 2);
  }
}
.block-faq-groups__video-resource-embed {
  width: 100%;
}
.block-faq-groups__video-resource-embed video,
.block-faq-groups__video-resource-embed iframe {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
}
.block-faq-groups__video-resource-content {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--100);
  width: 100%;
}
.block-faq-groups__video-resource-title {
  width: 100%;
  font-weight: 700;
}
.block-faq-groups__video-resource-link a {
  font-weight: 600;
  text-decoration: none;
}
.block-faq-groups__under-content-cta {
  width: 100%;
  justify-content: center;
  margin-top: var(--wp--preset--spacing--900);
}
.block-faq-groups__left-primary-button, .block-faq-groups__left-secondary-button {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  justify-content: space-between;
  font-size: var(--wp--preset--font-size--font-size-3);
  font-weight: 900;
  line-height: 1.11;
}
@media (min-width: 901px) {
  .block-faq-groups__left-primary-button, .block-faq-groups__left-secondary-button {
    display: none;
  }
}

/* ----- Hidden Content Toggles -------------------- */
.block-hidden-content-toggle {
  display: block;
  width: 100%;
}
.block-hidden-content-toggle__buttons {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: var(--wp--preset--spacing--300);
}
.block-hidden-content-toggle__buttons button {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  text-underline-offset: 4px;
}
.block-hidden-content-toggle.button-style-light .block-hidden-content-toggle__buttons button {
  color: #fff;
}
.block-hidden-content-toggle .acf-innerblocks-container {
  display: block;
  width: 100%;
}

/* ----- Job Openings -------------------- */
.block-job-openings {
  display: flex;
  width: 100%;
  gap: 16px;
  flex-wrap: wrap;
}
.block-job-openings__link {
  width: 100%;
  text-decoration: none;
  background-color: #fff;
  color: #000;
  padding: var(--wp--preset--spacing--300) var(--wp--preset--spacing--400);
  padding-right: calc(var(--wp--preset--spacing--400) * 2 + 40px);
  border-radius: clamp(16px, 1rem + (1vw - 3.75px) * 2.0699, 32px);
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: calc(var(--wp--preset--spacing--300) * 2 + 40px);
}
@media (max-width: 600px) {
  .block-job-openings__link {
    padding-right: var(--wp--preset--spacing--400);
    padding-bottom: calc(var(--wp--preset--spacing--300) * 2 + 40px);
    flex-wrap: wrap;
  }
}
.block-job-openings__link:hover {
  text-decoration: none;
  background-color: var(--wp--preset--color--background-2);
}
.block-job-openings__title {
  font-size: var(--wp--preset--font-size--font-size-3);
  line-height: 1.25;
  font-weight: 700;
  flex: 1;
}
@media (max-width: 600px) {
  .block-job-openings__title {
    width: 100%;
    flex: none;
  }
}
.block-job-openings__location {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--200);
  font-size: var(--wp--preset--font-size--font-size-3);
}
.block-job-openings__location > svg {
  width: 24px;
}
.block-job-openings__location > span {
  flex: 1;
}
.block-job-openings__arrow {
  position: absolute;
  right: var(--wp--preset--spacing--400);
  top: calc(50% - 20px);
}
@media (max-width: 600px) {
  .block-job-openings__arrow {
    top: auto;
    bottom: var(--wp--preset--spacing--300);
  }
}

/* ----- Popup Modal Button -------------------- */
.block-popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 25, 32, 0.9);
  z-index: 201;
  padding: var(--wp--custom--spacing--viewport-padding);
  display: none;
}
.block-popup-modal__inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.block-popup-modal__content {
  width: 100%;
  max-width: var(--wp--custom--layout--default);
  background-color: #fff;
  padding: clamp(64px, 4rem + (1vw - 3.75px) * 6.2745, 112px) var(--wp--preset--spacing--1000);
  border-radius: 32px;
  border: 2.5px solid var(--wp--preset--color--primary);
  position: relative;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
@media (max-width: 600px) {
  .block-popup-modal__content {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
  }
}
.block-popup-modal__header {
  width: 100%;
  max-width: 754px;
  margin: 0 auto;
  text-align: center;
}
.block-popup-modal__description {
  display: block;
  width: 100%;
  max-width: 492px;
  margin: var(--wp--preset--spacing--300) auto 0;
  text-align: center;
  font-size: var(--wp--preset--font-size--font-size-3);
}
.block-popup-modal__close {
  position: absolute;
  top: clamp(16px, 1rem + (1vw - 3.75px) * 2.0915, 32px);
  right: clamp(16px, 1rem + (1vw - 3.75px) * 2.0915, 32px);
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.block-popup-modal .gform_wrapper {
  display: block;
  width: 100%;
  max-width: 582px;
  margin: var(--wp--preset--spacing--900) auto 0;
}

/* ----- Styled Anchors -------------------- */
.block-styled-anchor {
  width: 100%;
}
.block-styled-anchor > a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  padding: calc(var(--wp--preset--spacing--400) + 12px) var(--wp--preset--spacing--400);
  border: 2.5px solid var(--wp--preset--color--primary);
  border-radius: 16px;
  font-size: var(--wp--preset--font-size--font-size-6);
  font-weight: 900;
  line-height: 1.33;
  text-decoration: none;
  color: #fff;
  margin-bottom: 20px;
}
.block-styled-anchor > a:hover {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--main);
}
.block-styled-anchor > a > svg {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}
.block-styled-anchor.color-dark > a {
  color: var(--wp--preset--color--main);
}

/* ----- Technology Layers -------------------- */
.block-technology-layers__grid {
  display: flex;
  gap: var(--wp--preset--spacing--900);
}
@media (max-width: 900px) {
  .block-technology-layers__grid {
    flex-wrap: wrap;
  }
}
.block-technology-layers__images {
  flex: 1;
}
@media (max-width: 900px) {
  .block-technology-layers__images {
    width: 100%;
    flex: none;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.block-technology-layers__content {
  width: 356px;
  background-color: #000;
  padding: var(--wp--preset--spacing--700) var(--wp--preset--spacing--500);
  border-radius: 24px;
  text-align: center;
}
@media (max-width: 900px) {
  .block-technology-layers__content {
    width: 100%;
  }
}
.block-technology-layers__content-inner {
  width: 100%;
}
.block-technology-layers__content-inner > * {
  margin-top: var(--wp--preset--spacing--300);
}
.block-technology-layers__content-header {
  width: 100%;
  color: #fff;
}
.block-technology-layers__content-description {
  width: 100%;
  color: #fff;
}
.block-technology-layers__content-button {
  margin-top: var(--wp--preset--spacing--600);
}
.block-technology-layers__image-item {
  width: 100%;
  position: relative;
  z-index: 5;
}
@media (max-width: 900px) {
  .block-technology-layers__image-item {
    max-width: 570px;
  }
}
.block-technology-layers__image-item img {
  filter: blur(2px);
  opacity: 0.25;
}
.block-technology-layers__image-item:not(:first-child) {
  margin-top: -30%;
}
@media (max-width: 900px) {
  .block-technology-layers__image-item:not(:first-child) {
    margin-top: clamp(-148px, -5.5rem + (1vw - 3.75px) * -11.4286, -88px);
  }
}
.block-technology-layers__image-item:first-child {
  opacity: 1;
}
.block-technology-layers__image-item:first-child img {
  filter: blur(0);
  opacity: 1;
}
.block-technology-layers__image-item.is-before-active {
  opacity: 1;
}
.block-technology-layers__image-item.is-before-active img {
  opacity: 0;
}
.block-technology-layers__image-item:nth-child(2) {
  z-index: 4;
}
.block-technology-layers__image-item:nth-child(3) {
  z-index: 3;
}
.block-technology-layers__image-item:nth-child(4) {
  z-index: 2;
}
.block-technology-layers__image-item:nth-child(5) {
  z-index: 1;
}
.block-technology-layers__image-item.is-active {
  opacity: 1;
}
.block-technology-layers__image-item.is-active img {
  filter: blur(0);
  opacity: 1;
}
.block-technology-layers__toggle {
  width: 40px;
  height: 40px;
  background-color: #6b6b6b;
  border-radius: 40px;
  outline: 1px solid #6b6b6b;
  cursor: pointer;
  outline-offset: 2px;
  position: absolute;
  right: -20px;
  top: calc(50% - 20px);
}
.block-technology-layers__toggle:hover {
  background-color: #fff;
  outline-color: #fff;
}
.block-technology-layers__toggle[aria-expanded=true] {
  background-color: var(--wp--preset--color--primary);
  outline-color: var(--wp--preset--color--primary);
}
.block-technology-layers__toggle:focus-visible {
  outline-color: #fff;
}
.block-technology-layers__toggle-plus {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
}
.block-technology-layers__toggle-plus::before, .block-technology-layers__toggle-plus::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  border-radius: 2px;
}
.block-technology-layers__toggle-plus::after {
  transform: rotate(90deg);
}

/* ----- Testimonials -------------------- */
.block-testimonials__wrap {
  width: 100%;
  display: flex;
  gap: 16px;
}
@media (max-width: 600px) {
  .block-testimonials__wrap.count-2, .block-testimonials__wrap.count-3 {
    flex-wrap: wrap;
  }
  .block-testimonials__wrap.count-2 .block-testimonials__testimonial, .block-testimonials__wrap.count-3 .block-testimonials__testimonial {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .block-testimonials__wrap.count-4 {
    flex-wrap: wrap;
  }
  .block-testimonials__wrap.count-4 .block-testimonials__testimonial {
    width: calc((100% - 16px) / 2);
  }
}
@media (max-width: 600px) {
  .block-testimonials__wrap.count-4 .block-testimonials__testimonial {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .block-testimonials__wrap.count-5 {
    flex-wrap: wrap;
  }
}
.block-testimonials__wrap.count-5 .block-testimonials__testimonial--1, .block-testimonials__wrap.count-5 .block-testimonials__testimonial--5 {
  width: calc((100% - 48px) / 4);
}
@media (max-width: 1000px) {
  .block-testimonials__wrap.count-5 .block-testimonials__testimonial--1, .block-testimonials__wrap.count-5 .block-testimonials__testimonial--5 {
    width: 100%;
  }
}
.block-testimonials__wrap.count-5 .block-testimonials__testimonial--2 {
  width: 100%;
}
@media (min-width: 1001px) {
  .block-testimonials__wrap.count-5 .block-testimonials__testimonial--2 {
    row-gap: 8px;
  }
}
@media (max-width: 1000px) {
  .block-testimonials__wrap.count-5 .block-testimonials__testimonial--2 {
    width: calc((100% - 32px) / 3);
  }
}
@media (max-width: 600px) {
  .block-testimonials__wrap.count-5 .block-testimonials__testimonial--2 {
    width: 100%;
  }
}
.block-testimonials__wrap.count-5 .block-testimonials__testimonial--3, .block-testimonials__wrap.count-5 .block-testimonials__testimonial--4 {
  width: calc((100% - 16px) / 2);
}
@media (max-width: 1000px) {
  .block-testimonials__wrap.count-5 .block-testimonials__testimonial--3, .block-testimonials__wrap.count-5 .block-testimonials__testimonial--4 {
    width: calc((100% - 32px) / 3);
  }
}
@media (max-width: 600px) {
  .block-testimonials__wrap.count-5 .block-testimonials__testimonial--3, .block-testimonials__wrap.count-5 .block-testimonials__testimonial--4 {
    width: 100%;
  }
}
.block-testimonials__testimonial {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: var(--wp--preset--spacing--500);
  border-radius: 16px;
  border: 2.5px solid var(--wp--preset--color--primary);
  background-color: #fff;
  justify-content: center;
  align-content: center;
  row-gap: var(--wp--preset--spacing--300);
}
.block-testimonials__icon {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 1001px) {
  .block-testimonials__icon--mobile-only {
    display: none;
  }
}
.block-testimonials__testimonial-text {
  width: 100%;
  text-align: center;
  font-size: var(--wp--preset--font-size--font-size-4);
  font-weight: 700;
  line-height: 1.33;
}
.block-testimonials__testimonial-byline {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: var(--wp--preset--spacing--200);
  gap: 6px;
}
.block-testimonials__testimonial-byline * {
  font-weight: 700;
}
.block-testimonials__testimonial-byline .block-testimonials__testimonial-separator {
  font-weight: 300;
}
.block-testimonials__middle-column {
  display: flex;
  width: calc((100% - 48px) / 4 * 2 + 16px);
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1000px) {
  .block-testimonials__middle-column {
    width: 100%;
  }
}

/* ----- Timeline -------------------- */
.block-timeline {
  width: 100%;
  position: relative;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 600px) {
  .block-timeline {
    padding-left: 58px;
    padding-right: 58px;
  }
}
.block-timeline .flickity-prev-next-button {
  width: 48px;
  height: 28px;
  top: clamp(64px, 4rem + (1vw - 3.75px) * 0.5229, 68px);
  padding: 0;
  left: 0;
}
.block-timeline .flickity-prev-next-button.previous {
  left: 0;
}
.block-timeline .flickity-prev-next-button.next {
  left: auto;
  right: 0;
}
.block-timeline .flickity-prev-next-button:disabled {
  cursor: not-allowed;
}
.block-timeline .flickity-prev-next-button:disabled svg path {
  stroke: var(--wp--preset--color--background-3);
}
.block-timeline__slides:not(.flickity-enabled) {
  height: 262px;
  overflow: hidden;
  opacity: 0;
}
.block-timeline__slide {
  width: 25%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--300);
}
@media (max-width: 1000px) {
  .block-timeline__slide {
    width: 33.3333333333%;
  }
}
@media (max-width: 781px) {
  .block-timeline__slide {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .block-timeline__slide {
    width: 100%;
  }
}
.block-timeline__slide-year {
  width: 100%;
  height: 48px;
  text-align: center;
  font-size: var(--wp--preset--font-size--font-size-8);
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-timeline__slide-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: var(--wp--preset--spacing--200);
  padding: 0 var(--wp--preset--spacing--600);
}
@media (max-width: 600px) {
  .block-timeline__slide-bottom {
    padding: 0;
  }
}
.block-timeline__slide-title {
  width: 100%;
  font-size: var(--wp--preset--font-size--fotn-size-3);
  line-height: 1.33;
  font-weight: 600;
}
.block-timeline__slide-description {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}
.block-timeline__slide-breaker {
  position: relative;
  width: 100%;
  height: 36px;
  display: flex;
}
.block-timeline__slide-breaker::before {
  content: "";
  width: 100%;
  height: 2.5px;
  position: absolute;
  top: calc(50% - 1.25px);
  left: 0;
  background-color: var(--wp--preset--color--main);
}
.block-timeline__slide-breaker-inner {
  width: 36px;
  height: 36px;
  background-color: var(--wp--preset--color--main);
  border-radius: 36px;
  position: absolute;
  top: 0;
  left: calc(50% - 18px);
}
.block-timeline__slide-breaker-inner::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: var(--wp--preset--color--primary);
  position: absolute;
  top: 10px;
  left: 10px;
}
.block-timeline__slide-image {
  width: 100%;
  margin-top: clamp(4px, 0.25rem + (1vw - 3.75px) * 0.5229, 8px);
}
.block-timeline__slide-image img {
  display: block;
  width: 100%;
  border-radius: 16px;
}
.block-timeline.has-background.has-secondary-background-color .flickity-prev-next-button svg path, .block-timeline.has-background.has-main-background-color .flickity-prev-next-button svg path {
  stroke: var(--wp--preset--color--primary);
}
.block-timeline.has-background.has-secondary-background-color .flickity-prev-next-button:disabled svg path, .block-timeline.has-background.has-main-background-color .flickity-prev-next-button:disabled svg path {
  stroke: #fff;
}
.block-timeline.has-background.has-secondary-background-color .block-timeline__slide, .block-timeline.has-background.has-main-background-color .block-timeline__slide {
  color: #fff;
}
.block-timeline.has-background.has-secondary-background-color .block-timeline__slide-breaker::before, .block-timeline.has-background.has-main-background-color .block-timeline__slide-breaker::before {
  background-color: #fff;
}

/* ----- 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 */