/*!
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/** @format */
/** @format */
/** @format */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Bootstrap
--------------------------------------------- */
/*!
 * Bootstrap Reboot v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

/* Animations
--------------------------------------------- */
/** @format */
.animate__animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/** @format */
body,
button,
input,
select,
optgroup,
textarea {
  color: #2b2605;
  font-family: "poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/** @format */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
}

.entry-title {
  font-size: var(--wp--preset--font-size--display);
  line-height: 1.1;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .entry-title {
    font-size: var(--wp--preset--font-size--display-large);
  }
}

.banner-subtitle {
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: italic;
  font-size: var(--wp--preset--font-size--x-large);
}
@media (min-width: 768px) {
  .banner-subtitle {
    font-size: var(--wp--preset--font-size--display);
  }
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #c04f00;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #f96700;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
/** @format */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.btn {
  background-color: #f96700;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 20px;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .btn {
    max-width: 450px;
    display: inline-block;
    width: auto;
  }
}
.btn:hover {
  background-color: rgb(255, 131.8674698795, 45);
  transition: background-color 0.5s ease;
  color: #ffffff !important;
}
.btn:visited {
  color: #ffffff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/**
 * /* Navigation
 * ---------------------------------------------
 *
 * @format
 */
/** @format */
html {
  scroll-behavior: smooth;
}

body.nav-menu-open {
  overflow: hidden;
}

.site-header {
  position: fixed;
  width: 100%;
  z-index: 500;
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 14%, rgba(0, 0, 0, 0) 66%);
  transition: background 200ms 0.1s ease-in;
}
.site-header .container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.site-header .container .header-navigation {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  transition: padding 300ms ease-in-out;
}
@media (min-width: 1200px) {
  .site-header .container .header-navigation {
    flex-direction: row;
  }
}
.site-header .site-branding .custom-logo {
  width: 200px;
  transition: opacity 200ms ease-in-out, width 300ms ease-in-out;
}
@media (max-width: 1199.98px) {
  .site-header.menu-open {
    background: #ffffff;
  }
}
.site-header:hover {
  background-color: #ffffff;
  background: #ffffff;
}
.site-header.sticky-header {
  background: #ffffff;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.2));
}
.site-header.sticky-header .container .header-navigation {
  padding: 10px 15px;
  transition: padding 300ms ease-in-out;
}
.site-header.sticky-header .site-branding .custom-logo {
  width: 120px;
}
.site-header .ubermenu-item-32 {
  border-left: 2px solid #f96700 !important;
  padding-left: 20px !important;
  margin-left: 10px !important;
}
.site-header .ubermenu-item-32 a.ubermenu-target {
  color: #f96700 !important;
  border-radius: 20px !important;
  border: 2px solid #f96700 !important;
}
.site-header .ubermenu-item-32:hover a.ubermenu-target {
  color: #ffffff !important;
  background-color: #f96700 !important;
  border-radius: 20px !important;
}
.site-header:not(:hover, .sticky-header) {
  background-color: transparent;
  background: transparent;
}
.site-header:not(:hover, .sticky-header) .ubermenu-item:not(.ubermenu-item-32) a.ubermenu-target {
  color: #ffffff !important;
}
.site-header:not(:hover, .sticky-header) .ubermenu-item-32 {
  border-left: 1px solid #ffffff !important;
  color: #ffffff !important;
}
.site-header:not(:hover, .sticky-header) .ubermenu-item-32 a.ubermenu-target {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}
.site-header .ubermenu-current_page_item > a.ubermenu-target,
.site-header .ubermenu-current-page-parent > a.ubermenu-target,
.site-header .ubermenu-current-menu-item > a.ubermenu-target,
.site-header .ubermenu-current_page_ancestor > a.ubermenu-target {
  background: transparent !important;
  border-bottom: 2px solid #f96700 !important;
}

.site-footer {
  background: #292929;
  color: #ffffff;
  padding: 60px 50px 160px;
  position: relative;
  z-index: 100;
}
.site-footer .footer-inline-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}
.site-footer .footer-inline-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.site-footer .wp-block-social-links {
  justify-content: center;
}
@media (min-width: 992px) {
  .site-footer .wp-block-social-links {
    justify-content: flex-start;
  }
}
.site-footer .container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.site-footer .container .site-info {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}
.site-footer .container .site-info > div {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .site-footer .container .site-info > div {
    width: 33%;
    text-align: left;
  }
}
.site-footer .container .site-info > div h3 {
  color: #f96700;
  font-size: var(--wp--preset--font-size--xx-large);
}
.site-footer .container .site-info > div .saymap {
  margin-bottom: 30px;
  width: min(100%, 400px);
  margin-inline: auto;
}
@media (min-width: 992px) {
  .site-footer .container .site-info > div .saymap {
    transform: scale(120%) translate(0%, 10%);
  }
}
.site-footer .container .site-info > div .worldmap-iframe {
  border: none;
  width: 100%;
  max-width: 750px;
  aspect-ratio: 750/450;
  height: auto;
  margin-bottom: 30px;
  display: block;
  margin-inline: auto;
  background: transparent;
}
.site-footer .container .site-info .site-branding {
  margin-bottom: 30px;
}
.site-footer .container .site-info .site-branding .custom-logo {
  width: 100px;
}
.site-footer .container .site-info.animate-dom {
  opacity: 0;
  transform: translate3d(0, 10%, 0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.site-footer .container .site-info.animate__animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 992px) {
  .site-footer .container .site-info .what_feed {
    padding-right: 100px;
  }
}
.site-footer .container .site-info .what_feed .what_each_container {
  position: relative;
  padding: 10px 0 20px;
  width: min(100%, 600px);
  margin-inline: auto;
}
.site-footer .container .site-info .what_feed .what_each_container a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.site-footer .container .site-info .what_feed .what_each_container .what_each_header h3 {
  font-size: var(--wp--preset--font-size--large);
}
.site-footer .container .site-info .what_feed .what_each_container .read-more {
  color: #f96700;
}
.site-footer:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: calc(100% + 100px);
  top: -100px;
  left: 0;
  background-color: #292929;
  clip-path: polygon(0% 200px, 100% 100px, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .site-footer:before {
    clip-path: polygon(0% 100px, 100% 0%, 100% 100%, 0% 100%);
  }
}
.site-footer .site-copyright {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 30px;
}
.site-footer .site-copyright p {
  color: #ffffff;
  font-size: 12px;
  opacity: 0.7;
}
.site-footer .site-copyright p a {
  color: #ffffff;
  text-decoration: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0;
  width: 100%;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  padding: 30px;
  gap: 15px;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 992px) {
  .comment-navigation .nav-links,
  .posts-navigation .nav-links,
  .post-navigation .nav-links {
    flex-direction: row-reverse;
  }
}
.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 20px;
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .comment-navigation .nav-links a,
  .posts-navigation .nav-links a,
  .post-navigation .nav-links a {
    display: block;
    width: min(100%, 300px);
  }
}
.comment-navigation .nav-links a:hover,
.posts-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover {
  background-color: rgb(255, 131.8674698795, 45);
  transition: background-color 0.5s ease;
  color: #fff;
}
.comment-navigation .nav-links a:visited,
.posts-navigation .nav-links a:visited,
.post-navigation .nav-links a:visited {
  color: #ffffff;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  display: contents;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
  float: right;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
  float: left;
}

.post-navigation .nav-links {
  padding: 30px 0px;
}
@media (min-width: 768px) {
  .post-navigation .nav-links a {
    display: block;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .site-branding {
    z-index: 100;
  }
  .site-header.menu-open .site-branding {
    background: #ffffff;
  }
}
/* Posts and pages
--------------------------------------------- */
/** @format */
#page {
  width: 100%;
}

.site-main {
  overflow: hidden;
  width: 100%;
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-default .entry-content {
  padding: 50px 30px 200px;
  width: min(100%, 1200px);
  margin-inline: auto;
}

article.type-page > .entry-header:not(.related),
article.type-page .page-header,
.blog .index-container > .entry-header:not(.related),
.blog .index-container .page-header,
.archive .index-container > .entry-header:not(.related),
.archive .index-container .page-header,
.single article > .entry-header:not(.related),
.single article .page-header,
.error404 section.error-404 > .entry-header:not(.related),
.error404 section.error-404 .page-header {
  background-color: #292929;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  max-height: 700px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 30px 30px 30px;
  filter: grayscale(1);
}
article.type-page > .entry-header:not(.related) .entry-title,
article.type-page > .entry-header:not(.related) .banner-subtitle,
article.type-page > .entry-header:not(.related) .page-title,
article.type-page .page-header .entry-title,
article.type-page .page-header .banner-subtitle,
article.type-page .page-header .page-title,
.blog .index-container > .entry-header:not(.related) .entry-title,
.blog .index-container > .entry-header:not(.related) .banner-subtitle,
.blog .index-container > .entry-header:not(.related) .page-title,
.blog .index-container .page-header .entry-title,
.blog .index-container .page-header .banner-subtitle,
.blog .index-container .page-header .page-title,
.archive .index-container > .entry-header:not(.related) .entry-title,
.archive .index-container > .entry-header:not(.related) .banner-subtitle,
.archive .index-container > .entry-header:not(.related) .page-title,
.archive .index-container .page-header .entry-title,
.archive .index-container .page-header .banner-subtitle,
.archive .index-container .page-header .page-title,
.single article > .entry-header:not(.related) .entry-title,
.single article > .entry-header:not(.related) .banner-subtitle,
.single article > .entry-header:not(.related) .page-title,
.single article .page-header .entry-title,
.single article .page-header .banner-subtitle,
.single article .page-header .page-title,
.error404 section.error-404 > .entry-header:not(.related) .entry-title,
.error404 section.error-404 > .entry-header:not(.related) .banner-subtitle,
.error404 section.error-404 > .entry-header:not(.related) .page-title,
.error404 section.error-404 .page-header .entry-title,
.error404 section.error-404 .page-header .banner-subtitle,
.error404 section.error-404 .page-header .page-title {
  position: relative;
  z-index: 20;
  color: #ffffff;
  text-align: center;
  max-width: 1200px;
}
article.type-page > .entry-header:not(.related) .entry-title.animate-dom,
article.type-page > .entry-header:not(.related) .banner-subtitle.animate-dom,
article.type-page > .entry-header:not(.related) .page-title.animate-dom,
article.type-page .page-header .entry-title.animate-dom,
article.type-page .page-header .banner-subtitle.animate-dom,
article.type-page .page-header .page-title.animate-dom,
.blog .index-container > .entry-header:not(.related) .entry-title.animate-dom,
.blog .index-container > .entry-header:not(.related) .banner-subtitle.animate-dom,
.blog .index-container > .entry-header:not(.related) .page-title.animate-dom,
.blog .index-container .page-header .entry-title.animate-dom,
.blog .index-container .page-header .banner-subtitle.animate-dom,
.blog .index-container .page-header .page-title.animate-dom,
.archive .index-container > .entry-header:not(.related) .entry-title.animate-dom,
.archive .index-container > .entry-header:not(.related) .banner-subtitle.animate-dom,
.archive .index-container > .entry-header:not(.related) .page-title.animate-dom,
.archive .index-container .page-header .entry-title.animate-dom,
.archive .index-container .page-header .banner-subtitle.animate-dom,
.archive .index-container .page-header .page-title.animate-dom,
.single article > .entry-header:not(.related) .entry-title.animate-dom,
.single article > .entry-header:not(.related) .banner-subtitle.animate-dom,
.single article > .entry-header:not(.related) .page-title.animate-dom,
.single article .page-header .entry-title.animate-dom,
.single article .page-header .banner-subtitle.animate-dom,
.single article .page-header .page-title.animate-dom,
.error404 section.error-404 > .entry-header:not(.related) .entry-title.animate-dom,
.error404 section.error-404 > .entry-header:not(.related) .banner-subtitle.animate-dom,
.error404 section.error-404 > .entry-header:not(.related) .page-title.animate-dom,
.error404 section.error-404 .page-header .entry-title.animate-dom,
.error404 section.error-404 .page-header .banner-subtitle.animate-dom,
.error404 section.error-404 .page-header .page-title.animate-dom {
  opacity: 0;
}
article.type-page > .entry-header:not(.related) .entry-title.animate__animated,
article.type-page > .entry-header:not(.related) .banner-subtitle.animate__animated,
article.type-page > .entry-header:not(.related) .page-title.animate__animated,
article.type-page .page-header .entry-title.animate__animated,
article.type-page .page-header .banner-subtitle.animate__animated,
article.type-page .page-header .page-title.animate__animated,
.blog .index-container > .entry-header:not(.related) .entry-title.animate__animated,
.blog .index-container > .entry-header:not(.related) .banner-subtitle.animate__animated,
.blog .index-container > .entry-header:not(.related) .page-title.animate__animated,
.blog .index-container .page-header .entry-title.animate__animated,
.blog .index-container .page-header .banner-subtitle.animate__animated,
.blog .index-container .page-header .page-title.animate__animated,
.archive .index-container > .entry-header:not(.related) .entry-title.animate__animated,
.archive .index-container > .entry-header:not(.related) .banner-subtitle.animate__animated,
.archive .index-container > .entry-header:not(.related) .page-title.animate__animated,
.archive .index-container .page-header .entry-title.animate__animated,
.archive .index-container .page-header .banner-subtitle.animate__animated,
.archive .index-container .page-header .page-title.animate__animated,
.single article > .entry-header:not(.related) .entry-title.animate__animated,
.single article > .entry-header:not(.related) .banner-subtitle.animate__animated,
.single article > .entry-header:not(.related) .page-title.animate__animated,
.single article .page-header .entry-title.animate__animated,
.single article .page-header .banner-subtitle.animate__animated,
.single article .page-header .page-title.animate__animated,
.error404 section.error-404 > .entry-header:not(.related) .entry-title.animate__animated,
.error404 section.error-404 > .entry-header:not(.related) .banner-subtitle.animate__animated,
.error404 section.error-404 > .entry-header:not(.related) .page-title.animate__animated,
.error404 section.error-404 .page-header .entry-title.animate__animated,
.error404 section.error-404 .page-header .banner-subtitle.animate__animated,
.error404 section.error-404 .page-header .page-title.animate__animated {
  animation-name: fadeIn;
}
article.type-page > .entry-header:not(.related) .archive-description,
article.type-page .page-header .archive-description,
.blog .index-container > .entry-header:not(.related) .archive-description,
.blog .index-container .page-header .archive-description,
.archive .index-container > .entry-header:not(.related) .archive-description,
.archive .index-container .page-header .archive-description,
.single article > .entry-header:not(.related) .archive-description,
.single article .page-header .archive-description,
.error404 section.error-404 > .entry-header:not(.related) .archive-description,
.error404 section.error-404 .page-header .archive-description {
  position: relative;
  z-index: 20;
  color: #ffffff;
  text-align: center;
  max-width: 1200px;
  font-family: "ivypresto-display", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  font-size: var(--wp--preset--font-size--x-large);
}
@media (min-width: 768px) {
  article.type-page > .entry-header:not(.related) .archive-description,
  article.type-page .page-header .archive-description,
  .blog .index-container > .entry-header:not(.related) .archive-description,
  .blog .index-container .page-header .archive-description,
  .archive .index-container > .entry-header:not(.related) .archive-description,
  .archive .index-container .page-header .archive-description,
  .single article > .entry-header:not(.related) .archive-description,
  .single article .page-header .archive-description,
  .error404 section.error-404 > .entry-header:not(.related) .archive-description,
  .error404 section.error-404 .page-header .archive-description {
    font-size: var(--wp--preset--font-size--display);
  }
}
article.type-page > .entry-header:not(.related) .archive-description.animate-dom,
article.type-page .page-header .archive-description.animate-dom,
.blog .index-container > .entry-header:not(.related) .archive-description.animate-dom,
.blog .index-container .page-header .archive-description.animate-dom,
.archive .index-container > .entry-header:not(.related) .archive-description.animate-dom,
.archive .index-container .page-header .archive-description.animate-dom,
.single article > .entry-header:not(.related) .archive-description.animate-dom,
.single article .page-header .archive-description.animate-dom,
.error404 section.error-404 > .entry-header:not(.related) .archive-description.animate-dom,
.error404 section.error-404 .page-header .archive-description.animate-dom {
  opacity: 0;
}
article.type-page > .entry-header:not(.related) .archive-description.animate__animated,
article.type-page .page-header .archive-description.animate__animated,
.blog .index-container > .entry-header:not(.related) .archive-description.animate__animated,
.blog .index-container .page-header .archive-description.animate__animated,
.archive .index-container > .entry-header:not(.related) .archive-description.animate__animated,
.archive .index-container .page-header .archive-description.animate__animated,
.single article > .entry-header:not(.related) .archive-description.animate__animated,
.single article .page-header .archive-description.animate__animated,
.error404 section.error-404 > .entry-header:not(.related) .archive-description.animate__animated,
.error404 section.error-404 .page-header .archive-description.animate__animated {
  animation-name: fadeIn;
}
article.type-page > .entry-header:not(.related):after,
article.type-page .page-header:after,
.blog .index-container > .entry-header:not(.related):after,
.blog .index-container .page-header:after,
.archive .index-container > .entry-header:not(.related):after,
.archive .index-container .page-header:after,
.single article > .entry-header:not(.related):after,
.single article .page-header:after,
.error404 section.error-404 > .entry-header:not(.related):after,
.error404 section.error-404 .page-header:after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.page-template-page-module .main-content section.module, .page-template-page-module .main-content section.index-feed, .page-template-page-module .main-content section.tax-module,
.site-main section.module,
.site-main section.index-feed,
.site-main section.tax-module,
.tax-say_sectors .main-content section.module,
.tax-say_sectors .main-content section.index-feed,
.tax-say_sectors .main-content section.tax-module {
  padding: 15px 30px;
  position: relative;
}
.page-template-page-module .main-content section.module .container, .page-template-page-module .main-content section.index-feed .container, .page-template-page-module .main-content section.tax-module .container,
.site-main section.module .container,
.site-main section.index-feed .container,
.site-main section.tax-module .container,
.tax-say_sectors .main-content section.module .container,
.tax-say_sectors .main-content section.index-feed .container,
.tax-say_sectors .main-content section.tax-module .container {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.page-template-page-module .main-content section.module .container .row.max1000, .page-template-page-module .main-content section.index-feed .container .row.max1000, .page-template-page-module .main-content section.tax-module .container .row.max1000,
.site-main section.module .container .row.max1000,
.site-main section.index-feed .container .row.max1000,
.site-main section.tax-module .container .row.max1000,
.tax-say_sectors .main-content section.module .container .row.max1000,
.tax-say_sectors .main-content section.index-feed .container .row.max1000,
.tax-say_sectors .main-content section.tax-module .container .row.max1000 {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.page-template-page-module .main-content section.module.module:first-child, .page-template-page-module .main-content section.index-feed.module:first-child, .page-template-page-module .main-content section.tax-module.module:first-child,
.site-main section.module.module:first-child,
.site-main section.index-feed.module:first-child,
.site-main section.tax-module.module:first-child,
.tax-say_sectors .main-content section.module.module:first-child,
.tax-say_sectors .main-content section.index-feed.module:first-child,
.tax-say_sectors .main-content section.tax-module.module:first-child {
  padding-top: 50px;
}
.page-template-page-module .main-content section.module.module:last-child, .page-template-page-module .main-content section.index-feed.module:last-child, .page-template-page-module .main-content section.tax-module.module:last-child,
.site-main section.module.module:last-child,
.site-main section.index-feed.module:last-child,
.site-main section.tax-module.module:last-child,
.tax-say_sectors .main-content section.module.module:last-child,
.tax-say_sectors .main-content section.index-feed.module:last-child,
.tax-say_sectors .main-content section.tax-module.module:last-child {
  padding-bottom: 50px;
}
.page-template-page-module .main-content section.padding-large,
.site-main section.padding-large,
.tax-say_sectors .main-content section.padding-large {
  padding: 150px 30px !important;
}
.page-template-page-module .main-content section.padding-large.diagonal-top-right-to-bottom-left, .page-template-page-module .main-content section.padding-large.diagonal-top-left-to-bottom-right,
.site-main section.padding-large.diagonal-top-right-to-bottom-left,
.site-main section.padding-large.diagonal-top-left-to-bottom-right,
.tax-say_sectors .main-content section.padding-large.diagonal-top-right-to-bottom-left,
.tax-say_sectors .main-content section.padding-large.diagonal-top-left-to-bottom-right {
  padding: 100px 30px !important;
}

.blog section.index-feed,
.archive section.index-feed {
  padding: 50px 30px 100px;
}
.blog .index-heading,
.archive .index-heading {
  text-align: center;
}
.blog .index-loop,
.archive .index-loop {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
}
.blog .index-loop > article,
.archive .index-loop > article {
  position: relative;
}
.blog .index-loop > article.type-post,
.archive .index-loop > article.type-post {
  width: 100%;
  max-width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .blog .index-loop > article.type-post,
  .archive .index-loop > article.type-post {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .blog .index-loop > article.type-post,
  .archive .index-loop > article.type-post {
    max-width: 33%;
  }
}
.blog .index-loop > article.type-post .post-thumbnail,
.blog .index-loop > article.type-post .default-image,
.archive .index-loop > article.type-post .post-thumbnail,
.archive .index-loop > article.type-post .default-image {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  aspect-ratio: 16/9;
  background: #878787;
}
.blog .index-loop > article.type-post .post-thumbnail img,
.blog .index-loop > article.type-post .default-image img,
.archive .index-loop > article.type-post .post-thumbnail img,
.archive .index-loop > article.type-post .default-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  filter: grayscale(1);
  transform: scale(1);
  transition: transform 200ms ease-in-out, filter 200ms ease-in-out;
}
.blog .index-loop > article.type-post .default-image,
.archive .index-loop > article.type-post .default-image {
  background-image: url(/wp-content/uploads/2022/02/saylogo.svg);
  background-color: #ffffff;
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(1);
  transform: scale(1);
  clip-path: none;
}
.blog .index-loop > article.type-post .default-image a,
.archive .index-loop > article.type-post .default-image a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.blog .index-loop > article.type-post .entry-meta h4,
.archive .index-loop > article.type-post .entry-meta h4 {
  color: #000;
}
.blog .index-loop > article.type-post .entry-meta .featured,
.archive .index-loop > article.type-post .entry-meta .featured {
  color: #ffffff;
  background: #000000;
  display: inline-block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "poppins", sans-serif;
  margin-bottom: 10px;
  position: absolute;
  top: 50px;
  left: 50px;
  pointer-events: none;
}
.blog .index-loop > article.type-post h2,
.archive .index-loop > article.type-post h2 {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--preset--font-size--large);
}
.blog .index-loop > article.type-post h2 > a,
.archive .index-loop > article.type-post h2 > a {
  color: #f96700;
  text-decoration: none;
}
.blog .index-loop > article.type-post:hover .post-thumbnail img,
.archive .index-loop > article.type-post:hover .post-thumbnail img {
  transform: scale(1.1);
  filter: grayscale(0);
}
.blog .index-loop > article.type-post:hover .default-image,
.archive .index-loop > article.type-post:hover .default-image {
  filter: grayscale(0);
}
.blog .index-loop > article.type-work,
.archive .index-loop > article.type-work {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .blog .index-loop > article.type-work,
  .archive .index-loop > article.type-work {
    max-width: 50%;
    padding: 15px 15px;
  }
}
.blog .index-loop > article.type-work .post-thumbnail,
.archive .index-loop > article.type-work .post-thumbnail {
  aspect-ratio: 16/9;
  display: flex;
  overflow: hidden;
  width: 100%;
  width: 100%;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  position: relative;
  margin-bottom: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
  filter: grayscale(1);
  transition: filter 200ms linear;
}
.blog .index-loop > article.type-work .post-thumbnail img,
.archive .index-loop > article.type-work .post-thumbnail img {
  width: 100%;
  transform: scale(1);
  transition: transform 200ms linear;
  object-fit: cover;
}
.blog .index-loop > article.type-work .entry-header,
.archive .index-loop > article.type-work .entry-header {
  padding: 10px 0;
}
.blog .index-loop > article.type-work .entry-header h2,
.archive .index-loop > article.type-work .entry-header h2 {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--preset--font-size--large);
}
.blog .index-loop > article.type-work .entry-header h2 a,
.archive .index-loop > article.type-work .entry-header h2 a {
  color: #f96700;
  text-decoration: none;
}
.blog .index-loop > article.type-work .entry-header .client-logo,
.archive .index-loop > article.type-work .entry-header .client-logo {
  height: 70px;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.blog .index-loop > article.type-work .entry-header .client-logo img,
.archive .index-loop > article.type-work .entry-header .client-logo img {
  max-height: 70px;
  max-width: 120px;
}
.blog .index-loop > article.type-work .entry-excerpt p:last-child,
.archive .index-loop > article.type-work .entry-excerpt p:last-child {
  margin-bottom: 0;
}
.blog .index-loop > article.type-work .entry-footer,
.archive .index-loop > article.type-work .entry-footer {
  padding: 30px 0 0;
  margin-top: auto;
}
.blog .index-loop > article.type-work:hover .post-thumbnail,
.archive .index-loop > article.type-work:hover .post-thumbnail {
  filter: grayscale(0);
}
.blog .index-loop > article.type-work:hover .post-thumbnail img,
.archive .index-loop > article.type-work:hover .post-thumbnail img {
  transform: scale(1.1);
}
@media (min-width: 768px) {
  .blog .index-loop.has_one_sticky .sticky,
  .archive .index-loop.has_one_sticky .sticky {
    max-width: 66%;
  }
}
@media (min-width: 768px) {
  .blog .index-loop.has_two_sticky .sticky,
  .archive .index-loop.has_two_sticky .sticky {
    max-width: 50%;
  }
}

.single article .entry-header:not(.related) {
  filter: grayscale(100%);
}
.single.single-post .article-wrapper, .single.single-careers .article-wrapper {
  margin: 50px 0 100px;
  padding: 30px;
}
.single.single-post .article-wrapper .container, .single.single-careers .article-wrapper .container {
  max-width: 1440px;
  width: 100%;
  margin: auto;
}
.single.single-post .article-wrapper .container .row, .single.single-careers .article-wrapper .container .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .single.single-post .article-wrapper .container .row, .single.single-careers .article-wrapper .container .row {
    flex-direction: row;
  }
}
.single.single-post .article-wrapper .container .row .entry-content, .single.single-careers .article-wrapper .container .row .entry-content {
  width: 100%;
}
@media (min-width: 768px) {
  .single.single-post .article-wrapper .container .row .entry-content, .single.single-careers .article-wrapper .container .row .entry-content {
    width: 70%;
    padding-right: 100px;
  }
}
.single.single-post .article-wrapper .container .row .entry-content > p a, .single.single-careers .article-wrapper .container .row .entry-content > p a {
  color: #f96700;
  text-decoration: none;
}
.single.single-post .article-wrapper .container .row .entry-content .date-author-meta, .single.single-careers .article-wrapper .container .row .entry-content .date-author-meta {
  font-weight: bold;
  border-bottom: 2px solid rgba(41, 41, 41, 0.25);
  margin-bottom: 30px;
}
.single.single-post .article-wrapper .container .row .entry-content .date-author-meta ul, .single.single-careers .article-wrapper .container .row .entry-content .date-author-meta ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}
.single.single-post .article-wrapper .container .row .entry-content .date-author-meta ul li, .single.single-careers .article-wrapper .container .row .entry-content .date-author-meta ul li {
  float: left;
  padding-right: 20px;
}
.single.single-post .article-wrapper .container .row .entry-content .entry-footer, .single.single-careers .article-wrapper .container .row .entry-content .entry-footer {
  padding: 30px 0;
  margin-top: 30px;
  border-top: 2px solid rgba(41, 41, 41, 0.25);
  float: left;
  width: 100%;
}
.single.single-post .article-wrapper .container .row .entry-content .entry-footer .cat-links,
.single.single-post .article-wrapper .container .row .entry-content .entry-footer .tags-links, .single.single-careers .article-wrapper .container .row .entry-content .entry-footer .cat-links,
.single.single-careers .article-wrapper .container .row .entry-content .entry-footer .tags-links {
  float: left;
  display: block;
  width: 100%;
  font-weight: 700;
}
.single.single-post .article-wrapper .container .row .entry-content .entry-footer .cat-links a,
.single.single-post .article-wrapper .container .row .entry-content .entry-footer .tags-links a, .single.single-careers .article-wrapper .container .row .entry-content .entry-footer .cat-links a,
.single.single-careers .article-wrapper .container .row .entry-content .entry-footer .tags-links a {
  color: #f96700;
  text-decoration: none;
}
.single.single-post .article-wrapper .container .row .entry-content .entry-footer .edit-link, .single.single-careers .article-wrapper .container .row .entry-content .entry-footer .edit-link {
  display: none;
}
.single.single-post .article-wrapper .container .row .entry-content .the_post_navigation_wrapper, .single.single-careers .article-wrapper .container .row .entry-content .the_post_navigation_wrapper {
  border-top: 2px solid rgba(41, 41, 41, 0.25);
  padding: 30px 0;
  float: left;
  width: 100%;
}
.single.single-post .article-wrapper .container .row .entry-content .the_post_navigation_wrapper a, .single.single-careers .article-wrapper .container .row .entry-content .the_post_navigation_wrapper a {
  font-weight: bold;
}
.single.single-post .article-wrapper .container .row .entry-content .comments-area, .single.single-careers .article-wrapper .container .row .entry-content .comments-area {
  border-top: 2px solid rgba(41, 41, 41, 0.25);
  padding: 30px 0;
  float: left;
  width: 100%;
}
.single.single-post .article-wrapper .container .row .entry-content .comments-area .form-submit .submit, .single.single-careers .article-wrapper .container .row .entry-content .comments-area .form-submit .submit {
  background-color: #f96700;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 20px;
  text-decoration: none;
}
.single.single-post .article-wrapper .container .row .entry-content .comments-area .form-submit .submit:hover, .single.single-careers .article-wrapper .container .row .entry-content .comments-area .form-submit .submit:hover {
  background-color: rgb(255, 131.8674698795, 45);
  transition: background-color 0.5s ease;
}
.single.single-post .article-wrapper .container .row .entry-content .the_related_title_wrapper, .single.single-careers .article-wrapper .container .row .entry-content .the_related_title_wrapper {
  border-top: 2px solid rgba(41, 41, 41, 0.25);
  padding: 30px 0;
  float: left;
  width: 100%;
}
.single.single-post .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop, .single.single-careers .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .single.single-post .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop, .single.single-careers .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop {
    flex-direction: row;
  }
}
.single.single-post .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop > article, .single.single-careers .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop > article {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .single.single-post .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop > article, .single.single-careers .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop > article {
    max-width: 50%;
  }
}
.single.single-post .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop > article .post-thumbnail, .single.single-careers .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop > article .post-thumbnail {
  display: block;
  overflow: hidden;
  padding-top: 66.25%;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
}
.single.single-post .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop > article .post-thumbnail img, .single.single-careers .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop > article .post-thumbnail img {
  height: 105%;
  width: auto;
  position: absolute;
  top: 50%;
  max-width: fit-content;
  left: 50%;
  transform: scale(130%) translate(-50%, -50%);
  transition: filter 1s, transform 0.5s; /* Animation */
  transform-origin: 15% 0;
}
.single.single-post .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop > article .entry-meta h5, .single.single-careers .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop > article .entry-meta h5 {
  color: #000;
  font-size: var(--wp--preset--font-size--x-large);
}
.single.single-post .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop > article h4, .single.single-careers .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop > article h4 {
  font-size: var(--wp--preset--font-size--xx-large);
}
.single.single-post .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop > article h4 a, .single.single-careers .article-wrapper .container .row .entry-content .the_related_title_wrapper .related-loop > article h4 a {
  color: #f96700;
  text-decoration: none;
}
.single.single-post .article-wrapper .container .row .sidebar, .single.single-careers .article-wrapper .container .row .sidebar {
  width: 100%;
  margin-top: 100px;
}
@media (min-width: 768px) {
  .single.single-post .article-wrapper .container .row .sidebar, .single.single-careers .article-wrapper .container .row .sidebar {
    width: 30%;
    margin-top: 0;
  }
}
.single.single-post .article-wrapper .container .row .sidebar aside, .single.single-careers .article-wrapper .container .row .sidebar aside {
  background-color: #f96700;
  padding: 30px;
}
.single.single-post .article-wrapper .container .row .sidebar aside ul, .single.single-careers .article-wrapper .container .row .sidebar aside ul {
  list-style: disc;
  margin-left: 0;
  padding-left: 20px;
}
.single.single-post .article-wrapper .container .row .sidebar aside ul li, .single.single-careers .article-wrapper .container .row .sidebar aside ul li {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.single.single-post .article-wrapper .container .row .sidebar aside ul li a, .single.single-careers .article-wrapper .container .row .sidebar aside ul li a {
  color: #ffffff;
  text-decoration: none;
}
.single.single-post .article-wrapper .container .row .sidebar aside ul.wp-block-latest-posts, .single.single-careers .article-wrapper .container .row .sidebar aside ul.wp-block-latest-posts {
  list-style: none;
  padding-left: 0;
}
.single.single-post .article-wrapper .container .row .sidebar aside ul.wp-block-latest-posts li, .single.single-careers .article-wrapper .container .row .sidebar aside ul.wp-block-latest-posts li {
  font-size: 1.5rem;
  border-bottom: 1px solid #ffffff;
  padding: 30px 0;
  display: flex;
  flex-direction: column-reverse;
}
.single.single-post .article-wrapper .container .row .sidebar aside ul.wp-block-latest-posts li time, .single.single-careers .article-wrapper .container .row .sidebar aside ul.wp-block-latest-posts li time {
  font-size: 1rem;
}
.single.single-post .article-wrapper .container .row .sidebar aside ul.wp-block-latest-posts li a:after, .single.single-careers .article-wrapper .container .row .sidebar aside ul.wp-block-latest-posts li a:after {
  display: block;
  content: "> Read more";
  float: left;
  width: 100%;
  color: #292929;
  margin: 10px 0;
  font-size: 1.25rem;
}
.single.single-post .article-wrapper .container .row .sidebar aside ul.wp-block-latest-posts li:last-child, .single.single-careers .article-wrapper .container .row .sidebar aside ul.wp-block-latest-posts li:last-child {
  border-bottom: 0px;
}
.single.single-work .client-logo {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 50px 30px 0 30px;
}
.single.single-work .client-logo img {
  max-height: 125px;
  max-width: 250px;
}
.single.single-work .logos-module .module-heading h2 {
  color: #292929;
}
.gform_wrapper {
  padding: 50px 30px;
}
.gform_wrapper .gform_heading {
  text-align: center;
}
.gform_wrapper .gform_heading,
.gform_wrapper form {
  width: min(100%, 1200px);
  margin-inline: auto;
}
.gform_wrapper .gform_heading .gform_body .gfield .ginput_container input[type=text], .gform_wrapper .gform_heading .gform_body .gfield .ginput_container input[type=email],
.gform_wrapper form .gform_body .gfield .ginput_container input[type=text],
.gform_wrapper form .gform_body .gfield .ginput_container input[type=email] {
  border-radius: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
}
.gform_wrapper .gform_heading .gform_body .gfield .ginput_container select,
.gform_wrapper form .gform_body .gfield .ginput_container select {
  border-radius: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
}
.gform_wrapper .gform_heading .gform_body .gfield .ginput_container textarea,
.gform_wrapper form .gform_body .gfield .ginput_container textarea {
  background-color: rgb(241, 241, 241);
  border-radius: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #000;
}
.gform_wrapper .gform_heading .gform_body .gfield .ginput_container.ginput_container_consent label,
.gform_wrapper form .gform_body .gfield .ginput_container.ginput_container_consent label {
  padding-left: 10px;
}
.gform_wrapper .gform_heading .gform_body .gfield .gfield_validation_message,
.gform_wrapper form .gform_body .gfield .gfield_validation_message {
  padding: 16px;
}
.gform_wrapper .gform_heading .gform_body .gfield_description,
.gform_wrapper form .gform_body .gfield_description {
  border: none !important;
  overflow: hidden !important;
}
.gform_wrapper .gform_heading .gform_body .gfield_description a,
.gform_wrapper form .gform_body .gfield_description a {
  color: #000;
}
.gform_wrapper .gform_heading .gform_footer input[type=submit],
.gform_wrapper form .gform_footer input[type=submit] {
  background-color: #e05801;
  color: #fff;
  padding: 10px 30px;
  border: none;
  border-radius: 20px;
  text-decoration: none;
  width: min(100%, 300px);
  display: block;
  text-align: center;
}
.gform_wrapper .gform_validation_errors {
  width: min(100%, 1200px) !important;
  margin-inline: auto;
  margin-bottom: 50px !important;
}
.gform_wrapper .ginput_complex label {
  opacity: 0.5;
}

article.page-about-us .entry-title:before {
  content: url("/wp-content/uploads/2022/02/saylogo.svg");
  width: 100%;
  max-width: 200px;
  display: block;
  margin-inline: auto;
  filter: brightness(0) invert(1);
}

section.module.remove-paddingbottom {
  padding-bottom: 0 !important;
}

section.tax-module.saysector_tax__work_heading, section.tax-module.saysector_tax__work_description {
  text-align: center;
}
section.tax-module.saysector_tax__work_heading + .index-feed {
  padding-top: 0;
}
section.tax-module.saysector_tax__work_description {
  background-color: #f96700;
  color: #ffffff;
}
section.tax-module.saysector_tax__work_description ul {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
section.tax-module.sectors-module {
  padding-top: 0 !important;
}

.error404 section.error-404 .page-header {
  filter: none;
  max-height: 600px;
}
.error404 section.error-404 .page-header .page-title {
  font-size: 4rem;
}
.error404 section.error-404 .page-content {
  margin: 100px 0 200px;
  padding: 30px;
}
.error404 section.error-404 .page-content > div {
  width: min(100%, 1440px);
  margin-inline: auto;
}
.error404 section.error-404 .page-content > div .recent-posts {
  display: flex;
  padding: 50px 0;
  flex-direction: column;
}
@media (min-width: 768px) {
  .error404 section.error-404 .page-content > div .recent-posts {
    flex-direction: row;
  }
}
.error404 section.error-404 .page-content > div .recent-posts > div {
  width: 100%;
}
.error404 section.error-404 .page-content > div .recent-posts > div ul {
  margin-left: 0;
  list-style: none;
  padding-left: 0;
  padding-right: 25px;
}
.error404 section.error-404 .page-content > div .recent-posts > div ul li {
  margin-bottom: 15px;
}
.error404 section.error-404 .page-content > div .recent-posts > div ul a {
  color: #f96700;
  text-decoration: none;
  display: block;
}

.home .wp-block-video {
  background-color: #000;
  display: flex;
  justify-content: center;
}
.home .wp-block-video video {
  max-height: 800px;
  height: 100vh;
  vertical-align: middle;
  width: auto;
  mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 12%, black 88%, transparent 100%);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .home .wp-block-video {
    position: relative;
    aspect-ratio: 6/5;
  }
  .home .wp-block-video video {
    position: absolute;
    height: 100%;
    object-fit: cover;
    z-index: 5;
  }
}

/* Modules/Blocks
--------------------------------------------- */
/** @format */
section.module-text-block {
  text-align: center;
  background-size: cover;
  display: flex;
}
section.module-text-block .tbm-content ul {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  list-style-position: inside;
  padding-left: 0;
  text-align: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.module-text-block .tbm-content ul li {
  text-align: center;
}
section.module-text-block .tbm-content ul li::marker {
  color: #f96700;
}
section.module-text-block .row .tbm-heading {
  margin-bottom: 30px;
}
section.module-text-block .row .tbm-heading:last-child {
  margin-bottom: 0;
}
section.module-text-block .row.animate-dom {
  opacity: 0;
}
section.module-text-block .row.animate__animated {
  animation-duration: 1s;
  animation-name: fadeInDown;
}
section.module-text-block .tbm_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background-size: cover;
  background-position: center;
  z-index: -1;
  background-color: #ffffff;
  filter: grayscale(100%);
}
section.module-text-block .tbm_background:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.module-text-block.diagonal-top-right-to-bottom-left .tbm_background, section.module-text-block.diagonal-top-left-to-bottom-right .tbm_background {
  top: -100px;
  height: calc(100% + 100px);
}
section.module-text-block.diagonal-top-right-to-bottom-left .tbm_background {
  clip-path: polygon(0 100px, 100% 50px, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  section.module-text-block.diagonal-top-right-to-bottom-left .tbm_background {
    clip-path: polygon(0 150px, 100% 50px, 100% 100%, 0 100%);
  }
}
section.module-text-block.diagonal-top-left-to-bottom-right .tbm_background {
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  section.module-text-block.diagonal-top-left-to-bottom-right .tbm_background {
    clip-path: polygon(0% 0%, 100% 100px, 100% 100%, 0% 100%);
  }
}
section.module-text-block + .work-quote-module.diagonal-top-left-to-bottom-right, section.module-text-block + .work-quote-module.diagonal-top-right-to-bottom-left {
  margin-top: 200px;
  padding-top: 0;
}
section.module-text-block + .work-quote-module.diagonal-top-left-to-bottom-right .container, section.module-text-block + .work-quote-module.diagonal-top-right-to-bottom-left .container {
  transform: translateY(-25px);
}
section.module-text-block:last-child {
  padding-bottom: 200px !important;
}
section.module-text-block:last-child.padding-large {
  padding-bottom: 250px !important;
}
section.module-text-block.module_bk-light .tbm_background:after {
  background: rgba(255, 255, 255, 0.5);
}
section.module-text-block.module_bk-dark {
  color: #ffffff;
}
section.module-text-block.module_bk-dark p > a {
  color: #f96700;
}
section.module-text-block.module_bk-dark .tbm_background {
  background-color: #292929;
}
section.module-text-block.module_bk-dark a.btn {
  color: #ffffff;
}
section.module-text-block.overlay-image.module_bk-dark .tbm_background:after {
  background-color: rgba(0, 0, 0, 0.5);
}
section.module-text-block.overlay-image.module_bk-white .tbm_background:after {
  background-color: rgba(255, 255, 255, 0.75);
}
section.module-text-block + section.diagonal-top-left-to-bottom-right, section.module-text-block + section.diagonal-top-right-to-bottom-left {
  z-index: 10;
}
section.module-text-block + section.full-page-promo-banner-module {
  margin-top: 60px;
}
@media (min-width: 992px) {
  section.module-text-block + section.full-page-promo-banner-module {
    margin-top: 30px;
  }
}
section.module-text-block + .sectors-module {
  padding: 0px !important;
  z-index: 100 !important;
}
section.module-text-block + .block-logos-module {
  z-index: 100 !important;
}

/** @format */
.module-split-content {
  background: rgb(255, 255, 255);
  overflow: hidden;
}
.module-split-content .spcm_wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .module-split-content .spcm_wrapper {
    flex-direction: row;
  }
}
.module-split-content .spcm_wrapper .spcm_column {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .module-split-content .spcm_wrapper .spcm_column {
    width: 50%;
    padding: 0 40px;
  }
}
.module-split-content .spcm_wrapper .spcm_column .spcm_image {
  aspect-ratio: 3/2;
  position: relative;
  width: 100%;
}
.module-split-content .spcm_wrapper .spcm_column .spcm_image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.module-split-content .spcm_wrapper .spcm_column .content {
  padding: 30px 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .module-split-content .spcm_wrapper .spcm_column .content {
    max-width: 80%;
  }
}
.module-split-content .spcm_wrapper .spcm_column .content h2 {
  font-size: var(--wp--preset--font-size--large);
  color: #f96700;
}
@media (min-width: 768px) {
  .module-split-content .spcm_wrapper .spcm_column .content h2 {
    font-size: clamp(3rem, -0.321rem + 5.36vw, 4.5rem);
  }
}
.module-split-content .spcm_wrapper .spcm_column .content ul {
  margin-left: 0;
  padding-left: 20px;
}
.module-split-content .spcm_wrapper .spcm_column .content ul li a {
  color: #f96700;
}
.module-split-content .spcm_wrapper .spcm_column .content ul li::marker {
  color: #f96700;
}
.module-split-content .spcm_wrapper .spcm_column .content a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .module-split-content .spcm_wrapper .spcm_column.spcm_leftcolumn {
    border-right: 1px solid #f96700;
  }
}
.module-split-content .spcm_wrapper.animate-dom {
  opacity: 0;
}
.module-split-content .spcm_wrapper.animate__animated {
  animation-duration: 1s;
  animation-name: fadeInDown;
}
.module-split-content .spcm_background {
  background: rgb(217, 217, 217);
  background: linear-gradient(180deg, rgb(217, 217, 217) 200px, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  clip-path: polygon(0% 200px, 100% 100px, 100% 100%, 0% 100%);
  overflow: hidden;
  transform: translateZ(0);
}
.module-split-content + section {
  z-index: 10;
}

/** @format */
.recent-work-module {
  position: relative;
  background-color: transparent;
}
.recent-work-module .rwm_heading {
  text-align: center;
  max-width: 1000px;
  margin-inline: auto;
  width: 100%;
}
.recent-work-module .rwm_heading h2 {
  text-align: center;
  color: #f96700;
}
.recent-work-module .rwm_heading a {
  color: #f96700 !important;
}
.recent-work-module .rwm_feed {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  align-content: stretch;
  position: relative;
  top: 50px;
  max-width: 576px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .recent-work-module .rwm_feed {
    max-width: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .recent-work-module .rwm_feed {
    margin-left: calc(-720px + 50%);
    margin-right: calc(-720px + 50%);
    max-width: 1440px;
  }
}
.recent-work-module .rwm_feed > div {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  aspect-ratio: 3/2;
  background: #000;
}
@media (min-width: 768px) {
  .recent-work-module .rwm_feed > div {
    max-width: 50%;
    aspect-ratio: 9/16;
  }
}
@media (min-width: 992px) {
  .recent-work-module .rwm_feed > div {
    max-width: 25%;
    aspect-ratio: 9/16;
  }
}
.recent-work-module .rwm_feed > div .rwm_each_container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}
.recent-work-module .rwm_feed > div .rwm_each_container > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  transform: translateZ(0) scale(1);
  transition: filter 1s, transform 0.5s; /* Animation */
  filter: grayscale(1); /* Chrome 19+ & Safari 6+ */
}
.recent-work-module .rwm_feed > div .rwm_each_container > a {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recent-work-module .rwm_feed > div .rwm_each_container .rwm_each_header {
  position: relative;
  z-index: 10;
  min-height: 33%;
  color: #ffffff;
  padding: 30px 30px 100px 30px;
}
.recent-work-module .rwm_feed > div .rwm_each_container .rwm_each_header h3 {
  position: relative;
  z-index: 10;
  color: #f96700;
}
.recent-work-module .rwm_feed > div .rwm_each_container .rwm_each_header:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  clip-path: polygon(0 0, 100% 0, 100% 100px, 0 100%);
  transform: translateZ(0);
}
.recent-work-module .rwm_feed > div:hover img {
  transform: translateZ(0) scale(1.1);
  filter: grayscale(0%);
}
.recent-work-module .rwm_feed > div:nth-child(even) {
  position: relative;
}
@media (min-width: 768px) {
  .recent-work-module .rwm_feed > div:nth-child(even) {
    top: 60px;
  }
}
.recent-work-module .rwm_feed > div:nth-child(even) .rwm_each_container {
  justify-content: flex-end;
}
.recent-work-module .rwm_feed > div:nth-child(even) .rwm_each_container .rwm_each_header {
  padding: 100px 30px 30px 30px;
}
.recent-work-module .rwm_feed > div:nth-child(even) .rwm_each_container .rwm_each_header:after {
  clip-path: polygon(0 0, 100% 100px, 100% 100%, 0 100%);
  padding-top: 50px;
}
.recent-work-module .rwm_feed.animate-dom > div {
  opacity: 0;
  transform: translate3d(0, -10%, 0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.recent-work-module .rwm_feed.animate-dom > div:nth-child(1) {
  transition-delay: 0.15s;
}
.recent-work-module .rwm_feed.animate-dom > div:nth-child(2) {
  transition-delay: 0.3s;
}
.recent-work-module .rwm_feed.animate-dom > div:nth-child(3) {
  transition-delay: 0.45s;
}
.recent-work-module .rwm_feed.animate-dom > div:nth-child(4) {
  transition-delay: 0.6s;
}
.recent-work-module .rwm_feed.animate__animated > div {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.recent-work-module .rwm_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
}
.recent-work-module.diag-colourbk-grey-to-white .rwm_background {
  background: rgb(217, 217, 217);
  background: linear-gradient(180deg, rgb(217, 217, 217) 0%, rgb(255, 255, 255) 300px);
}
.recent-work-module.diagonal-top-right-to-bottom-left .rwm_background, .recent-work-module.diagonal-top-left-to-bottom-right .rwm_background {
  top: -50px;
  height: calc(100% + 100px);
}
.recent-work-module.diagonal-top-right-to-bottom-left .rwm_background {
  clip-path: polygon(0 100px, 100% 50px, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .recent-work-module.diagonal-top-right-to-bottom-left .rwm_background {
    clip-path: polygon(0 150px, 100% 50px, 100% 100%, 0 100%);
  }
}
.recent-work-module.diagonal-top-left-to-bottom-right .rwm_background {
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .recent-work-module.diagonal-top-left-to-bottom-right .rwm_background {
    clip-path: polygon(0% 0%, 100% 100px, 100% 100%, 0% 100%);
  }
}
.recent-work-module:last-child {
  padding-bottom: 300px !important;
}
.recent-work-module + .module {
  padding-top: 200px !important;
}
.recent-work-module + .full-page-promo-banner-module {
  padding-top: 100px !important;
}
.recent-work-module + .services-module {
  padding-top: 100px !important;
  margin-top: 200px !important;
}
.recent-work-module + .sectors-module {
  padding-top: 100px !important;
}
.recent-work-module + .sectors-module:not(.diagonal-top-right-to-bottom-left,
.diagonal-top-left-to-bottom-right) .sectorsm_background {
  display: none;
}

/** @format */
.full-page-promo-banner-module {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 10vh;
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .full-page-promo-banner-module {
    min-height: 50vh;
  }
}
.full-page-promo-banner-module .fppb_wrapper {
  padding: 200px 0;
}
.full-page-promo-banner-module h2 {
  font-size: var(--wp--preset--font-size--large);
}
@media (min-width: 768px) {
  .full-page-promo-banner-module h2 {
    font-size: var(--wp--preset--font-size--display-large);
  }
}
.full-page-promo-banner-module h2.animate-dom {
  opacity: 0;
}
.full-page-promo-banner-module h2.animate__animated {
  animation-name: fadeIn;
}
.full-page-promo-banner-module .promo-subtitle {
  font-family: noto-serif-extracondensed, serif;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--large);
  font-style: italic;
}
.full-page-promo-banner-module .promo-subtitle.animate-dom {
  opacity: 0;
}
.full-page-promo-banner-module .promo-subtitle.animate__animated {
  animation-name: fadeIn;
}
.full-page-promo-banner-module .fppbm_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background-size: cover;
  background-position: center;
}
.full-page-promo-banner-module.diagonal-top-right-to-bottom-left .fppbm_background, .full-page-promo-banner-module.diagonal-top-left-to-bottom-right .fppbm_background {
  top: -50px;
  height: calc(100% + 100px);
}
.full-page-promo-banner-module.diagonal-top-right-to-bottom-left .fppbm_background {
  clip-path: polygon(0 100px, 100% 50px, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .full-page-promo-banner-module.diagonal-top-right-to-bottom-left .fppbm_background {
    clip-path: polygon(0 150px, 100% 50px, 100% 100%, 0 100%);
  }
}
.full-page-promo-banner-module.diagonal-top-left-to-bottom-right .fppbm_background {
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .full-page-promo-banner-module.diagonal-top-left-to-bottom-right .fppbm_background {
    clip-path: polygon(0% 0%, 100% 100px, 100% 100%, 0% 100%);
  }
}
.full-page-promo-banner-module.module_bk-light h2,
.full-page-promo-banner-module.module_bk-light .promo-subtitle {
  color: #000000;
  text-shadow: 0px 3px 8px #fff;
}
.full-page-promo-banner-module.module_bk-dark h2,
.full-page-promo-banner-module.module_bk-dark .promo-subtitle {
  color: #ffffff;
  text-shadow: 0px 3px 8px #000000;
}
.full-page-promo-banner-module + .recent-work-module.diagonal-top-right-to-bottom-left .rwm_background, .full-page-promo-banner-module + .recent-work-module.diagonal-top-left-to-bottom-right .rwm_background {
  top: -50px;
  height: calc(100% + 100px);
}
.full-page-promo-banner-module + .sectors-module.overlay-true .sectors-header {
  padding-top: 200px;
}
.full-page-promo-banner-module + section {
  z-index: 10;
}
@media (min-width: 992px) {
  .full-page-promo-banner-module + section.recent-work-module {
    padding-top: 100px !important;
  }
}

/** @format */
.columned-text-block-module {
  display: flex;
  flex-direction: column;
}
.columned-text-block-module .module-heading {
  text-align: center;
}
.columned-text-block-module .module-heading h2 {
  padding-top: 50px;
  color: #f96700;
}
.columned-text-block-module .columned-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 50px 0;
}
.columned-text-block-module .columned-wrapper > div {
  max-width: 100%;
  width: 100%;
  padding: 30px;
}
@media (min-width: 768px) {
  .columned-text-block-module .columned-wrapper > div {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .columned-text-block-module .columned-wrapper > div {
    max-width: 33%;
  }
}
.columned-text-block-module .columned-wrapper > div h3 {
  color: #f96700;
}
.columned-text-block-module .columned-wrapper > div ul {
  margin-left: 0;
}
.columned-text-block-module .columned-wrapper > div ul li::marker {
  color: #f96700;
}
.columned-text-block-module .columned-wrapper:last-child {
  margin-bottom: 0;
}
.columned-text-block-module .ctbm_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #ffffff;
  transform: translateZ(0);
}
.columned-text-block-module.diag-colourbk-grey-to-white .ctbm_background {
  background: rgb(217, 217, 217);
  background: linear-gradient(180deg, rgb(217, 217, 217) 0%, rgb(255, 255, 255) 300px);
}
.columned-text-block-module.diagonal-top-right-to-bottom-left .module-heading h2, .columned-text-block-module.diagonal-top-left-to-bottom-right .module-heading h2 {
  padding-top: 0px;
}
.columned-text-block-module.diagonal-top-right-to-bottom-left .ctbm_background, .columned-text-block-module.diagonal-top-left-to-bottom-right .ctbm_background {
  top: -50px;
  height: calc(100% + 100px);
}
.columned-text-block-module.diagonal-top-right-to-bottom-left .ctbm_background {
  clip-path: polygon(0 100px, 100% 50px, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .columned-text-block-module.diagonal-top-right-to-bottom-left .ctbm_background {
    clip-path: polygon(0 150px, 100% 50px, 100% 100%, 0 100%);
  }
}
.columned-text-block-module.diagonal-top-left-to-bottom-right .ctbm_background {
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .columned-text-block-module.diagonal-top-left-to-bottom-right .ctbm_background {
    clip-path: polygon(0% 0%, 100% 100px, 100% 100%, 0% 100%);
  }
}
.columned-text-block-module + section {
  z-index: 20;
}

/** @format */
section.sectors-module {
  padding: 50px 0 0 0 !important;
}
section.sectors-module .sectors-header,
section.sectors-module .sectors-wrapper {
  position: relative;
  z-index: 1;
}
section.sectors-module .sectors-header {
  padding: 50px 30px 25px;
}
section.sectors-module .sectors-header + .sectors-wrapper {
  padding-top: 0;
}
section.sectors-module .module-heading {
  text-align: center;
}
section.sectors-module .module-heading h2 {
  color: #f96700;
}
section.sectors-module .module-heading.max1000 {
  width: min(100%, 1000px);
  margin-inline: auto;
}
section.sectors-module .sectors-wrapper {
  width: min(100%, 1440px);
  margin-inline: auto;
  padding: 50px 30px;
}
section.sectors-module .sector_feed {
  display: grid;
  grid-template-columns: 1fr;
  place-items: start;
  background-color: #000000;
  max-width: 576px;
  margin: auto;
}
@media (min-width: 768px) {
  section.sectors-module .sector_feed {
    grid-template-columns: 1fr 1fr;
    max-width: 1440px;
  }
}
@media (min-width: 1200px) {
  section.sectors-module .sector_feed {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
section.sectors-module .sector_feed > div {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
}
@media (min-width: 768px) {
  section.sectors-module .sector_feed > div {
    aspect-ratio: 1;
  }
}
section.sectors-module .sector_feed > div {
  cursor: pointer;
}
section.sectors-module .sector_feed > div .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
section.sectors-module .sector_feed > div .content .sector_feed_each_header {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  padding: 30px;
  min-height: 50%;
}
section.sectors-module .sector_feed > div .content .sector_feed_each_header h3 {
  color: #f96700;
}
@media (min-width: 1400px) {
  section.sectors-module .sector_feed > div .content .sector_feed_each_header p {
    font-size: clamp(0.8rem, -1.3rem + 2.4vw, 1.1rem);
  }
}
section.sectors-module .sector_feed > div .content > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
section.sectors-module .sector_feed > div .content img {
  object-fit: cover;
  height: 101%;
  width: 101%;
  position: absolute;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1.1);
  transition: filter 1s, transform 0.5s; /* Animation */
  filter: grayscale(1);
}
section.sectors-module .sector_feed > div .content:before {
  content: "";
  position: absolute;
  left: 0;
  width: 101%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 66%, 0% 44%);
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
@media (min-width: 992px) {
  section.sectors-module .sector_feed > div .content:before {
    height: 75%;
  }
}
@media (min-width: 1200px) {
  section.sectors-module .sector_feed > div .content:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 77%, 0% 55%);
  }
}
@media (min-width: 1400px) {
  section.sectors-module .sector_feed > div .content:before {
    clip-path: polygon(0% 0%, 100% 0%, 100% 82%, 0% 60%);
  }
}
section.sectors-module .sector_feed > div:nth-child(odd) .sector_feed_each_header {
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section.sectors-module .sector_feed > div:nth-child(odd) .content:before {
  clip-path: polygon(0 44%, 100% 66%, 100% 100%, 0% 100%);
}
@media (min-width: 1200px) {
  section.sectors-module .sector_feed > div:nth-child(odd) .content:before {
    clip-path: polygon(0 23%, 100% 45%, 100% 100%, 0% 100%);
  }
}
section.sectors-module .sector_feed > div:nth-child(odd) .content:before {
  bottom: 0;
}
section.sectors-module .sector_feed > div:hover .content img {
  backface-visibility: hidden;
  transform: translateZ(0) scale(1.2);
  filter: grayscale(1);
}
section.sectors-module .sector_feed.animate-dom > div {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
section.sectors-module .sector_feed.animate__animated > div {
  opacity: 1;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(1) {
  transition-delay: 0.1s;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(2) {
  transition-delay: 0.2s;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(3) {
  transition-delay: 0.3s;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(4) {
  transition-delay: 0.4s;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(5) {
  transition-delay: 0.5s;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(6) {
  transition-delay: 0.6s;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(7) {
  transition-delay: 0.7s;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(8) {
  transition-delay: 0.8s;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(9) {
  transition-delay: 0.9s;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(10) {
  transition-delay: 1s;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(11) {
  transition-delay: 1.1s;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(12) {
  transition-delay: 1.2s;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(13) {
  transition-delay: 1.3s;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(14) {
  transition-delay: 1.4s;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(15) {
  transition-delay: 1.5s;
}
section.sectors-module .sector_feed.animate__animated > div:nth-child(16) {
  transition-delay: 1.6s;
}
section.sectors-module:last-child {
  position: relative;
  margin-bottom: 250px !important;
}
section.sectors-module > .sectorsm_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  transform: translateZ(0);
}
section.sectors-module.overlay-true .sectors-header {
  position: absolute;
  padding-top: 50px;
  bottom: 100%;
  width: 100%;
}
section.sectors-module.overlay-true:not(.diagonal-top-right-to-bottom-left,
.diagonal-top-left-to-bottom-right) .sectors-header {
  background: rgb(217, 217, 217);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
}
section.sectors-module.diagonal-top-right-to-bottom-left .sectorsm_background, section.sectors-module.diagonal-top-left-to-bottom-right .sectorsm_background {
  top: -50px;
  height: calc(100% + 100px);
}
section.sectors-module.diagonal-top-right-to-bottom-left .sectorsm_background {
  clip-path: polygon(0 100px, 100% 50px, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  section.sectors-module.diagonal-top-right-to-bottom-left .sectorsm_background {
    clip-path: polygon(0 150px, 100% 50px, 100% 100%, 0 100%);
  }
}
section.sectors-module.diagonal-top-left-to-bottom-right .sectorsm_background {
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  section.sectors-module.diagonal-top-left-to-bottom-right .sectorsm_background {
    clip-path: polygon(0% 0%, 100% 100px, 100% 100%, 0% 100%);
  }
}
section.sectors-module + .module-text-block {
  z-index: 20;
}
section.sectors-module + .recent-work-module {
  padding-top: 25px !important;
}
section.sectors-module + .block-logos-module {
  padding-top: 0px !important;
}
section.sectors-module + .services-module.diagonal-top-right-to-bottom-left, section.sectors-module + .services-module.diagonal-top-left-to-bottom-right {
  margin-top: 50px !important;
}

/** @format */
section.services-module {
  position: relative;
  color: #ffffff;
  padding: 50px 30px 0 !important;
  display: flex;
}
section.services-module .module-heading {
  text-align: center;
}
section.services-module .services-wrapper .services_feed {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
  justify-content: flex-start;
  align-items: stretch;
}
section.services-module .services-wrapper .services_feed > div {
  padding: 30px 15px;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  section.services-module .services-wrapper .services_feed > div {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  section.services-module .services-wrapper .services_feed > div {
    max-width: 33%;
  }
}
section.services-module .services-wrapper .services_feed > div .top_content {
  padding-bottom: 10px;
}
section.services-module .services-wrapper .services_feed > div .btn-white {
  background-color: #ffffff;
  color: #f96700;
}
section.services-module .services-wrapper .services_feed.animate-dom > div {
  opacity: 0;
  transform: translate3d(0, -10%, 0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(1) {
  transition-delay: 0.15s;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(2) {
  transition-delay: 0.3s;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(3) {
  transition-delay: 0.45s;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(4) {
  transition-delay: 0.6s;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(5) {
  transition-delay: 0.75s;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(6) {
  transition-delay: 0.9s;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(7) {
  transition-delay: 1.05s;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(8) {
  transition-delay: 1.2s;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(9) {
  transition-delay: 1.35s;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(10) {
  transition-delay: 1.5s;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(11) {
  transition-delay: 1.65s;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(12) {
  transition-delay: 1.8s;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(13) {
  transition-delay: 1.95s;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(14) {
  transition-delay: 2.1s;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(15) {
  transition-delay: 2.25s;
}
section.services-module .services-wrapper .services_feed.animate-dom > div:nth-child(16) {
  transition-delay: 2.4s;
}
section.services-module .services-wrapper .services_feed.animate__animated > div {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
section.services-module > .servicesm_background {
  background-color: #f96700;
  background-image: url("../img/service_background-100.jpg");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
  overflow: hidden;
  transform: translateZ(0);
}
section.services-module.diagonal-top-right-to-bottom-left, section.services-module.diagonal-top-left-to-bottom-right {
  padding-top: 100px !important;
}
section.services-module.diagonal-top-right-to-bottom-left .servicesm_background, section.services-module.diagonal-top-left-to-bottom-right .servicesm_background {
  top: -50px;
  height: calc(100% + 150px);
}
section.services-module.diagonal-top-right-to-bottom-left .servicesm_background {
  clip-path: polygon(0 100px, 100% 50px, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  section.services-module.diagonal-top-right-to-bottom-left .servicesm_background {
    clip-path: polygon(0 150px, 100% 50px, 100% 100%, 0 100%);
  }
}
section.services-module.diagonal-top-left-to-bottom-right .servicesm_background {
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  section.services-module.diagonal-top-left-to-bottom-right .servicesm_background {
    clip-path: polygon(0% 0%, 100% 100px, 100% 100%, 0% 100%);
  }
}
section.services-module + .recent-work-module.diagonal-top-right-to-bottom-left .rwm_background {
  clip-path: polygon(0 100px, 100% 0px, 100% 100%, 0 100%);
}
section.services-module + .recent-work-module.diagonal-top-left-to-bottom-right .rwm_background {
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
section.services-module + .recent-work-module.diagonal-top-right-to-bottom-left .rwm_background, section.services-module + .recent-work-module.diagonal-top-left-to-bottom-right .rwm_background {
  top: 0px;
  height: calc(100% + 100px);
}
section.services-module + .sectors-module.overlay-true {
  margin-top: 100px;
}
section.services-module + section {
  z-index: 10;
  padding-top: 100px !important;
}
section.services-module + .module-text-block.diagonal-top-right-to-bottom-left .tbm_background, section.services-module + .module-text-block.diagonal-top-left-to-bottom-right .tbm_background {
  top: 0px;
  height: calc(100% + 100px);
}

/** @format */
.logos-module .module-heading {
  text-align: center;
}
.logos-module .module-heading h2 {
  color: #f96700;
}
.logos-module .logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  justify-content: center;
  align-items: center;
}
.logos-module .logo-wrapper > div {
  max-width: 50%;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .logos-module .logo-wrapper > div {
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .logos-module .logo-wrapper > div {
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .logos-module .logo-wrapper > div {
    max-width: 16%;
  }
}
.logos-module .logo-wrapper > div .img-wrapper {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  max-height: 100px;
}
.logos-module .logo-wrapper > div .img-captions {
  margin-top: 30px;
  text-align: center;
}
.logos-module .logo-wrapper > div .img-captions h3 {
  font-size: var(--wp--preset--font-size--large);
}
.logos-module .logo-wrapper > div .img-captions h4 {
  font-size: var(--wp--preset--font-size--medium);
  color: #f96700;
}
.logos-module .logo-wrapper > div img {
  filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
  transition: filter 0.5s; /* Animation */
}
.logos-module .logo-wrapper > div:hover img {
  filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
}
.logos-module .logo-wrapper.animate-dom {
  opacity: 0;
}
.logos-module .logo-wrapper.animate__animated {
  animation-name: fadeIn;
}
.logos-module:last-child .logo-wrapper {
  margin-bottom: 100px;
}
.logos-module .logosm_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  transform: translateZ(0);
}
.logos-module.diagonal-top-right-to-bottom-left .logosm_background, .logos-module.diagonal-top-left-to-bottom-right .logosm_background {
  top: -50px;
  height: calc(100% + 100px);
  background: rgb(217, 217, 217);
  background: linear-gradient(180deg, rgb(217, 217, 217) 200px, rgb(255, 255, 255) 100%);
}
.logos-module.diagonal-top-right-to-bottom-left .logosm_background {
  clip-path: polygon(0 100px, 100% 50px, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .logos-module.diagonal-top-right-to-bottom-left .logosm_background {
    clip-path: polygon(0 150px, 100% 50px, 100% 100%, 0 100%);
  }
}
.logos-module.diagonal-top-left-to-bottom-right .logosm_background {
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .logos-module.diagonal-top-left-to-bottom-right .logosm_background {
    clip-path: polygon(0% 0%, 100% 100px, 100% 100%, 0% 100%);
  }
}

/** @format */
.module-eq-text-image-block {
  display: flex;
  max-width: 2000px;
  margin: 0 auto;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .module-eq-text-image-block {
    flex-direction: row;
  }
}
.module-eq-text-image-block > div {
  width: 100%;
  min-height: 30vh;
}
@media (min-width: 992px) {
  .module-eq-text-image-block > div {
    width: 50%;
  }
}
.module-eq-text-image-block.row-reverse {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .module-eq-text-image-block.row-reverse {
    flex-direction: row-reverse;
  }
}
.module-eq-text-image-block .eqti-text {
  padding: 50px 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .module-eq-text-image-block .eqti-text {
    min-height: 50vh;
    padding: 50px 100px;
  }
}
.module-eq-text-image-block .eqti-text h2 {
  color: #f96700;
}
.module-eq-text-image-block .eqti-image {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: stretch;
  overflow: hidden;
  background-color: #292929;
}
.module-eq-text-image-block .eqti-image img {
  object-fit: cover;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.module-eq-text-image-block.greyscale-image .eqti-image {
  filter: grayscale(1);
}

/** @format */
.work-results-module {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #ffffff;
}
.work-results-module .wrm_wrapper {
  padding: 150px 30px 150px 30px;
}
.work-results-module .wrm_results {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  align-items: stretch;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .work-results-module .wrm_results {
    flex-direction: row;
  }
}
.work-results-module .wrm_results .wrm_results_each {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ffffff;
  padding: 0 40px;
  width: 100%;
  margin-bottom: 30px;
}
.work-results-module .wrm_results .wrm_results_each .eachr-figure {
  color: #ffe100;
  clear: both;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 5rem;
  line-break: anywhere;
  line-height: 1;
  padding-bottom: 10px;
}
.work-results-module .wrm_results .wrm_results_each .eachr-text {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .work-results-module .wrm_results .wrm_results_each {
    width: 50%;
    border-right: 1px solid #ffffff;
    border-bottom: 0px;
  }
  .work-results-module .wrm_results .wrm_results_each:nth-child(2n+2), .work-results-module .wrm_results .wrm_results_each:last-child {
    border-right: 0px;
  }
}
@media (min-width: 992px) {
  .work-results-module .wrm_results .wrm_results_each {
    width: 33%;
    border-right: 1px solid #ffffff;
  }
  .work-results-module .wrm_results .wrm_results_each:nth-child(2n+2), .work-results-module .wrm_results .wrm_results_each:last-child {
    border-right: 1px solid #ffffff;
  }
  .work-results-module .wrm_results .wrm_results_each:nth-child(4n+4), .work-results-module .wrm_results .wrm_results_each:last-child {
    border-right: 0px;
  }
  .work-results-module .wrm_results .wrm_results_each:first-child:nth-last-child(n+3), .work-results-module .wrm_results .wrm_results_each:first-child:nth-last-child(n+3) ~ div {
    width: 25%;
  }
}
.work-results-module .wrm_results .wrm_results_each:last-child {
  border-bottom: 0px;
}
.work-results-module .wrm_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background-size: cover;
  background-position: center;
}
.work-results-module .wrm_background:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.work-results-module.diagonal-top-right-to-bottom-left .wrm_background, .work-results-module.diagonal-top-left-to-bottom-right .wrm_background {
  top: -50px;
  height: calc(100% + 100px);
}
.work-results-module.diagonal-top-right-to-bottom-left .wrm_background {
  clip-path: polygon(0 100px, 100% 50px, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .work-results-module.diagonal-top-right-to-bottom-left .wrm_background {
    clip-path: polygon(0 150px, 100% 50px, 100% 100%, 0 100%);
  }
}
.work-results-module.diagonal-top-left-to-bottom-right .wrm_background {
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .work-results-module.diagonal-top-left-to-bottom-right .wrm_background {
    clip-path: polygon(0% 0%, 100% 100px, 100% 100%, 0% 100%);
  }
}
.work-results-module + .recent-work-module.diagonal-top-right-to-bottom-left .rwm_background, .work-results-module + .recent-work-module.diagonal-top-left-to-bottom-right .rwm_background {
  top: -200px;
  height: calc(100% + 100px);
}
.work-results-module + section {
  z-index: 20;
}

/** @format */
.work-quote-module {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 10vh;
  position: relative;
}
@media (min-width: 768px) {
  .work-quote-module {
    min-height: 50vh;
  }
}
.work-quote-module .fppb_wrapper {
  padding: 100px 0 150px 0;
}
@media (min-width: 768px) {
  .work-quote-module .fppb_wrapper {
    padding: 150px 0 150px 0;
  }
}
.work-quote-module h2 {
  font-size: var(--wp--preset--font-size--large);
  font-style: italic;
  text-transform: none;
}
@media (min-width: 768px) {
  .work-quote-module h2 {
    font-size: 3rem;
    max-width: 1000px;
    margin: auto;
  }
}
.work-quote-module .promo-subtitle {
  font-family: noto-serif-extracondensed, serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-style: italic;
}
.work-quote-module .wqm_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
}
.work-quote-module .wqm_background:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.work-quote-module.diagonal-top-right-to-bottom-left .wqm_background, .work-quote-module.diagonal-top-left-to-bottom-right .wqm_background {
  top: -50px;
  height: calc(100% + 100px);
}
.work-quote-module.diagonal-top-right-to-bottom-left .wqm_background {
  clip-path: polygon(0 100px, 100% 50px, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .work-quote-module.diagonal-top-right-to-bottom-left .wqm_background {
    clip-path: polygon(0 150px, 100% 50px, 100% 100%, 0 100%);
  }
}
.work-quote-module.diagonal-top-left-to-bottom-right .wqm_background {
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .work-quote-module.diagonal-top-left-to-bottom-right .wqm_background {
    clip-path: polygon(0% 0%, 100% 100px, 100% 100%, 0% 100%);
  }
}
.work-quote-module.module_bk-light h2 {
  font-style: italic;
}
.work-quote-module.module_bk-light h2,
.work-quote-module.module_bk-light .promo-subtitle {
  color: #000000;
  text-shadow: 0px 3px 8px #fff;
}
.work-quote-module.module_bk-light .wqm_background:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.work-quote-module.module_bk-dark h2,
.work-quote-module.module_bk-dark .promo-subtitle {
  color: #ffffff;
  text-shadow: 0px 3px 8px #000000;
}
.work-quote-module + .recent-work-module.diagonal-top-right-to-bottom-left .rwm_background, .work-quote-module + .recent-work-module.diagonal-top-left-to-bottom-right .rwm_background {
  top: -50px;
  height: calc(100% + 100px);
}
.work-quote-module + .work-quote-module.diagonal-top-right-to-bottom-left, .work-quote-module + .work-quote-module.diagonal-top-left-to-bottom-right {
  padding-top: 0;
}
.work-quote-module + .work-quote-module.diagonal-top-right-to-bottom-left .container, .work-quote-module + .work-quote-module.diagonal-top-left-to-bottom-right .container {
  transform: translateY(-25px);
}
.work-quote-module + section.diagonal-top-left-to-bottom-right, .work-quote-module + section.diagonal-top-right-to-bottom-left {
  z-index: 10;
}

/** @format */
.recent-careers-module {
  position: relative;
  background-color: transparent;
  padding: 50px 30px !important;
}
.recent-careers-module .rcm_heading {
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
  max-width: 1000px;
  margin-inline: auto;
  width: 100%;
}
.recent-careers-module .rcm_heading h2 {
  text-align: center;
  margin-bottom: revert;
  font-size: 2.5rem;
}
.recent-careers-module .rcm_heading a {
  color: #ffffff;
}
.recent-careers-module .rcm_feed {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 100px;
  color: #ffffff;
}
.recent-careers-module .rcm_feed > div {
  padding: 30px;
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .recent-careers-module .rcm_feed > div {
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .recent-careers-module .rcm_feed > div {
    max-width: 33%;
  }
}
.recent-careers-module .rcm_feed > div .top_content {
  padding-bottom: 30px;
}
.recent-careers-module .rcm_feed > div .btn-white {
  background-color: #ffffff;
  color: #f96700;
}
.recent-careers-module .rcm_feed.animate-dom > div {
  opacity: 0;
  transform: translate3d(0, -10%, 0);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.recent-careers-module .rcm_feed.animate-dom > div:nth-child(1) {
  transition-delay: 0.15s;
}
.recent-careers-module .rcm_feed.animate-dom > div:nth-child(2) {
  transition-delay: 0.3s;
}
.recent-careers-module .rcm_feed.animate-dom > div:nth-child(3) {
  transition-delay: 0.45s;
}
.recent-careers-module .rcm_feed.animate-dom > div:nth-child(4) {
  transition-delay: 0.6s;
}
.recent-careers-module .rcm_feed.animate__animated > div {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.recent-careers-module > .rcm_background {
  background-image: url("../img/service_background-100.jpg");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 100px);
  background-color: #000;
  overflow: hidden;
  transform: translateZ(0);
}
.recent-careers-module.diagonal-top-right-to-bottom-left .servicesm_background, .recent-careers-module.diagonal-top-left-to-bottom-right .servicesm_background {
  top: -50px;
  height: calc(100% + 100px);
}
.recent-careers-module.diagonal-top-right-to-bottom-left .servicesm_background {
  clip-path: polygon(0 100px, 100% 50px, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .recent-careers-module.diagonal-top-right-to-bottom-left .servicesm_background {
    clip-path: polygon(0 150px, 100% 50px, 100% 100%, 0 100%);
  }
}
.recent-careers-module.diagonal-top-left-to-bottom-right .servicesm_background {
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .recent-careers-module.diagonal-top-left-to-bottom-right .servicesm_background {
    clip-path: polygon(0% 0%, 100% 100px, 100% 100%, 0% 100%);
  }
}
.recent-careers-module + .module-text-block.diagonal-top-left-to-bottom-right .tbm_background, .recent-careers-module + .module-text-block.diagonal-top-right-to-bottom-left .tbm_background {
  top: -50px !important;
}
.recent-careers-module + section.module {
  z-index: 20;
}
.recent-careers-module:last-child {
  padding-bottom: 100px !important;
}

/** @format */
.module-text-carousel-block {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
  padding: 100px 30px 0 !important;
  display: flex;
}
.module-text-carousel-block .container {
  position: relative;
  z-index: 10;
}
.module-text-carousel-block .container .row {
  padding: 50px 0;
}
.module-text-carousel-block .tcmb-heading {
  margin-bottom: 30px;
}
.module-text-carousel-block .tcmb-carousel {
  margin-bottom: 30px;
  cursor: pointer;
  user-select: none;
  display: flex;
}
.module-text-carousel-block .tcmb-carousel .each-carousel {
  display: flex;
}
.module-text-carousel-block .tcmb-carousel .each-carousel .each-carousel-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
}
.module-text-carousel-block .tcmb-carousel .each-carousel .tcmb-content p > a {
  color: #ffffff;
}
.module-text-carousel-block .tcmb-carousel .each-carousel .tcmb-content p > a:hover {
  color: #ffffff !important;
}
.module-text-carousel-block .tcmb-carousel .each-carousel .tcmb-content .btn {
  display: inline-block;
  color: #ffffff;
}
.module-text-carousel-block .tcmb-carousel .each-carousel .tcmb-content .btn:hover {
  color: #ffffff !important;
}
.module-text-carousel-block .tns-outer .tns-nav {
  position: relative;
  z-index: 100;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 30px;
}
.module-text-carousel-block .tns-outer .tns-nav button {
  height: 20px;
  aspect-ratio: 1;
  font-size: 0;
  border-radius: 100%;
  background: #292929;
  border: 3px solid #292929;
  margin: 0 5px;
}
.module-text-carousel-block .tns-outer .tns-nav button.tns-nav-active {
  background: #ffffff;
}
.module-text-carousel-block .tcmb_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.module-text-carousel-block .tcmb_background:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  background-size: inherit;
  background-repeat: inherit;
}
.module-text-carousel-block .tcmb_background .tns-outer,
.module-text-carousel-block .tcmb_background .tns-inner {
  height: 100%;
}
.module-text-carousel-block .tcmb_background .tcmb-carousel-background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.module-text-carousel-block .tcmb_background .tcmb-carousel-background > div {
  height: 100%;
}
.module-text-carousel-block .tcmb_background .tcmb-carousel-background > div.tcmb-carousel-bk-orange {
  background-color: #f96700;
}
.module-text-carousel-block .tcmb_background .tcmb-carousel-background > div.tcmb-carousel-bk-dark {
  background-color: #292929;
}
.module-text-carousel-block .tcmb_background .tcmb-carousel-background > div.tcmb-carousel-bk-white {
  background-color: #ffffff;
}
.module-text-carousel-block .tcmb_background .tcmb-carousel-background > div.tcmb-carousel-bk-image img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
  filter: grayscale(100%);
}
.module-text-carousel-block .tcmb_background .tcmb-carousel-background > div.tcmb-carousel-bk-image:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(41, 41, 41, 0.75);
}
.module-text-carousel-block.module_bk-orange .tcmb-heading {
  color: #ffffff;
}
.module-text-carousel-block.module_bk-orange .tcmb-carousel {
  color: #ffffff;
}
.module-text-carousel-block.module_bk-orange .tns-outer .tns-nav button {
  background: #ffffff;
  border: 3px solid #ffffff;
}
.module-text-carousel-block.module_bk-orange .tns-outer .tns-nav button.tns-nav-active {
  background: #f96700;
}
.module-text-carousel-block.module_bk-orange .tcmb_background:after {
  background-color: #f96700;
}
.module-text-carousel-block.module_bk-image .tcmb-heading, .module-text-carousel-block.module_bk-dark .tcmb-heading, .module-text-carousel-block.module_bk-individual-backgrounds .tcmb-heading {
  color: #ffffff;
}
.module-text-carousel-block.module_bk-image .tcmb-carousel, .module-text-carousel-block.module_bk-dark .tcmb-carousel, .module-text-carousel-block.module_bk-individual-backgrounds .tcmb-carousel {
  color: #ffffff;
}
.module-text-carousel-block.module_bk-image .tns-outer .tns-nav button, .module-text-carousel-block.module_bk-dark .tns-outer .tns-nav button, .module-text-carousel-block.module_bk-individual-backgrounds .tns-outer .tns-nav button {
  background: rgba(255, 255, 255, 0.5);
  border: 3px solid rgba(255, 255, 255, 0.5);
}
.module-text-carousel-block.module_bk-image .tns-outer .tns-nav button.tns-nav-active, .module-text-carousel-block.module_bk-dark .tns-outer .tns-nav button.tns-nav-active, .module-text-carousel-block.module_bk-individual-backgrounds .tns-outer .tns-nav button.tns-nav-active {
  background: #ffffff;
}
.module-text-carousel-block.module_bk-image .tcmb_background:before, .module-text-carousel-block.module_bk-dark .tcmb_background:before, .module-text-carousel-block.module_bk-individual-backgrounds .tcmb_background:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent !important;
  z-index: 2;
}
.module-text-carousel-block.module_bk-image .tcmb_background:after, .module-text-carousel-block.module_bk-dark .tcmb_background:after, .module-text-carousel-block.module_bk-individual-backgrounds .tcmb_background:after {
  background-image: inherit;
  z-index: 1;
}
.module-text-carousel-block.module_bk-individual-backgrounds .each-carousel.tcmb-carousel-bk-orange, .module-text-carousel-block.module_bk-individual-backgrounds .each-carousel.tcmb-carousel-bk-image, .module-text-carousel-block.module_bk-individual-backgrounds .each-carousel.tcmb-carousel-bk-dark {
  color: #ffffff;
}
.module-text-carousel-block.module_bk-individual-backgrounds .each-carousel.tcmb-carousel-bk-orange .tcmb-heading h2, .module-text-carousel-block.module_bk-individual-backgrounds .each-carousel.tcmb-carousel-bk-image .tcmb-heading h2, .module-text-carousel-block.module_bk-individual-backgrounds .each-carousel.tcmb-carousel-bk-dark .tcmb-heading h2 {
  color: #ffffff !important;
}
.module-text-carousel-block.module_bk-individual-backgrounds .each-carousel.tcmb-carousel-bk-light {
  color: #292929;
}
.module-text-carousel-block.module_bk-individual-backgrounds[data-individbk=light] .tcmb-heading {
  color: #292929;
}
.module-text-carousel-block.module_bk-individual-backgrounds[data-individbk=light] .tns-outer .tns-nav button {
  background: rgba(41, 41, 41, 0.5);
  border: 3px solid rgba(41, 41, 41, 0.5);
}
.module-text-carousel-block.module_bk-individual-backgrounds[data-individbk=light] .tns-outer .tns-nav button.tns-nav-active {
  background: #292929;
}
.module-text-carousel-block.module_bk-image .tcmb_background:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(41, 41, 41, 0.5) !important;
  z-index: 2;
}
.module-text-carousel-block.diagonal-top-right-to-bottom-left .tcmb_background, .module-text-carousel-block.diagonal-top-left-to-bottom-right .tcmb_background {
  top: -50px;
  height: calc(100% + 100px);
}
.module-text-carousel-block.diagonal-top-right-to-bottom-left .tcmb_background {
  clip-path: polygon(0 100px, 100% 50px, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .module-text-carousel-block.diagonal-top-right-to-bottom-left .tcmb_background {
    clip-path: polygon(0 150px, 100% 50px, 100% 100%, 0 100%);
  }
}
.module-text-carousel-block.diagonal-top-left-to-bottom-right .tcmb_background {
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .module-text-carousel-block.diagonal-top-left-to-bottom-right .tcmb_background {
    clip-path: polygon(0% 0%, 100% 100px, 100% 100%, 0% 100%);
  }
}
.module-text-carousel-block + section {
  z-index: 10;
}
.module-text-carousel-block + section.diagonal-top-right-to-bottom-left.recent-work-module, .module-text-carousel-block + section.diagonal-top-left-to-bottom-right.recent-work-module {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .module-text-carousel-block + section.diagonal-top-right-to-bottom-left.recent-work-module, .module-text-carousel-block + section.diagonal-top-left-to-bottom-right.recent-work-module {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .module-text-carousel-block + section.block-staff-feed-module {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .module-text-carousel-block + section.recent-work-module {
    padding-top: 50px;
  }
}
.module-text-carousel-block + section.block-logos-module {
  padding-top: 50px !important;
}

/** @format */
.block-staff-feed-module {
  position: relative;
  text-align: center;
  padding-top: 50px !important;
}
.block-staff-feed-module .heading {
  margin-bottom: 50px;
}
.block-staff-feed-module .sfmb_feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 15px;
  width: min(100%, 600px);
  margin-inline: auto;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .block-staff-feed-module .sfmb_feed {
    width: min(100%, 768px);
  }
}
@media (min-width: 1200px) {
  .block-staff-feed-module .sfmb_feed {
    width: min(100%, 1440px);
  }
}
.block-staff-feed-module .sfmb_feed .sfmb_each_container {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
}
@media (min-width: 768px) {
  .block-staff-feed-module .sfmb_feed .sfmb_each_container {
    flex: 0 0 calc((100% - 30px) / 2);
  }
}
@media (min-width: 1200px) {
  .block-staff-feed-module .sfmb_feed .sfmb_each_container {
    flex: 0 0 calc((100% - 60px) / 3);
  }
}
.block-staff-feed-module .sfmb_feed .sfmb_each_container .sfmb_each_footer {
  padding: 30px 0px 0px 0px;
}
.block-staff-feed-module .sfmb_feed .sfmb_each_container .sfmb_each_footer h3:last-child {
  margin-bottom: 0px;
}
.block-staff-feed-module .sfmb_feed .sfmb_each_container .sfmb_each_footer h4 {
  font-size: var(--wp--preset--font-size--large);
}
.block-staff-feed-module .sfmb_feed .sfmb_each_container .sfmb_each_inner {
  aspect-ratio: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.block-staff-feed-module .sfmb_feed .sfmb_each_container .sfmb_each_inner img {
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}
.block-staff-feed-module .sfmb_feed .sfmb_each_container .sfmb_each_content {
  padding-top: 15px;
  padding-bottom: 0;
  color: inherit;
  text-align: center;
}
@media (min-width: 1200px) {
  .block-staff-feed-module .sfmb_feed .sfmb_each_container:hover .sfmb_each_inner img {
    transform: scale(1.1);
  }
}
.block-staff-feed-module .sfmb_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: -1;
}
.block-staff-feed-module.diagonal-top-right-to-bottom-left .sfmb_background, .block-staff-feed-module.diagonal-top-left-to-bottom-right .sfmb_background {
  top: -50px;
  height: calc(100% + 100px);
}
.block-staff-feed-module.diagonal-top-right-to-bottom-left .sfmb_background {
  clip-path: polygon(0 100px, 100% 50px, 100% 100%, 0 100%);
}
@media (min-width: 992px) {
  .block-staff-feed-module.diagonal-top-right-to-bottom-left .sfmb_background {
    clip-path: polygon(0 150px, 100% 50px, 100% 100%, 0 100%);
  }
}
.block-staff-feed-module.diagonal-top-left-to-bottom-right .sfmb_background {
  clip-path: polygon(0% 0%, 100% 50px, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .block-staff-feed-module.diagonal-top-left-to-bottom-right .sfmb_background {
    clip-path: polygon(0% 0%, 100% 100px, 100% 100%, 0% 100%);
  }
}
.block-staff-feed-module + section {
  z-index: 10;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.wp-block-columns.aligncenter,
.wp-block-columns.alignleft,
.wp-block-columns.alignright {
  clear: both;
}

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

.wp-block-columns.alignleft {
  margin-right: auto;
}

.wp-block-columns.alignright {
  margin-left: auto;
}

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

.has-text-align-left {
  text-align: left;
}

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

.wp-block-group.aligncenter,
.wp-block-columns.aligncenter,
.wp-block-cover.aligncenter,
.wp-block-media-text.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-columns:has(.wp-block-column[style*=flex-basis]) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}

.wp-block-group .wp-block-columns:has(.wp-block-column[style*=flex-basis]),
.wp-block-post-content .wp-block-columns:has(.wp-block-column[style*=flex-basis]),
.entry-content .wp-block-columns:has(.wp-block-column[style*=flex-basis]),
.main-content .wp-block-columns:has(.wp-block-column[style*=flex-basis]) {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout {
  margin-left: auto;
  margin-right: auto;
}

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