@charset "UTF-8";
/*------------------------------------*\
    SCSS COMPILE LIST
\*------------------------------------*/
/* DEFAULT RESPONSIVE LAYOUTS */
/*------------------------------------*\
    LITESPEED 
\*------------------------------------*/
/* PART 1 - Before Lazy Load */
@import url("https://use.typekit.net/mwz2enr.css");
img[data-lazyloaded] {
  opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*------------------------------------*\
    MIXINS
\*------------------------------------*/
.link-overlay a,
a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section.dc-quote-image-block .quote-content .quote-text p, h2, .h2, h1, .h1 {
  font-family: "new-frank", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.section.dc-project-data .section_content .project-item .sidebar-project-meta li span:first-child, .section.dc-project-data .section_content .project-item .project-data h1, .section.dc-project-data .section_content .project-item .breadcrumb .project-category-inner, .section.dc-cta.cta_style_3 > .inner .section_intro .dc-btn, .section.dc-cta.cta_style_3 > .inner .section_intro .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) .section.dc-cta.cta_style_3 > .inner .section_intro a, .section.dc-cta > .inner .section_intro h2.title, h3, .h3, .section.dc-video.expand .video-wrapper .content-wrapper h2 {
  font-family: "new-frank", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.section.dc-project-data .section_content .project-item .breadcrumb .project-category, .section.dc-quote-image-block .quote-content .quote-attribution, h2 strong, .h2 strong, h1 strong, .h1 strong {
  font-family: "new-frank", sans-serif;
  font-weight: 700;
  font-style: normal;
}

body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit, .section-slider .inner .section_intro .title-wrapper h2.title, .dc-projects-carousel .inner .section_content .items .item .content-wrapper h3, .section.dc-video.expand .video-wrapper .content-wrapper .dc-btn, .section.dc-video.expand .video-wrapper .content-wrapper .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) .section.dc-video.expand .video-wrapper .content-wrapper a, .section.dc-video.expand .video-wrapper .content-wrapper h3, .section.dc-statistics > .inner .section_content .items .item h3, .section.dc-project-grid .section-filters h5,
.section.dc-project-grid .section-filters .dropdown-label, .dc-links-section > .inner .section_intro .title, .section.dc-intro-section .inner .section_content .description .intro-description h2, .section.dc-capabilities-grid.style_3 .inner > .section_content .items .item h3, .section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box h2, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box h2, .section.dc-capabilities-grid.style_1 .section_content .items .item h3, .section.dc-capabilities-grid.style_2 .section_content .items .item h3, .section.dc-accordion .accordion .title h3, .hero > .hero__inner .content > span, .footer .footer-top-inner .footer-widget .widgettitle, .footer .footer-top-inner .footer-widget:nth-child(1) p, a.dc-btn, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a, .top-title, .section.dc-project-grid.style_2 .item:after, .section.dc-accordion .accordion .title h3 span, .section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box .label, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box .label, .main_menu .menu ul li a, body.error404 .panel.main .row #post-404 .error_search form.search input.search-input, .gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container input[type=number],
.gform_wrapper .ginput_container input[type=password],
.gform_wrapper .ginput_container input[type=tel],
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=url],
.gform_wrapper .ginput_container textarea.medium,
.gform_wrapper .ginput_container textarea.large,
.gform_wrapper .ginput_container textarea.small,
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container #theme-page select, body {
  font-family: "arial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* FONTAWESOME */
/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-transform: rotate(270deg);
      transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
}

.fa-rotate-by {
  -ms-transform: rotate(var(--fa-rotate-angle, none));
      transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.ttf") format("truetype");
}
.fal,
.fa-light {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,
:host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-thin: normal 100 1em/1 "Font Awesome 6 Pro";
}

@font-face {
  font-family: "Font Awesome 6 Pro";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("../fonts/fa-thin-100.woff2") format("woff2"), url("../fonts/fa-thin-100.ttf") format("truetype");
}
.fat,
.fa-thin {
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
}

/* SETTINGS - GRID */
/*------------------------------------*\

    SETTINGS - DEFAULT WIDTHS

\*------------------------------------*/
/*------------------------------------*\

    SETTINGS - RESPONSIVE BREAK POINTS

\*------------------------------------*/
/* SETTINGS - COLORS */
/*------------------------------------*\

    SETTINGS - COLORS - THEME - DC

\*------------------------------------*/
:root {
  --dark-color: #111111;
  --light-color: #FFFFFF;
  --grey-color: #F0F0F0;
  --brown-color: #F3ECE5;
  --theme-color: #40A9BB;
  --theme2-color: #F47321;
}

/* SETTINGS - FONTS */
/*------------------------------------*\
    SETTINGS - FONT SIZES
\*------------------------------------*/
/* SETTINGS - HEADER / MENU / FOOTER */
/*------------------------------------*\
    SETTINGS - MENU
\*------------------------------------*/
/* GLOBAL APP */
/*------------------------------------*\
    VARIABLES
\*------------------------------------*/
.grid:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    GLOBAL - SITE WIDE
\*------------------------------------*/
button {
  outline: none !important;
  transition: all 250ms ease-in-out;
}

input[type=submit] {
  transition: all 250ms ease-in-out;
}

.page_container {
  background: white;
  width: 100%;
  max-width: 100%;
}

.page_container > .panel {
  max-width: 100%;
  background: var(--light-color);
}

/* GLOBAL APP - BASE */
/*------------------------------------*\
	BASE - SITE WIDE
\*------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}

html {
  background: var(--light-color);
}

body {
  line-height: 1.44em;
  color: #111111;
  background: var(--light-color);
  max-width: 100%;
  margin-inline: auto;
}
body.open-toggle-menu {
  overflow: hidden;
}

/*------------------------------------*\
	BASE - FONTS
\*------------------------------------*/
p {
  margin-bottom: clamp(10px, 1vw, 20px);
  width: 100%;
  line-height: 1.44em;
}
p strong,
p strong a,
p a {
  font-weight: 600;
}

sup {
  font-size: 45%;
  padding-right: 5px;
  vertical-align: super;
}

/** H1 - H6 STYLING **/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em;
  letter-spacing: 0.009em;
  width: 100%;
  margin-block: 0 clamp(16px, 1.8vw, 35px);
}

h3, .h3, .section.dc-video.expand .video-wrapper .content-wrapper h2 {
  line-height: 1.2em;
}

h6, .h6 {
  font-size: 14px;
}

----------------------- .section.dc-image-text.large-text > .inner p, .section.dc-image-text.large-text > .inner ----------------------- p, ----------------------- .section.dc-quote-image-block .quote-content .quote-attribution, .section.dc-quote-image-block .quote-content ----------------------- .quote-attribution, ----------------------- .section.dc-icon-infobox > .inner .items .item .text h4, .section.dc-icon-infobox > .inner .items .item .text ----------------------- h4 {
  font-size: clamp(1.5rem, 0.6143rem + 1.8476vw, 1.375rem);
  min-height: 0vw;
}

.section.dc-cta.cta_style_3 > .inner .section_intro .dc-btn span, .section.dc-cta.cta_style_3 > .inner .section_intro .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a span, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) .section.dc-cta.cta_style_3 > .inner .section_intro a span, .section.dc-cta.cta_style_1 > .inner .section_intro .description p {
  font-size: clamp(1.5rem, 0.6143rem + 1.8476vw, 2rem);
  min-height: 0vw;
}

.section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box h2, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box h2 {
  font-size: clamp(1.5rem, 0.5844rem + 1.91vw, 2.375rem);
  min-height: 0vw;
}

.section.dc-testimonials-grid > .inner .section_intro h2, .section.dc-team-cards .section_intro h2, .section.dc-project-data .section_content .project-item .project-data h1, .section.dc-capabilities-grid .inner .section_intro h2, .section.dc-icon-infobox .section_intro h2, .section:not(.dc-cta) > .inner > .section_intro.center h2, .section.dc-hotboxes:not(.dc-cta) > .inner > .section_intro h2,
.section:not(.dc-cta) .item > .section_intro.center h2,
.section:not(.dc-cta) .section.dc-hotboxes > .inner.item > .section_intro h2 {
  font-size: clamp(2rem, 1.4043rem + 1.7021vw, 3rem);
  min-height: 0vw;
}

.section-slider .inner .section_intro .title-wrapper h2.title, .section.dc-accordion .accordion .title h3, h1, .h1 {
  font-size: clamp(2.375rem, 1.1978rem + 2.4557vw, 3.5rem);
  min-height: 0vw;
}

.section.dc-video.expand .video-wrapper .content-wrapper h3, .section.dc-statistics > .inner .section_content .items .item h3, .section.dc-project-grid.style_2 .section_intro h2, h2, .h2 {
  font-size: clamp(2.75rem, 0.5358rem + 4.6189vw, 4rem);
  min-height: 0vw;
}

body.page .hero > .hero__inner .content h1 {
  font-size: clamp(2.125rem, 0.4122rem + 4.8936vw, 5rem);
  min-height: 0vw;
}

----------------------- .section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box .label, .section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box ----------------------- .label, ----------------------- .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box .label, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box ----------------------- .label {
  font-size: clamp(14px, 0.875rem + (1vw - 5.6px) * 0.1471, 16px);
  min-height: 0vw;
}

.section.dc-project-grid .section-filters h5,
.section.dc-project-grid .section-filters .dropdown-label, .section.dc-image-text.small-text > .inner p, .section.dc-image-text > .inner p,
.section.dc-project-grid:has(.results-container) > .inner p, .hero > .hero__inner .content > span, body {
  font-size: clamp(16px, 1rem + (1vw - 5.6px) * 0.1471, 18px);
  min-height: 0vw;
}

.section.dc-testimonials-grid .items .item .text {
  font-size: clamp(18px, 1.125rem + (1vw - 5.6px) * 0.4412, 24px);
  min-height: 0vw;
}

.dc-links-section > .inner > .section_content .item a, .section.dc-intro-section .inner .section_content .description .intro-description p {
  font-size: clamp(20px, 1.125rem + (1vw - 5.2px) * 0.4412, 26px);
  min-height: 0vw;
}

.section.dc-quote-image-block .quote-content .quote-text p {
  font-size: clamp(1.25rem, 0.9521rem + 0.8511vw, 1.75rem);
  min-height: 0vw;
}

.section.dc-capability-data-wrapper > .inner .section_content p, .section.dc-text-block .dc-intro p {
  font-size: clamp(1.25rem, 0.8777rem + 1.0638vw, 1.875rem);
  min-height: 0vw;
}

.section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box h2, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box h2 {
  font-size: clamp(1.375rem, 0.7793rem + 1.7021vw, 2.375rem);
  min-height: 0vw;
}

.section.dc-testimonials-grid > .inner .section_intro h2, .section.dc-team-cards .section_intro h2, .section.dc-project-data .section_content .project-item .project-data h1, .section.dc-capabilities-grid .inner .section_intro h2, .section.dc-icon-infobox .section_intro h2, .section:not(.dc-cta) > .inner > .section_intro.center h2, .section.dc-hotboxes:not(.dc-cta) > .inner > .section_intro h2,
.section:not(.dc-cta) .item > .section_intro.center h2,
.section:not(.dc-cta) .section.dc-hotboxes > .inner.item > .section_intro h2 {
  font-size: clamp(2rem, 1.4043rem + 1.7021vw, 3rem);
  min-height: 0vw;
}

.section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box .label, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box .label {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  min-height: 0vw;
}

.top-title, .section.dc-project-grid.style_2 .item:after, .section.dc-accordion .accordion .title h3 span {
  font-size: clamp(12px, 0.8rem + (1vw - 5.6px) * 0.1471, 14px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  min-height: 0vw;
  margin-bottom: 8px;
}

/*------------------------------------*\
	BASE - LINKS
\*------------------------------------*/
a {
  transition: all 250ms ease-in-out;
  outline: none !important;
}

a:not(.dc-btn) {
  text-decoration: none;
  color: var(--dark-color);
}
a:not(.dc-btn):hover {
  color: var(--theme-color);
}
.section.bg_dark a:not(.dc-btn) {
  color: var(--light-color);
}
.section.bg_dark a:not(.dc-btn):hover {
  color: var(--theme-color);
}
a:not(.dc-btn).arrow-right:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 12px;
  background: url("../img/arrow-orange.svg");
  transition: all 250ms ease-in-out;
}
.dc-intro-section a:not(.dc-btn),
.dc-image-text a:not(.dc-btn),
.dc-accordion a:not(.dc-btn) {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
}
.dc-intro-section a:not(.dc-btn):hover,
.dc-image-text a:not(.dc-btn):hover,
.dc-accordion a:not(.dc-btn):hover {
  color: var(--theme-color);
  -webkit-text-decoration-color: var(--dark-color);
          text-decoration-color: var(--dark-color);
  text-decoration: none;
}
.section.bg_dark .dc-intro-section a:not(.dc-btn),
.section.bg_dark .dc-image-text a:not(.dc-btn),
.section.bg_dark .dc-accordion a:not(.dc-btn) {
  color: var(--light-color);
}
.section.bg_dark .dc-intro-section a:not(.dc-btn):hover,
.section.bg_dark .dc-image-text a:not(.dc-btn):hover,
.section.bg_dark .dc-accordion a:not(.dc-btn):hover {
  color: var(--theme-color);
}

/*------------------------------------*\
	BASE - BUTTONS
\*------------------------------------*/
a.dc-btn, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a {
  line-height: 44px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding-inline: 16px;
  margin-top: clamp(12px, 2vw, 20px);
  border: 1.5px solid var(--dark-color);
  border-radius: 30px;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--light-color);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  a.dc-btn, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a {
    font-size: 16px;
    line-height: 40px;
    padding-inline: 20px;
  }
}
a.dc-btn > span, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a > span {
  position: relative;
  white-space: nowrap;
}
a.dc-btn:after, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 12px;
  margin-left: 12px;
  background-image: url("../img/arrow-white.svg");
  background-size: contain;
  transition: all 250ms ease-in-out;
}
a.dc-btn:hover, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a:hover {
  text-decoration: none !important;
  background-color: var(--dark-color);
  border-color: var(--dark-color);
}
a.dc-btn2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--theme-color);
}
@media only screen and (min-width: 768px) {
  a.dc-btn2 {
    width: 60px;
    height: 60px;
  }
}
a.dc-btn2:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  background: url("../img/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 12px;
}
@media only screen and (min-width: 768px) {
  a.dc-btn2:after {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}
a.dc-btn2.white {
  background: var(--light-color);
}
a.dc-btn2.white:after {
  background-image: url("../img/arrow-orange.svg");
}

/*------------------------------------*\
	BASE - LINKS - DC LINK
\*------------------------------------*/
a.dc-link {
  position: relative;
  white-space: nowrap;
  font-weight: 700;
  transition: all 250ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
a.dc-link:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 12px;
  background: url("../img/arrow-orange.svg");
  transition: all 250ms ease-in-out;
}
a.white-link {
  position: relative;
  white-space: nowrap;
  font-weight: 700;
  transition: all 250ms ease-in-out;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
a.white-link:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  margin-left: 12px;
  background: url("../img/arrow-orange.svg");
  transition: all 250ms ease-in-out;
}
a.white-link.white-link {
  color: var(--light-color);
}
a.white-link.white-link:hover {
  color: var(--dark-color);
}

/*--------------------------------------------------------*\
	BASE - LISTS
\*--------------------------------------------------------*/
ul,
ol {
  margin-top: 20px;
  margin-bottom: 15px;
}
ul li,
ol li {
  line-height: 1.44em;
  color: #111111;
  margin-left: 20px;
  padding-left: 5px;
  padding-bottom: 16px;
  position: relative;
}

.color-dots ul li {
  list-style: none;
  margin-left: 40px;
}
.color-dots ul li:before {
  content: "•";
  color: var(--theme-color);
  font-size: 1.5em;
  display: inline-block;
  width: 15px;
  position: absolute;
  top: 0px;
  left: -25px;
}

.dc-text-block li,
.dc-intro-section li,
.dc-image-text li,
.dc-accordion li {
  padding-bottom: 5px;
}
.dc-text-block li::marker,
.dc-intro-section li::marker,
.dc-image-text li::marker,
.dc-accordion li::marker {
  color: var(--theme-color);
}

.color-dots ol li {
  margin-left: 40px;
}
.color-dots ol li::marker {
  color: var(--theme-color);
  font-size: 1em;
  display: inline-block;
  width: 15px;
  position: absolute;
  top: 0px;
  left: -25px;
}

/* GLOBAL APP - HEADER */
/*------------------------------------*\
	HEADER - BASE
\*------------------------------------*/
#header_main + .page_container {
  margin-inline: auto;
}

#header_main {
  background: var(--light-color);
}
#header_main .header_nav_container {
  background: var(--light-color);
}
#header_main + .page_container {
  padding-top: 140px;
}
@media only screen and (max-width: 766px) {
  #header_main + .page_container {
    padding-top: 70px;
  }
}
.transparent-header #header_main, .single-capability #header_main {
  background: none;
}
.transparent-header #header_main .header_nav_container, .single-capability #header_main .header_nav_container {
  background: none;
}
.transparent-header #header_main + .page_container, .single-capability #header_main + .page_container {
  padding-top: 0;
}

#header_main {
  position: fixed;
  top: 0;
  margin-inline: auto;
  z-index: 100000;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100vw;
  transition: all 450ms ease-in-out;
}
#header_main .header_nav_container {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: 140px;
  padding-inline: 15px;
  transition: all 250ms ease-in-out;
}
.sticky-nav #header_main .header_nav_container {
  height: 110px;
}
@media only screen and (min-width: 768px) {
  #header_main .header_nav_container {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  #header_main .header_nav_container {
    padding-inline: 60px;
  }
}
@media only screen and (max-width: 766px) {
  #header_main .header_nav_container {
    height: 70px;
  }
}
#header_main .header_nav_container .menus {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.toggle-menu-wrap #menu-toggle {
  transition: all 450ms ease-in-out;
}
.header_top {
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 10;
  height: 59px;
}
@media only screen and (min-width: 768px) {
  .header_top {
    right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .header_top {
    right: 60px;
  }
}
.header_top .textwidget {
  display: -ms-flexbox;
  display: flex;
  padding-block: 8px 18px;
  transition: all 250ms ease-in-out;
}
.sticky-nav .header_top .textwidget {
  padding-block: 4px 14px;
}
.header_top .textwidget .phone,
.header_top .textwidget .search {
  height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-inline: 34px 14px;
  border-radius: 40px;
  margin-top: 4px;
  margin-left: 6px;
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: 10px center;
  transition: all 250ms ease-in-out;
}
.header_top .textwidget .phone a,
.header_top .textwidget .search a {
  font-size: 16px;
  color: #828282;
}
.header_top .textwidget .phone a:hover,
.header_top .textwidget .search a:hover {
  color: var(--dark-color);
}
.header_top .textwidget .phone {
  background-image: url(../img/icon-phone-grey.svg);
}
.header_top .textwidget .phone:hover {
  filter: brightness(0);
}
.header_top .textwidget .search {
  position: relative;
  padding-inline: 0;
  margin-right: 10px;
  background-color: var(--theme-color);
}
.header_top .textwidget .search a {
  font-size: 0;
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 40px;
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: 7px center;
  background-image: url(../img/icon-search-white.svg);
}
.header_top .textwidget .search a:hover {
  filter: brightness(0);
}
.header_top .textwidget .social_icons {
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0 0;
  padding: 0 6px;
  background-color: var(--theme-color);
  border-radius: 50px;
}
.header_top .textwidget .social_icons li {
  padding: 0;
  margin: 0;
  margin-right: 2px;
  list-style: none;
}
.header_top .textwidget .social_icons li a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 17px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 100%;
  color: var(--light-color) !important;
  font-size: 0;
  text-decoration: none;
  transition: all 250ms ease-in-out;
}
.header_top .textwidget .social_icons li a.facebook {
  background-image: url(../img/icon-facebook-white.svg);
}
.header_top .textwidget .social_icons li a.linkedin {
  background-image: url(../img/icon-linkedin-white.svg);
}
.header_top .textwidget .social_icons li a.youtube {
  background-image: url(../img/icon-youtube-white.svg);
  background-size: auto 15px;
}
.header_top .textwidget .social_icons li a.instagram {
  background-image: url(../img/icon-insta-white.svg);
}
.header_top .textwidget .social_icons li a.twitter {
  background-image: url(../img/icon-x-white.svg);
}
.header_top .textwidget .social_icons li a:hover {
  filter: brightness(0);
}

/*------------------------------------*\
	HEADER - LOGO
\*------------------------------------*/
.header_logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
  max-width: 20%;
  min-width: 83px;
  margin: 0 30px 0 0;
  padding: 1px 0px 1px 1px;
  transition: all 250ms ease-in-out;
}
.sticky-nav .header_logo {
  margin-top: -15px;
}
@media only screen and (max-width: 766px) {
  .header_logo {
    min-width: 83px;
    margin: 0 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_logo {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 349px) {
  .header_logo {
    max-width: 20vw;
    min-width: 110px;
  }
}
.header_logo a {
  display: block;
}
.header_logo a img {
  display: block;
  max-height: 89px;
  position: relative;
  z-index: 1000;
  transition: all 250ms ease-in-out;
  width: 110px;
  height: 110px;
  max-height: 110px;
}
@media only screen and (max-width: 766px) {
  .header_logo a img {
    max-height: 40px;
  }
}
.header_logo a.white-logo {
  display: none;
}
.header_logo a.color-logo {
  display: block;
}
.transparent-header .header_logo a.white-logo, .single-capability .header_logo a.white-logo {
  display: block;
}
.transparent-header .header_logo a.color-logo, .single-capability .header_logo a.color-logo {
  display: none;
}
@media only screen and (max-width: 766px) {
  .header_logo a.white-logo {
    display: none;
  }
  .header_logo a.color-logo {
    display: block;
  }
}

/* GLOBAL APP - MENU */
/*------------------------------------*\
	MENU - SIMPLE - LEFT ALIGNED
\*------------------------------------*/
.main_menu .menu {
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}
.main_menu .menu ul {
  margin: 0;
}
.main_menu .menu ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.main_menu .menu ul li a {
  color: var(--dark-color);
  line-height: 1.2em;
  text-transform: uppercase;
  display: block;
  position: relative;
  font-size: 16px;
}
.transparent-header .main_menu .menu ul li a, .single-capability .main_menu .menu ul li a {
  color: white;
}
.main_menu .menu ul li.mobile-visible {
  display: none;
}
.main_menu .menu > ul {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}
.main_menu .menu > ul > li {
  position: relative;
  margin: 0;
  padding: 0 clamp(6px, 0.9vw, 18px);
}
.main_menu .menu > ul > li:last-child {
  padding-right: 0;
}
.main_menu .menu > ul > li > a {
  height: 80px;
  line-height: 80px;
  padding: 0;
  white-space: nowrap;
}
.sticky-nav .main_menu .menu > ul > li > a {
  height: 60px;
  line-height: 60px;
}
.main_menu .menu > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--theme-color);
  transition: all 150ms ease-in-out;
}
.main_menu .menu > ul > li.current_page_parent > a:after, .main_menu .menu > ul > li.current-menu-parent > a:after, .main_menu .menu > ul > li.current-menu-item > a:after, .main_menu .menu > ul > li:hover > a:after {
  width: 100%;
}

/*------------------------------------*\
	DEFAULT DROPDOWN
\*------------------------------------*/
@media only screen and (min-width: 767px) {
  .main_menu .menu {
    margin-top: 58px;
    transition: all 250ms ease-in-out;
  }
  .sticky-nav .main_menu .menu {
    margin-top: 48px;
  }
  .main_menu .menu > ul {
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: calc(100% + 40px);
  }
  .main_menu .menu > ul > li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -6px;
    overflow: hidden;
    max-height: 0;
    width: 400px;
    margin-left: 0;
    padding: 0 22px;
    background: transparent;
    -ms-transform: translateY(12px);
        transform: translateY(12px);
    transition: all 0ms ease-in-out;
  }
  .main_menu .menu > ul > li ul.sub-menu:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 20px;
    background: var(--theme-color);
  }
  .main_menu .menu > ul > li ul.sub-menu li {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    background: transparent;
    transition: all 450ms ease-in-out;
  }
  .main_menu .menu > ul > li ul.sub-menu li a {
    display: block;
    padding: 8px 26px 11px 26px;
    min-width: 100%;
    color: var(--dark-color);
    font-size: 22px;
    text-align: left;
    text-transform: none;
    transition: all 250ms ease-in-out;
  }
}
@media only screen and (min-width: 767px) and (min-width: 767px) {
  .main_menu .menu > ul > li ul.sub-menu li.current_page_item > a,
.main_menu .menu > ul > li ul.sub-menu li a:hover {
    color: var(--theme-color);
  }
}
@media only screen and (min-width: 767px) {
  .main_menu .menu > ul > li:hover ul.sub-menu {
    max-height: 700px;
    opacity: 1;
    overflow: visible;
    padding: 35px 20px 45px;
    background: var(--light-color);
    -ms-transform: translateY(0);
        transform: translateY(0);
    transition: transform 150ms ease-in-out, opacity 200ms ease-in-out;
  }
}
/*------------------------------------*\
	MENU - Toggle
\*------------------------------------*/
@media only screen and (min-width: 950px) {
  .toggle-menu-wrap {
    display: none;
  }
}
.toggle-menu-wrap #menu-toggle {
  display: block;
  position: relative;
  padding: 0;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  z-index: 10000;
  font-size: 20px;
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50px;
  height: 50px;
  padding: 14px 12px;
  border-radius: 50%;
  color: white;
  background-color: var(--theme-color);
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle span {
  height: 2px;
  width: 20px;
  background: var(--light-color);
  border-radius: 10px;
  transition: all 150ms ease-in-out;
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle span:nth-child(2) {
  width: 28px;
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle:hover span {
  width: 100%;
  background: var(--light-color);
}
.toggle-menu-wrap #menu-toggle .full-menu-toggle:hover span:nth-child(2) {
  width: 20px;
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span {
  background-color: var(--light-color) !important;
  width: 20px;
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:first-child {
  -ms-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg);
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:nth-child(2) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:nth-child(3),
.toggle-menu-wrap.open-menu #menu-toggle .full-menu-toggle span:last-child {
  opacity: 0;
}
.toggle-menu-wrap .full-menu {
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  width: 100vw;
  height: 100svh;
  opacity: 0;
  visibility: hidden;
  transition: all 225ms ease-in-out;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 949px) {
  .toggle-menu-wrap .full-menu {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.toggle-menu-wrap .full-menu > .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--light-color);
}
.toggle-menu-wrap .full-menu > .bg > div {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.toggle-menu-wrap .full-menu .right {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease-in-out;
  transition-delay: 600ms !important;
  -ms-flex: 1;
      flex: 1;
  max-width: 1360px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: 80px 0 0;
  padding: 60px 45px;
  background: var(--theme-color);
}
@media only screen and (max-width: 949px) {
  .toggle-menu-wrap .full-menu .right ul#menu-full {
    -ms-flex-order: 2;
        order: 2;
  }
}
.toggle-menu-wrap .full-menu ul {
  margin-top: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.toggle-menu-wrap .full-menu ul li {
  display: block;
  padding-left: 0;
  margin-left: 0;
  width: 100%;
  list-style: none;
  background: transparent;
}
.toggle-menu-wrap .full-menu ul li a {
  color: var(--light-color);
}
.toggle-menu-wrap .full-menu ul li a:hover {
  color: var(--theme-color);
}
.toggle-menu-wrap .full-menu ul > li {
  padding-bottom: 0;
  margin-bottom: clamp(16px, 2vh, 42px);
}
.toggle-menu-wrap .full-menu ul > li > a {
  padding: 12px 40px 12px 0;
  display: block;
  height: auto;
  z-index: 100;
  background: none;
  font-size: clamp(25px, -0.0536rem + 2.8571vw, 2.625rem);
  line-height: 1em;
}
@media only screen and (max-width: 949px) {
  .toggle-menu-wrap .full-menu ul > li > a {
    padding: 0;
    max-width: 250px;
    display: block;
    line-height: 1.2em;
  }
}
.toggle-menu-wrap .full-menu ul > li > ul {
  max-width: 520px;
  padding-right: 30px;
  margin: 0;
  position: relative;
  max-height: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.toggle-menu-wrap .full-menu ul > li > ul > li {
  display: inline-block;
  padding-bottom: 0;
  margin-right: 7px;
  width: 100%;
}
.toggle-menu-wrap .full-menu ul > li > ul > li a {
  border: 1px solid var(--dark-color);
  border-radius: 30px;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
}
.toggle-menu-wrap .full-menu ul > li > ul > li a:hover {
  background: var(--dark-color);
  color: var(--light-color);
}
.toggle-menu-wrap .full-menu ul > li:nth-last-child(1), .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
      align-items: center !important;
  width: unset;
  margin-top: 30px;
}
.toggle-menu-wrap .full-menu ul > li:nth-last-child(1):before, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2):before {
  display: none;
}
.toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a {
  margin: 0;
  height: 46px;
  background: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: var(--dark-color);
}
.toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a:after {
  display: none;
}
.toggle-menu-wrap .full-menu ul > li:nth-last-child(1) {
  padding-inline: 0;
}
.toggle-menu-wrap .full-menu ul > li:nth-last-child(1) a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0;
  height: 46px;
  width: 46px;
  border-radius: 50%;
  background: var(--theme-color);
}
.toggle-menu-wrap .full-menu ul > li:nth-last-child(1) a:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 28px;
  height: 28px;
  background-image: url("../img/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 250ms ease-in-out;
}
.toggle-menu-wrap .full-menu ul > li:hover > ul {
  max-height: 600px;
  padding-top: 25px;
  margin-bottom: -15px;
}
.toggle-menu-wrap.open-menu .full-menu {
  opacity: 1;
  visibility: visible;
}
.toggle-menu-wrap.open-menu .full-menu .left,
.toggle-menu-wrap.open-menu .full-menu .right {
  opacity: 1;
}
.toggle-menu-wrap.open-menu .full-menu > .bg > div {
  opacity: 1;
}

.header_logo {
  transition: all 350ms ease-in-out;
}
.header_logo a img {
  transition: all 350ms ease-in-out;
}
.open-toggle-menu .header_logo {
  position: relative;
  z-index: 2;
  transition: all 500ms ease-in-out;
}
/*------------------------------------*\
	MENU - Mobile
\*------------------------------------*/
@media only screen and (max-width: 766px) {
  .main_menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
  }
}
@media only screen and (max-width: 766px) and (max-width: 767px) {
  .main_menu {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 766px) {
  .main_menu:before {
    display: none;
  }
}
@media only screen and (max-width: 766px) {
  .main_menu .menu {
    position: fixed;
    top: -100vh;
    right: 0;
    height: 100svh;
    width: 100vw;
    max-width: 100vw;
    -ms-flex-align: inherit;
        align-items: inherit;
    z-index: 99;
    overflow: hidden;
    opacity: 0;
    background: var(--dark-color);
    transition: all 350ms ease-in-out;
  }
  .main_menu .menu.active {
    padding-top: 70px;
    top: 0;
    opacity: 1;
  }
  .main_menu .menu .description {
    display: none !important;
  }
  .main_menu .menu > ul {
    padding: 10px 15px !important;
    margin-top: 0 !important;
    background: var(--dark-color);
  }
  .main_menu .menu > ul > li {
    padding-bottom: 0;
  }
  .main_menu .menu > ul > li > a {
    padding: 12px 40px 12px 0;
    height: 40px;
    z-index: 100;
    background: none;
  }
  .main_menu .menu > ul > li.mobile-visible {
    display: block;
  }
  .main_menu .menu > ul > li.mobile-visible:nth-last-child(3) {
    margin-top: 13px;
  }
  .main_menu .menu > ul > li.mobile-visible:after {
    display: none;
  }
  .main_menu .menu > ul > li.mobile-visible > a {
    letter-spacing: 0.08em;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 40px 10px 0;
  }
  .main_menu .menu > ul > li.btn {
    margin: 0 -20px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .main_menu .menu > ul > li.btn a {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 10px 10px 20px;
    color: var(--dark-color) !important;
    font-size: 22px;
    font-weight: 600;
  }
  .main_menu .menu > ul > li.phone {
    display: none;
  }
  .main_menu .menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .main_menu .menu ul li {
    text-align: center;
    display: block;
    margin: 0;
    background: transparent;
  }
  .main_menu .menu ul li a {
    font-size: 45px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.2em;
    text-transform: none;
    height: auto;
    margin: 0;
    padding: 15px 40px 15px 0;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    white-space: nowrap;
    color: white !important;
  }
  .main_menu .menu ul li a:after {
    display: none;
  }
  .main_menu .menu ul li a:hover {
    color: var(--theme-color) !important;
  }
  .main_menu .menu ul li.current-menu-item > a, .main_menu .menu ul li.current-menu-parent > a, .main_menu .menu ul li.current_page_parent > a, .main_menu .menu ul li:hover > a {
    background: none;
    color: white !important;
  }
  .main_menu .menu ul ul.sub-menu {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 200ms ease-in-out;
  }
  .main_menu .menu ul ul.sub-menu li {
    margin-top: 2px;
  }
  .main_menu .menu ul ul.sub-menu li a {
    color: var(--theme-color) !important;
    font-size: 30px;
    font-weight: 400;
    padding: 9px 0;
  }
  .main_menu .menu ul ul.sub-menu li a .open-sub-menu {
    height: 16px;
    margin-top: -14px;
    display: none;
  }
  .main_menu .menu ul ul.sub-menu li ul {
    display: none;
  }
  .main_menu .menu ul ul.sub-menu li ul li a {
    font-size: 24px;
    background: none !important;
  }
  .main_menu .menu ul ul.sub-menu li ul li a .open-sub-menu {
    height: 16px;
  }
  .main_menu .menu ul ul.sub-menu.active {
    margin: 4px 0 0;
    padding-bottom: 20px;
    max-height: 1000px;
    overflow: visible;
    visibility: visible;
  }
}
@media only screen and (max-width: 766px) {
  #header_main:nth-child(2) .main_menu .menu.active {
    padding-top: 100px;
  }
}
/*------------------------------------*\
	MENU - OPEN SUB MENU
\*------------------------------------*/
.main_menu .menu .open-sub-menu {
  position: absolute;
  top: 30px;
  right: 4px;
  width: 30px;
  height: 34px;
  margin-top: 0;
  margin-right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
  cursor: pointer;
  z-index: 1000;
}
.main_menu .menu .open-sub-menu.down:after {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
/* GLOBAL APP - FOOTER */
/*------------------------------------*\
  FOOTER - SITE WIDE
\*------------------------------------*/
.footer {
  background-color: var(--grey-color);
}
.footer .footer-top-wrapper,
.footer .footer-bottom-wrapper {
  padding-inline: 15px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-wrapper,
.footer .footer-bottom-wrapper {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .footer-top-wrapper,
.footer .footer-bottom-wrapper {
    padding-inline: 60px;
  }
}
.footer .footer-top-inner,
.footer .footer-bottom-inner {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto !important;
  max-width: 1720px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner,
.footer .footer-bottom-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .footer-top-inner {
  position: relative;
  padding-block: 0;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.footer .footer-top-inner .footer-widget:nth-child(1) .dc-btn, .footer .footer-top-inner .footer-widget:nth-child(1) .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) .footer .footer-top-inner .footer-widget:nth-child(1) a {
  margin-top: 24px;
}
.footer .footer-top-inner .footer-widget:nth-child(4) p {
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1.72em;
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget:nth-child(1) {
    -ms-flex: 1;
        flex: 1;
    padding-right: 6%;
  }
  .footer .footer-top-inner .footer-widget:nth-child(1) > div {
    max-width: 400px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2), .footer .footer-top-inner .footer-widget:nth-child(3), .footer .footer-top-inner .footer-widget:nth-child(4) {
    width: 16.666%;
    min-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget:nth-child(1) {
    width: 100%;
  }
  .footer .footer-top-inner .footer-widget:nth-child(1) > div {
    max-width: 400px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(2), .footer .footer-top-inner .footer-widget:nth-child(3) {
    width: 50%;
    max-width: 185px;
    padding-top: 32px;
  }
  .footer .footer-top-inner .footer-widget:nth-child(4) {
    width: 100%;
    margin-top: 0;
    padding-top: 32px;
  }
}
.footer .footer-top-inner .footer-widget .widgettitle {
  color: var(--theme-color);
  font-size: clamp(0.875rem, 0.3977rem + 1.3636vw, 1.25rem);
  margin-bottom: 23px;
}
.footer .footer-top-inner .footer-widget .widgettitle:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget .widgettitle {
    margin-bottom: 10px;
  }
}
.footer .footer-top-inner .footer-widget ul {
  list-style: none;
  margin-bottom: 0;
}
.footer .footer-top-inner .footer-widget ul li {
  margin-left: 0;
  padding: 0 0 7px;
}
.footer .footer-top-inner .footer-widget li,
.footer .footer-top-inner .footer-widget p,
.footer .footer-top-inner .footer-widget a:not(.dc-btn) {
  color: var(--dark-color);
}
@media only screen and (min-width: 768px) {
  .footer .footer-top-inner .footer-widget .mobile-visible {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-top-inner .footer-widget .mobile-hide {
    display: none;
  }
}
.footer .footer-top-inner .footer-widget a:not(.dc-btn):hover {
  color: var(--theme-color);
}
.footer .footer-bottom-wrapper {
  background: var(--dark-color);
}
.footer .footer-bottom-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: center;
      justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner {
    padding-bottom: 40px;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.footer .footer-bottom-inner .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  width: 50%;
  position: relative;
}
.footer .footer-bottom-inner .left p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.footer .footer-bottom-inner .left p span {
  display: inline-block;
}
.footer .footer-bottom-inner .left p a {
  padding-left: 5px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom-inner .left {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
  }
  .footer .footer-bottom-inner .left p {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer .footer-bottom-inner .left p span {
    margin-bottom: 17px;
  }
}
.footer .footer-bottom-inner a:not(.dc-btn),
.footer .footer-bottom-inner p,
.footer .footer-bottom-inner span {
  color: var(--light-color);
  font-size: 13px;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .footer .footer-bottom-inner a:not(.dc-btn),
.footer .footer-bottom-inner p,
.footer .footer-bottom-inner span {
    font-size: 14px;
  }
}
.footer .footer-bottom-inner a:not(.dc-btn):hover {
  color: var(--theme-color);
  text-decoration: underline;
}
.footer .footer-bottom-inner p {
  margin: 0;
}

/* SLICK SLIDER */
/*------------------------------------*\
  SLICK DOTS
\*------------------------------------*/
.slick-dots {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: clamp(20px, 6vw, 35px);
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .slick-dots {
    margin-left: 60px;
  }
}
.slick-dots li {
  display: inline;
  margin: 0 10px 0 0;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 10px 0;
  border: 0 none;
  font-size: 0;
  background: transparent;
}
.slick-dots li button:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  height: 15px;
  width: 15px;
  background: var(--grey-color);
}
.slick-dots li.slick-active button:after,
.slick-dots li button:hover:after {
  background-color: #40A9BB;
}

/*------------------------------------*\
	SLICK ARROWS
\*------------------------------------*/
button.slick-arrow {
  position: absolute;
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
  font-size: 0;
  background: var(--light-color);
  border: 0;
  transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media only screen and (min-width: 1200px) {
  button.slick-arrow {
    top: calc(50% - 26px);
    width: 52px;
    height: 52px;
  }
}
button.slick-arrow:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 11px;
  background: url("../img/arrow-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
button.slick-arrow.slick-prev {
  left: 0;
}
button.slick-arrow.slick-prev:after {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}
button.slick-arrow.slick-next {
  right: 0;
}
button.slick-arrow.slick-next:after {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
button.slick-arrow:hover {
  width: 100px;
}
button.slick-arrow:hover:after {
  filter: brightness(0%) invert(100%) sepia(0%) saturate(0%) hue-rotate(225deg) brightness(106%) contrast(101%);
}

.carousel-active {
  display: block !important;
}

/* TITLEBOX */
/*------------------------------------*\
  TITLE BOX 
\*------------------------------------*/
:root {
  --animation-distance: 160vw;
}

.hero + .section,
.hero + script + .section {
  z-index: 11;
  position: relative;
}

.hero {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  overflow: hidden;
  max-width: 100%;
  margin-inline: auto;
}
.hero > .hero__inner {
  width: 100%;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}
.hero__bg > img {
  object-fit: cover;
  width: 100%;
}
body:not(.single-project) .flip-x .hero__bg {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}
body:not(.single-project) .flip-x .hero__bg:after {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}

.hero:not(.video) > .hero__inner.overlay .hero__bg:after,
.hero > .hero__inner.overlay .video-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: unset;
  height: 50%;
  z-index: 1;
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.3;
}

.hero > .hero__inner .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1640px;
  z-index: 2;
  margin-inline: auto;
  padding: 50px 15px;
}
@media only screen and (min-width: 768px) {
  .hero > .hero__inner .content {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero > .hero__inner .content {
    padding: 70px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero > .hero__inner .content {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
}
.hero > .hero__inner .content h1,
.hero > .hero__inner .content > span {
  color: var(--light-color);
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 540px;
  margin-bottom: 8px !important;
  margin-top: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .hero > .hero__inner .content h1,
.hero > .hero__inner .content > span {
    margin-bottom: 16px !important;
    width: 900px;
    max-width: 68vw;
  }
}
.hero > .hero__inner .content h1:last-child,
.hero > .hero__inner .content > span:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .hero > .hero__inner .content h1 br,
.hero > .hero__inner .content > span br {
    display: none;
  }
}
.hero > .hero__inner .content h1 > div,
.hero > .hero__inner .content > span > div {
  overflow: hidden;
}
.hero > .hero__inner .content > span {
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.hero > .hero__inner .content .text {
  max-width: 700px;
  position: relative;
  z-index: 1;
}
.hero > .hero__inner .content .text > * {
  color: var(--dark-color);
  margin-bottom: 16px;
}
.hero > .hero__inner .content .text > *:last-child {
  margin-bottom: 0 !important;
}
.hero.center .hero__inner, .section.dc-hotboxes > .inner > .hero.section_intro .hero__inner {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}

body.page .hero > .hero__inner .content {
  position: absolute;
  background: none;
  border: 0;
  bottom: clamp(20px, 3vw, 40px);
  max-width: 1640px;
  width: 100%;
  left: 0;
  padding-block: 0;
}
@media only screen and (min-width: 1640px) {
  body.page .hero > .hero__inner .content {
    left: calc(50vw - 820px);
  }
}
body.page .hero > .hero__inner .content h1 {
  text-align: left;
  max-width: clamp(200px, 100vw, 950px);
  padding-block: 0 20px;
  width: 100%;
  overflow: visible;
  line-height: 1em;
}

.hero__s > .hero__inner {
  min-height: clamp(340px, 40vw, 660px);
}
.hero__s > .hero__inner .content {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-bottom: clamp(70px, 10vw, 120px);
}
@media only screen and (min-width: 768px) {
  .hero__s > .hero__inner .content h1 {
    width: 870px;
    max-width: 70vw;
  }
}

.hero__t > .hero__inner {
  min-height: clamp(540px, 68vw, 1080px);
  max-height: 100svh;
}
.hero__t > .hero__inner .content {
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-top: clamp(180px, 30%, 615px);
}
@media only screen and (max-width: 767px) {
  .hero__t > .hero__inner .content {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.hero__f > .hero__inner {
  min-height: calc(clamp(540px, 68vw, 100svh) - 240px);
  max-height: 1080px;
}
.transparent-header .hero__f > .hero__inner {
  min-height: clamp(540px, 68vw, 100svh);
}
.hero__f > .hero__inner .content {
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-top: clamp(180px, 34vh, 350px);
}
@media only screen and (max-width: 767px) {
  .hero__f > .hero__inner .content {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}

.hero > .hero__inner:has(.content:first-child) {
  min-height: clamp(100px, 15vw, 160px);
}
.hero > .hero__inner:has(.content:first-child) .content:first-child {
  padding-bottom: 0 !important;
}
.hero > .hero__inner:has(.content:first-child) .content:first-child h1 {
  color: var(--dark-color);
}
.hero > .hero__inner:has(.content:first-child) .content:first-child:after {
  content: "";
  height: 1px;
  width: 100%;
  position: relative;
  bottom: 0;
  background: var(--dark-color);
  margin-top: clamp(14px, 1.7vw, 27px);
}

.scrolldown {
  position: absolute;
  left: 30px;
  bottom: 50px;
  z-index: 10000;
  display: none;
  transition: all 250ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .scrolldown {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .scrolldown {
    left: 60px;
  }
}
@media only screen and (min-width: 1840px) {
  .scrolldown {
    left: calc(50% - 860px);
  }
}
.hero__s .scrolldown {
  display: none;
}
.scrolldown .scrolldown__inner {
  opacity: 0.6 !important;
}

.hero.video .hero__bg {
  -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
}
.hero.video .hero__bg > img {
  object-position: center top;
}
.hero.video .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center;
  background-size: contain;
  /*
  .random-video-background-image {
    background-size: cover;
    background-repeat: no-repeat;
    @include full_size();
    display: flex;
  }
  */
}
.hero.video .video-wrapper iframe {
  aspect-ratio: 1920/1080;
  min-height: 100%;
  min-width: 100%;
}
.hero.video .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero.video > .hero__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}
.hero.video > .hero__inner .content {
  border: 8px solid var(--light-color);
  border-width: 8px 0;
  background: var(--theme-color);
  display: block;
  padding-block: 0 !important;
  height: unset;
  max-width: 100%;
}
.hero.video > .hero__inner .content h1 {
  font-size: clamp(22px, 1.5rem + (1vw - 7.6px) * 0.8824, 36px);
  text-align: center;
  min-height: 0vw;
  padding-block: 20px;
  width: 100%;
  max-width: 100%;
}
.hero.image_slider .items,
.hero.image_slider .slick-list,
.hero.image_slider .slick-track {
  height: 100%;
}
.hero.image_slider .item {
  position: relative;
}

/* BLOCKS GLOBAL STUFF */
/*------------------------------------*\
	ARTICLE SECTION 
\*------------------------------------*/
.section.dc-section, .section.error-404, .section.section-slider, .section.dc-news-grid.style_2, .section.dc-news-grid.style_1, .section.dc-capability-data-wrapper, .section.dc-projects-carousel, .section.dc-testimonials-grid, .section.dc-video:not(.expand), .section.dc-text-block, .section.dc-team-cards, .section.dc-statistics, .section.dc-project-grid, .section.dc-project-data, .section.dc-links-section, .section.dc-intro-section, .section.dc-image-slider, .section.dc-image-text,
.section.dc-project-grid:has(.results-container), .section.dc-quote-image-block, .section.dc-hotboxes, .section.dc-cta, .section.dc-capabilities-grid, .section.dc-accordion, .section.dc-icon-infobox, .section.dc-logo-carousel {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.section.dc-section > .inner, .section.error-404 > .inner, .section.section-slider > .inner, .section.dc-news-grid.style_2 > .inner, .section.dc-news-grid.style_1 > .inner, .section.dc-capability-data-wrapper > .inner, .section.dc-projects-carousel > .inner, .section.dc-testimonials-grid > .inner, .section.dc-video:not(.expand) > .inner, .section.dc-text-block > .inner, .section.dc-team-cards > .inner, .section.dc-statistics > .inner, .section.dc-project-grid > .inner, .section.dc-project-data > .inner, .section.dc-links-section > .inner, .section.dc-intro-section > .inner, .section.dc-image-slider > .inner, .section.dc-image-text > .inner, .section.dc-quote-image-block > .inner, .section.dc-hotboxes > .inner, .section.dc-cta > .inner, .section.dc-capabilities-grid > .inner, .section.dc-accordion > .inner, .section.dc-icon-infobox > .inner, .section.dc-logo-carousel > .inner {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto !important;
  z-index: 1;
}
.section.dc-section.fullwidth > .inner, .section.fullwidth.error-404 > .inner, .section.fullwidth.section-slider > .inner, .section.fullwidth.dc-news-grid.style_2 > .inner, .section.fullwidth.dc-news-grid.style_1 > .inner, .section.fullwidth.dc-capability-data-wrapper > .inner, .section.fullwidth.dc-projects-carousel > .inner, .section.fullwidth.dc-testimonials-grid > .inner, .section.fullwidth.dc-video:not(.expand) > .inner, .section.fullwidth.dc-text-block > .inner, .section.fullwidth.dc-team-cards > .inner, .section.fullwidth.dc-statistics > .inner, .section.fullwidth.dc-project-grid > .inner, .section.fullwidth.dc-project-data > .inner, .section.fullwidth.dc-links-section > .inner, .section.fullwidth.dc-intro-section > .inner, .section.fullwidth.dc-image-slider > .inner, .section.fullwidth.dc-image-text > .inner, .section.fullwidth.dc-quote-image-block > .inner, .section.fullwidth.dc-hotboxes > .inner, .section.fullwidth.dc-cta > .inner, .section.fullwidth.dc-capabilities-grid > .inner, .section.fullwidth.dc-accordion > .inner, .section.fullwidth.dc-icon-infobox > .inner, .section.fullwidth.dc-logo-carousel > .inner, .section.dc-section.full_width > .inner, .section.full_width.error-404 > .inner, .section.full_width.section-slider > .inner, .section.full_width.dc-news-grid.style_2 > .inner, .section.full_width.dc-news-grid.style_1 > .inner, .section.full_width.dc-capability-data-wrapper > .inner, .section.full_width.dc-projects-carousel > .inner, .section.full_width.dc-testimonials-grid > .inner, .section.full_width.dc-video:not(.expand) > .inner, .section.full_width.dc-text-block > .inner, .section.full_width.dc-team-cards > .inner, .section.full_width.dc-statistics > .inner, .section.full_width.dc-project-grid > .inner, .section.full_width.dc-project-data > .inner, .section.full_width.dc-links-section > .inner, .section.full_width.dc-intro-section > .inner, .section.full_width.dc-image-slider > .inner, .section.full_width.dc-image-text > .inner, .section.full_width.dc-quote-image-block > .inner, .section.full_width.dc-hotboxes > .inner, .section.full_width.dc-cta > .inner, .section.full_width.dc-capabilities-grid > .inner, .section.full_width.dc-accordion > .inner, .section.full_width.dc-icon-infobox > .inner, .section.full_width.dc-logo-carousel > .inner {
  max-width: 100%;
  padding-inline: 0 !important;
}

.section.dc-vert-default, .section.section-slider, .section.dc-video:not(.expand), .section.dc-text-block, .section.dc-quote-image-block, .section.dc-capabilities-grid.style_2 {
  padding-block: 35px;
}
@media only screen and (min-width: 768px) {
  .section.dc-vert-default, .section.section-slider, .section.dc-video:not(.expand), .section.dc-text-block, .section.dc-quote-image-block, .section.dc-capabilities-grid.style_2 {
    padding-block: 70px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-vert-default, .section.section-slider, .section.dc-video:not(.expand), .section.dc-text-block, .section.dc-quote-image-block, .section.dc-capabilities-grid.style_2 {
    padding-block: 100px;
  }
}

.section.dc-vert-200, .section.dc-projects-carousel, .section.dc-testimonials-grid, .section.dc-links-section, .section.dc-capabilities-grid, .section.dc-accordion, .section.dc-icon-infobox {
  padding-block: clamp(60px, 12vw, 200px);
}

.section.dc-vert-180, .section.dc-image-slider {
  padding-block: clamp(50px, 10.5vw, 180px);
}

.section.dc-vert-140, .section.error-404, .section.dc-capability-data-wrapper {
  padding-block: clamp(40px, 8vw, 140px);
}

.section.dc-vert-120, .section.dc-intro-section, .section.dc-logo-carousel {
  padding-block: clamp(30px, 7vw, 120px);
}

.section.dc-vert-100, .section.dc-news-grid.style_1, .section.dc-team-cards {
  padding-block: clamp(30px, 6vw, 100px);
}

.section.dc-vert-80, .section.dc-statistics {
  padding-block: clamp(30px, 5vw, 80px);
}

.section.dc-vert-60, .section.dc-hotboxes {
  padding-block: clamp(20px, 4vw, 60px);
}

.section.dc-vert-50 {
  padding-block: clamp(20px, 3vw, 50px);
}

.section.dc-vert-40, .section.dc-news-grid.style_2, .section.dc-text-block.v-center, .section.dc-project-grid, .section.dc-project-data, .section.dc-image-text,
.section.dc-project-grid:has(.results-container) {
  padding-block: clamp(30px, 3vw, 40px);
  padding-block: clamp(30px, 3vw, 80px);
}

.section.dc-vert-20 {
  padding-block: clamp(15px, 2vw, 20px);
}

.section.dc-quote-image-block.full_width > .inner .section_intro, .section.dc-section > .inner, .section.error-404 > .inner, .section.section-slider > .inner, .section.dc-news-grid.style_2 > .inner, .section.dc-news-grid.style_1 > .inner, .section.dc-capability-data-wrapper > .inner, .section.dc-projects-carousel > .inner, .section.dc-testimonials-grid > .inner, .section.dc-video:not(.expand) > .inner, .section.dc-text-block > .inner, .section.dc-team-cards > .inner, .section.dc-statistics > .inner, .section.dc-project-grid > .inner, .section.dc-project-data > .inner, .section.dc-links-section > .inner, .section.dc-intro-section > .inner, .section.dc-image-slider > .inner, .section.dc-image-text > .inner, .section.dc-quote-image-block > .inner, .section.dc-hotboxes > .inner, .section.dc-cta > .inner, .section.dc-capabilities-grid > .inner, .section.dc-accordion > .inner, .section.dc-icon-infobox > .inner, .section.dc-logo-carousel > .inner {
  padding-inline: 15px;
}
@media only screen and (min-width: 768px) {
  .section.dc-quote-image-block.full_width > .inner .section_intro, .section.dc-section > .inner, .section.error-404 > .inner, .section.section-slider > .inner, .section.dc-news-grid.style_2 > .inner, .section.dc-news-grid.style_1 > .inner, .section.dc-capability-data-wrapper > .inner, .section.dc-projects-carousel > .inner, .section.dc-testimonials-grid > .inner, .section.dc-video:not(.expand) > .inner, .section.dc-text-block > .inner, .section.dc-team-cards > .inner, .section.dc-statistics > .inner, .section.dc-project-grid > .inner, .section.dc-project-data > .inner, .section.dc-links-section > .inner, .section.dc-intro-section > .inner, .section.dc-image-slider > .inner, .section.dc-image-text > .inner, .section.dc-quote-image-block > .inner, .section.dc-hotboxes > .inner, .section.dc-cta > .inner, .section.dc-capabilities-grid > .inner, .section.dc-accordion > .inner, .section.dc-icon-infobox > .inner, .section.dc-logo-carousel > .inner {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section.dc-quote-image-block.full_width > .inner .section_intro, .section.dc-section > .inner, .section.error-404 > .inner, .section.section-slider > .inner, .section.dc-news-grid.style_2 > .inner, .section.dc-news-grid.style_1 > .inner, .section.dc-capability-data-wrapper > .inner, .section.dc-projects-carousel > .inner, .section.dc-testimonials-grid > .inner, .section.dc-video:not(.expand) > .inner, .section.dc-text-block > .inner, .section.dc-team-cards > .inner, .section.dc-statistics > .inner, .section.dc-project-grid > .inner, .section.dc-project-data > .inner, .section.dc-links-section > .inner, .section.dc-intro-section > .inner, .section.dc-image-slider > .inner, .section.dc-image-text > .inner, .section.dc-quote-image-block > .inner, .section.dc-hotboxes > .inner, .section.dc-cta > .inner, .section.dc-capabilities-grid > .inner, .section.dc-accordion > .inner, .section.dc-icon-infobox > .inner, .section.dc-logo-carousel > .inner {
    padding-inline: 60px;
  }
}

.d_p_top {
  padding-top: 0 !important;
}

.d_p_bottom {
  padding-bottom: 0 !important;
}

.bg_white + .bg_white, .section.dc-statistics + .bg_white, .bg_white + .section.dc-statistics, .section.dc-statistics + .section.dc-statistics,
.bg_white + script + .bg_white,
.section.dc-statistics + script + .bg_white,
.bg_white + script + .section.dc-statistics,
.section.dc-statistics + script + .section.dc-statistics,
.bg_1 + .bg_1,
.bg_1 + script + .bg_1,
.bg_2 + .bg_2,
.bg_2 + script + .bg_2,
.bg_3 + .bg_3,
.bg_3 + script + .bg_3 {
  padding-top: 0 !important;
}

.bg_grey + .bg_brown,
.bg_brown + .bg_grey {
  border-top: 10px solid white;
}

.section.bg_white, .section.dc-statistics {
  background: var(--light-color);
}
.section.bg_grey {
  background: var(--grey-color);
}
.section.bg_brown {
  background: var(--brown-color);
}
.section.bg_dark {
  background: var(--dark-color);
  color: var(--light-color);
}

.section:not(.dc-cta) > .inner > .section_intro:last-child,
.section:not(.dc-cta) .item > .section_intro:last-child {
  margin-bottom: 0 !important;
}
.section:not(.dc-cta) > .inner > .section_intro > .description p:last-child,
.section:not(.dc-cta) .item > .section_intro > .description p:last-child {
  margin: 0;
}
.section:not(.dc-cta) > .inner > .section_intro:not(.center),
.section:not(.dc-cta) .item > .section_intro:not(.center) {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .section:not(.dc-cta) > .inner > .section_intro:not(.center),
.section:not(.dc-cta) .item > .section_intro:not(.center) {
    margin-bottom: 40px;
    padding-right: 140px;
  }
}
.section:not(.dc-cta) > .inner > .section_intro:not(.center) .title,
.section:not(.dc-cta) .item > .section_intro:not(.center) .title {
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .section:not(.dc-cta) > .inner > .section_intro:not(.center) .title,
.section:not(.dc-cta) .item > .section_intro:not(.center) .title {
    margin-bottom: 12px;
  }
}
.section:not(.dc-cta) > .inner > .section_intro:not(.center) > .button-wrapper,
.section:not(.dc-cta) .item > .section_intro:not(.center) > .button-wrapper {
  position: relative;
  margin-top: 23px;
}
.section:not(.dc-cta) > .inner > .section_intro.center, .section.dc-hotboxes:not(.dc-cta) > .inner > .section_intro,
.section:not(.dc-cta) .item > .section_intro.center,
.section:not(.dc-cta) .section.dc-hotboxes > .inner.item > .section_intro {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  margin-bottom: clamp(22px, 2.5vw, 45px) !important;
  padding-right: 0 !important;
  padding-top: clamp(20px, 2vw, 35px);
  text-align: center;
}
.section:not(.dc-cta) > .inner > .section_intro.center > .button-wrapper, .section.dc-hotboxes:not(.dc-cta) > .inner > .section_intro > .button-wrapper,
.section:not(.dc-cta) .item > .section_intro.center > .button-wrapper,
.section:not(.dc-cta) .section.dc-hotboxes > .inner.item > .section_intro > .button-wrapper {
  position: relative;
  right: unset;
  bottom: unset;
  margin-top: 35px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .section:not(.dc-cta) > .inner > .section_intro.center > .button-wrapper, .section.dc-hotboxes:not(.dc-cta) > .inner > .section_intro > .button-wrapper,
.section:not(.dc-cta) .item > .section_intro.center > .button-wrapper,
.section:not(.dc-cta) .section.dc-hotboxes > .inner.item > .section_intro > .button-wrapper {
    margin-top: 40px;
  }
}
.border-top .section_intro {
  border-top: 1px solid var(--dark-color);
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .border-top .section_intro {
    padding-top: 110px;
  }
}

.section > .inner > .button-wrapper {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  .section > .inner > .button-wrapper {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .section > .inner > .button-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.section > .inner > .button-wrapper a:nth-child(2) {
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .section > .inner > .button-wrapper a:nth-child(2) {
    margin: 20px 0 0 0;
  }
}

/*
//GSAP SPCEIFIC STYLES 
//.header_nav_container,
.home .header_logo,
.home .main_menu,
.home .toggle-menu-wrap #menu-toggle,
//.hero .text,
.home .hero h1,
.home .hero h1 .lines-inner>div,
.home .hero h3,
.home .hero h3 .lines-inner>div,
.home .hero .content>span {
	opacity: 0;
}

.hero .show-text h1,
.hero .show-text h1 .lines-inner>div,
.hero .show-text h3,
.hero .show-text h3 .lines-inner>div,
.hero .show-text .content>span {
	opacity: 1;
}



@include mq('tablet', min) {

	.dc_fade_in,
	.dc_fade_in_right {
		transform: translateY(100px);
		opacity: 0;

		&.dc-card {
			@include effect(all, 0ms, ease-in-out);
		}
	}

	.dc_fade_in_right {
		transform: translateX(100px);
		opacity: 0;
	}

	.section.dc-capabilities-grid .inner .section_content .items .item {
		transform: translateY(60px);
		opacity: 0;
	}

	.section.dc-video.expand .content-wrapper .h3 .lines-inner {
		overflow: hidden;
	}

	.section-slider .inner .h-outer,
	.hero__project .inner .items.h-outer {
		overflow-x: hidden;
	}

	.section-slider .inner .h-outer .h-scroller {
		display: flex;
		height: 100%;

		.section-slide {
			height: 100%;
			width: 100%;
		}
	}

	.hero__project .inner .items.h-outer .h-scroller {
		display: flex;
		height: 100%;

		.item {
			height: 100%;
			width: 100%;
		}
	}

	body {
		//clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	}

	.hero.video .video-wrapper {
		opacity: 0;
	}
}
*/
.header_logo,
.main_menu,
#menu-toggle,
.hero,
.video-wrapper,
h1 {
  -ms-transform: none !important;
      transform: none !important;
  translate: none !important;
  rotate: none !important;
  scale: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html:has(#wpadminbar) {
  margin-top: 0 !important;
}

#wpadminbar {
  z-index: 10000000 !important;
  position: absolute !important;
  display: none;
}

.home-2 .hero.video > .hero__inner .content {
  position: absolute;
  background: none;
  border: 0;
  bottom: clamp(20px, 3vw, 40px);
  max-width: 1620px;
  width: 100%;
  left: 0;
}
@media only screen and (min-width: 1640px) {
  .home-2 .hero.video > .hero__inner .content {
    left: calc(50vw - 810px);
  }
}
.home-2 .hero.video > .hero__inner .content h1 {
  text-align: left;
  font-size: clamp(60px, 7vw, 120px);
  max-width: clamp(200px, 40vw, 820px);
  overflow: visible;
  line-height: 1em;
}
.home-2 .our-culture,
.home-2 .ignite-cta {
  display: none;
}
.home-2 .dc-hotboxes {
  background: var(--grey-color);
}
.home-2 .dc-hotboxes .item {
  background: none !important;
}
.home-2 .dc-hotboxes .item .text2 {
  display: none;
}
.home-2 .our-services {
  max-width: 1520px !important;
  margin-inline: auto !important;
}
.home-2 .dc-project-grid h2 {
  text-align: left;
}
.home-2 .bg_brown {
  background: var(--grey-color);
}
.home-2 .footer-bottom-wrapper {
  background: #25636E;
}
.home-2 .section.dc-news-grid.style_1 {
  border: 10px solid var(--light-color);
  border-width: 20px 20px 0;
}
.home-2 .section.dc-news-grid.style_2 {
  border: 10px solid var(--light-color);
  border-width: 0 20px 20px;
}

/*------------------------------------*\
	ARTICLE SECTION COLS 
\*------------------------------------*/
.section > .inner.dc_cols > .section_content .item, .section.error-404 > .inner > .section_content .item, .section.dc-image-text > .inner > .section_content .item,
.section.dc-project-grid:has(.results-container) > .inner > .section_content .item {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .section > .inner.dc_cols > .section_content .item, .section.error-404 > .inner > .section_content .item, .section.dc-image-text > .inner > .section_content .item,
.section.dc-project-grid:has(.results-container) > .inner > .section_content .item {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
}
.section > .inner.dc_cols > .section_content .item > .left, .section.error-404 > .inner > .section_content .item > .left, .section.dc-image-text > .inner > .section_content .item > .left,
.section.dc-project-grid:has(.results-container) > .inner > .section_content .item > .left,
.section > .inner.dc_cols > .section_content .item > .right,
.section.error-404 > .inner > .section_content .item > .right,
.section.dc-image-text > .inner > .section_content .item > .right,
.section.dc-project-grid:has(.results-container) > .inner > .section_content .item > .right {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section > .inner.dc_cols > .section_content .item, .section.error-404 > .inner > .section_content .item, .section.dc-image-text > .inner > .section_content .item,
.section.dc-project-grid:has(.results-container) > .inner > .section_content .item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .section > .inner.dc_cols.image_left > .section_content .item.image_left .left, .section.error-404 > .inner.image_left > .section_content .item.image_left .left, .section.dc-image-text > .inner.image_left > .section_content .item.image_left .left,
.section.dc-project-grid:has(.results-container) > .inner.image_left > .section_content .item.image_left .left {
    padding-right: clamp(7.5px, 1vw, 20px);
  }
  .section > .inner.dc_cols.image_left > .section_content .item.image_left .right, .section.error-404 > .inner.image_left > .section_content .item.image_left .right, .section.dc-image-text > .inner.image_left > .section_content .item.image_left .right,
.section.dc-project-grid:has(.results-container) > .inner.image_left > .section_content .item.image_left .right {
    padding-left: clamp(7.5px, 1vw, 20px);
  }
  .section > .inner.dc_cols.image_right .section_content .item, .section.error-404 > .inner.image_right .section_content .item, .section.dc-image-text > .inner.image_right .section_content .item,
.section.dc-project-grid:has(.results-container) > .inner.image_right .section_content .item,
.section > .inner.dc_cols > .section_content .item.image_right,
.section.error-404 > .inner > .section_content .item.image_right,
.section.dc-image-text > .inner > .section_content .item.image_right,
.section.dc-project-grid:has(.results-container) > .inner > .section_content .item.image_right {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .section > .inner.dc_cols.image_right .section_content .item .left, .section.error-404 > .inner.image_right .section_content .item .left, .section.dc-image-text > .inner.image_right .section_content .item .left,
.section.dc-project-grid:has(.results-container) > .inner.image_right .section_content .item .left,
.section > .inner.dc_cols > .section_content .item.image_right .left,
.section.error-404 > .inner > .section_content .item.image_right .left,
.section.dc-image-text > .inner > .section_content .item.image_right .left,
.section.dc-project-grid:has(.results-container) > .inner > .section_content .item.image_right .left {
    padding-left: clamp(7.5px, 1vw, 10px);
  }
  .section > .inner.dc_cols.image_right .section_content .item .right, .section.error-404 > .inner.image_right .section_content .item .right, .section.dc-image-text > .inner.image_right .section_content .item .right,
.section.dc-project-grid:has(.results-container) > .inner.image_right .section_content .item .right,
.section > .inner.dc_cols > .section_content .item.image_right .right,
.section.error-404 > .inner > .section_content .item.image_right .right,
.section.dc-image-text > .inner > .section_content .item.image_right .right,
.section.dc-project-grid:has(.results-container) > .inner > .section_content .item.image_right .right {
    padding-right: clamp(7.5px, 1vw, 10px);
  }
}
.section > .inner.dc_cols.align-center > .section_content .item > .right, .section.error-404 > .inner.align-center > .section_content .item > .right, .section.dc-image-text > .inner.align-center > .section_content .item > .right,
.section.dc-project-grid:has(.results-container) > .inner.align-center > .section_content .item > .right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_50_50 > .section_content .item .left, .section.error-404 > .inner > .section_content .item .left, .section.dc-image-text > .inner > .section_content .item .left,
.section.dc-project-grid:has(.results-container) > .inner > .section_content .item .left,
.section > .inner.col_50_50 > .section_content .item .right,
.section.error-404 > .inner > .section_content .item .right,
.section.dc-image-text > .inner > .section_content .item .right,
.section.dc-project-grid:has(.results-container) > .inner > .section_content .item .right {
    width: 49.998%;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_33_66 > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_33_66 > .section_content .item .right {
    width: 33%;
    min-width: 330px;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_66_33 > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_66_33 > .section_content .item .right {
    width: 66%;
  }
}

@media only screen and (min-width: 768px) {
  .section > .inner.col_40_60 > .section_content .item .left, .section.dc-image-text.col_40_60 > .inner > .section_content .item .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section > .inner.col_40_60 > .section_content .item .right, .section.dc-image-text.col_40_60 > .inner > .section_content .item .right {
    width: 41%;
  }
}

/*------------------------------------*\
	DC GRID ITEMS
\*------------------------------------*/
.grid-items:not(.grid), .section.dc-hotboxes > .inner .section_content .items:not(.grid) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid), .section.dc-hotboxes > .inner .section_content .items:not(.grid) {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
    margin-bottom: -15px;
  }
}
.grid-items:not(.grid) .slick-list, .section.dc-hotboxes > .inner .section_content .items:not(.grid) .slick-list {
  overflow: visible;
}
.grid-items:not(.grid) .slick-list .slick-track, .section.dc-hotboxes > .inner .section_content .items:not(.grid) .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.grid-items:not(.grid).col2, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col2 {
  width: calc(100% + clamp(15px, 2vw, 20px));
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).col2, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col2 {
    width: 100%;
  }
}
.grid-items:not(.grid).col2 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col2 .item {
  width: calc(calc(100% / 2) - clamp(15px, 2vw, 20px));
  margin-right: clamp(15px, 2vw, 20px);
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).col2 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col2 .item {
    width: 100%;
    margin-right: 0;
  }
}
.grid-items:not(.grid).col3, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col3 {
  width: calc(100% + clamp(15px, 2vw, 20px));
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).col3, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col3 {
    width: calc(100% + clamp(15px, 2vw, 20px));
  }
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).col3, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col3 {
    width: 100%;
  }
}
.grid-items:not(.grid).col3 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col3 .item {
  width: calc(calc(100% / 3) - clamp(15px, 2vw, 20px));
  margin-right: clamp(15px, 2vw, 20px);
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).col3 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col3 .item {
    width: calc(33.3333333333% - clamp(15px, 2vw, 20px));
    margin-right: clamp(15px, 2vw, 20px);
  }
}
@media only screen and (max-width: 849px) {
  .grid-items:not(.grid).col3 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col3 .item {
    width: calc(50% - clamp(15px, 2vw, 20px));
  }
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).col3 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col3 .item {
    width: 100%;
  }
}
.grid-items:not(.grid).col4, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col4 {
  width: calc(100% + clamp(15px, 2vw, 20px));
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).col4, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col4 {
    width: calc(100% + clamp(15px, 2vw, 20px));
  }
}
@media only screen and (max-width: 767px) {
  .grid-items:not(.grid).col4, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col4 {
    width: 100%;
  }
}
.grid-items:not(.grid).col4 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col4 .item {
  width: calc(calc(100% / 4) - clamp(15px, 2vw, 20px));
  margin-right: clamp(15px, 2vw, 20px);
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).col4 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col4 .item {
    width: calc(50% - clamp(15px, 2vw, 20px));
    margin-right: clamp(15px, 2vw, 20px);
  }
}
@media only screen and (max-width: 767px) {
  .grid-items:not(.grid).col4 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col4 .item {
    width: calc(50% - clamp(15px, 2vw, 20px));
  }
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).col4 .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).col4 .item {
    width: 100%;
    margin-right: 0;
  }
}
.grid-items:not(.grid).slick-slider, .section.dc-hotboxes > .inner .section_content .items:not(.grid).slick-slider {
  display: block;
  width: calc(100% + clamp(15px, 2vw, 20px));
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).slick-slider, .section.dc-hotboxes > .inner .section_content .items:not(.grid).slick-slider {
    width: calc(100% + clamp(15px, 2vw, 20px));
  }
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).slick-slider, .section.dc-hotboxes > .inner .section_content .items:not(.grid).slick-slider {
    width: calc(100% + 8px);
  }
}
.grid-items:not(.grid).slick-slider .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).slick-slider .item {
  margin-right: clamp(15px, 2vw, 20px);
}
@media only screen and (max-width: 1099px) {
  .grid-items:not(.grid).slick-slider .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).slick-slider .item {
    margin-right: clamp(15px, 2vw, 20px);
  }
}
@media only screen and (max-width: 650px) {
  .grid-items:not(.grid).slick-slider .item, .section.dc-hotboxes > .inner .section_content .items:not(.grid).slick-slider .item {
    margin-right: 8px;
  }
}

/*------------------------------------*\
	DC CARD
\*------------------------------------*/
:root {
  --card-margin-bottom: 60px;
}

.dc-card, .section.dc-hotboxes > .inner .section_content .items .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  background: var(--light-color);
  transition: all 250ms ease-in-out;
}
.dc-card.slick-slide, .section.dc-hotboxes > .inner .section_content .items .slick-slide.item {
  margin-bottom: 0;
  height: unset !important;
}
.dc-card .image-wrapper, .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 24px;
}
.dc-card .image-wrapper img, .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper img {
  display: block;
  object-fit: cover;
  aspect-ratio: 1/1.3 !important;
  width: 100%;
  transition: all 250ms ease-in-out;
}
.dc-card .image-wrapper a.overlay, .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.dc-card .image-wrapper a.overlay span.play-btn, .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper a.overlay span.play-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(17, 17, 17, 0.2);
  border-radius: 100%;
  border: 2px solid white;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  .dc-card .image-wrapper a.overlay span.play-btn, .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper a.overlay span.play-btn {
    width: 130px;
    height: 130px;
  }
}
.dc-card .image-wrapper a.overlay span.play-btn i, .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper a.overlay span.play-btn i {
  color: white;
  font-size: 55px;
  margin-left: 17px;
  -ms-transform: scaleX(1.5);
      transform: scaleX(1.5);
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  .dc-card .image-wrapper a.overlay span.play-btn i, .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper a.overlay span.play-btn i {
    font-size: 70px;
  }
}
.dc-card .image-wrapper a.overlay:hover span.play-btn, .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper a.overlay:hover span.play-btn {
  background-color: rgba(17, 17, 17, 0.6);
}
.dc-card .image-wrapper a.overlay:hover span.play-btn i, .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper a.overlay:hover span.play-btn i {
  color: #40A9BB;
}
@media (hover: hover) {
  .dc-card .image-wrapper:has(+ div + .overlay:hover) img, .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper:has(+ div + .overlay:hover) img {
    -ms-transform: scale(1.05);
        transform: scale(1.05);
  }
}
.dc-card .text, .section.dc-hotboxes > .inner .section_content .items .item .text {
  text-align: center;
  max-width: 320px;
  margin-inline: auto;
}
.dc-card .text h3.title, .section.dc-hotboxes > .inner .section_content .items .item .text h3.title {
  margin-bottom: clamp(8px, 0.75vw, 10px);
  font-size: clamp(1.25rem, 1.0286rem + 0.4619vw, 1.375rem);
}
.dc-card .content-wrapper, .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper {
  margin-top: 15px;
  transition: all 150ms ease-in-out;
}
.dc-card .content-wrapper > *, .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper > * {
  margin-bottom: 0;
  padding-bottom: 0;
}
.dc-card .content-wrapper .category, .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper .category {
  display: block;
}
.dc-card .content-wrapper .sub-title, .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper .sub-title {
  margin-block: 15px;
}
.dc-card .content-wrapper .text, .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper .text {
  margin-block: 15px;
}
.dc-card .button-wrapper, .section.dc-hotboxes > .inner .section_content .items .item .button-wrapper {
  margin-top: 15px;
}
.dc-card .button-wrapper a, .section.dc-hotboxes > .inner .section_content .items .item .button-wrapper a {
  position: relative;
}
.image_bottom .dc-card .content-wrapper, .image_bottom .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper, .section.dc-hotboxes > .inner .section_content .items .image_bottom .item .content-wrapper {
  -ms-flex-order: 1;
      order: 1;
  padding-top: 0;
  margin-bottom: 15px;
}
.image_bottom .dc-card .image-wrapper, .image_bottom .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper, .section.dc-hotboxes > .inner .section_content .items .image_bottom .item .image-wrapper {
  -ms-flex-order: 2;
      order: 2;
}

/*------------------------------------*\
  DC CAROUSELS
\*------------------------------------*/
:root {
  --cards-carousel-minus-margin: -15px;
  --cards-carousel-card-margin-right: 15px;
}

.section.dc-logo-carousel {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section.dc-logo-carousel > .inner {
    padding-inline: 0 !important;
  }
  .section.dc-logo-carousel > .inner .items {
    -ms-transform: scale(0.75);
        transform: scale(0.75);
    width: 140%;
    margin-left: -20%;
  }
}
.section.dc-logo-carousel .slick-list {
  overflow: visible;
}
.section.dc-logo-carousel .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.section.dc-logo-carousel .slick-track > .item {
  padding: 0 50px;
}
.section.dc-logo-carousel .section_content > .description {
  margin-top: clamp(45px, 7vw, 75px);
}
.section.dc-logo-carousel .section_content > .description p {
  text-align: center;
  max-width: 800px;
  margin-inline: auto;
}

.section.bg_white + .section.dc-icon-infobox, .section.dc-statistics + .section.dc-icon-infobox {
  padding-top: 0 !important;
}

.section.dc-icon-infobox {
  overflow: hidden;
}
.section.dc-icon-infobox .section_intro {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  margin-bottom: clamp(22px, 2.5vw, 45px) !important;
  padding-right: 0 !important;
  padding-top: clamp(20px, 2vw, 35px);
  text-align: center;
  margin-bottom: clamp(50px, 6vw, 100px) !important;
  border-top: 0;
  padding-right: 0 !important;
}
.section.dc-icon-infobox > .inner .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(30px, 3vw, 60px);
  margin: 0 auto;
}
.section.dc-icon-infobox > .inner .items .item {
  display: -ms-flexbox;
  display: flex;
  /* flex-direction: column; */
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex: 1;
      flex: 1;
  min-width: 30%;
  /* text-align: center; */
  gap: 30px;
}
.section.dc-icon-infobox > .inner .items .item .image-wrapper {
  width: 80px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  padding: 10px;
}
.section.dc-icon-infobox > .inner .items .item .image-wrapper img {
  object-fit: contain;
}
.section.dc-icon-infobox > .inner .items .item .text {
  -ms-flex: 1;
      flex: 1;
  padding-top: 6px;
}
.section.dc-icon-infobox > .inner .items .item .text h3 {
  margin-bottom: clamp(16px, 1.5vw, 24px);
}
.section.dc-icon-infobox > .inner .items .item .text h4 {
  max-width: 370px;
  line-height: 1.33em;
}

/*
.section.dc-cards-carousel {

	> .inner {

		.slick-slider {
			overflow: hidden;
		}

		.slick-list {
			margin-inline: var(--cards-carousel-minus-margin);

			.item {
				display: flex !important;
				margin: 0 var(--cards-carousel-card-margin-right);
			}
		}
	}
}

.section.dc-image-video-carousel,
.section.dc-image-text-slider {

	.slick-slide {

		.left {

			.image-wrapper {

				img {
					object-fit: cover;
					width: 100%;
					aspect-ratio: 1.8/1;
				}
			}

			@include video_overlay();
		}

		.right {
			margin-top: 15px;

			.button-wrapper {
				margin-top: 15px;				
			}
		}
	}
}

.section.dc-image-video-carousel {

	.thumbnail-wrapper {
		margin-top: 30px;

		.slick-track {
			display: flex;
		}

		.thumbnail {
			@extend .dc-card;
			height: unset;

			.thumb-image-wrapper {
				display: flex;
				height: 100%;

				img {
					object-fit: cover;
					min-width: 100%;
				}
			}

			p {
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				padding: 10px 16px;
				margin: 0;

				color: white;
				background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
			}
		}
	}
}

.section.dc-image-slider {

	.slick-slide {

		img {
			object-fit: cover;
			width: 100%;
			aspect-ratio: 1.8/1;
		}
	}
}
*/
/* BLOCKS */
/*------------------------------------*\
  ACCORDION
\*------------------------------------*/
.section.dc-accordion .accordion-wrapper {
  border-top: 1px solid #111111;
}
.section.dc-accordion .accordion {
  padding-block: 35px;
  margin-inline: auto;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.section.dc-accordion .accordion:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #111111;
}
.section.dc-accordion .accordion:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 40px;
  height: 40px;
  background: url(../img/toggle-plus.svg);
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .section.dc-accordion .accordion:after {
    bottom: unset;
    top: 22px;
    left: unset;
    right: 0;
  }
}
.section.dc-accordion .accordion:after:hover {
  color: var(--theme-color);
}
@media only screen and (min-width: 768px) {
  .section.dc-accordion .accordion {
    display: -ms-flexbox;
    display: flex;
  }
  .section.dc-accordion .accordion .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section.dc-accordion .accordion .right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 50%;
    padding-left: 40px;
  }
  .section.dc-accordion .accordion:hover {
    padding-block: 50px;
  }
}
.section.dc-accordion .accordion .title {
  position: relative;
  margin-top: -15px;
  z-index: 100;
  cursor: pointer;
}
.section.dc-accordion .accordion .title h3 {
  line-height: 1.1em;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-right: 80px;
  -ms-flex: 1;
      flex: 1;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .section.dc-accordion .accordion .title h3 {
    font-size: 32px;
    padding-bottom: 30px;
  }
}
.section.dc-accordion .accordion .title h3 span {
  height: 13px;
  line-height: 1em;
  margin-top: 12px;
}
.section.dc-accordion .accordion .content {
  overflow: hidden;
  max-height: 0;
  max-width: 560px;
  transition: max-height 0.2s ease-in-out;
}
.section.dc-accordion .accordion .content .content-wrap {
  padding-block: 20px;
}
.section.dc-accordion .accordion .image-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 262px;
  max-height: 36vw;
  transition: all 350ms ease-in-out;
}
@media only screen and (max-width: 767px) {
  .section.dc-accordion .accordion .image-wrapper {
    margin-bottom: 50px;
    max-height: 80vw;
    width: 100%;
  }
}
.section.dc-accordion .accordion .image-wrapper img {
  aspect-ratio: 1.5/1;
  width: 100%;
  object-fit: cover;
}
.section.dc-accordion .accordion.active {
  padding-block: 50px;
}
.section.dc-accordion .accordion.active:after {
  height: 2px;
  background-position: center 20px;
}
@media only screen and (max-width: 767px) {
  .section.dc-accordion .accordion.active:after {
    top: 62px;
  }
}
.section.dc-accordion .accordion.active .title h3 {
  margin-top: clamp(1px, 4vw, 75px);
}
.section.dc-accordion .accordion.active .image-wrapper {
  width: 100%;
}
.section.dc-accordion .accordion.active .content {
  max-height: 3000px;
  transition: max-height 1s ease-in-out;
}
.section.dc-accordion .accordion:not(.active) {
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
.section.dc-accordion.bg_dark .accordion:after {
  background: white;
}

.section.dc-accordion.faq-default .accordion {
  padding-block: 40px 20px;
}
.section.dc-accordion.faq-default .accordion .content {
  max-width: 800px;
}
.section.dc-accordion.faq-default .accordion .title h3 {
  font-size: 30px;
  /* padding-top: 20px; */
}
.section.dc-accordion.faq-default .accordion:after {
  right: 0;
  left: unset;
  top: 35px;
  bottom: unset;
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.section.dc-accordion.faq-default .accordion:hover {
  /* padding-block: 35px; */
}
.section.dc-accordion.faq-default .accordion:hover h3 {
  color: var(--theme-color);
}
.section.dc-accordion.faq-default .accordion.active .title h3 {
  /* padding-top: 0; */
  margin-top: 0;
}

/*------------------------------------*\
    INTRO SECTION
\*------------------------------------*/
.section.dc-capabilities-grid {
  overflow: hidden;
  max-width: 2200px;
  margin-inline: auto;
  border-inline: 20px solid white;
}
.section.dc-capabilities-grid .inner {
  position: relative;
}
.section.dc-capabilities-grid .inner .section_intro {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  margin-bottom: clamp(22px, 2.5vw, 45px) !important;
  padding-right: 0 !important;
  padding-top: clamp(20px, 2vw, 35px);
  text-align: center;
  border-top: 0;
}
.section.dc-capabilities-grid.style_1 .section_content .items, .section.dc-capabilities-grid.style_2 .section_content .items {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .section.dc-capabilities-grid.style_1 .section_content .items, .section.dc-capabilities-grid.style_2 .section_content .items {
    gap: 30px;
  }
}
.section.dc-capabilities-grid.style_1 .section_content .items .item, .section.dc-capabilities-grid.style_2 .section_content .items .item {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative;
  padding: 20px;
  color: #424444;
  aspect-ratio: 1/0.7;
  width: calc(50% - 8px);
}
@media only screen and (min-width: 768px) {
  .section.dc-capabilities-grid.style_1 .section_content .items .item, .section.dc-capabilities-grid.style_2 .section_content .items .item {
    padding-top: clamp(30px, 4vw, 50px);
    padding-bottom: clamp(30px, 4vw, 60px);
    padding-left: clamp(30px, 3vw, 30px);
    padding-right: clamp(30px, 4vw, 50px);
    width: calc(33.333% - 20px);
  }
}
@media only screen and (min-width: 1360px) {
  .section.dc-capabilities-grid.style_1 .section_content .items .item, .section.dc-capabilities-grid.style_2 .section_content .items .item {
    width: calc(25% - 22.5px);
  }
  .section.dc-capabilities-grid.style_1 .section_content .items .item:nth-child(5), .section.dc-capabilities-grid.style_2 .section_content .items .item:nth-child(5) {
    margin-left: 1px;
  }
}
.section.dc-capabilities-grid.style_1 .section_content .items .item:before, .section.dc-capabilities-grid.style_2 .section_content .items .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.section.dc-capabilities-grid.style_1 .section_content .items .item .bg-image, .section.dc-capabilities-grid.style_2 .section_content .items .item .bg-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-clip-path: polygon(0 calc(100% - clamp(40px, 4vw, 60px)), clamp(40px, 4vw, 60px) calc(100% - clamp(40px, 4vw, 60px)), clamp(40px, 4vw, 60px) 100%, 0 100%);
          clip-path: polygon(0 calc(100% - clamp(40px, 4vw, 60px)), clamp(40px, 4vw, 60px) calc(100% - clamp(40px, 4vw, 60px)), clamp(40px, 4vw, 60px) 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: all 300ms ease-in-out;
}
.section.dc-capabilities-grid.style_1 .section_content .items .item .bg-image img, .section.dc-capabilities-grid.style_2 .section_content .items .item .bg-image img {
  width: 100%;
  object-fit: cover;
}
.section.dc-capabilities-grid.style_1 .section_content .items .item .bg-image:after, .section.dc-capabilities-grid.style_2 .section_content .items .item .bg-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.2);
}
.section.dc-capabilities-grid.style_1 .section_content .items .item h3, .section.dc-capabilities-grid.style_2 .section_content .items .item h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  min-height: 100%;
  width: 100%;
  font-size: clamp(20px, 4vw, 33px);
  line-height: 1.22em;
  color: var(--light-color);
  transition: all 350ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .section.dc-capabilities-grid.style_1 .section_content .items .item h3, .section.dc-capabilities-grid.style_2 .section_content .items .item h3 {
    font-size: clamp(20px, 2.4vw, 33px);
  }
}
@media only screen and (min-width: 1360px) {
  .section.dc-capabilities-grid.style_1 .section_content .items .item h3, .section.dc-capabilities-grid.style_2 .section_content .items .item h3 {
    font-size: clamp(20px, 1.8vw, 33px);
  }
}
.section.dc-capabilities-grid.style_1 .section_content .items .item .button-wrapper, .section.dc-capabilities-grid.style_2 .section_content .items .item .button-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  width: clamp(40px, 4vw, 60px);
  transition: all 300ms ease-in-out;
}
.section.dc-capabilities-grid.style_1 .section_content .items .item .button-wrapper .dc-btn2, .section.dc-capabilities-grid.style_2 .section_content .items .item .button-wrapper .dc-btn2 {
  width: clamp(40px, 4vw, 60px);
  height: clamp(40px, 4vw, 60px);
}
.section.dc-capabilities-grid.style_1 .section_content .items .item .button-wrapper .dc-btn2:after, .section.dc-capabilities-grid.style_2 .section_content .items .item .button-wrapper .dc-btn2:after {
  background-size: clamp(10px, 1.3vw, 16px);
  background-position: center;
}
.section.dc-capabilities-grid.style_1 .section_content .items .item:hover, .section.dc-capabilities-grid.style_2 .section_content .items .item:hover {
  -ms-flex-align: end;
      align-items: flex-end;
}
.section.dc-capabilities-grid.style_1 .section_content .items .item:hover h3, .section.dc-capabilities-grid.style_2 .section_content .items .item:hover h3 {
  min-height: 20px;
}
.section.dc-capabilities-grid.style_1 .section_content .items .item:hover .button-wrapper, .section.dc-capabilities-grid.style_2 .section_content .items .item:hover .button-wrapper {
  height: clamp(40px, 4vw, 60px);
}
@media only screen and (max-width: 767px) {
  .section.dc-capabilities-grid.style_1 .section_content .items .item, .section.dc-capabilities-grid.style_2 .section_content .items .item {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .section.dc-capabilities-grid.style_1 .section_content .items .item h3, .section.dc-capabilities-grid.style_2 .section_content .items .item h3 {
    min-height: 20px;
  }
  .section.dc-capabilities-grid.style_1 .section_content .items .item .button-wrapper, .section.dc-capabilities-grid.style_2 .section_content .items .item .button-wrapper {
    height: clamp(40px, 4vw, 60px);
  }
}
.section.dc-capabilities-grid.style_1 {
  padding-bottom: 140px !important;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .section.dc-capabilities-grid.style_1 {
    padding-bottom: 180px !important;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-capabilities-grid.style_1 {
    padding-bottom: 230px !important;
  }
}
.section.dc-capabilities-grid.style_1 .inner:after {
  content: "";
  position: absolute;
  bottom: -110px;
  right: 20px;
  width: 76px;
  height: 76px;
  background: url(../img/brandmark-outline.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .section.dc-capabilities-grid.style_1 .inner:after {
    bottom: -150px;
    right: 60px;
    width: 96px;
    height: 96px;
  }
}
@media only screen and (min-width: 950px) {
  .section.dc-capabilities-grid.style_1 .inner:after {
    bottom: -200px;
    right: 90px;
    width: 116px;
    height: 116px;
  }
}
.section.dc-capabilities-grid.style_1 .inner > .section_content .items .item {
  background: #FFFFFF;
}
.section.dc-capabilities-grid.style_1 .inner > .section_content .items .item:before {
  border: 1px solid var(--grey-color);
}
.section.dc-capabilities-grid.style_2 {
  position: relative;
  overflow: hidden;
}
.section.dc-capabilities-grid.style_2 .inner .section_content .items .item {
  background: #FFFFFF;
}
.section.dc-capabilities-grid.style_2 .inner .section_content .items .item:before {
  border: 1px solid var(--grey-color);
  background: #FFFFFF;
}
.section.dc-capabilities-grid.style_1, .section.dc-capabilities-grid.style_3:not(.no-blue) {
  padding-top: 0 !important;
}
.section.dc-capabilities-grid.style_1 .background-image, .section.dc-capabilities-grid.style_3:not(.no-blue) .background-image {
  height: clamp(220px, 31vw, 600px);
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.dc-capabilities-grid.style_1 .background-image:before, .section.dc-capabilities-grid.style_3:not(.no-blue) .background-image:before {
  content: "";
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  height: 20px;
  width: 100%;
  background: white;
  display: block;
  z-index: 10;
}
.section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box {
  position: relative;
  width: 100%;
  margin-top: clamp(-30px, -20vw, -120px);
  margin-bottom: clamp(30px, 5vw, 120px);
  padding: 0;
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box {
    width: calc(66.666% - 15px);
    margin-top: clamp(-340px, -20vw, -120px);
  }
}
@media only screen and (min-width: 1360px) {
  .section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box {
    width: 63%;
  }
}
.section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box .title-wrapper, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box .title-wrapper {
  background: var(--theme-color);
  width: 100%;
  padding: 8.5vw 4vw;
}
@media only screen and (min-width: 1200px) {
  .section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box .title-wrapper, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box .title-wrapper {
    padding: 90px 60px;
  }
}
.section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box .label, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box .label {
  color: var(--light-color);
  display: block;
  margin-bottom: 25px;
}
.section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box h2, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box h2 {
  color: var(--light-color);
  margin-bottom: 0;
}
.section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box h2 a, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box h2 a {
  color: var(--light-color);
  text-decoration: underline;
  text-underline-offset: 25%;
  text-decoration-thickness: 0.08em;
  text-decoration-skip-ink: none;
}
.section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box h2 a:hover, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box h2 a:hover {
  color: var(--dark-color);
  -webkit-text-decoration-color: var(--dark-color);
          text-decoration-color: var(--dark-color);
}
.section.dc-capabilities-grid.style_1 .inner > .section_content > .title-box h2 p, .section.dc-capabilities-grid.style_3:not(.no-blue) .inner > .section_content > .title-box h2 p {
  line-height: 1.15em;
}
@media only screen and (max-width: 849px) {
  .section.dc-capabilities-grid.style_3 .inner {
    padding-inline: 0;
  }
}
@media only screen and (max-width: 849px) {
  .section.dc-capabilities-grid.style_3 .inner > .section_content .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media only screen and (min-width: 850px) {
  .section.dc-capabilities-grid.style_3 .inner > .section_content .items {
    display: grid;
    margin-inline: -30px;
    grid-template-columns: repeat(auto-fill, calc(12.4% - 10px) calc(12% - 10px) calc(12% - 10px) calc(12% - 10px) calc(13% - 10px) calc(13% - 10px) calc(13% - 10px) calc(13.3% - 10px));
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
  }
}
.section.dc-capabilities-grid.style_3 .inner > .section_content .items .item {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative;
  padding: 15px 15px 15px 15px;
  color: var(--light-color);
}
@media only screen and (min-width: 768px) {
  .section.dc-capabilities-grid.style_3 .inner > .section_content .items .item {
    padding-bottom: clamp(15px, 2vw, 35px);
    padding-left: clamp(15px, 2.4vw, 35px);
    padding-right: clamp(15px, 2vw, 20px);
  }
}
@media only screen and (max-width: 849px) {
  .section.dc-capabilities-grid.style_3 .inner > .section_content .items .item {
    width: calc(50% - 5px);
    max-height: 36vw;
    height: 200px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 850px) {
  .section.dc-capabilities-grid.style_3 .inner > .section_content .items .item.s-1 {
    grid-column: span 4;
    height: 340px;
    max-height: 17vw;
  }
  .section.dc-capabilities-grid.style_3 .inner > .section_content .items .item.s-2 {
    grid-column: span 4;
  }
  .section.dc-capabilities-grid.style_3 .inner > .section_content .items .item.s-3 {
    grid-column: span 3;
  }
  .section.dc-capabilities-grid.style_3 .inner > .section_content .items .item.s-4 {
    grid-column: span 3;
  }
  .section.dc-capabilities-grid.style_3 .inner > .section_content .items .item.s-5 {
    grid-column: span 2;
  }
  .section.dc-capabilities-grid.style_3 .inner > .section_content .items .item.s-6 {
    grid-column: span 2;
  }
  .section.dc-capabilities-grid.style_3 .inner > .section_content .items .item.s-7 {
    grid-column: span 3;
  }
  .section.dc-capabilities-grid.style_3 .inner > .section_content .items .item.s-8 {
    grid-column: span 3;
  }
}
.section.dc-capabilities-grid.style_3 .inner > .section_content .items .item .bg-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(1, 1, 1, 0.3) 69%, rgba(1, 1, 1, 0.3) 100%) 0% 0% no-repeat padding-box;
  transition: all 300ms ease-in-out;
}
.section.dc-capabilities-grid.style_3 .inner > .section_content .items .item .bg-image img {
  width: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
}
.section.dc-capabilities-grid.style_3 .inner > .section_content .items .item h3 {
  position: absolute;
  bottom: clamp(15px, 2vw, 35px);
  z-index: 2;
  margin: 0;
  min-height: 0;
  width: calc(100% - clamp(15px, 2.4vw, 35px) - clamp(15px, 2.4vw, 35px));
  max-width: 240px;
  font-size: clamp(17px, 1.8vw, 32px);
  line-height: 1.22em;
  color: var(--light-color);
  transition: all 350ms ease-in-out;
}
@media only screen and (min-width: 768px) {
  .section.dc-capabilities-grid.style_3 .inner > .section_content .items .item h3 {
    font-size: clamp(20px, 1.8vw, 32px);
  }
}
@media only screen and (min-width: 1360px) {
  .section.dc-capabilities-grid.style_3 .inner > .section_content .items .item h3 {
    font-size: clamp(20px, 1.8vw, 32px);
  }
}
.section.dc-capabilities-grid.style_3 .inner > .section_content .items .item .button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background: var(--theme-color);
  transition: all 300ms ease-in-out;
}
.section.dc-capabilities-grid.style_3 .inner > .section_content .items .item .button-wrapper .dc-btn2 {
  width: 0;
  height: 0;
}
.section.dc-capabilities-grid.style_3 .inner > .section_content .items .item .button-wrapper .dc-btn2:after {
  background-size: clamp(10px, 1.3vw, 16px);
  background-position: center;
}
.section.dc-capabilities-grid.style_3 .inner > .section_content .items .item:hover h3 {
  min-height: calc(100% - clamp(25px, 3vw, 35px) - clamp(25px, 3vw, 35px));
}
.section.dc-capabilities-grid.style_3 .inner > .section_content .items .item:hover .button-wrapper {
  width: 100%;
  height: 100%;
}
.section.dc-capabilities-grid.style_3 .inner > .section_content .items .item:hover .button-wrapper .dc-btn2 {
  width: clamp(40px, 4vw, 60px);
  height: clamp(40px, 4vw, 60px);
}
.section.dc-capabilities-grid.style_3.no-blue {
  padding-top: 0;
}
.section.dc-capabilities-grid.style_3.no-blue .title-box {
  display: none;
}
.section.dc-capabilities-grid.style_3.no-blue .title-wrapper {
  margin-bottom: clamp(30px, 3vw, 70px);
  max-width: 570px;
}

/*------------------------------------*\
  CTA
\*------------------------------------*/
.section.dc-cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: var(--grey-color);
}
.section.dc-cta > .inner .section_intro {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-inline: auto;
  -ms-flex-align: center;
      align-items: center;
  padding-block: clamp(20px, 1.5vw, 30px);
}
.section.dc-cta > .inner .section_intro span {
  font-size: clamp(1.5rem, 0.6143rem + 1.8476vw, 1.375rem);
}
.section.dc-cta > .inner .section_intro h2.title {
  margin: 0;
  max-width: 620px;
}
.section.dc-cta.bg_white:before, .section.dc-cta.dc-statistics:before {
  background: var(--light-color);
}
.section.dc-cta.bg_grey:before {
  background: var(--grey-color);
}
.section.dc-cta.bg_blue:before, .section.dc-cta.bg_brown:before {
  background: var(--brown-color);
}
.section.dc-cta.cta_style_1 > .inner .section_intro .description {
  max-width: 440px;
}
.section.dc-cta.cta_style_1 > .inner .section_intro .description p {
  line-height: 1.2em;
}
.section.dc-cta.cta_style_1 > .inner .section_intro .description p a {
  color: var(--light-color);
  text-decoration: underline;
}
.section.dc-cta.cta_style_1 > .inner .section_intro .description p a:hover {
  color: var(--dark-color);
}
.section.dc-cta.cta_style_1 > .inner .right img.brochure {
  display: none;
}
.section.dc-cta.cta_style_1 > .inner .right img.ignite {
  display: block;
}
.section.dc-cta.cta_style_2 > .inner .right img {
  padding-right: 10%;
}
.section.dc-cta.cta_style_2 > .inner .right img.brochure {
  display: block;
}
.section.dc-cta.cta_style_2 > .inner .right img.ignite {
  display: none;
}
.section.dc-cta.cta_style_3 {
  border: 5px solid white;
  border-width: 5px 0;
}
.section.dc-cta.cta_style_3:before {
  background: var(--theme-color);
}
.section.dc-cta.cta_style_3 > .inner .section_intro {
  padding-block: 20px;
  -ms-flex-pack: center;
      justify-content: center;
}
.section.dc-cta.cta_style_3 > .inner .section_intro .dc-btn, .section.dc-cta.cta_style_3 > .inner .section_intro .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) .section.dc-cta.cta_style_3 > .inner .section_intro a {
  margin: 0;
  padding-block: 20px;
  border-radius: 50px;
  border: 0 none;
  font-size: clamp(1.5rem, 0.6143rem + 1.8476vw, 2rem) !important;
}
.section.dc-cta.cta_style_3 > .inner .section_intro .dc-btn:after, .section.dc-cta.cta_style_3 > .inner .section_intro .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a:after, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) .section.dc-cta.cta_style_3 > .inner .section_intro a:after {
  width: 21px;
  height: 18px;
  background-repeat: no-repeat;
  transition: all 250ms ease-in-out;
}
.section.dc-cta.cta_style_3 > .inner .section_intro .dc-btn:hover, .section.dc-cta.cta_style_3 > .inner .section_intro .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a:hover, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) .section.dc-cta.cta_style_3 > .inner .section_intro a:hover {
  background: none;
  border-color: white;
}
.section.dc-cta.cta_style_3 > .inner .section_intro .dc-btn:hover:after, .section.dc-cta.cta_style_3 > .inner .section_intro .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a:hover:after, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) .section.dc-cta.cta_style_3 > .inner .section_intro a:hover:after {
  margin-left: clamp(15px, 2vw, 30px);
}
.section.dc-cta.cta_style_3 > .inner .right img {
  display: none !important;
}

/*------------------------------------*\
  HOTBOXS
\*------------------------------------*/
.section.dc-hotboxes > .inner > .section_intro .description {
  max-width: 680px;
  margin: 0 auto;
}
.section.dc-hotboxes > .inner .section_content .items .item .icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
  max-height: 15vw;
}
@media only screen and (min-width: 768px) {
  .section.dc-hotboxes > .inner .section_content .items .item .icon-wrapper {
    max-height: 8vw;
    margin-bottom: 30px;
  }
}

/*------------------------------------*\
  IMAGE
\*------------------------------------*/
.section.dc-quote-image-block.thin_width > .inner {
  max-width: 1220px;
}
.section.dc-quote-image-block.full_width > .inner {
  max-width: 100%;
}
.section.dc-quote-image-block.full_width > .inner .section_intro {
  max-width: 1640px;
  margin-inline: auto;
}
.section.dc-quote-image-block.no-title .grid-items, .section.dc-quote-image-block.no-title .section.dc-hotboxes > .inner .section_content .items, .section.dc-hotboxes > .inner .section_content .section.dc-quote-image-block.no-title .items {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section.dc-quote-image-block .grid-items, .section.dc-quote-image-block .section.dc-hotboxes > .inner .section_content .items, .section.dc-hotboxes > .inner .section_content .section.dc-quote-image-block .items {
    display: -ms-flexbox;
    display: flex;
  }
}
.section.dc-quote-image-block .grid-items .item, .section.dc-quote-image-block .section.dc-hotboxes > .inner .section_content .items .item, .section.dc-hotboxes > .inner .section_content .section.dc-quote-image-block .items .item {
  margin-bottom: 54px;
}
.section.dc-quote-image-block .grid-items .item img, .section.dc-quote-image-block .section.dc-hotboxes > .inner .section_content .items .item img, .section.dc-hotboxes > .inner .section_content .section.dc-quote-image-block .items .item img {
  display: block;
  width: 100%;
}
.section.dc-quote-image-block .grid-items.col1 .item, .section.dc-quote-image-block .section.dc-hotboxes > .inner .section_content .col1.items .item, .section.dc-hotboxes > .inner .section_content .section.dc-quote-image-block .col1.items .item {
  width: 100%;
}
.section.dc-quote-image-block .section_content {
  display: -ms-flexbox;
  display: flex;
}
.section.dc-quote-image-block .section_content .background-images {
  -ms-flex: 1;
      flex: 1;
}
.section.dc-quote-image-block .section_content .background-images img {
  max-width: unset;
  width: calc(100% + 60px);
  margin-left: -60px;
}
@media only screen and (min-width: 1750px) {
  .section.dc-quote-image-block .section_content .background-images img {
    width: 985px;
    margin-left: -115px;
  }
}
@media only screen and (min-width: 1640px) {
  .section.dc-quote-image-block .section_content .background-images img {
    width: calc(100% + (100vw - 1520px) / 2);
    margin-left: calc((100vw - 1520px) / 2 * -1);
  }
}
@media only screen and (min-width: 1920px) {
  .section.dc-quote-image-block .section_content .background-images img {
    width: 1070px;
    margin-left: -200px;
  }
}
.section.dc-quote-image-block .section_content .quote-content {
  width: clamp(300px, 30vw, 500px);
}
.section.dc-quote-image-block .quote-content {
  position: relative;
  margin-top: 50px;
  margin-bottom: 60px;
  margin-left: clamp(100px, 8vw, 150px);
  padding-right: 30px;
}
.section.dc-quote-image-block .quote-content:before {
  content: "";
  position: absolute;
  left: -90px;
  top: 0;
  width: 66px;
  height: 40px;
  background: url(../img/quote-marks-blue.svg);
  background-repeat: no-repeat;
}
.section.dc-quote-image-block .quote-content .quote-text {
  max-width: 670px;
}
.section.dc-quote-image-block .quote-content .quote-attribution {
  color: var(--theme-color);
}

/*------------------------------------*\
	IMAGE TEXT BOX
\*------------------------------------*/
@media only screen and (max-width: 767px) {
  .section.dc-image-text > .inner .right,
.section.dc-project-grid:has(.results-container) > .inner .right {
    margin-top: 20px !important;
  }
}
.section.dc-image-text > .inner .right > .content-wrapper > h2:first-child,
.section.dc-project-grid:has(.results-container) > .inner .right > .content-wrapper > h2:first-child {
  max-width: 520px;
  margin-bottom: clamp(20px, 1.5vw, 34px);
}
.section.dc-image-text > .inner h2,
.section.dc-image-text > .inner h3,
.section.dc-image-text > .inner h4,
.section.dc-image-text > .inner h5,
.section.dc-image-text > .inner .text,
.section.dc-project-grid:has(.results-container) > .inner h2,
.section.dc-project-grid:has(.results-container) > .inner h3,
.section.dc-project-grid:has(.results-container) > .inner h4,
.section.dc-project-grid:has(.results-container) > .inner h5,
.section.dc-project-grid:has(.results-container) > .inner .text {
  max-width: 450px;
}
@media only screen and (max-width: 767px) {
  .section.dc-image-text > .inner h2,
.section.dc-image-text > .inner h3,
.section.dc-image-text > .inner h4,
.section.dc-image-text > .inner h5,
.section.dc-image-text > .inner .text,
.section.dc-project-grid:has(.results-container) > .inner h2,
.section.dc-project-grid:has(.results-container) > .inner h3,
.section.dc-project-grid:has(.results-container) > .inner h4,
.section.dc-project-grid:has(.results-container) > .inner h5,
.section.dc-project-grid:has(.results-container) > .inner .text {
    width: 100%;
  }
}
.section.dc-image-text > .inner .button-wrapper a:nth-child(2),
.section.dc-project-grid:has(.results-container) > .inner .button-wrapper a:nth-child(2) {
  background: var(--light-color);
  color: var(--dark-color);
}
.section.dc-image-text > .inner .button-wrapper a:nth-child(2):after,
.section.dc-project-grid:has(.results-container) > .inner .button-wrapper a:nth-child(2):after {
  background-image: url(../img/arrow-black.svg);
}
.section.dc-image-text > .inner .button-wrapper a:nth-child(2):hover,
.section.dc-project-grid:has(.results-container) > .inner .button-wrapper a:nth-child(2):hover {
  background: var(--light-color);
  color: var(--dark-color);
}
.section.dc-image-text > .inner .image-wrapper,
.section.dc-project-grid:has(.results-container) > .inner .image-wrapper {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .section.dc-image-text > .inner .image-wrapper,
.section.dc-project-grid:has(.results-container) > .inner .image-wrapper {
    margin-top: 30px !important;
  }
}
.section.dc-image-text > .inner .image-wrapper > img,
.section.dc-project-grid:has(.results-container) > .inner .image-wrapper > img {
  display: block;
  width: 100%;
  -ms-transform: none !important;
      transform: none !important;
}
@media only screen and (min-width: 768px) {
  .section.dc-image-text > .inner.image_left .image-wrapper,
.section.dc-project-grid:has(.results-container) > .inner.image_left .image-wrapper {
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
  .section.dc-image-text > .inner.image_left .content-wrapper,
.section.dc-project-grid:has(.results-container) > .inner.image_left .content-wrapper {
    padding-left: clamp(2.5rem, -3.3859rem + 12.2783vw, 8.125rem);
  }
  .section.dc-image-text > .inner.image_right .image-wrapper,
.section.dc-project-grid:has(.results-container) > .inner.image_right .image-wrapper {
    -ms-transform-origin: right top;
        transform-origin: right top;
  }
  .section.dc-image-text > .inner.image_right .content-wrapper,
.section.dc-project-grid:has(.results-container) > .inner.image_right .content-wrapper {
    padding-right: clamp(2.5rem, -3.3859rem + 12.2783vw, 8.125rem);
  }
}

.section.dc-image-text.wider-text > .inner .right > .content-wrapper > h2:first-child {
  max-width: 590px;
}
.section.dc-image-text.lets-talk {
  padding-block: clamp(30px, 5vw, 50px);
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper {
  padding-top: clamp(30px, 4vw, 80px);
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .text {
  max-width: 100%;
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .text p {
  max-width: 450px;
}
@media only screen and (max-width: 767px) {
  .section.dc-image-text.lets-talk > .inner .right .content-wrapper .text p {
    max-width: 270px;
  }
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper h2:first-child {
  margin-bottom: clamp(12px, 1vw, 20px);
  max-width: 450px;
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper li {
  list-style: none;
  padding-left: 0;
  padding-bottom: 10px;
  margin-left: 0;
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper li a {
  text-decoration: none;
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .footer-cols {
  display: -ms-flexbox;
  display: flex;
  min-width: 410px;
}
@media only screen and (max-width: 767px) {
  .section.dc-image-text.lets-talk > .inner .right .content-wrapper .footer-cols {
    -ms-flex-direction: column;
        flex-direction: column;
    min-width: 100%;
  }
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .footer-cols ul {
  -ms-flex: 1;
      flex: 1;
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .footer-cols ul li:nth-child(1) {
  width: 100% !important;
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 700;
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .footer-cols ul:nth-child(1) {
  min-width: 240px;
  width: 100%;
  max-width: 310px;
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .footer-cols ul:nth-child(1) li {
  max-width: 225px;
  padding-bottom: 12.5px;
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .footer-cols ul:nth-child(2) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: clamp(240px, 17vw, 300px);
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .footer-cols ul:nth-child(2) li {
  width: 50%;
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .footer-cols li,
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .footer-cols li a {
  font-size: 14px;
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .social_icons {
  display: -ms-flexbox;
  display: flex;
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .social_icons li {
  margin-right: 10px;
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .social_icons li a {
  background-color: var(--theme-color);
  background-size: auto 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 100%;
  color: var(--light-color) !important;
  font-size: 0;
  text-decoration: none;
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .social_icons li a.facebook {
  background-image: url(../img/icon-facebook-white.svg);
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .social_icons li a.linkedin {
  background-image: url(../img/icon-linkedin-white.svg);
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .social_icons li a.youtube {
  background-image: url(../img/icon-youtube-white.svg);
  background-size: auto 17px;
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .social_icons li a.instagram {
  background-image: url(../img/icon-insta-white.svg);
}
.section.dc-image-text.lets-talk > .inner .right .content-wrapper .social_icons li a.twitter {
  background-image: url(../img/icon-x-white.svg);
}

.section:has(+ .lets-talk),
.section:has(+ script + .lets-talk) {
  padding-bottom: 100px !important;
}

/*------------------------------------*\
	IMAGE SLIDER 
\*------------------------------------*/
.section.dc-image-slider {
  overflow: hidden;
}
.section.dc-image-slider > .inner {
  max-width: 1530px;
  margin: 0 auto;
}
@media only screen and (max-width: 1359px) {
  .section.dc-image-slider > .inner {
    padding: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .section.dc-image-slider > .inner {
    padding: 0 !important;
  }
}
.section.dc-image-slider > .inner .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.section.dc-image-slider > .inner .slick-list {
  width: 400% !important;
  margin-left: -150%;
  padding: 0px 150% !important;
}
.section.dc-image-slider > .inner .item {
  position: relative;
  margin: 0;
  height: 950px;
  max-height: 75vw;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  transition: all 350ms ease-in-out;
}
@media only screen and (min-width: 1360px) {
  .section.dc-image-slider > .inner .item {
    margin-inline: 15px;
  }
}
.section.dc-image-slider > .inner .item img {
  object-fit: cover;
  width: 100%;
}
.section.dc-image-slider button.slick-arrow {
  top: calc(50% - 26px);
  border-color: #111111;
}
.section.dc-image-slider button.slick-arrow.slick-next {
  left: unset;
}
@media only screen and (min-width: 768px) {
  .section.dc-image-slider button.slick-arrow.slick-prev {
    left: calc(50% - 50vw);
  }
  .section.dc-image-slider button.slick-arrow.slick-next {
    right: calc(50% - 50vw);
  }
}
.section.dc-image-slider button.slick-arrow:after {
  color: #111111;
  font-size: 20px;
}
.section.dc-image-slider button.slick-arrow:hover {
  border-color: #F47321;
  background: #F47321;
}
.section.dc-image-slider button.slick-arrow:hover:after {
  color: white;
}

/*------------------------------------*\
    INTRO SECTION
\*------------------------------------*/
.section.dc-intro-section {
  z-index: 11;
}
.section.dc-intro-section .inner .section_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section.dc-intro-section .inner .section_content .image-wrapper {
  position: relative;
  width: 26%;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-transform: translateX(-70px) scale(0.8);
      transform: translateX(-70px) scale(0.8);
}
@media only screen and (min-width: 768px) {
  .section.dc-intro-section .inner .section_content .image-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
}
.section.dc-intro-section .inner .section_content .image-wrapper .image1 {
  filter: blur(10px);
}
.section.dc-intro-section .inner .section_content .image-wrapper .image2 {
  position: absolute;
  left: 50%;
  top: 100px;
}
.section.dc-intro-section .inner .section_content .description {
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (min-width: 950px) {
  .section.dc-intro-section .inner .section_content .description {
    max-width: 1170px;
    padding-right: 10%;
  }
}
.section.dc-intro-section .inner .section_content .description .intro-description:not(:last-child) {
  margin-bottom: 50px;
}
.section.dc-intro-section .inner .section_content .description .intro-description p {
  line-height: 1.33;
}
.section.dc-intro-section .inner .section_content .description .intro-description p:last-child {
  margin-bottom: 0;
}
.section.dc-intro-section .inner .section_content .description .grid-items, .section.dc-intro-section .section.dc-hotboxes > .inner .section_content .description .items {
  width: 100%;
}
.section.dc-intro-section .inner .section_content .description .grid-items .item, .section.dc-intro-section .section.dc-hotboxes > .inner .section_content .description .items .item {
  width: 100%;
}
.section.dc-intro-section .inner .section_content .description .grid-items .item:nth-child(3), .section.dc-intro-section .section.dc-hotboxes > .inner .section_content .description .items .item:nth-child(3) {
  width: 100% !important;
  margin-top: 50px !important;
}
@media only screen and (min-width: 950px) {
  .section.dc-intro-section .inner .section_content .description .grid-items.col2 .item, .section.dc-intro-section .section.dc-hotboxes > .inner .section_content .description .col2.items .item {
    width: 50%;
    margin-right: 0;
    padding-right: 30px;
  }
}
.section.dc-intro-section.cta_style_1 .section_content .image3, .section.dc-intro-section.cta_style_3 .section_content .image3 {
  display: none;
}
.section.dc-intro-section.cta_style_2 .section_content, .section.dc-intro-section.cta_style_3 .section_content {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media only screen and (min-width: 950px) {
  .section.dc-intro-section.cta_style_2 .section_content .description, .section.dc-intro-section.cta_style_3 .section_content .description {
    max-width: 1000px;
  }
}
.section.dc-intro-section.cta_style_2 .section_content .image-wrapper {
  -ms-transform: translateX(0) !important;
      transform: translateX(0) !important;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
}
.section.dc-intro-section.cta_style_2 .section_content .image1,
.section.dc-intro-section.cta_style_2 .section_content .image2 {
  display: none;
}
.section.dc-intro-section.no-graphic .section_content .image-wrapper {
  display: none !important;
}

/*------------------------------------*\
    Links Section
\*------------------------------------*/
@media only screen and (min-width: 900px) {
  .dc-links-section > .inner {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 900px) {
  .dc-links-section > .inner .section_intro {
    width: 40% !important;
    max-width: 40% !important;
    min-width: 520px;
    padding-right: 7% !important;
  }
}
@media only screen and (min-width: 900px) {
  .dc-links-section > .inner > .section_content {
    -ms-flex: 1;
        flex: 1;
    max-width: 730px;
  }
}
.dc-links-section > .inner > .section_content .item {
  border-bottom: 0.5px solid var(--dark-color);
}
.dc-links-section > .inner > .section_content .item a {
  display: block;
  padding: 19px 20px;
}
.dc-links-section > .inner > .section_content .item a.dc-link:after {
  position: absolute;
  right: 20px;
  top: 24px;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: 17px;
}

/*------------------------------------*\
    PROJECT DATA
\*------------------------------------*/
.section.dc-project-data .section_content .project-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section.dc-project-data .section_content .project-item .breadcrumb {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 40px;
}
.section.dc-project-data .section_content .project-item .breadcrumb .project-category-inner {
  background: var(--theme-color);
  border-radius: 40px;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 20px;
  font-size: 16px;
  color: var(--light-color);
  text-transform: uppercase;
}
.section.dc-project-data .section_content .project-item .breadcrumb a.back-to-projects {
  color: var(--light-color);
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  margin-right: 4px;
}
.section.dc-project-data .section_content .project-item .breadcrumb a.back-to-projects span {
  max-width: 0px;
  overflow: hidden;
  display: block;
  transition: all 800ms ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.section.dc-project-data .section_content .project-item .breadcrumb a.back-to-projects:hover {
  text-decoration: underline;
}
.section.dc-project-data .section_content .project-item .breadcrumb .project-category {
  margin-left: 4px;
}
.section.dc-project-data .section_content .project-item .project-data {
  -ms-flex: 1;
      flex: 1;
  padding-right: clamp(60px, 8vw, 150px);
}
.section.dc-project-data .section_content .project-item .project-data .project-long-description {
  margin-top: 20px;
}
.section.dc-project-data .section_content .project-item .sidebar-project-meta {
  width: clamp(300px, 30vw, 500px);
}
.section.dc-project-data .section_content .project-item .sidebar-project-meta ul {
  margin-top: 0;
  padding-top: 21px;
  border-top: 0.5px solid rgba(130, 130, 130, 0.7);
}
.section.dc-project-data .section_content .project-item .sidebar-project-meta li {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: 0.5px solid rgba(130, 130, 130, 0.7);
  padding-block: 3px 21px;
}
.section.dc-project-data .section_content .project-item .sidebar-project-meta li span {
  display: block;
  font-size: 16px;
}
.section.dc-project-data .section_content .project-item .sidebar-project-meta li span:first-child {
  color: #828282;
  text-transform: uppercase;
}
/*------------------------------------*\
    PROJECTS Grid
\*------------------------------------*/
.section.dc-project-grid {
  overflow: hidden;
}
.section.dc-project-grid .section-filters {
  display: -ms-flexbox;
  display: flex;
  background: white;
  position: absolute;
  top: 0;
  width: 1280px;
  max-width: calc(100% - 30px);
  padding-block: 14px;
  z-index: 1;
  display: none;
}
@media only screen and (min-width: 768px) {
  .section.dc-project-grid .section-filters {
    max-width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 1200px) {
  .section.dc-project-grid .section-filters {
    max-width: calc(100% - 120px);
  }
}
.section.dc-project-grid .section-filters > * {
  -ms-flex: 1;
      flex: 1;
  padding-right: 20px;
  padding-left: 30px;
}
.section.dc-project-grid .section-filters h5,
.section.dc-project-grid .section-filters .dropdown-label {
  margin: 0;
}
.section.dc-project-grid .section-filters h5 {
  line-height: 1.4em;
}
.section.dc-project-grid .section-filters .filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  cursor: pointer;
}
.section.dc-project-grid .section-filters .filters:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  margin-right: 26px;
  border-left: 0.5px solid var(--dark-color);
}
.section.dc-project-grid .section-filters .filters:hover {
  color: var(--theme-color);
}
.section.dc-project-grid .section-filters .filters:hover .dropdown-content {
  opacity: 1;
}
.section.dc-project-grid .section-filters .dropdown-content {
  position: absolute;
  top: 100%;
  left: 30px;
  width: calc(100% - 30px);
  padding: 0px 28px;
  background: white;
  opacity: 0;
}
.section.dc-project-grid .section-filters .dropdown-content ul li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.section.dc-project-grid .section-filters .dropdown-content ul li a {
  display: block;
}
.section.dc-project-grid:has(.results-container) .item {
  position: relative;
  padding-block: clamp(30px, 3vw, 80px);
}
.section.dc-project-grid:has(.results-container) .item .right {
  margin-top: 0 !important;
}
.section.dc-project-grid:has(.results-container) .item .client {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--theme-color);
  text-transform: uppercase;
  font-family: "new-frank", sans-serif;
  font-weight: 400;
}
.section.dc-project-grid:has(.results-container) .item .image-wrapper {
  position: relative;
  aspect-ratio: 600/395;
  display: -ms-flexbox;
  display: flex;
}
.section.dc-project-grid:has(.results-container) .item .image-wrapper img {
  object-fit: cover;
}
.section.dc-project-grid:has(.results-container) .content-wrapper h2,
.section.dc-project-grid:has(.results-container) .content-wrapper h3,
.section.dc-project-grid:has(.results-container) .content-wrapper h4,
.section.dc-project-grid:has(.results-container) .content-wrapper h5 {
  max-width: 530px !important;
  font-size: clamp(1.5rem, 0.5844rem + 1.91vw, 2.375rem);
}
@media only screen and (min-width: 768px) {
  .section.dc-project-grid:has(.results-container) .section_content .item .right {
    padding-top: 34px;
  }
  .section.dc-project-grid:has(.results-container) .section_content .item:nth-child(2n+1) .image-wrapper {
    -ms-transform-origin: left top;
        transform-origin: left top;
  }
  .section.dc-project-grid:has(.results-container) .section_content .item:nth-child(2n+1) .content-wrapper {
    padding-left: clamp(1.875rem, -0.087rem + 4.0928vw, 3.75rem);
  }
  .section.dc-project-grid:has(.results-container) .section_content .item:nth-child(2n+1) .left {
    padding-right: clamp(7.5px, 1vw, 20px);
  }
  .section.dc-project-grid:has(.results-container) .section_content .item:nth-child(2n+1) .right {
    padding-left: clamp(7.5px, 1vw, 20px);
  }
  .section.dc-project-grid:has(.results-container) .section_content .item:nth-child(2n) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .section.dc-project-grid:has(.results-container) .section_content .item:nth-child(2n):before {
    content: "";
    position: absolute;
    top: 0;
    width: 100vw;
    left: calc(50% - 50vw);
    height: 100%;
    background: var(--brown-color);
  }
  .section.dc-project-grid:has(.results-container) .section_content .item:nth-child(2n) .image-wrapper {
    -ms-transform-origin: right top;
        transform-origin: right top;
  }
  .section.dc-project-grid:has(.results-container) .section_content .item:nth-child(2n) .content-wrapper {
    padding-right: clamp(1.875rem, -0.087rem + 4.0928vw, 3.75rem);
  }
  .section.dc-project-grid:has(.results-container) .section_content .item:nth-child(2n) .left {
    padding-left: clamp(7.5px, 1vw, 20px);
  }
  .section.dc-project-grid:has(.results-container) .section_content .item:nth-child(2n) .right {
    padding-right: clamp(7.5px, 1vw, 20px);
  }
}
.section.dc-project-grid.style_2 .section_intro h2 {
  font-size: clamp(2.75rem, 0.5358rem + 4.6189vw, 4rem);
}
.section.dc-project-grid.style_2 .grid-items, .section.dc-project-grid.style_2 .section.dc-hotboxes > .inner .section_content .items, .section.dc-hotboxes > .inner .section_content .section.dc-project-grid.style_2 .items {
  display: grid;
  gap: clamp(15px, 2vw, 20px);
  row-gap: clamp(15px, 2vw, 20px);
  grid-template-columns: calc(28% - clamp(15px, 2vw, 20px)) calc(44% - clamp(15px, 2vw, 20px)) calc(28% - clamp(15px, 2vw, 20px));
  grid-template-rows: 290px 210px 290px;
}
.section.dc-project-grid.style_2 .grid-items .item, .section.dc-project-grid.style_2 .section.dc-hotboxes > .inner .section_content .items .item, .section.dc-hotboxes > .inner .section_content .section.dc-project-grid.style_2 .items .item {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.section.dc-project-grid.style_2 .grid-items .item:nth-child(1), .section.dc-project-grid.style_2 .section.dc-hotboxes > .inner .section_content .items .item:nth-child(1), .section.dc-hotboxes > .inner .section_content .section.dc-project-grid.style_2 .items .item:nth-child(1) {
  grid-column: 1;
  grid-row: 1/3;
}
.section.dc-project-grid.style_2 .grid-items .item:nth-child(2), .section.dc-project-grid.style_2 .section.dc-hotboxes > .inner .section_content .items .item:nth-child(2), .section.dc-hotboxes > .inner .section_content .section.dc-project-grid.style_2 .items .item:nth-child(2) {
  grid-column: 1;
  grid-row: 3/4;
}
.section.dc-project-grid.style_2 .grid-items .item:nth-child(3), .section.dc-project-grid.style_2 .section.dc-hotboxes > .inner .section_content .items .item:nth-child(3), .section.dc-hotboxes > .inner .section_content .section.dc-project-grid.style_2 .items .item:nth-child(3) {
  grid-column: 2;
  grid-row: 1/4;
}
.section.dc-project-grid.style_2 .grid-items .item:nth-child(4), .section.dc-project-grid.style_2 .section.dc-hotboxes > .inner .section_content .items .item:nth-child(4), .section.dc-hotboxes > .inner .section_content .section.dc-project-grid.style_2 .items .item:nth-child(4) {
  grid-column: 3;
  grid-row: 1/2;
}
.section.dc-project-grid.style_2 .grid-items .item:nth-child(5), .section.dc-project-grid.style_2 .section.dc-hotboxes > .inner .section_content .items .item:nth-child(5), .section.dc-hotboxes > .inner .section_content .section.dc-project-grid.style_2 .items .item:nth-child(5) {
  grid-column: 3;
  grid-row: 2/4;
}
.section.dc-project-grid.style_2 .image-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.section.dc-project-grid.style_2 .image-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 250ms ease-in-out;
}
.section.dc-project-grid.style_2 .image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 250ms ease-in-out;
}
.section.dc-project-grid.style_2 .content {
  position: absolute;
  bottom: 0;
  padding: clamp(20px, 2vw, 30px);
  color: var(--light-color);
  opacity: 0;
  -ms-transform: translateY(30px);
      transform: translateY(30px);
  transition: all 250ms ease-in-out;
}
.section.dc-project-grid.style_2 .content h3 {
  margin-bottom: 0;
}
.section.dc-project-grid.style_2 .content .meta-wrap {
  display: none;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .section.dc-project-grid.style_2 .content .meta-wrap {
    font-size: 16px;
  }
}
.section.dc-project-grid.style_2 .item {
  margin-bottom: 20px;
}
.section.dc-project-grid.style_2 .item:after {
  position: absolute;
  top: clamp(10px, 3.5vw, 80px);
  left: clamp(15px, 4vw, 60px);
  max-width: 60%;
  color: var(--light-color);
  line-height: 1.2em;
}
.section.dc-project-grid.style_2 .item:nth-child(1) .content, .section.dc-project-grid.style_2 .item:nth-child(4) .content {
  top: 0;
  bottom: unset;
  -ms-transform: translateY(-30px);
      transform: translateY(-30px);
}
.section.dc-project-grid.style_2 .item:hover .image-wrapper img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
  .section.dc-project-grid.style_2 .item:hover .content {
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}
.section.dc-project-grid.style_2 .item.previous-project:after {
  content: "PREVIOUS PROJECT";
}
.section.dc-project-grid.style_2 .item.next-project:after {
  content: "NEXT PROJECT";
}

/*------------------------------------*\
    STATISTICS SLIDER
\*------------------------------------*/
.section.dc-statistics {
  overflow: hidden;
  z-index: 1000;
}
.section.dc-statistics > .inner .section_content .items .slick-list {
  overflow: hidden;
  padding: 0;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .section.dc-statistics > .inner .section_content .items .slick-list {
    margin-left: 10%;
  }
}
.section.dc-statistics > .inner .section_content .items .item {
  transition: all 350ms ease-in-out;
  margin-top: 0 !important;
}
.section.dc-statistics > .inner .section_content .items .item.slick-active {
  opacity: 1;
  -ms-transform: scale(1);
      transform: scale(1);
}
.section.dc-statistics > .inner .section_content .items .item .content-wrapper {
  padding-right: 30px;
}
.section.dc-statistics > .inner .section_content .items .item h3 {
  color: var(--theme-color);
  line-height: 1em;
  margin-bottom: clamp(12px, 1vw, 20px);
}
.section.dc-statistics > .inner .section_content .items .item p {
  max-width: 180px;
}

/*------------------------------------*\
  TEAM CARDS    
\*------------------------------------*/
.section.dc-team-cards {
  overflow: hidden;
  padding-block: clamp(30px, 6vw, 100px) !important;
}
.section.dc-team-cards .section_intro {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  margin-bottom: clamp(22px, 2.5vw, 45px) !important;
  padding-right: 0 !important;
  padding-top: clamp(20px, 2vw, 35px);
  text-align: center;
}
.section.dc-team-cards .section_content .grid-items, .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items, .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items {
  display: grid;
  gap: clamp(15px, 2vw, 20px);
  row-gap: clamp(15px, 2vw, 20px);
  grid-template-columns: repeat(4, calc(25% - clamp(15px, 2vw, 20px)));
  grid-template-rows: repeat(6, 110px);
}
.section.dc-team-cards .section_content .grid-items .item, .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item, .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item {
  margin-bottom: 20px;
}
.section.dc-team-cards .section_content .grid-items .item .front-card, .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item .front-card, .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item .front-card,
.section.dc-team-cards .section_content .grid-items .item .image-wrapper,
.section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper,
.section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item .image-wrapper {
  width: 100%;
  height: 100%;
}
.section.dc-team-cards .section_content .grid-items .item .image-wrapper, .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper, .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item .image-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.section.dc-team-cards .section_content .grid-items .item .image-wrapper img, .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper img, .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item .image-wrapper img {
  object-fit: cover;
  width: 100%;
  filter: grayscale(1);
  transition: all 250ms ease-in-out;
}
.section.dc-team-cards .section_content .grid-items .item .text, .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item .text, .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item .text {
  position: absolute;
  bottom: 0;
  padding: clamp(20px, 2vw, 30px);
  color: var(--light-color);
  transition: all 250ms ease-in-out;
}
.section.dc-team-cards .section_content .grid-items .item:hover .image-wrapper img, .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:hover .image-wrapper img, .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:hover .image-wrapper img {
  filter: grayscale(0);
}
.section.dc-team-cards .section_content .grid-items .item, .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item, .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.section.dc-team-cards .section_content .grid-items .item:nth-child(1), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(1), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(1), .section.dc-team-cards .section_content .grid-items .item:nth-child(3), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(3), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(3), .section.dc-team-cards .section_content .grid-items .item:nth-child(8), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(8), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(8) {
  grid-row: 1/4;
}
.section.dc-team-cards .section_content .grid-items .item:nth-child(2), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(2), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(2), .section.dc-team-cards .section_content .grid-items .item:nth-child(4), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(4), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(4), .section.dc-team-cards .section_content .grid-items .item:nth-child(9), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(9), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(9) {
  grid-row: 4/7;
}
.section.dc-team-cards .section_content .grid-items .item:nth-child(5), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(5), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(5) {
  grid-row: 1/3;
}
.section.dc-team-cards .section_content .grid-items .item:nth-child(6), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(6), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(6) {
  grid-row: 3/5;
}
.section.dc-team-cards .section_content .grid-items .item:nth-child(7), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(7), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(7) {
  grid-row: 5/7;
}
.section.dc-team-cards .section_content .grid-items .item:nth-child(1), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(1), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(1), .section.dc-team-cards .section_content .grid-items .item:nth-child(2), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(2), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(2) {
  grid-column: 1;
}
.section.dc-team-cards .section_content .grid-items .item:nth-child(3), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(3), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(3), .section.dc-team-cards .section_content .grid-items .item:nth-child(4), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(4), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(4) {
  grid-column: 2;
}
.section.dc-team-cards .section_content .grid-items .item:nth-child(5), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(5), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(5), .section.dc-team-cards .section_content .grid-items .item:nth-child(6), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(6), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(6), .section.dc-team-cards .section_content .grid-items .item:nth-child(7), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(7), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(7) {
  grid-column: 3;
}
.section.dc-team-cards .section_content .grid-items .item:nth-child(8), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(8), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(8), .section.dc-team-cards .section_content .grid-items .item:nth-child(9), .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(9), .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(9) {
  grid-column: 4;
}
.section.dc-team-cards .section_content .grid-items .item:nth-child(2) .text, .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(2) .text, .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(2) .text, .section.dc-team-cards .section_content .grid-items .item:nth-child(6) .text, .section.dc-team-cards .section.dc-hotboxes > .inner .section_content .items .item:nth-child(6) .text, .section.dc-hotboxes > .inner .section.dc-team-cards .section_content .items .item:nth-child(6) .text {
  color: var(--dark-color);
}

/*------------------------------------*\
  TEXT BOX    
\*------------------------------------*/
.section.dc-text-block .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.section.dc-text-block .items .item {
  width: 100%;
  padding-top: 30px;
}
.section.dc-text-block .items .item:nth-child(1) {
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .section.dc-text-block .items .item.width_12 {
    width: 100%;
    max-width: 1000px;
  }
  .section.dc-text-block .items .item.width_6_6, .section.dc-text-block .items .item.width_8_4, .section.dc-text-block .items .item.width_4_8, .section.dc-text-block .items .item.width_7_5, .section.dc-text-block .items .item.width_5_7 {
    padding: 45px 50px 0 50px;
  }
  .section.dc-text-block .items .item.width_6_6:nth-child(odd), .section.dc-text-block .items .item.width_8_4:nth-child(odd), .section.dc-text-block .items .item.width_4_8:nth-child(odd), .section.dc-text-block .items .item.width_7_5:nth-child(odd), .section.dc-text-block .items .item.width_5_7:nth-child(odd) {
    padding-left: 0;
  }
  .section.dc-text-block .items .item.width_6_6:nth-child(even), .section.dc-text-block .items .item.width_8_4:nth-child(even), .section.dc-text-block .items .item.width_4_8:nth-child(even), .section.dc-text-block .items .item.width_7_5:nth-child(even), .section.dc-text-block .items .item.width_5_7:nth-child(even) {
    padding-right: 0;
  }
  .section.dc-text-block .items .item.width_6_6:nth-child(1), .section.dc-text-block .items .item.width_6_6:nth-child(2), .section.dc-text-block .items .item.width_8_4:nth-child(1), .section.dc-text-block .items .item.width_8_4:nth-child(2), .section.dc-text-block .items .item.width_4_8:nth-child(1), .section.dc-text-block .items .item.width_4_8:nth-child(2), .section.dc-text-block .items .item.width_7_5:nth-child(1), .section.dc-text-block .items .item.width_7_5:nth-child(2), .section.dc-text-block .items .item.width_5_7:nth-child(1), .section.dc-text-block .items .item.width_5_7:nth-child(2) {
    padding-top: 0;
  }
  .section.dc-text-block .items .item.width_6_6 {
    width: 50%;
  }
  .section.dc-text-block .items .item.width_8_4:nth-child(odd) {
    width: 66.666%;
  }
  .section.dc-text-block .items .item.width_8_4:nth-child(even) {
    width: 33.333%;
  }
  .section.dc-text-block .items .item.width_4_8:nth-child(odd) {
    width: 33.333%;
  }
  .section.dc-text-block .items .item.width_4_8:nth-child(even) {
    width: 66.666%;
  }
  .section.dc-text-block .items .item.width_7_5:nth-child(odd) {
    width: 58.333%;
  }
  .section.dc-text-block .items .item.width_7_5:nth-child(even) {
    width: 41.666%;
  }
  .section.dc-text-block .items .item.width_5_7:nth-child(odd) {
    width: 41.666%;
  }
  .section.dc-text-block .items .item.width_5_7:nth-child(even) {
    width: 58.333%;
  }
  .section.dc-text-block .items .item.width_4_4_4 {
    width: 33.333%;
    padding: 45px 15px 0 15px;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(1) {
    padding-left: 0;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-right: 0;
  }
  .section.dc-text-block .items .item.width_4_4_4:nth-child(1), .section.dc-text-block .items .item.width_4_4_4:nth-child(2), .section.dc-text-block .items .item.width_4_4_4:nth-child(3) {
    padding-top: 0;
  }
}
.section.dc-text-block .dc-intro p {
  line-height: 1.23;
  margin-bottom: 55px;
}
.section.dc-text-block .dc-intro:last-child {
  margin-bottom: 0;
}
.section.dc-text-block.v-center h2 {
  margin: 0;
}
.section.dc-text-block.v-center p {
  max-width: 350px;
}
.section.dc-text-block.v-center p:last-child {
  margin: 0;
}
.section.dc-text-block.v-center img {
  display: block;
  width: 100%;
}
.section.dc-text-block.v-center .items {
  -ms-flex-align: center;
      align-items: center;
}
.section.dc-text-block.v-center .items .item:nth-child(3) p {
  max-width: 100%;
}
.section.dc-text-block.key-capabilities .section_content .item {
  width: 100%;
  max-width: 100%;
}
.section.dc-text-block.key-capabilities .section_content ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section.dc-text-block.key-capabilities .section_content ul li {
  width: calc(25% - 20px);
  padding-right: 30px;
}

/*------------------------------------*\
  VIDEO
\*------------------------------------*/
.section.dc-video:not(.expand) .video-wrapper {
  position: relative;
}
.section.dc-video:not(.expand) .video-wrapper img {
  display: block;
  width: 100%;
}
.section.dc-video:not(.expand) .video-wrapper a.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.section.dc-video:not(.expand) .video-wrapper a.overlay span.play-btn {
  position: absolute;
  width: 90px;
  height: 90px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(17, 17, 17, 0.2);
  border-radius: 100%;
  border: 2px solid white;
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  .section.dc-video:not(.expand) .video-wrapper a.overlay span.play-btn {
    width: 130px;
    height: 130px;
  }
}
.section.dc-video:not(.expand) .video-wrapper a.overlay span.play-btn i {
  color: white;
  font-size: 55px;
  margin-left: 17px;
  -ms-transform: scaleX(1.5);
      transform: scaleX(1.5);
  transition: all 250ms ease-in-out;
}
@media only screen and (min-width: 950px) {
  .section.dc-video:not(.expand) .video-wrapper a.overlay span.play-btn i {
    font-size: 70px;
  }
}
.section.dc-video:not(.expand) .video-wrapper a.overlay:hover span.play-btn {
  background-color: rgba(17, 17, 17, 0.6);
}
.section.dc-video:not(.expand) .video-wrapper a.overlay:hover span.play-btn i {
  color: #40A9BB;
}
.section.dc-video:not(.expand) .section_content .text {
  margin-top: 15px;
}

.section.dc-video.expand {
  position: relative;
  max-width: 2200px;
  margin-inline: auto;
  border-inline: 20px solid white;
}
@media only screen and (max-width: 767px) {
  .section.dc-video.expand {
    height: 60svh;
    max-height: 600px;
  }
}
.section.dc-video.expand .video-wrapper {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 767px) {
  .section.dc-video.expand .video-wrapper {
    height: 60svh;
    max-height: 600px;
  }
  .section.dc-video.expand .video-wrapper .content-wrapper {
    padding-bottom: 100px;
  }
  .section.dc-video.expand .video-wrapper .content-wrapper h3 {
    font-size: 26px;
  }
}
.section.dc-video.expand .video-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.15);
}
.section.dc-video.expand .video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section.dc-video.expand .video-wrapper .content-wrapper {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  max-width: 1150px;
  padding: 17vw clamp(30px, 5.5vw, 100px) 30px;
  z-index: 10000;
}
.section.dc-video.expand .video-wrapper .content-wrapper h3 {
  color: white;
  line-height: 1.1em;
}
.section.dc-video.expand .video-wrapper .content-wrapper h2 {
  color: white;
}
.section.dc-video.expand:before, .section.dc-video.expand:after {
  content: "";
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  height: 20px;
  width: 100%;
  background: white;
  display: block;
  z-index: 10;
}
.section.dc-video.expand:before {
  top: 0;
}
.section.dc-video.expand:after {
  bottom: 0;
}

/*------------------------------------*\
  TESTIMONIALS
\*------------------------------------*/
.section.dc-testimonials-grid > .inner .section_intro {
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  margin-bottom: clamp(22px, 2.5vw, 45px) !important;
  padding-right: 0 !important;
  padding-top: clamp(20px, 2vw, 35px);
  text-align: center;
  border-top: 0;
  margin-bottom: clamp(50px, 6vw, 100px) !important;
  padding-right: 0 !important;
}
.section.dc-testimonials-grid .items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
.section.dc-testimonials-grid .items .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  /* text-align: center; */
  gap: 30px;
}
.section.dc-testimonials-grid .items .item .image-wrapper {
  height: clamp(50px, 7vw, 120px);
  width: clamp(100px, 14vw, 240px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.section.dc-testimonials-grid .items .item .image-wrapper img {
  object-fit: contain;
  object-position: center;
}
.section.dc-testimonials-grid .items .item .text {
  -ms-flex: 1;
      flex: 1;
  line-height: 1.33em;
  text-align: center;
}
.section.dc-testimonials-grid .items .item .author {
  font-size: clamp(12px, 0.8rem + (1vw - 5.6px) * 0.1471, 14px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  min-height: 0vw;
  color: var(--theme-color);
  margin-top: clamp(20px, 5vw, 30px);
  font-family: "tthovesprodemibold", Arial, Helvetica, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  display: none;
}
.section.dc-testimonials-grid .items .item .author .job-title {
  margin-top: 12px;
}
.section.dc-testimonials-grid .items .item .author .job-title:before {
  content: ", ";
}
.section.dc-testimonials-grid + script + .section.dc-text-block.contact_form .section_content > .items .item:first-child {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.industry-grid {
  display: none;
}

/*------------------------------------*\

    PROJECTS CAROUSEL

\*------------------------------------*/
.dc-projects-carousel .inner .section_content .items .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .dc-projects-carousel .inner .section_content .items .item {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.dc-projects-carousel .inner .section_content .items .item .content-wrapper {
  position: relative;
  width: clamp(320px, 30%, 30%);
  min-height: 350px;
  padding: clamp(30px, 5vw, 80px) clamp(20px, 3.2vw, 60px);
  background: var(--theme-color);
}
@media only screen and (max-width: 767px) {
  .dc-projects-carousel .inner .section_content .items .item .content-wrapper {
    width: 100%;
    min-height: 300px;
  }
}
.dc-projects-carousel .inner .section_content .items .item .content-wrapper .top-title, .dc-projects-carousel .inner .section_content .items .item .content-wrapper .section.dc-accordion .accordion .title h3 span, .section.dc-accordion .accordion .title h3 .dc-projects-carousel .inner .section_content .items .item .content-wrapper span, .dc-projects-carousel .inner .section_content .items .item .content-wrapper .section.dc-project-grid.style_2 .item:after, .section.dc-project-grid.style_2 .dc-projects-carousel .inner .section_content .items .item .content-wrapper .item:after,
.dc-projects-carousel .inner .section_content .items .item .content-wrapper h3,
.dc-projects-carousel .inner .section_content .items .item .content-wrapper p,
.dc-projects-carousel .inner .section_content .items .item .content-wrapper .related-industries li a {
  color: var(--light-color);
  position: relative;
}
.dc-projects-carousel .inner .section_content .items .item .content-wrapper h3 {
  min-height: clamp(60px, 7vw, 140px);
}
.dc-projects-carousel .inner .section_content .items .item .content-wrapper h3 span {
  min-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  transition: all 350ms ease-out;
}
.dc-projects-carousel .inner .section_content .items .item .content-wrapper .short-description {
  opacity: 0;
  position: relative;
  transition: all 250ms ease-in-out;
}
.dc-projects-carousel .inner .section_content .items .item .content-wrapper .related-industries {
  opacity: 0;
  transition: all 250ms ease-in-out;
  position: relative;
  z-index: 1000;
}
.dc-projects-carousel .inner .section_content .items .item .content-wrapper .related-industries li {
  position: relative;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dc-projects-carousel .inner .section_content .items .item .content-wrapper .related-industries li a {
  font-size: 14px;
}
.dc-projects-carousel .inner .section_content .items .item .content-wrapper .related-industries li a:hover {
  color: var(--dark-color);
}
.dc-projects-carousel .inner .section_content .items .item .content-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  transition: all 250ms ease-in-out;
}
.dc-projects-carousel .inner .section_content .items .item .content-wrapper:hover h3 span {
  min-height: clamp(60px, 7vw, 140px);
}
.dc-projects-carousel .inner .section_content .items .item .content-wrapper:hover:before {
  width: 100%;
  height: 100%;
  background: var(--theme-color);
}
.dc-projects-carousel .inner .section_content .items .item .content-wrapper:hover .related-industries,
.dc-projects-carousel .inner .section_content .items .item .content-wrapper:hover .short-description {
  opacity: 1;
  max-width: 320px;
}
@media only screen and (max-width: 767px) {
  .dc-projects-carousel .inner .section_content .items .item .content-wrapper h3 span {
    min-height: clamp(60px, 7vw, 140px);
  }
  .dc-projects-carousel .inner .section_content .items .item .content-wrapper:before {
    width: 100%;
    height: 100%;
    background: var(--theme-color);
  }
  .dc-projects-carousel .inner .section_content .items .item .content-wrapper .related-industries,
.dc-projects-carousel .inner .section_content .items .item .content-wrapper .short-description {
    opacity: 1;
    max-width: 320px;
  }
  .dc-projects-carousel .inner .section_content .items .item .content-wrapper:before {
    background: var(--theme-color);
  }
}
@media only screen and (min-width: 768px) {
  .dc-projects-carousel .inner .section_content .items .item .image-wrapper {
    -ms-flex: 1;
        flex: 1;
  }
}
.dc-projects-carousel .inner .section_content .items .item .image-wrapper img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .dc-projects-carousel .inner .section_content .items .item .image-wrapper img {
    max-height: 60vw;
  }
}
.dc-projects-carousel .inner .section_content .slider-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .dc-projects-carousel .inner .section_content .slider-footer {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .dc-projects-carousel .inner .section_content .slider-footer .dc-custom-dots {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .dc-projects-carousel .inner .section_content .slider-footer .dc-custom-dots .slick-dots {
    margin-block: 0;
  }
}

/*------------------------------------*\
  CAPABILITY DATA WRAPPER
\*------------------------------------*/
@media only screen and (min-width: 768px) {
  .section.dc-capability-data-wrapper > .inner .section_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media only screen and (min-width: 768px) {
  .section.dc-capability-data-wrapper > .inner .section_content .item:first-child {
    -ms-flex: 1;
        flex: 1;
    max-width: 1145px;
    padding-right: clamp(30px, 7vw, 120px);
  }
}
.section.dc-capability-data-wrapper > .inner .section_content p {
  line-height: 1.23;
}
.section.dc-capability-data-wrapper > .inner .section_content h5 {
  color: var(--theme-color);
  margin-bottom: 32px;
}
.section.dc-capability-data-wrapper > .inner .section_content .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section.dc-capability-data-wrapper > .inner .section_content .content a {
  display: inline-block;
  padding: 3px 11px;
  margin: 0 10px 10px 0;
  border: 0.5px solid var(--dark-color);
  font-size: 14px;
}

/*------------------------------------*\

    CUSTOM SLIDER

\*------------------------------------*/
.custom-slider.slider_1 .inner .section_content .slider .slide {
  position: relative;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.custom-slider.slider_1 .inner .section_content .slider .slide .slide-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-slider.slider_1 .inner .section_content .slider .slide .text-wrapper {
  z-index: 2;
}

/*------------------------------------*\
    NEWS GRID
\*------------------------------------*/
.section.dc-news-grid .inner {
  display: -ms-flexbox;
  display: flex;
}
.section.dc-news-grid .section_intro .button-wrapper .dc-btn:nth-child(2), .section.dc-news-grid .section_intro .button-wrapper .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a:nth-child(2), .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) .section.dc-news-grid .section_intro .button-wrapper a:nth-child(2) {
  background: var(--light-color);
  color: var(--dark-color);
}
.section.dc-news-grid .section_intro .button-wrapper .dc-btn:nth-child(2):after, .section.dc-news-grid .section_intro .button-wrapper .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) a:nth-child(2):after, .toggle-menu-wrap .full-menu ul > li:nth-last-child(2) .section.dc-news-grid .section_intro .button-wrapper a:nth-child(2):after {
  background-image: url(../img/arrow-black.svg);
}
.section.dc-news-grid .grid-items, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items, .section.dc-hotboxes > .inner .section_content .section.dc-news-grid .items {
  display: grid;
  gap: clamp(15px, 2vw, 20px);
  row-gap: clamp(15px, 2vw, 20px);
}
.section.dc-news-grid .grid-items .item, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item, .section.dc-hotboxes > .inner .section_content .section.dc-news-grid .items .item {
  position: relative;
  width: 100%;
}
.section.dc-news-grid .grid-items .item .image-wrapper, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper, .section.dc-hotboxes > .inner .section_content .section.dc-news-grid .items .item .image-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
.section.dc-news-grid .grid-items .item .image-wrapper img, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper img, .section.dc-hotboxes > .inner .section_content .section.dc-news-grid .items .item .image-wrapper img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 250ms ease-in-out;
}
.section.dc-news-grid .grid-items .item .image-wrapper:after, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper:after, .section.dc-hotboxes > .inner .section_content .section.dc-news-grid .items .item .image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 250ms ease-in-out;
}
.section.dc-news-grid .grid-items .item .content-wrapper h3, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper h3, .section.dc-hotboxes > .inner .section_content .section.dc-news-grid .items .item .content-wrapper h3 {
  transition: all 250ms ease-in-out;
}
.section.dc-news-grid .grid-items .item .button-wrapper, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item .button-wrapper, .section.dc-hotboxes > .inner .section_content .section.dc-news-grid .items .item .button-wrapper {
  display: none;
}
.section.dc-news-grid .grid-items .item:hover .image-wrapper img, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item:hover .image-wrapper img, .section.dc-hotboxes > .inner .section_content .section.dc-news-grid .items .item:hover .image-wrapper img {
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}
@media only screen and (min-width: 768px) {
  .section.dc-news-grid .grid-items .item:hover .content-wrapper, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item:hover .content-wrapper, .section.dc-hotboxes > .inner .section_content .section.dc-news-grid .items .item:hover .content-wrapper {
    opacity: 1;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}
.section.dc-news-grid .grid-items .item:hover .content-wrapper h3, .section.dc-news-grid .section.dc-hotboxes > .inner .section_content .items .item:hover .content-wrapper h3, .section.dc-hotboxes > .inner .section_content .section.dc-news-grid .items .item:hover .content-wrapper h3 {
  -ms-transform: translateY(12px);
      transform: translateY(12px);
}
.section.dc-news-grid.style_1 .inner {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.section.dc-news-grid.style_1 .section_intro {
  -ms-flex: 1 !important;
      flex: 1 !important;
  margin-left: 40px;
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.section.dc-news-grid.style_1 .section_intro .title-wrapper {
  max-width: 410px;
}
.section.dc-news-grid.style_1 .section_content {
  width: 66.666% !important;
}
.section.dc-news-grid.style_1 .grid-items, .section.dc-news-grid.style_1 .section.dc-hotboxes > .inner .section_content .items, .section.dc-hotboxes > .inner .section_content .section.dc-news-grid.style_1 .items {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 320px 320px;
}
.section.dc-news-grid.style_1 .grid-items .item, .section.dc-news-grid.style_1 .section.dc-hotboxes > .inner .section_content .items .item, .section.dc-hotboxes > .inner .section_content .section.dc-news-grid.style_1 .items .item {
  height: 100%;
}
.section.dc-news-grid.style_1 .grid-items .item:nth-child(1), .section.dc-news-grid.style_1 .section.dc-hotboxes > .inner .section_content .items .item:nth-child(1), .section.dc-hotboxes > .inner .section_content .section.dc-news-grid.style_1 .items .item:nth-child(1), .section.dc-news-grid.style_1 .grid-items .item:nth-child(2), .section.dc-news-grid.style_1 .section.dc-hotboxes > .inner .section_content .items .item:nth-child(2), .section.dc-hotboxes > .inner .section_content .section.dc-news-grid.style_1 .items .item:nth-child(2) {
  grid-column: 1;
}
.section.dc-news-grid.style_1 .grid-items .item:nth-child(1), .section.dc-news-grid.style_1 .section.dc-hotboxes > .inner .section_content .items .item:nth-child(1), .section.dc-hotboxes > .inner .section_content .section.dc-news-grid.style_1 .items .item:nth-child(1) {
  grid-row: 1/2;
}
.section.dc-news-grid.style_1 .grid-items .item:nth-child(2), .section.dc-news-grid.style_1 .section.dc-hotboxes > .inner .section_content .items .item:nth-child(2), .section.dc-hotboxes > .inner .section_content .section.dc-news-grid.style_1 .items .item:nth-child(2) {
  grid-row: 2/3;
}
.section.dc-news-grid.style_1 .grid-items .item:nth-child(3), .section.dc-news-grid.style_1 .section.dc-hotboxes > .inner .section_content .items .item:nth-child(3), .section.dc-hotboxes > .inner .section_content .section.dc-news-grid.style_1 .items .item:nth-child(3) {
  grid-column: 2;
  grid-row: 1/3;
}
.section.dc-news-grid.style_1 .grid-items .item .content-wrapper, .section.dc-news-grid.style_1 .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper, .section.dc-hotboxes > .inner .section_content .section.dc-news-grid.style_1 .items .item .content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: clamp(20px, 2vw, 30px);
  max-width: 330px;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.section.dc-news-grid.style_1 .grid-items .item .content-wrapper > *, .section.dc-news-grid.style_1 .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper > *, .section.dc-hotboxes > .inner .section_content .section.dc-news-grid.style_1 .items .item .content-wrapper > * {
  padding: 0;
  margin: 0;
}
.section.dc-news-grid.style_1 .grid-items .item:nth-child(1) .content-wrapper, .section.dc-news-grid.style_1 .section.dc-hotboxes > .inner .section_content .items .item:nth-child(1) .content-wrapper, .section.dc-hotboxes > .inner .section_content .section.dc-news-grid.style_1 .items .item:nth-child(1) .content-wrapper {
  color: var(--light-color);
}

.section.dc-news-grid.style_2 .inner {
  -ms-flex-direction: row;
      flex-direction: row;
}
.section.dc-news-grid.style_2 .section_intro {
  width: clamp(190px, 25%, 25%) !important;
  margin-right: 20px;
  margin-top: 35px;
  padding-right: 0;
}
.section.dc-news-grid.style_2 .section_intro .title-wrapper {
  max-width: 100%;
}
.section.dc-news-grid.style_2 .section_content {
  -ms-flex: 1;
      flex: 1;
}
.section.dc-news-grid.style_2 .section_content .grid-items, .section.dc-news-grid.style_2 .section.dc-hotboxes > .inner .section_content .items, .section.dc-hotboxes > .inner .section.dc-news-grid.style_2 .section_content .items {
  grid-template-columns: 1fr 1fr 1fr;
}
.section.dc-news-grid.style_2 .section_content .grid-items .item .image-wrapper, .section.dc-news-grid.style_2 .section.dc-hotboxes > .inner .section_content .items .item .image-wrapper, .section.dc-hotboxes > .inner .section.dc-news-grid.style_2 .section_content .items .item .image-wrapper {
  height: clamp(230px, 29vw, 450px);
}
.section.dc-news-grid.style_2 .section_content .grid-items .item .content-wrapper, .section.dc-news-grid.style_2 .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper, .section.dc-hotboxes > .inner .section.dc-news-grid.style_2 .section_content .items .item .content-wrapper {
  position: relative;
  margin: 0;
  padding-block: 20px;
  width: 100%;
  color: var(--dark-color);
  background: var(--light-color);
  transition: all 250ms ease-in-out;
}
.section.dc-news-grid.style_2 .section_content .grid-items .item .content-wrapper > *, .section.dc-news-grid.style_2 .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper > *, .section.dc-hotboxes > .inner .section.dc-news-grid.style_2 .section_content .items .item .content-wrapper > * {
  padding: 0;
  margin: 0;
  max-width: 80%;
}

body.home-2 .section.dc-news-grid {
  background: #25636E;
}
body.home-2 .section.dc-news-grid .section_intro h2 {
  color: var(--light-color);
}
body.home-2 .section.dc-news-grid.style_1 {
  padding-top: 100px !important;
}
body.home-2 .section.dc-news-grid.style_2 .section_content .grid-items .item .content-wrapper, body.home-2 .section.dc-news-grid.style_2 .section.dc-hotboxes > .inner .section_content .items .item .content-wrapper, .section.dc-hotboxes > .inner body.home-2 .section.dc-news-grid.style_2 .section_content .items .item .content-wrapper {
  background: #25636E;
  color: var(--light-color);
}

/*------------------------------------*\
    SECTION SLIDER STYLES
\*------------------------------------*/
.section-slider {
  padding-bottom: 0 !important;
}
.section-slider .inner .section_intro {
  margin-bottom: 0 !important;
}
.section-slider .inner .section_intro .title-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0 !important;
}
.section-slider .inner .section_intro .title-wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../img/brandmark-outline.svg) no-repeat;
  background-size: contain;
}
.section-slider .inner .section_intro .title-wrapper h2.title {
  margin-bottom: 0 !important;
  max-width: 1200px;
  -ms-flex: 1;
      flex: 1;
}
.section-slider .inner .section_content {
  padding: clamp(30px, 7vw, 110px) 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .section-slider .inner .section_content {
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .section-slider .inner .section_content {
    padding-inline: 15px;
  }
}
.section-slider .inner .section_content .section-slides-wrapper {
  position: relative;
}
.section-slider .inner .section_content .section-slides-wrapper .section-slide .text-wrapper .image-wrapper.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .section-slider .inner .section_content .section-slides-wrapper .section-slide .text-wrapper .image-wrapper.mobile {
    display: block;
    margin-block: 20px 40px;
  }
}
@media only screen and (min-width: 768px) {
  .section-slider .inner .section_content .section-slides-wrapper .section-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .section-slider .inner .section_content .section-slides-wrapper .section-slide .left,
.section-slider .inner .section_content .section-slides-wrapper .section-slide .right {
    width: 50%;
  }
  .section-slider .inner .section_content .section-slides-wrapper .section-slide .left {
    -ms-flex: 1;
        flex: 1;
  }
  .section-slider .inner .section_content .section-slides-wrapper .section-slide .left .text-wrapper {
    height: calc(100vh - 250px);
  }
  .section-slider .inner .section_content .section-slides-wrapper .section-slide .left .text-wrapper .text {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    padding-bottom: 100px;
    padding-right: 10%;
  }
  .section-slider .inner .section_content .section-slides-wrapper .section-slide .left .text-wrapper .text > * {
    max-width: 620px;
  }
  .section-slider .inner .section_content .section-slides-wrapper .section-slide .right {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
  }
  .section-slider .inner .section_content .section-slides-wrapper .section-slide .right .image-wrapper {
    position: absolute;
    overflow: hidden;
    aspect-ratio: 3/2;
    height: unset;
    max-height: unset;
  }
  .section-slider .inner .section_content .section-slides-wrapper .section-slide .right .image-wrapper img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
}
.section-slider .inner .section_content .section-slides-wrapper .section-slide .right {
  aspect-ratio: 3/2;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .section-slider .inner .section_content .section-slides-wrapper .section-slide .right {
    display: none;
  }
}

/* GRAVITY FORMS */
/*------------------------------------*\
	GRAVITY FORM
\*------------------------------------*/
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container input[type=number],
.gform_wrapper .ginput_container input[type=password],
.gform_wrapper .ginput_container input[type=tel],
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=url],
.gform_wrapper .ginput_container textarea.medium,
.gform_wrapper .ginput_container textarea.large,
.gform_wrapper .ginput_container textarea.small,
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container #theme-page select {
  color: var(--dark-color) !important;
  font-size: 16px !important;
  line-height: 18px;
  background-color: var(--light-color) !important;
  box-shadow: none;
  margin: 0 !important;
  padding: 10px 16px 10px !important;
  width: 100%;
  max-width: 100%;
  border: 0 none !important;
  border-bottom: 1px solid #111111 !important;
  border-radius: 0;
  -webkit-appearance: button;
}
.gform_wrapper .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.medium::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.small::-webkit-input-placeholder,
.gform_wrapper .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .ginput_container #theme-page select::-webkit-input-placeholder {
  font-size: 16px !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper .ginput_container input[type=email]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]:-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium:-moz-placeholder,
.gform_wrapper .ginput_container textarea.large:-moz-placeholder,
.gform_wrapper .ginput_container textarea.small:-moz-placeholder,
.gform_wrapper .ginput_container select:-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select:-moz-placeholder {
  font-size: 16px !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .ginput_container select::-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select::-moz-placeholder {
  font-size: 16px !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=number]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=password]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=url]:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.medium:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.large:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.small:-ms-input-placeholder,
.gform_wrapper .ginput_container select:-ms-input-placeholder,
.gform_wrapper .ginput_container #theme-page select:-ms-input-placeholder {
  font-size: 16px !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
.gform_wrapper .ginput_container input[type=email]:focus,
.gform_wrapper .ginput_container input[type=number]:focus,
.gform_wrapper .ginput_container input[type=password]:focus,
.gform_wrapper .ginput_container input[type=tel]:focus,
.gform_wrapper .ginput_container input[type=text]:focus,
.gform_wrapper .ginput_container input[type=url]:focus,
.gform_wrapper .ginput_container textarea.medium:focus,
.gform_wrapper .ginput_container textarea.large:focus,
.gform_wrapper .ginput_container textarea.small:focus,
.gform_wrapper .ginput_container select:focus,
.gform_wrapper .ginput_container #theme-page select:focus {
  background: var(--light-color) !important;
  color: var(--dark-color) !important;
}
.gform_wrapper .ginput_container input[type=email]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=number]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=password]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=text]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=url]:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.medium:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.large:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.small:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container select:focus::-webkit-input-placeholder,
.gform_wrapper .ginput_container #theme-page select:focus::-webkit-input-placeholder {
  color: var(--dark-color) !important;
}
.gform_wrapper .ginput_container input[type=email]:focus:-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]:focus:-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]:focus:-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]:focus:-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]:focus:-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]:focus:-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium:focus:-moz-placeholder,
.gform_wrapper .ginput_container textarea.large:focus:-moz-placeholder,
.gform_wrapper .ginput_container textarea.small:focus:-moz-placeholder,
.gform_wrapper .ginput_container select:focus:-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select:focus:-moz-placeholder {
  color: var(--dark-color) !important;
}
.gform_wrapper .ginput_container input[type=email]:focus::-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]:focus::-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]:focus::-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]:focus::-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]:focus::-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]:focus::-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium:focus::-moz-placeholder,
.gform_wrapper .ginput_container textarea.large:focus::-moz-placeholder,
.gform_wrapper .ginput_container textarea.small:focus::-moz-placeholder,
.gform_wrapper .ginput_container select:focus::-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select:focus::-moz-placeholder {
  color: var(--dark-color) !important;
}
.gform_wrapper .ginput_container input[type=email]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=number]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=password]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=text]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=url]:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.medium:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.large:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.small:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container select:focus:-ms-input-placeholder,
.gform_wrapper .ginput_container #theme-page select:focus:-ms-input-placeholder {
  color: var(--dark-color) !important;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .ginput_container input[type=email],
.gform_wrapper .ginput_container input[type=number],
.gform_wrapper .ginput_container input[type=password],
.gform_wrapper .ginput_container input[type=tel],
.gform_wrapper .ginput_container input[type=text],
.gform_wrapper .ginput_container input[type=url],
.gform_wrapper .ginput_container textarea.medium,
.gform_wrapper .ginput_container textarea.large,
.gform_wrapper .ginput_container textarea.small,
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container #theme-page select {
    font-size: 18px !important;
  }
  .gform_wrapper .ginput_container input[type=email]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=number]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=password]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=text]::-webkit-input-placeholder,
.gform_wrapper .ginput_container input[type=url]::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.medium::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.large::-webkit-input-placeholder,
.gform_wrapper .ginput_container textarea.small::-webkit-input-placeholder,
.gform_wrapper .ginput_container select::-webkit-input-placeholder,
.gform_wrapper .ginput_container #theme-page select::-webkit-input-placeholder {
    font-size: 18px !important;
  }
  .gform_wrapper .ginput_container input[type=email]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]:-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]:-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium:-moz-placeholder,
.gform_wrapper .ginput_container textarea.large:-moz-placeholder,
.gform_wrapper .ginput_container textarea.small:-moz-placeholder,
.gform_wrapper .ginput_container select:-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select:-moz-placeholder {
    font-size: 18px !important;
  }
  .gform_wrapper .ginput_container input[type=email]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=number]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=password]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=tel]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=text]::-moz-placeholder,
.gform_wrapper .ginput_container input[type=url]::-moz-placeholder,
.gform_wrapper .ginput_container textarea.medium::-moz-placeholder,
.gform_wrapper .ginput_container textarea.large::-moz-placeholder,
.gform_wrapper .ginput_container textarea.small::-moz-placeholder,
.gform_wrapper .ginput_container select::-moz-placeholder,
.gform_wrapper .ginput_container #theme-page select::-moz-placeholder {
    font-size: 18px !important;
  }
  .gform_wrapper .ginput_container input[type=email]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=number]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=password]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=tel]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=text]:-ms-input-placeholder,
.gform_wrapper .ginput_container input[type=url]:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.medium:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.large:-ms-input-placeholder,
.gform_wrapper .ginput_container textarea.small:-ms-input-placeholder,
.gform_wrapper .ginput_container select:-ms-input-placeholder,
.gform_wrapper .ginput_container #theme-page select:-ms-input-placeholder {
    font-size: 18px !important;
  }
}

.gform_wrapper .gform-body .gfield .gfield_label {
  color: #111111 !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform-body .gfield .gfield_label {
    font-size: 14px !important;
    line-height: 14px !important;
  }
}
.gform_wrapper .gform-body .gfield:focus .gfield_label {
  color: var(--dark-color);
}

.gform_wrapper .gform_footer {
  margin: 45px 0 0 !important;
  padding: 0;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer {
    margin-top: 35px !important;
    padding-top: 0 !important;
  }
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  margin: 0 !important;
  padding: 20px 30px !important;
  border: 1px solid var(--dark-color) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--dark-color) !important;
  line-height: 16px !important;
  font-size: 16px !important;
}
@media only screen and (min-width: 768px) {
  .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    font-size: 14px !important;
    line-height: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
    line-height: 2;
    min-height: 2rem;
    max-width: 560px;
  }
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover {
  background: var(--dark-color) !important;
  color: var(--theme-color) !important;
}

.gform_wrapper > .gform_validation_errors {
  display: none;
}
.gform_wrapper > .gform_validation_errors + form {
  padding-bottom: 30px;
}
@media only screen and (max-width: 849px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 650px) {
  .gform_wrapper > .gform_validation_errors + form div.gform_footer.top_label {
    margin-top: 10px;
  }
  .gform_wrapper > .gform_validation_errors + form div.gform_body ul.top_label.form_sublabel_below li.gfield {
    margin-bottom: 50px !important;
  }
}
.gform_wrapper .gfield.gfield_error .validation_message {
  font-weight: 400;
  color: red;
}
.gform_wrapper form div.gform_body .top_label.form_sublabel_below .gfield.gfield.gfield_error > .gfield_label {
  color: red !important;
}
.gform_wrapper form div.gform_body .top_label.form_sublabel_below .gfield.gfield.gfield_error > .ginput_container > input {
  border-color: red !important;
}

.form-wrapper .title h2 {
  font-size: 32px;
}
@media only screen and (max-width: 1099px) {
  .form-wrapper .title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 949px) {
  .form-wrapper .title h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .form-wrapper .title h2 {
    font-size: 22px;
  }
}

/*
.gform_wrapper {
	max-width: 100%;
	margin: 0 auto;

	.gform_heading,
	.gform_body,
	.gform_footer {
		width: 100% !important;
		max-width: 810px;
		margin-left: auto !important;
		margin-right: auto !important
	}
}
*/
/*
.gform_wrapper {
	max-width: 100%;
	margin: 0 auto;

	.gform_body {
		width: 100% !important;
		max-width: 810px;
		margin: 40px auto 0;

		ul {
			margin: 0;

			li.gfield {
				position: relative;
				margin: 0 0 8px !important;
				padding: 0 !important;

				color: $grav_field_font_color !important;

				border: unset !important;
				background: none;

				@include mq('tablet-small', max) {
					padding-left: 0 !important;
				}

				&.gf_left_half {
					width: 50%;
					max-width: 50%;
					padding: 11px 1% 0 0 !important;

					@include mq('tablet-small', max) {
						width: 100%;
						max-width: 100%;
						padding: 0 !important;
					}
				}

				&.gf_right_half {
					width: 50%;
					max-width: 50%;
					padding: 11px 0 0 1% !important;

					@include mq('tablet-small', max) {
						width: 100%;
						max-width: 100%;
						padding: 0 !important;
					}

					label {
						left: 10px;

						@include mq('tablet-small', max) {
							left: 0;
						}
					}
				}

				label {
					@extend %font_family_base;
					color: $grav_label_color;
					font-size: $grav_label_font_size;

					margin-bottom: 6px;
					padding: 0 !important;
				}

				.ginput_container {

					input[type=text].datepicker {
						width: 100%;
					}

					textarea.large {
						height: 150px;
						background: transparent;
					}

					.gfield_radio {
						display: flex;
					}

					input:-webkit-autofill,
					input:-webkit-autofill:hover,
					input:-webkit-autofill:focus textarea:-webkit-autofill,
					textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
					select:-webkit-autofill,
					select:-webkit-autofill:hover,
					select:-webkit-autofill:focus {
						-webkit-text-fill-color: $black;
						-webkit-box-shadow: 0 0 0 0 transparent inset;
						transition: background-color 5000s ease-in-out 0s;
					}

					select {
						background-color: white;
						background-image: url('../img/ic_arrow.svg');
						background-size: 21px;
						background-position: calc(100% - 10px) center;
						background-repeat: no-repeat;

						padding-right: 60px;
					}	
				}

				.clear-multi {
					border-bottom: 1px solid #8e9498 !important;

					.ginput_container {

						input,
						select {
							border: unset !important;
						}
					}
				}

				.gfield_required {
					color: var(--grey-color);
				}		

				.gfield_checkbox {

					input[type=checkbox] {
						margin: 0 6px 0 0;
					}

					label {
						margin-bottom: 0;
					}
				}

				.gfield_radio {

					li {

						input[type=radio] {
							position: absolute;
							visibility: hidden;
						}

						label {
							display: block;
							position: relative;
							font-weight: 300;
							font-size: 16px;
							padding: 10px 70px 0 0 !important;
							margin: 0 40px 0 0;
							height: 45px;
							z-index: 9;
							cursor: pointer;
							-webkit-transition: all 0.25s linear;
							left: 0;
							max-width: 100% !important;
							width: auto !important;

							@include mq('960', max) {
								padding: 10px 50px 0 0 !important;
								margin: 0 30px 0 0;
							}

							@include mq('800', max) {
								padding: 10px 40px 0 0 !important;
								margin: 0 20px 0 0;
							}

							&:before {
								content: "";
								display: block;
								position: absolute;
								border: 10px solid #f7f8fc;
								border-radius: 100%;
								height: 37px;
								width: 37px;
								top: 4px;
								right: 20px;
								z-index: 5;
								transition: all .2s linear;
								-webkit-transition: all .2s linear;

								@include mq('960', max) {
									right: 0;
								}

								@include mq('800', max) {
									top: 9px;
									height: 30px;
									width: 30px;
								}

								&:hover {

									&:before {
										background: $theme_color;
									}
								}
							}

							&:hover label {
								//color: $theme_color;
							}

							input[type=radio]:checked~label:before {
								border: 8px solid $theme_color;
							}

							input[type=radio]:checked:hover~label:before {
								background: none;
							}

							input[type=radio]:checked~label {
								color: var(--grey-color);
							}

							&:last-child {

								label {
									margin: 0 !important;

									@include mq('960', max) {
										margin: 0 !important;
									}

									@include mq('800', max) {
										margin: 0 !important;
									}
								}
							}
						}
					}
				}

				&.message {

					@include mq('650', min) {
						margin-top: -50px !important;
					}
				}

				&.hidden_label {
					padding-top: 0 !important;
				}
			}
		}
	}

	.column-count-2-of-2 {
		li.gfield {
			padding: 0 0 0 14px !important;
		}
	}





}

*/
/*
body img.gform_ajax_spinner {
	position: absolute;
	bottom: 18px;
	left: calc(50% + 62px);

	//bottom: -32px;
	//left: calc(50% - 16px);

	width: 36px !important;
	height: 36px !important;
	max-width: 42px !important;
	margin: 0 !important;
	padding: 0 !important;

	//background: white;
	//border-radius: 50%;
}
*/
/* Spinner */
/*
.gform_ajax_spinner {
margin-left: 20px;
border: 4px solid rgba(255, 255, 255, 0.3);
border-left: 4px solid rgba(110, 73, 217, 0.7);
animation: spinner 1.1s infinite linear;
border-radius: 50%;
width: 30px;
height: 30px;
}
@keyframes spinner {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
*/
/* FANCYBOX */
/* PAGES */
/*------------------------------------*\
   404
\*------------------------------------*/
body.error404 .panel.main .row .M12 {
  padding: 0;
}
body.error404 .panel.main .row #post-404 {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto !important;
  text-align: center;
  font-size: 18px;
}
body.error404 .panel.main .row #post-404 .page_not_found span {
  display: block;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-title {
  color: #40A9BB;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 100;
}
body.error404 .panel.main .row #post-404 .page_not_found span.not-found-subtitle {
  color: #40A9BB;
  font-size: 180px;
  text-transform: uppercase;
  padding: 0px 0 30px;
  font-weight: 100;
  line-height: 170px;
}
body.error404 .panel.main .row #post-404 .error_search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}
body.error404 .panel.main .row #post-404 .error_search form.search {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input {
  color: var(--dark-color) !important;
  font-size: 18px;
  line-height: 20px;
  -ms-flex: 1;
      flex: 1;
  border-radius: 0 !important;
  background: none;
  background-color: var(--light-color) !important;
  padding: 15px 30px !important;
  margin: 0 !important;
  width: 60%;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus {
  border-color: var(--theme-color) !important;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
  font-size: 18px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input::-moz-placeholder {
  font-size: 18px;
  font-weight: 300 !important;
  color: var(--dark-color);
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-webkit-input-placeholder {
  color: var(--dark-color);
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: var(--dark-color);
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus:-ms-input-placeholder {
  color: var(--dark-color);
}
body.error404 .panel.main .row #post-404 .error_search form.search input.search-input:focus::-moz-placeholder {
  color: var(--dark-color);
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
  line-height: 44px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  padding-inline: 16px;
  margin-top: clamp(12px, 2vw, 20px);
  border: 1.5px solid var(--dark-color);
  border-radius: 30px;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--light-color);
  opacity: 1;
  margin: 0 0 0 20px !important;
}
@media only screen and (min-width: 768px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    font-size: 16px;
    line-height: 40px;
    padding-inline: 20px;
  }
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit > span {
  position: relative;
  white-space: nowrap;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 13px;
  height: 12px;
  margin-left: 12px;
  background-image: url("../img/arrow-white.svg");
  background-size: contain;
  transition: all 250ms ease-in-out;
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  text-decoration: none !important;
  background-color: var(--dark-color);
  border-color: var(--dark-color);
}
@media only screen and (max-width: 650px) {
  body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit {
    padding: 6px 32px !important;
  }
}
body.error404 .panel.main .row #post-404 .error_search form.search button.search-submit:hover {
  background: #40A9BB !important;
  color: #FFFFFF !important;
}

.error404 .page_container {
  background: #f1e8dc;
}
