@charset "UTF-8";
.splide__container{box-sizing:border-box;position:relative}
.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}
.splide.is-initialized:not(.is-active) .splide__list{display:block}
.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}
.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}
.splide:not(.is-overflow) .splide__pagination{display:none}
.splide__progress__bar{width:0}
.splide{position:relative;visibility:hidden}
.splide.is-initialized,.splide.is-rendered{visibility:visible}
.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}
.splide__slide img{vertical-align:bottom}
.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}
.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}
.splide__toggle.is-active .splide__toggle__pause{display:inline}
.splide__track{overflow:hidden;position:relative;z-index:0}
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}
.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}
.splide--rtl{direction:rtl}
.splide__track--ttb>.splide__list{display:block}
.splide__arrow{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}
.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}
.splide__arrow:hover:not(:disabled){opacity:.9}
.splide__arrow:disabled{opacity:.3}
.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}
.splide__arrow--prev{left:1em}
.splide__arrow--prev svg{transform:scaleX(-1)}
.splide__arrow--next{right:1em}
.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}
.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}
.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}
.splide__pagination__page:hover{cursor:pointer;opacity:.9}
.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}
.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__progress__bar{background:#ccc;height:3px}
.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}
.splide__slide:focus{outline:0}
@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}
@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}
@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}
@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}
.splide__toggle{cursor:pointer}
.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}
.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}
.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}
.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}
.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}
.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}
.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}
.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}
.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}
.splide__arrows--ttb .splide__arrow--prev{top:1em}
.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}
.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}
.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}
.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/*! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{width:100%;padding-right:1.5rem;padding-left:1.5rem}
@media (min-width: 1280px){
.container{max-width:1280px}}
@media (min-width: 1540px){
.container{max-width:1540px}}
.visible{visibility:visible}
.invisible{visibility:hidden}
.static{position:static}
.fixed{position:fixed}
.absolute{position:absolute}
.relative{position:relative}
.-left-2{left:-0.5rem}
.-left-\[10\%\]{left:-10%}
.-top-24{top:-6rem}
.bottom-0{bottom:0px}
.left-0{left:0px}
.left-1\/2{left:50%}
.left-6{left:1.5rem}
.right-0{right:0px}
.top-0{top:0px}
.top-1\/2{top:50%}
.top-8{top:2rem}
.z-0{z-index:0}
.z-10{z-index:10}
.z-50{z-index:50}
.col-span-1{grid-column:span 1 / span 1}
.col-span-2{grid-column:span 2 / span 2}
.col-span-3{grid-column:span 3 / span 3}
.mx-4{margin-left:1rem;margin-right:1rem}
.mx-6{margin-left:1.5rem;margin-right:1.5rem}
.mx-auto{margin-left:auto;margin-right:auto}
.my-12{margin-top:3rem;margin-bottom:3rem}
.my-6{margin-top:1.5rem;margin-bottom:1.5rem}
.my-8{margin-top:2rem;margin-bottom:2rem}
.mb-0{margin-bottom:0px}
.mb-1{margin-bottom:0.25rem}
.mb-12{margin-bottom:3rem}
.mb-2{margin-bottom:0.5rem}
.mb-24{margin-bottom:6rem}
.mb-3{margin-bottom:0.75rem}
.mb-4{margin-bottom:1rem}
.mb-8{margin-bottom:2rem}
.ml-2{margin-left:0.5rem}
.mt-10{margin-top:2.5rem}
.mt-16{margin-top:4rem}
.mt-2{margin-top:0.5rem}
.mt-20{margin-top:5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.block{display:block}
.inline{display:inline}
.flex{display:flex}
.grid{display:grid}
.contents{display:contents}
.hidden{display:none}
.aspect-\[16\/9\]{aspect-ratio:16/9}
.aspect-\[4\/3\]{aspect-ratio:4/3}
.aspect-square{aspect-ratio:1 / 1}
.aspect-video{aspect-ratio:16 / 9}
.h-0{height:0px}
.h-100{height:25rem}
.h-12{height:3rem}
.h-16{height:4rem}
.h-20{height:5rem}
.h-40{height:10rem}
.h-48{height:12rem}
.h-60{height:15rem}
.h-80{height:20rem}
.h-auto{height:auto}
.h-full{height:100%}
.h-screen{height:100vh}
.max-h-60{max-height:15rem}
.max-h-max{max-height:-moz-max-content;max-height:max-content}
.min-h-screen{min-height:100vh}
.w-0{width:0px}
.w-12{width:3rem}
.w-16{width:4rem}
.w-20{width:5rem}
.w-32{width:8rem}
.w-40{width:10rem}
.w-5\/6{width:83.333333%}
.w-\[120\%\]{width:120%}
.w-auto{width:auto}
.w-full{width:100%}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-5xl{max-width:64rem}
.max-w-60{max-width:15rem}
.max-w-full{max-width:100%}
.max-w-max{max-width:-moz-max-content;max-width:max-content}
.max-w-xl{max-width:36rem}
.flex-grow{flex-grow:1}
.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.cursor-pointer{cursor:pointer}
.resize{resize:both}
.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}
.grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.flex-row{flex-direction:row}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.flex-nowrap{flex-wrap:nowrap}
.items-start{align-items:flex-start}
.items-end{align-items:flex-end}
.items-center{align-items:center}
.items-baseline{align-items:baseline}
.justify-start{justify-content:flex-start}
.justify-end{justify-content:flex-end}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.gap-10{gap:2.5rem}
.gap-12{gap:3rem}
.gap-2{gap:0.5rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-8{gap:2rem}
.gap-x-10{-moz-column-gap:2.5rem;column-gap:2.5rem}
.space-y-8 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}
.self-start{align-self:flex-start}
.self-center{align-self:center}
.overflow-hidden{overflow:hidden}
.overflow-x-hidden{overflow-x:hidden}
.overflow-y-scroll{overflow-y:scroll}
.rounded{border-radius:0.25rem}
.rounded-2xl{border-radius:1rem}
.rounded-3xl{border-radius:1.5rem}
.rounded-full{border-radius:9999px}
.rounded-lg{border-radius:0.5rem}
.rounded-xl{border-radius:0.75rem}
.border{border-width:1px}
.border-2{border-width:2px}
.border-4{border-width:4px}
.border-b-4{border-bottom-width:4px}
.border-l-4{border-left-width:4px}
.border-t{border-top-width:1px}
.border-chartreuse-100{--tw-border-opacity:1;border-color:rgb(183 255 0 / var(--tw-border-opacity))}
.border-coolgrey-60{--tw-border-opacity:1;border-color:rgb(208 215 217 / var(--tw-border-opacity))}
.border-electricpurple-100{--tw-border-opacity:1;border-color:rgb(162 0 244 / var(--tw-border-opacity))}
.border-gunmetal-80{--tw-border-opacity:1;border-color:rgb(70 73 75 / var(--tw-border-opacity))}
.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.bg-chartreuse-100{--tw-bg-opacity:1;background-color:rgb(183 255 0 / var(--tw-bg-opacity))}
.bg-coolgrey-10{--tw-bg-opacity:1;background-color:rgb(248 249 249 / var(--tw-bg-opacity))}
.bg-coolgrey-100{--tw-bg-opacity:1;background-color:rgb(176 187 191 / var(--tw-bg-opacity))}
.bg-coolgrey-20{--tw-bg-opacity:1;background-color:rgb(239 241 242 / var(--tw-bg-opacity))}
.bg-coolgrey-60{--tw-bg-opacity:1;background-color:rgb(208 215 217 / var(--tw-bg-opacity))}
.bg-electricpurple-100{--tw-bg-opacity:1;background-color:rgb(162 0 244 / var(--tw-bg-opacity))}
.bg-electricpurple-50{--tw-bg-opacity:1;background-color:rgb(208 127 251 / var(--tw-bg-opacity))}
.bg-gunmetal-100{--tw-bg-opacity:1;background-color:rgb(24 28 30 / var(--tw-bg-opacity))}
.bg-gunmetal-80{--tw-bg-opacity:1;background-color:rgb(70 73 75 / var(--tw-bg-opacity))}
.bg-gunmetal-80\/80{background-color:rgb(70 73 75 / 0.8)}
.bg-gunmetal-90{--tw-bg-opacity:1;background-color:rgb(48 51 53 / var(--tw-bg-opacity))}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-cover{background-size:cover}
.bg-center{background-position:center}
.bg-right{background-position:right}
.bg-no-repeat{background-repeat:no-repeat}
.fill-coolgrey-100{fill:#B0BBBF}
.fill-electricpurple-100{fill:#A200F4}
.fill-white{fill:#ffffff}
.object-contain{-o-object-fit:contain;object-fit:contain}
.object-cover{-o-object-fit:cover;object-fit:cover}
.object-center{-o-object-position:center;object-position:center}
.object-top{-o-object-position:top;object-position:top}
.p-10{padding:2.5rem}
.p-2{padding:0.5rem}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.px-0{padding-left:0px;padding-right:0px}
.px-10{padding-left:2.5rem;padding-right:2.5rem}
.px-12{padding-left:3rem;padding-right:3rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-48{padding-top:12rem;padding-bottom:12rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.pb-10{padding-bottom:2.5rem}
.pb-16{padding-bottom:4rem}
.pb-2{padding-bottom:0.5rem}
.pb-20{padding-bottom:5rem}
.pb-24{padding-bottom:6rem}
.pb-3{padding-bottom:0.75rem}
.pb-4{padding-bottom:1rem}
.pb-6{padding-bottom:1.5rem}
.pb-8{padding-bottom:2rem}
.pl-4{padding-left:1rem}
.pt-10{padding-top:2.5rem}
.pt-12{padding-top:3rem}
.pt-16{padding-top:4rem}
.pt-2{padding-top:0.5rem}
.pt-20{padding-top:5rem}
.pt-4{padding-top:1rem}
.pt-50{padding-top:12.5rem}
.pt-56{padding-top:14rem}
.pt-6{padding-top:1.5rem}
.pt-64{padding-top:16rem}
.pt-8{padding-top:2rem}
.text-center{text-align:center}
.text-start{text-align:start}
.font-avenir{font-family:Avenir, sans-serif}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.font-black{font-weight:900}
.uppercase{text-transform:uppercase}
.capitalize{text-transform:capitalize}
.leading-none{line-height:1}
.leading-tight{line-height:1.25}
.text-chartreuse-100{--tw-text-opacity:1;color:rgb(183 255 0 / var(--tw-text-opacity))}
.text-coolgrey-10{--tw-text-opacity:1;color:rgb(248 249 249 / var(--tw-text-opacity))}
.text-coolgrey-100{--tw-text-opacity:1;color:rgb(176 187 191 / var(--tw-text-opacity))}
.text-electricpurple-100{--tw-text-opacity:1;color:rgb(162 0 244 / var(--tw-text-opacity))}
.text-gunmetal-100{--tw-text-opacity:1;color:rgb(24 28 30 / var(--tw-text-opacity))}
.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.opacity-100{opacity:1}
.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
.transition{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.duration-200{transition-duration:200ms}
.duration-300{transition-duration:300ms}
.duration-500{transition-duration:500ms}
.text-body{font-size:16px;line-height:28px}
button.hamburger {
  height: 48px;
  width: 64px;
}
div.hamburger {
  height: 48px;
  width: 64px;
}
div.hamburger > .inner {
  top: 50%;
}
.hamburger {
  background-color: transparent;
  border: 0 transparent solid;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  opacity: 1;
  overflow: visible;
  padding: 5px;
  text-transform: none;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger:hover {
  background-color: transparent;
  opacity: 1;
}
.hamburger:hover span.bar {
  background-color: #B7FF00;
}
.hamburger:hover > .inner:nth-child(1)::before, .hamburger:hover > .inner:nth-child(1)::after, .hamburger:hover > .inner:nth-child(2)::before, .hamburger:hover > .inner:nth-child(2)::after, .hamburger:hover > .inner:nth-child(3)::before, .hamburger:hover > .inner:nth-child(3)::after,
.hamburger:hover span.bar:nth-child(1)::before,
.hamburger:hover span.bar:nth-child(1)::after,
.hamburger:hover span.bar:nth-child(2)::before,
.hamburger:hover span.bar:nth-child(2)::after,
.hamburger:hover span.bar:nth-child(3)::before,
.hamburger:hover span.bar:nth-child(3)::after {
  background-color: #B7FF00;
}
.hamburger.active {
  background-color: transparent;
}
.hamburger.active span.bar {
  background-color: #B7FF00;
}
.hamburger.active > .inner:nth-child(1)::before, .hamburger.active > .inner:nth-child(1)::after, .hamburger.active > .inner:nth-child(2)::before, .hamburger.active > .inner:nth-child(2)::after, .hamburger.active > .inner:nth-child(3)::before, .hamburger.active > .inner:nth-child(3)::after,
.hamburger.active span.bar:nth-child(1)::before,
.hamburger.active span.bar:nth-child(1)::after,
.hamburger.active span.bar:nth-child(2)::before,
.hamburger.active span.bar:nth-child(2)::after,
.hamburger.active span.bar:nth-child(3)::before,
.hamburger.active span.bar:nth-child(3)::after {
  background-color: #B7FF00;
}
.hamburger > .inner {
  margin: 0;
  margin-top: -1px;
  position: relative;
  width: 100%;
}
.hamburger span.bar {
  background-color: #B7FF00;
  border-radius: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}
.hamburger span.bar:nth-child(1) {
  top: -10px;
}
.hamburger span.bar:nth-child(3) {
  top: 10px;
}
.hamburger:focus {
  outline: 0;
}
.hamburger--collapse span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0.25s;
}
.hamburger--collapse span.bar::before {
  background-color: #B7FF00;
  border-radius: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--collapse span.bar:nth-child(1), .hamburger--collapse span.bar:nth-child(3) {
  background: none;
  top: 0;
}
.hamburger--collapse span.bar:nth-child(1) {
  transform: translate3d(0, -10px, 0);
}
.hamburger--collapse span.bar:nth-child(3) {
  transform: translate3d(0, 10px, 0);
}
.hamburger--collapse.active span.bar {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--collapse.active span.bar:nth-child(1), .hamburger--collapse.active span.bar:nth-child(3) {
  transform: translate3d(0, 0, 0);
}
.hamburger--collapse.active span.bar:nth-child(1)::before, .hamburger--collapse.active span.bar:nth-child(3)::before {
  transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}
.hamburger--collapse.active span.bar:nth-child(1)::before {
  transform: rotate(135deg);
}
.hamburger--collapse.active span.bar:nth-child(2) {
  opacity: 0;
}
.hamburger--collapse.active span.bar:nth-child(3)::before {
  transform: rotate(45deg);
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenirpro-roman.woff2") format("woff2"), url("../fonts/avenirpro-roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("../fonts/avenirpro-black.woff2") format("woff2"), url("../fonts/avenirpro-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
body{font-family:Avenir, sans-serif;font-weight:400}
body *.chartreuse {
  color: #B7FF00;
}
body *.purple {
  color: #A200F4;
}
h1 {
  font-size: 40px;
  line-height: 56px;
}
h1.black{
  font-weight: 900}
@media (min-width: 768px) {
  h1 {
    font-size: 72px;
    line-height: 86px;
  }
}
h2 {
  font-size: 36px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
}
h2.black{font-weight:900}
@media (min-width: 768px) {
  h2 {
    font-size: 56px;
    line-height: 68px;
  }
}
h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h3.black{font-weight:900}
@media (min-width: 768px) {
  h3 {
    font-size: 48px;
    line-height: 60px;
  }
}
h4 {
  font-size: 28px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
}
h4.black{font-weight:900}
@media (min-width: 768px) {
  h4 {
    font-size: 40px;
    line-height: 56px;
  }
}
h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h5.black{font-weight:900}
@media (min-width: 768px) {
  h5 {
    font-size: 32px;
    line-height: 48px;
  }
}
h6 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
h6.black{font-weight:900}
@media (min-width: 768px) {
  h6 {
    font-size: 24px;
    line-height: 40px;
  }
}
p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
p.black{font-weight:900}
span.heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 2.88px;
  text-transform: uppercase;
}
span.heading.black{font-weight:900}
@media (min-width: 768px) {
  span.heading {
    font-size: 18px;
    line-height: 32px;
  }
}
span.title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
span.title.black{font-weight:900}
span.caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
span.caption.black{font-weight:900}
small {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
small.black{font-weight:900}
.free-content__news ul, .free-content__module ul, .flexible-5050-slider ul, .copy-5050__module ul, .job-description ul, .two-columns__news ul, .post-footer-news ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.free-content__news ul li, .free-content__module ul li, .flexible-5050-slider ul li, .copy-5050__module ul li, .job-description ul li, .two-columns__news ul li, .post-footer-news ul li {
  background-position: left top;
  background-position-y: 0.5rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  padding-left: 2rem;
  background-image: url("../icons/txm-icon-purple.svg");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
}
@media (min-width: 768px) {
  .free-content__news ul li:has(h5), .free-content__module ul li:has(h5), .flexible-5050-slider ul li:has(h5), .copy-5050__module ul li:has(h5), .job-description ul li:has(h5), .two-columns__news ul li:has(h5), .post-footer-news ul li:has(h5) {
    background-position-y: 1rem;
  }
  .free-content__news ul li:has(h4), .free-content__module ul li:has(h4), .flexible-5050-slider ul li:has(h4), .copy-5050__module ul li:has(h4), .job-description ul li:has(h4), .two-columns__news ul li:has(h4), .post-footer-news ul li:has(h4) {
    background-position-y: 1.2rem;
  }
  .free-content__news ul li:has(h3), .free-content__module ul li:has(h3), .flexible-5050-slider ul li:has(h3), .copy-5050__module ul li:has(h3), .job-description ul li:has(h3), .two-columns__news ul li:has(h3), .post-footer-news ul li:has(h3) {
    background-position-y: 1.2rem;
  }
  .free-content__news ul li:has(h2), .free-content__module ul li:has(h2), .flexible-5050-slider ul li:has(h2), .copy-5050__module ul li:has(h2), .job-description ul li:has(h2), .two-columns__news ul li:has(h2), .post-footer-news ul li:has(h2) {
    background-position-y: 1.5rem;
  }
  .free-content__news ul li:has(h1), .free-content__module ul li:has(h1), .flexible-5050-slider ul li:has(h1), .copy-5050__module ul li:has(h1), .job-description ul li:has(h1), .two-columns__news ul li:has(h1), .post-footer-news ul li:has(h1) {
    background-position-y: 1.8rem;
  }
}
.job-description span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.single-5050-content ul {
  padding: 0.75rem;
}
@media (min-width: 1280px) {
  .main-menu-container .txm-main-menu {
    display: flex;
  }
  .main-menu-container .txm-main-menu .mega-menu {
    position: absolute;
    top: 99%; /* Position below the header */
    left: 0; /* Align to the left edge of the header */
    width: 100%; /* Make the mega menu span the full width */
    z-index: 100; /* Ensure it appears above other elements */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow for depth */
    display: none; /* Initially hidden */
    border-top: 1px solid #303335;
  }
  .main-menu-container .txm-main-menu .mega-menu .submenu-featured-image {
    position: relative;
  }
  .main-menu-container .txm-main-menu .mega-menu .submenu-featured-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(212deg, rgba(24, 28, 30, 0.24) 0%, rgba(24, 28, 30, 0.8) 81%);
    top: 0;
    left: 0;
    z-index: 10;
  }
  .main-menu-container .txm-main-menu .mega-menu .submenu-featured-image .overlay {
    z-index: 15;
  }
  .main-menu-container .txm-main-menu .top-menu-item.hover-active:hover .mega-menu,
  .main-menu-container .txm-main-menu .top-menu-item:focus-within .mega-menu {
    display: block;
  }
}
.main-menu-container .txm-main-menu li a.current-page {
  color: #B7FF00;
}
.main-menu-container .txm-main-menu .mega-menu li a.current-page {
  color: #F8F9F9;
}
.main-menu-container .submenu-featured-image a.current-page {
  color: #F8F9F9 !important;
}
.fixed-on-page-nav {
  position: fixed;
  top: 20px;
  width: 100%;
  z-index: 50;
}
@media (max-width: 1279px) {
  .main-menu-container {
    position: fixed;
    top: 5rem;
    height: calc(100vh - 5rem); /* Adjust height dynamically based on your top spacing */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* For smoother scrolling on mobile */
    z-index: 1100;
    pointer-events: auto;
    width: 100%;
    min-height: 100vh;
    display: block;
    right: -100%;
    left: auto;
    background: #181C1E;
    flex-direction: column;
    justify-content: start;
  }
  .main-menu-container .txm-main-menu {
    padding-bottom: 15rem;
    flex-direction: column;
  }
  .main-menu-container .txm-main-menu .top-menu-item {
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #46494B;
    margin: 0;
    padding: 1rem;
  }
  .main-menu-container .txm-main-menu .top-menu-item a.top-nav-link {
    padding: 0;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 2.5rem;
    display: flex;
    gap: 0.5rem;
    transition: all 0.2s ease-in-out;
    align-items: center;
    color: #F8F9F9;
  }
  .main-menu-container .txm-main-menu .top-menu-item a.top-nav-link::before {
    transition: all 0.2s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    height: 1.5rem;
    width: 1.5rem;
    content: "";
    background-image: url("../icons/mobile-nav-plus.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .main-menu-container .txm-main-menu .top-menu-item .mega-menu {
    position: relative;
    background: transparent;
    width: 100%;
    display: none;
  }
  .main-menu-container .txm-main-menu .top-menu-item .mega-menu .mega-menu-header {
    padding-top: 0.5rem;
  }
  .main-menu-container .txm-main-menu .top-menu-item .mega-menu .mega-menu-header h3 {
    display: none;
  }
  .main-menu-container .txm-main-menu .top-menu-item .mega-menu .submenu-featured-image {
    display: none;
  }
  .main-menu-container .txm-main-menu .top-menu-item.open a.top-nav-link {
    color: #B7FF00;
  }
  .main-menu-container .txm-main-menu .top-menu-item.open a.top-nav-link::before {
    background-image: url("../icons/mobile-nav-minus.svg");
  }
}
.txm-link {
  display: flex;
  font-weight:900;
  font-size:16px;
  line-height:28px;
}
.txm-link.button {
  padding-inline: 1.25rem;
  padding-block: 0.625rem;
  background-color: #B7FF00;
  border-radius: 1.5rem;
  border: 1.5px solid #B7FF00;
  transition: 0.2s ease-in-out;
}
.txm-link.button svg, .txm-link.button path {
  transition: 0.2s ease-in-out;
}
.txm-link.button:hover {
  background-color: #181C1E;
  color: #B7FF00;
}
.txm-link.button:hover svg, .txm-link.button:hover path {
  fill: #B7FF00;
}
.txm-link.hyperlink {
  gap: 12px;
  align-items: start;
}
@media (min-width: 640px) {
  .txm-link.hyperlink {
    align-items: start;
  }
}
.txm-link.hyperlink::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url("../icons/hyperlink-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.span-hyperlink {
  display: flex;
  gap: 12px;
  align-items: center;
}
.span-hyperlink::before {
  transition: 0.3s;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../icons/hyperlink-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer-card {
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-card .card {
  z-index: 1;
  position: relative;
}
.footer-card .card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(24, 28, 30, 0) 0%, #181C1E 100%);
}
.story-slider {
  display: flex;
}
.story-slide {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
}
.single-story-content {
  display: flex;
  height: 100%;
}
.single-story-content .date::before {
  content: "";
  height: 2px;
  width: 100%;
  background: #B0BBBF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.single-story-content .date::after {
  content: "";
  width: 20px;
  height: 50px;
  background-image: url("../icons/timeline-marker.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.single-story-content .date span {
  z-index: 5;
}
.single-story-content.first-slide .date::before {
  width: 50%;
  left: 50%;
  z-index: 1;
}
.single-story-content.last-slide .date::before {
  width: 50%;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .single-story-content.even .date::after {
    top: -100%;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
  }
}
.logo-slider .logo-grayscale svg,
.logo-slider .logo-grayscale path,
.logo-slider .logo-grayscale polygon,
.logo-slider .logo-grayscale line {
  fill: #B0BBBF !important;
}
.logo-slider svg {
  width: 100%;
}
.testimonial-slider .testimonial {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.testimonial-slider .testimonial::before {
  content: "";
  position: relative;
  width: 70px;
  height: 32px;
  justify-self: center;
  background-image: url("../icons/testimonial-quote.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.card-slider svg {
  height: 3rem;
  width: 3rem;
  fill: #A200F4;
}
.card-slider svg path {
  fill: #A200F4;
}
.txm-slider-navigation {
  background-color: rgba(176, 187, 191, 0.15);
}
.txm-card-slider-navigation {
  background-color: rgba(176, 187, 191, 0.15);
}
.txm-card-slider-navigation .txm-cards-prev {
  background-image: url(../icons/slider-prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.txm-card-slider-navigation .txm-cards-next {
  background-image: url(../icons/slider-next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.txm-card-slider-navigation #card-slider-nav {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.txm-card-slider-navigation #card-slider-nav button {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: #B0BBBF;
  transition: background-color 0.2s ease-in-out;
}
.txm-card-slider-navigation #card-slider-nav button.active {
  background-color: #A200F4;
}
.txm-card-slider-navigation #card-slider-nav button:hover {
  background-color: #A200F4;
}
.tns-controls {
  margin-top: 1rem;
  display: flex;
  background-color: rgba(176, 187, 191, 0.15);
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 1.5rem;
}
.tns-controls button {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  border: none;
  background: none;
  cursor: pointer;
  width: 3rem;
  height: 2.5rem;
  padding-block: 0.5rem;
}
.tns-controls button[data-controls=prev] {
  background: url("../icons/slider-prev.svg") no-repeat center center;
  background-size: auto 1.5rem;
  padding-inline-start: 1rem;
}
.tns-controls button[data-controls=next] {
  background: url("../icons/slider-next.svg") no-repeat center center;
  background-size: auto 1.5rem;
}
.tns-controls button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.flowchart-slider .circle {
  max-width: 18rem;
  max-height: 18rem;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.15) inset;
}
.flowchart-slider .circle svg.circle-wrap {
  width: 110%;
  height: 110%;
  position: absolute;
  left: -3%;
  top: -5%;
}
.flowchart-slider .circle .icon svg {
  position: relative;
  height: 3rem;
  width: 3rem;
  fill: #A200F4;
}
.flowchart-slider .circle .icon svg path {
  fill: #A200F4;
}
.flowchart-slider .single-flowchart-content {
  position: relative;
}
.flowchart-slider .single-flowchart-content span {
  font-feature-settings: "cpsp" on, "liga" off;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
}
.flowchart-slider .single-flowchart-content::after {
  content: "";
  height: 60%;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translate(-100%, -50%);
  background-image: url("../icons/flowchart-seperator.svg");
}
@media (max-width: 849px) {
  .flowchart-slider .single-flowchart-content::after {
    display: none;
  }
}
.flowchart-slider .single-flowchart-content.last-slide::after {
  transform: translate(-100%, -50%);
  background-image: url("../icons/flowchart-boundary.svg");
}
@media (max-width: 849px) {
  .flowchart-slider .single-flowchart-content.last-slide::after {
    display: none;
  }
}
.flowchart-slider .single-flowchart-content.first-slide::before {
  content: "";
  height: 60%;
  width: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  background-image: url("../icons/flowchart-boundary.svg");
}
@media (max-width: 849px) {
  .flowchart-slider .single-flowchart-content.first-slide::before {
    display: none;
  }
}
.footer-banner__module, .banner__module {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.footer-banner__module::before, .banner__module::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(24, 28, 30, 0.8) 0%, rgba(24, 28, 30, 0.8) 100%);
  z-index: 1;
}
.site-footer .social .links a {
  padding-block: 0.62rem;
  padding-inline: 1.25rem;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  transition: all 0.3s ease-in-out;
}
.site-footer .social .links a svg {
  transition: all 0.3s ease-in-out;
  width: 1.5rem;
  height: 1.5rem;
  fill: #B0BBBF;
}
.site-footer .social .links a:hover {
  background: #B7FF00;
}
.site-footer .social .links a:hover svg {
  fill: #181C1E;
}
@media (min-width: 1024px) {
  #menu-footer-navigation {
    max-height: 400px;
  }
}
@media (min-width: 1280px) {
  #menu-footer-navigation {
    max-height: 350px;
  }
}
#menu-footer-navigation li {
  padding-block: 0.5rem;
}
#menu-footer-navigation li a {
  display: inline-flex;
  font-weight: 900;
  color: white;
  gap: 0.75rem;
  align-items: center;
}
#menu-footer-navigation li a::before {
  transition: all 0.2s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  height: 1rem;
  width: 1rem;
  content: "";
  background-image: url("../icons/nav-plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #menu-footer-navigation li a::before {
    display: none;
  }
}
#menu-footer-navigation li.menu-item-has-children {
  padding-block: 0.5rem;
  border-bottom: 1px solid #46494B;
}
@media (min-width: 1024px) {
  #menu-footer-navigation li.menu-item-has-children {
    border: none;
  }
}
#menu-footer-navigation li.menu-item-has-children a {
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
  color: white;
  align-items: center;
  gap: 0.75rem;
  transition: all 0.2s ease-in-out;
}
#menu-footer-navigation li.menu-item-has-children a::before {
  transition: all 0.2s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  height: 1rem;
  width: 1rem;
  content: "";
  background-image: url("../icons/nav-plus.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #menu-footer-navigation li.menu-item-has-children a::before {
    display: none;
  }
}
#menu-footer-navigation li.menu-item-has-children.open a{--tw-text-opacity:1;color:rgb(183 255 0 / var(--tw-text-opacity))}
#menu-footer-navigation li.menu-item-has-children.open a::before {
  background-image: url("../icons/nav-minus.svg");
}
#menu-footer-navigation li.menu-item-has-children.open ul.sub-menu li a {
  font-weight: 400;
  --tw-text-opacity:1;
  color:rgb(176 187 191 / var(--tw-text-opacity));
}
#menu-footer-navigation li.menu-item-has-children.open ul.sub-menu li a::before {
  background-image: url("../icons/nav-arrow.svg");
}
#menu-footer-navigation li ul.sub-menu li {
  padding-block: 0;
}
#menu-footer-navigation li ul.sub-menu li a{--tw-text-opacity:1;color:rgb(176 187 191 / var(--tw-text-opacity));
  margin-inline-start: 1.5rem;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px}
#menu-footer-navigation li ul.sub-menu li a::before {
  background-image: url("../icons/nav-arrow.svg");
}
@media (min-width: 1024px) {
  #menu-footer-navigation li ul.sub-menu li a {
    margin-inline-start: 0;
  }
  #menu-footer-navigation li ul.sub-menu li a::before {
    display: block;
  }
}
.footer-logo svg {
  width: 10rem;
  height: auto;
}
header .hamburger {
  padding-inline: 1.25rem;
  padding-block: 0.75rem;
}
header .site-logo svg {
  width: 10rem;
  height: auto;
}
.lity.txm-contact .lity-wrap {
  display: flex;
  justify-content: end;
}
.lity.txm-contact .lity-wrap button.lity-close {
  color: #181C1E;
  text-shadow: none;
  font-weight: 400;
  font-family: unset;
  top: 1.5rem;
  right: 1.5rem;
}
.lity.txm-contact .lity-wrap form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
}
.lity.txm-contact .lity-wrap form fieldset {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.lity.txm-contact .lity-wrap form fieldset div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.lity.txm-contact .lity-wrap form fieldset div input, .lity.txm-contact .lity-wrap form fieldset div textarea {
  width: 100% !important;
  background: #EFF1F2;
  border-radius: 0.5rem;
  padding-inline: 1rem;
  padding-block: 0.5rem;
}
.lity.txm-contact .lity-wrap form fieldset div .hs-form-booleancheckbox-display {
  display: flex;
  padding-block: 1rem;
  margin: 0;
}
.lity.txm-contact .lity-wrap form fieldset div .hs-form-booleancheckbox-display input {
  width: 1rem !important;
}
.lity.txm-contact .lity-wrap form fieldset div .hs-form-booleancheckbox-display span{font-weight:900;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.125rem}
.lity.txm-contact .lity-wrap form fieldset .legal-consent-container {
  padding-block: 1.5rem;
}
.lity.txm-contact .lity-wrap form .hs_submit {
  padding-top: 1.5rem;
}
.lity.txm-contact .lity-wrap form .hs_submit .actions .hs-button {
  width: 100%;
  background-color: #B7FF00;
  font-weight:900;
  font-size: 1rem;
  line-height: 1.75rem;
  padding-block: 0.5rem;
  border-radius: 1.5rem;
}
.lity.txm-contact .lity-wrap form p {
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.875rem;
}
.quote__news blockquote {
  position: relative;
  font-size: 1rem;
}
.quote__news blockquote::before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0.2rem;
}
@media (min-width: 768px) {
  .quote__news blockquote::before {
    left: 1.5rem;
  }
}
.quote__news blockquote::after {
  content: "”";
}
.page-hero__module::before,
.blog-post-hero::before,
.news-category-hero__module::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(24, 28, 30, 0.8) 0%, rgba(24, 28, 30, 0.8) 100%);
}
@media (min-width: 768px) {
  .page-hero__module::before,
  .blog-post-hero::before,
  .news-category-hero__module::before {
    background: linear-gradient(90deg, #181c1e 27.29%, rgba(24, 28, 30, 0) 100%);
  }
}
.flexible-5050__module.framed.dark.purple-1 .image-wrap {
  position: relative;
}
@media (min-width: 1024px) {
  .flexible-5050__module.framed.dark.purple-1 .image-wrap::before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #A200F4;
    opacity: 0.32;
    z-index: 2;
  }
  .flexible-5050__module.framed.dark.purple-1 .image-wrap img {
    z-index: 5;
    position: relative;
  }
}
.flexible-5050__module .image-wrap.image-overlay .overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.flexible-5050__module.chevron .chevron-wrap {
  overflow: hidden;
}
.flexible-5050__module.chevron .chevron-wrap svg {
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(calc(-50% - 40px));
}
.flexible-5050__module.framed img {
  max-width: 80rem;
}
.flexible-5050__module.framed .chevron-overlay {
  display: none;
  height: 100%;
  width: auto;
}
@media (min-width: 1024px) {
  .flexible-5050__module.framed .chevron-overlay {
    display: block;
  }
}
.flexible-5050__module.framed .chevron-overlay svg {
  height: 100%;
  width: auto;
}
@media (min-width: 1024px) {
  .flexible-5050__module.framed.image-left .image-wrap {
    justify-content: flex-end;
  }
}
.flexible-5050__module.framed.image-left .chevron-overlay {
  top: 0;
  right: -2px;
}
@media (min-width: 1024px) {
  .flexible-5050__module.framed.image-right .image-wrap {
    justify-content: flex-start;
  }
}
.flexible-5050__module.framed.image-right .chevron-overlay {
  top: 0;
  left: -2px;
  transform: rotate(180deg);
}
.card-grid__module.dark .cards .single-card.click-through {
  transition: 0.5s ease-in-out;
}
.card-grid__module.dark .cards .single-card.click-through:hover {
  justify-content: space-between;
}
.card-grid__module.dark .cards .single-card.click-through .icon svg {
  fill: #181C1E;
}
.card-grid__module.dark .cards .single-card.click-through .card-hyperlink {
  gap: 12px;
  align-items: center;
}
.card-grid__module.dark .cards .single-card.click-through .card-hyperlink::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../icons/hyperlink-icon-dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.card-grid__module .single-card.market-card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(207deg, rgba(24, 28, 30, 0.24) 0%, rgba(24, 28, 30, 0.8) 55.83%);
}
.card-grid__module .single-card.static-card svg {
  height: 3rem;
  width: auto;
}
.card-grid__module .single-card.counter-card .overlay {
  background: rgba(0, 0, 0, 0.55);
}
.card-grid__module .single-card.services-card .overlay {
  background: linear-gradient(212deg, rgba(24, 28, 30, 0.24) 0%, rgba(24, 28, 30, 0.8) 81%);
}
.card-grid__module .single-card.services-card ul {
  list-style-type: disc;
}
.card-grid__module .single-card.services-card ul li {
  margin-inline-start: 1rem;
}
.card-grid__module .single-card.services-card svg path {
  fill: white;
  transition: all 0.2s;
}
.card-grid__module .single-card.services-card:hover svg path {
  fill: #181C1E;
}
.card-grid__module .single-card.static-wysiwyg-card ul {
  list-style-type: disc;
  padding-inline-start: 1rem;
  margin: 0;
}
.card-grid__module .single-card.static-wysiwyg-card ul li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.card-grid__module .single-card.chevron-card.chevron-purple {
  border-left: solid 4px #A200F4;
}
.card-grid__module .single-card.chevron-card.chevron-purple svg path {
  fill: #A200F4;
}
.card-grid__module .single-card.chevron-card.chevron-chartreuse {
  border-left: solid 4px #B7FF00;
}
.card-grid__module .single-card.chevron-card.chevron-chartreuse svg path {
  fill: #B7FF00;
}
.card-grid__module .single-card.chevron-card.chevron-white {
  border-left: solid 4px white;
}
.card-grid__module .single-card.chevron-card.chevron-white svg path {
  fill: white;
}
.card-grid__module.white .single-card.static-card svg {
  fill: #A200F4;
}
.card-grid__module.white .single-card.static-card svg path {
  fill: #A200F4;
}
.team-grid__module .tns-controls {
  margin-inline: auto;
  margin-top: 3rem;
}
.team-grid__module .cards-wrap,
.team-grid__module .team-slider {
  display: flex;
}
.team-grid__module .cards-wrap .single-team-member,
.team-grid__module .team-slider .single-team-member {
  transition: all 0.2s ease-in-out;
}
.team-grid__module .cards-wrap .single-team-member .team-member-details,
.team-grid__module .team-slider .single-team-member .team-member-details {
  transition: all 0.2s ease-in-out;
}
.team-grid__module .cards-wrap .single-team-member svg,
.team-grid__module .team-slider .single-team-member svg {
  height: 1rem;
  width: 1rem;
}
.team-grid__module.light .cards-wrap .single-team-member .team-member-details,
.team-grid__module.light .team-slider .single-team-member .team-member-details {
  background-color: white;
  border-bottom: 8px solid white;
}
.team-grid__module.light .cards-wrap .single-team-member svg,
.team-grid__module.light .team-slider .single-team-member svg {
  fill: #A200F4;
}
.team-grid__module.light .cards-wrap .single-team-member:hover .team-member-details,
.team-grid__module.light .team-slider .single-team-member:hover .team-member-details {
  background-color: #181C1E;
  border-bottom: 8px solid #B7FF00;
}
.team-grid__module.light .cards-wrap .single-team-member:hover h5,
.team-grid__module.light .cards-wrap .single-team-member:hover p,
.team-grid__module.light .team-slider .single-team-member:hover h5,
.team-grid__module.light .team-slider .single-team-member:hover p {
  color: white;
}
.team-grid__module.light .cards-wrap .single-team-member:hover span,
.team-grid__module.light .team-slider .single-team-member:hover span {
  color: #B7FF00;
}
.team-grid__module.light .cards-wrap .single-team-member:hover svg,
.team-grid__module.light .team-slider .single-team-member:hover svg {
  fill: #B7FF00;
}
.testimonials__module.dark .testimonial-slider .single-testimonial .testimonial-inner {
  background-color: #303335;
}
.opportunity-feed__module .feed {
  gap: 2.5rem;
}
.opportunity-feed__module .feed .single-job-card {
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border: 2px solid #A200F4;
  box-shadow: 16px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.opportunity-feed__module .feed .single-job-card * {
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .opportunity-feed__module .feed .single-job-card {
    padding: 2.5rem;
  }
}
.opportunity-feed__module .feed .single-job-card .location,
.opportunity-feed__module .feed .single-job-card .category {
  line-height: normal;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
.opportunity-feed__module .feed .single-job-card .location {
  background-color: #A200F4;
  color: white;
}
.opportunity-feed__module .feed .single-job-card .category {
  background-color: #EFF1F2;
}
.opportunity-feed__module .feed .single-job-card .job-details .job-type {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  line-height: normal;
}
.opportunity-feed__module .feed .single-job-card .job-details .job-type::before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  background-image: url("../icons/clock-purple.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.opportunity-feed__module .feed .single-job-card .hyperlink {
  height: 1.5rem;
  width: 1.5rem;
  background-image: url("../icons/hyperlink-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.opportunity-feed__module .feed .single-job-card:hover {
  background-color: #B7FF00;
  border: 2px solid #B7FF00;
}
.opportunity-feed__module .feed .single-job-card:hover .category {
  background-color: #181C1E;
  color: white;
}
.opportunity-feed__module .feed .single-job-card:hover .job-type::before {
  background-image: url("../icons/clock-gunmetal.svg");
}
.opportunity-feed__module .feed .single-job-card:hover .hyperlink {
  background-image: url("../icons/hyperlink-icon-dark.svg");
}
.carousel__module .tns-controls {
  margin-inline: auto;
}
.carousel__module.card .tns-controls {
  margin-top: 3rem;
}
.carousel__module.story .tns-controls {
  margin-inline: auto;
}
.copy-5050__module .copy ul {
  padding-top: 2rem;
}
.company-wall__module .single-company:hover .span-hyperlink::before {
  background-image: url("../icons/hyperlink-icon-light.svg");
}
.company-wall__module .single-company .logo-wrap svg,
.company-wall__module .single-company .logo-wrap path {
  width: 100%;
  height: auto;
}
.company-wall__module .single-company .logo-wrap img {
  width: 100%;
  height: auto;
}
.company-wall__module .single-company.bg-image .logo-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.company-wall__module .single-company.bg-image .logo-wrap svg,
.company-wall__module .single-company.bg-image .logo-wrap path {
  fill: white;
  width: 100%;
  height: auto;
}
.company-wall__module .single-company.bg-image .logo-wrap img {
  width: 100%;
  height: auto;
}
.company-wall__module .single-company.bg-image .logo-wrap::before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(207deg, rgba(24, 28, 30, 0.24) 0%, rgba(24, 28, 30, 0.8) 55.83%);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.company-wall__module .single-company.bg-image .logo-wrap svg {
  width: 12rem;
  height: auto;
}
.locations-grid__module .single-location {
  transition: 0.3s ease-in-out;
}
.locations-grid__module .single-location::before {
  transition: 0.3s ease-in-out;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(207deg, rgba(24, 28, 30, 0.24) 0%, rgba(24, 28, 30, 0.8) 55.83%);
}
.locations-grid__module .single-location:hover::before {
  background: linear-gradient(0deg, rgba(183, 255, 0, 0.88) 0%, rgba(183, 255, 0, 0.88) 100%);
}
.news-grid__module .single-article-card {
  position: relative;
}
.news-grid__module .single-article-card::before {
  z-index: 5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(212deg, rgba(24, 28, 30, 0.24) 0%, rgba(24, 28, 30, 0.8) 81%);
}
@media (min-width: 1024px) {
  .news-grid__module .single-article-card.article-1, .news-grid__module .single-article-card.article-4, .news-grid__module .single-article-card.article-5 {
    grid-column: span 2/span 2;
  }
}
.news-feed__module .single-article-card,
.posts-category-grid .single-article-card,
.news-grid__module .single-article-card {
  position: relative;
}
.news-feed__module .single-article-card::before,
.posts-category-grid .single-article-card::before,
.news-grid__module .single-article-card::before {
  transition: all 0.3s ease-in-out;
  z-index: 5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(212deg, rgba(24, 28, 30, 0.24) 0%, rgba(24, 28, 30, 0.8) 81%);
}
.news-feed__module .single-article-card:hover::before,
.posts-category-grid .single-article-card:hover::before,
.news-grid__module .single-article-card:hover::before {
  background: linear-gradient(0deg, rgba(183, 255, 0, 0.88) 0%, rgba(183, 255, 0, 0.88) 100%);
}
.news-feed__module .single-article-card:hover span.title,
.posts-category-grid .single-article-card:hover span.title,
.news-grid__module .single-article-card:hover span.title {
  color: #181C1E;
}
.flowchart__module .tns-controls {
  margin-inline: auto;
  background-color: #EFF1F2;
  margin-top: 4rem;
}
.markets-list__module .list-wrap .market-cards .single-market-card .main-icon svg {
  height: 100%;
  width: auto;
}
.client-wall__module .clients .single-client-logo svg {
  width: 100%;
}
.client-wall__module .clients .single-client-logo.logo-grayscale svg,
.client-wall__module .clients .single-client-logo.logo-grayscale path,
.client-wall__module .clients .single-client-logo.logo-grayscale polygon,
.client-wall__module .clients .single-client-logo.logo-grayscale line {
  fill: #B0BBBF !important;
}
.locations-map__module .map .world-map {
  width: 100%;
  height: auto;
  display: block;
}
.locations-map__module .marker-container .single-location-marker {
  visibility: hidden; /* Keep the marker in the layout but invisible */
  opacity: 0; /* Fully transparent */
  width: 30px; /* Marker size */
  height: 30px;
  background-size: cover;
  background-position: center;
  background-image: url("../icons/map-marker-standard.svg"); /* Replace with your marker image */
  position: absolute; /* Allow absolute positioning */
  pointer-events: auto; /* Allow clicking/hovering */
  transform: translate(-50%, -50%); /* Center the marker at its position */
  transition: all 0.3s ease-in-out; /* Smooth fade-in animation */
}
.locations-map__module .marker-container .single-location-marker.visible {
  visibility: visible; /* Make marker visible */
  opacity: 1; /* Fully opaque */
}
.locations-map__module .marker-container .single-location-marker.visible:hover {
  height: 60px;
  width: 60px;
  background-image: url("../icons/map-marker-active.svg");
}
.locations-map__module .marker-container .single-location-marker.visible.active {
  height: 60px;
  width: 60px;
  background-image: url("../icons/map-marker-active.svg");
}
.locations-map__module .location-areas {
  border-color: #B0BBBF !important;
}
.locations-map__module .location-groups .single-location,
.locations-map__module .location-group-slider .single-location {
  opacity: 0.9;
  border-radius: 0.625rem;
  border: 3px solid #46494b;
  height: -moz-max-content;
  height: max-content;
}
.locations-map__module .location-groups .single-location span.heading.black,
.locations-map__module .location-group-slider .single-location span.heading.black {
  color: white !important;
}
.locations-map__module .location-groups .single-location span.title,
.locations-map__module .location-group-slider .single-location span.title {
  color: white;
}
.locations-map__module .location-groups .single-location .single-area.not-last,
.locations-map__module .location-group-slider .single-location .single-area.not-last {
  border-bottom: 1px solid #D0D7D9;
  padding-bottom: 0.5rem;
}
.locations-map__module .tns-controls {
  margin-inline: auto;
  margin-top: 3rem;
}
.repeated-5050__module ul {
  list-style-type: disc;
  padding-inline-start: 1rem;
  margin: 0;
}
.slider-5050__module .tns-controls {
  margin-top: 2rem;
}
.acf-map {
  width: 100%;
  height: 150px;
  border: none;
  margin: 0;
}
@media (min-width: 480px) {
  .acf-map {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .acf-map {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .acf-map {
    height: 800px;
  }
}
.acf-map img {
  max-width: inherit !important;
}
svg.world-map {
  width: 100%;
  height: auto;
}
.svg-card-grid-background svg.crane {
  height: 95%;
}
.svg-card-grid-background svg.truck {
  height: 15%;
  transform: translateX(50%);
}
.svg-card-grid-background svg.windmill {
  height: 95%;
}
.svg-card-grid-background svg.train {
  height: 12%;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #181C1E;
}
body.menu-open {
  pointer-events: none;
}
body.menu-open header {
  pointer-events: auto;
}
body.menu-open .txm-main-menu {
  pointer-events: auto;
}
@media (min-width: 1280px){
.xl\:container{width:100%;padding-right:1.5rem;padding-left:1.5rem}
@media (min-width: 1280px){
.xl\:container{max-width:1280px}}
@media (min-width: 1540px){
.xl\:container{max-width:1540px}}}
.hover\:border-chartreuse-100:hover{--tw-border-opacity:1;border-color:rgb(183 255 0 / var(--tw-border-opacity))}
.hover\:bg-chartreuse-100:hover{--tw-bg-opacity:1;background-color:rgb(183 255 0 / var(--tw-bg-opacity))}
.hover\:bg-gunmetal-100:hover{--tw-bg-opacity:1;background-color:rgb(24 28 30 / var(--tw-bg-opacity))}
.hover\:bg-gunmetal-80:hover{--tw-bg-opacity:1;background-color:rgb(70 73 75 / var(--tw-bg-opacity))}
.hover\:text-chartreuse-100:hover{--tw-text-opacity:1;color:rgb(183 255 0 / var(--tw-text-opacity))}
.hover\:text-electricpurple-100:hover{--tw-text-opacity:1;color:rgb(162 0 244 / var(--tw-text-opacity))}
.hover\:text-gunmetal-100:hover{--tw-text-opacity:1;color:rgb(24 28 30 / var(--tw-text-opacity))}
.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.group:hover .group-hover\:flex{display:flex}
.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.group:hover .group-hover\:bg-gunmetal-100{--tw-bg-opacity:1;background-color:rgb(24 28 30 / var(--tw-bg-opacity))}
.group:hover .group-hover\:fill-chartreuse-100{fill:#B7FF00}
.group:hover .group-hover\:fill-gunmetal-100{fill:#181C1E}
.group:hover .group-hover\:pb-4{padding-bottom:1rem}
.group:hover .group-hover\:text-chartreuse-100{--tw-text-opacity:1;color:rgb(183 255 0 / var(--tw-text-opacity))}
.group:hover .group-hover\:text-coolgrey-10{--tw-text-opacity:1;color:rgb(248 249 249 / var(--tw-text-opacity))}
.group:hover .group-hover\:text-gunmetal-100{--tw-text-opacity:1;color:rgb(24 28 30 / var(--tw-text-opacity))}
.group:hover .group-hover\:opacity-100{opacity:1}
.group:hover .group-hover\:grayscale-0{--tw-grayscale:grayscale(0);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}
@media (min-width: 480px){
.xs\:flex{display:flex}
.xs\:h-100{height:25rem}
.xs\:px-6{padding-left:1.5rem;padding-right:1.5rem}
.xs\:pb-6{padding-bottom:1.5rem}}
@media (min-width: 640px){
.sm\:h-full{height:100%}
.sm\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.sm\:p-10{padding:2.5rem}
.sm\:px-20{padding-left:5rem;padding-right:5rem}}
@media (min-width: 768px){
.md\:-left-12{left:-3rem}
.md\:mx-auto{margin-left:auto;margin-right:auto}
.md\:mt-24{margin-top:6rem}
.md\:block{display:block}
.md\:flex{display:flex}
.md\:hidden{display:none}
.md\:aspect-\[4\/3\]{aspect-ratio:4/3}
.md\:aspect-video{aspect-ratio:16 / 9}
.md\:h-100{height:25rem}
.md\:h-full{height:100%}
.md\:max-w-7xl{max-width:80rem}
.md\:-translate-x-0{--tw-translate-x:-0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.md\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.md\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.md\:flex-row{flex-direction:row}
.md\:flex-col-reverse{flex-direction:column-reverse}
.md\:items-end{align-items:flex-end}
.md\:gap-0{gap:0px}
.md\:gap-10{gap:2.5rem}
.md\:border-l-8{border-left-width:8px}
.md\:bg-coolgrey-20{--tw-bg-opacity:1;background-color:rgb(239 241 242 / var(--tw-bg-opacity))}
.md\:p-10{padding:2.5rem}
.md\:p-4{padding:1rem}
.md\:p-8{padding:2rem}
.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}
.md\:px-12{padding-left:3rem;padding-right:3rem}
.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.md\:py-12{padding-top:3rem;padding-bottom:3rem}
.md\:py-16{padding-top:4rem;padding-bottom:4rem}
.md\:py-24{padding-top:6rem;padding-bottom:6rem}
.md\:py-72{padding-top:18rem;padding-bottom:18rem}
.md\:pb-0{padding-bottom:0px}
.md\:pb-10{padding-bottom:2.5rem}
.md\:pb-20{padding-bottom:5rem}
.md\:pb-6{padding-bottom:1.5rem}
.md\:pb-8{padding-bottom:2rem}
.md\:pl-10{padding-left:2.5rem}
.md\:pt-20{padding-top:5rem}
.md\:pt-6{padding-top:1.5rem}
.md\:pt-72{padding-top:18rem}
.md\:pt-8{padding-top:2rem}
.md\:text-start{text-align:start}
.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}
.md\:shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}}
@media (min-width: 1024px){
.lg\:absolute{position:absolute}
.lg\:left-1\/2{left:50%}
.lg\:top-1\/2{top:50%}
.lg\:col-span-1{grid-column:span 1 / span 1}
.lg\:col-span-2{grid-column:span 2 / span 2}
.lg\:mb-0{margin-bottom:0px}
.lg\:mt-0{margin-top:0px}
.lg\:mt-12{margin-top:3rem}
.lg\:mt-16{margin-top:4rem}
.lg\:block{display:block}
.lg\:grid{display:grid}
.lg\:hidden{display:none}
.lg\:h-14{height:3.5rem}
.lg\:h-80{height:20rem}
.lg\:h-full{height:100%}
.lg\:w-1\/2{width:50%}
.lg\:w-1\/3{width:33.333333%}
.lg\:w-14{width:3.5rem}
.lg\:w-2\/3{width:66.666667%}
.lg\:max-w-3xl{max-width:48rem}
.lg\:max-w-max{max-width:-moz-max-content;max-width:max-content}
.lg\:max-w-xl{max-width:36rem}
.lg\:translate-y-8{--tw-translate-y:2rem;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.lg\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.lg\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.lg\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}
.lg\:flex-row{flex-direction:row}
.lg\:flex-row-reverse{flex-direction:row-reverse}
.lg\:items-end{align-items:flex-end}
.lg\:items-center{align-items:center}
.lg\:justify-start{justify-content:flex-start}
.lg\:justify-end{justify-content:flex-end}
.lg\:justify-between{justify-content:space-between}
.lg\:gap-0{gap:0px}
.lg\:gap-10{gap:2.5rem}
.lg\:gap-12{gap:3rem}
.lg\:gap-20{gap:5rem}
.lg\:self-auto{align-self:auto}
.lg\:bg-gunmetal-100{--tw-bg-opacity:1;background-color:rgb(24 28 30 / var(--tw-bg-opacity))}
.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}
.lg\:px-12{padding-left:3rem;padding-right:3rem}
.lg\:px-20{padding-left:5rem;padding-right:5rem}
.lg\:px-32{padding-left:8rem;padding-right:8rem}
.lg\:py-12{padding-top:3rem;padding-bottom:3rem}
.lg\:py-20{padding-top:5rem;padding-bottom:5rem}
.lg\:py-36{padding-top:6rem;padding-bottom:6rem}
.lg\:pb-0{padding-bottom:0px}
.lg\:pb-40{padding-bottom:10rem}
.lg\:pe-20{padding-inline-end:5rem}
.lg\:pt-0{padding-top:0px}
.lg\:pt-10{padding-top:2.5rem}
.lg\:pt-16{padding-top:4rem}
.lg\:pt-20{padding-top:5rem}
.lg\:pt-24{padding-top:6rem}
.lg\:text-end{text-align:end}
.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}
.lg\:text-5xl{font-size:3rem;line-height:1}
.lg\:text-chartreuse-100{--tw-text-opacity:1;color:rgb(183 255 0 / var(--tw-text-opacity))}
.lg\:opacity-0{opacity:0}
.lg\:odd\:flex-row:nth-child(odd){flex-direction:row}
.lg\:even\:flex-row-reverse:nth-child(even){flex-direction:row-reverse}
.group:hover .lg\:group-hover\:translate-y-0{--tw-translate-y:0px;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}
@media (min-width: 1280px){
.xl\:mx-20{margin-left:5rem;margin-right:5rem}
.xl\:mx-auto{margin-left:auto;margin-right:auto}
.xl\:my-20{margin-top:5rem;margin-bottom:5rem}
.xl\:block{display:block}
.xl\:flex{display:flex}
.xl\:hidden{display:none}
.xl\:h-100{height:25rem}
.xl\:h-full{height:100%}
.xl\:max-w-3xl{max-width:48rem}
.xl\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.xl\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}
.xl\:grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}
.xl\:px-20{padding-left:5rem;padding-right:5rem}
.xl\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}}
@media (min-width: 1536px){
.\32xl\:gap-10{gap:2.5rem}
.\32xl\:py-32{padding-top:8rem;padding-bottom:8rem}}
