

/* ==================================================
   reset.css
   ================================================== */

/* standard reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a {cursor:pointer; text-decoration: none; }
html { text-align: left; }

div, .boxFix, *:after, *:before, input[type=text], textarea, input[type=checkbox], ul, li, a { box-sizing: border-box; }
img { display:block; margin:0; padding: 0; border: none;}
.relative { position: relative; }
.fixed { position: fixed; }
.clear:after { content: ""; display: table; clear: both; }
html, body { font-family: 'Montserrat', sans-serif;}

.srOnly {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

/* 
Light 300
Regular 400
Medium 500
Semi-bold 600 
*/

/* variables */


:root {
	--home: #615D9E;
	--video: #BE0763;	
	--photography: #008079;	
	--drone: #00A3DA;	
	--websites: #46B737;	
	--graphicDesign: #fc8229;	
	--digitalMarketing: #94d1dc;	
	--projects: #A7A09A;
	--blog: #83064C;
	--contact: #615D9E;	
	--rolloverCommon: #A7A09A;
	--ccBlack: #231F20;
	--offWhite: #F2F0EE;
}


/* /variables */
@font-face {
		font-family: 'font 100 icons';
		src: url('/webFonts/font100icons.eot');
		src: url('webFonts/font100icons.eot?#iefix') format('embedded-opentype'),
			url('/webFonts/font100icons.woff2') format('woff2'),
			url('/webFonts/font100icons.woff') format('woff'),
			url('/webFonts/font100icons.ttf') format('truetype'),
			url('/webFonts/font100icons.svg#font100icons') format('svg');
		font-weight: normal;
		font-style: normal;
	}
@font-face {
	font-family: 'Wingdings2';
	src: url('/webFonts/Wingdings2.eot');
	src: url('/webFonts/Wingdings2.eot?#iefix') format('embedded-opentype'),
		url('/webFonts/Wingdings2.woff2') format('woff2'),
		url('/webFonts/Wingdings2.woff') format('woff'),
		url('/webFonts/Wingdings2.ttf') format('truetype'),
		url('/webFonts/Wingdings2.svg#Wingdings2') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'lightcase';
  src: url("/webFonts/lightcase.eot?55356177");
  src: url("/webFonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("/webFonts/lightcase.woff?55356177") format("woff"), url("/webFonts/lightcase.ttf?55356177") format("truetype"), url("/webFonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}


/* ==================================================
   lity.css
   ================================================== */

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: rgba(40,15,68, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
  
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
  
}
.lity-content {
  z-index: 9993;
  width: 100%;
          transform: scale(1);
  transition: transform 0.3s ease;
height:100%;

}
.lity-loading .lity-content,
.lity-closed .lity-content {
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
 
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 5%;
  top: 8%;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 8%;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}



/* ==================================================
   lightcase.css
   ================================================== */

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */

/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800';
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801';
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802';
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803';
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804';
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: 'Montserrat', sans-serif;  
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}
@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}
@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}
/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}
/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}
/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
/*     background: #333; */
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 300;
  
}
/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}
/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}
/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}
/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}
/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}
/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}
/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}
/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}
/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}
@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}
@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}



/* ==================================================
   smart.css
   ================================================== */

@media (max-width: 679px) {
    /* reset browser size */
    html,
    body {
      font-size: 10px;
    }
    
    .desktop {
      display: none;
    }
    
    .tablet {
      display: none;
    }
    
    .smart {
      display: block;
    }
    
    .pb10 {
      padding-bottom: 1rem;
      width: 100%;
    }
    
    
    #menu-wrapper {
      overflow: hidden;
      max-width: 8rem;
      cursor: pointer;
      padding-top: 0.4rem;
    }
    
    #menu-wrapper #hamburger-menu {
      position: relative;
      width: 2.5rem;
      height: 2rem;
      margin: 2rem;
      margin-bottom: 2.6rem;
    }
    
    #menu-wrapper #hamburger-menu span {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      border-radius: 1rem;
      color: black;
      /*   background-color: black; */
      position: absolute;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .4s ease-in-out;
      transition: .4s ease-in-out;
    }
    
    #menu-wrapper #hamburger-menu span:nth-child(1) {
      top: 0;
    }
    
    #menu-wrapper #hamburger-menu span:nth-child(2) {
      top: 9px;
    }
    
    #menu-wrapper #hamburger-menu span:nth-child(3) {
      top: 18px;
    }
    
    #menu-wrapper #hamburger-menu.open span:nth-child(1) {
      color: black;
      top: 9px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    
    #menu-wrapper #hamburger-menu.open span:nth-child(2) {
      color: black;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      left: -60px;
    }
    
    #menu-wrapper #hamburger-menu.open span:nth-child(3) {
      color: black;
      top: 9px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
    
    /* accordion */
    #menu-container a {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.85);
    }
    
    #menu-container a:hover,
    #menu-container a:focus {
      text-decoration: none;
      color: rgba(255, 255, 255, 1);
    }
    
    
    #menu-container .menu-list .menu-submenu {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    
    #nav1 {
      padding-top: 2rem;
    }
    
    #menu-container .menu-list {
      padding-left: 0;
      display: block;
      position: absolute;
      width: 100%;
      max-width: 667px;
      background: white;
      z-index: 9999;
      overflow-y: auto;
      overflow-x: hidden;
      left: -100%;
      padding-bottom: 100%;
    }
    
    #menu-container .menu-list {
      transition: left 0.4s ease-in-out;
    }
    
    
    #menu-container .menu-list li:first-of-type {
      padding-top: 2rem;
    }
    
    #menu-container .menu-list li {
      font-size: 2rem;
      line-height: 4rem;
      padding-left: 2rem;
      display: block;
      color: white;
      text-decoration: none;
      font-weight: 500;
      text-align: left;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .flexCentreCentre {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .flexLeftCentre {
      display: flex;
      justify-content: left;
      align-items: center;
    }
    
    .flexRightCentre {
      display: flex;
      justify-content: right;
      align-items: center;
    }
    
    .container {
      width: 100%;
    }
    
    .headerShadow {
      -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    }
    
    .stripePad {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    
    .stripePadBottom {
      padding-bottom: 4rem;
    }
    
    .stripePadBottomLess {
      padding-top: 4rem;
      padding-bottom: 2rem;
    }
    
    
    .stripeDefault {
      max-width: 128rem;
      padding-left: 6rem;
      padding-right: 6rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .header {
      width: 100%;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
    }
    
    #menu-container {
      float: left;
    }
    
    .headerLeft {
      width: calc(100% - 15rem);
      float: left;
      padding-right: 0;
      padding-top: 2rem;
    
    }
    
    .headerLeft .logo {
      width: 20rem;
      height: 3rem;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: var(--ccBlack);
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    
    .headerRight {
      position: absolute;
      width: 8rem;
      height: 7rem;
      background-color: var(--pageColor);
      top: 0;
      right: 0;
      display: block;
    }
    
    .headerRight:hover,
    .headerRight:focus  {
      background-color: var(--rolloverCommon);
    
    }
    
    /* newHeader */
    
    .iconLink {
      font-family: 'font 100 icons';
      font-size: 3rem;
      line-height: 3rem;
      color: white;
      display: block;
      width: 4rem;
      height: 7rem;
      text-align: center;
      padding-top: 2rem;
    }
    
    .headerIcon .iconLink:first-of-type {
      border-right: 0.5px solid white;
      float: left;
    
    }
    
    .headerIcon .iconLink:last-of-type {
      border-left: 0.5px solid white;
      float: right;
    }
    
    .iconLink:hover,
    .iconLink:focus {
      background-color: var(--rolloverCommon);
    }
    
    .headerIcon {
      position: absolute;
      width: 8rem;
      height: 7rem;
      top: 0;
      right: 0;
      display: block;
      background-color: var(--pageColor);
    
    }
    
    
    .envelope {
      width: 100%;
      padding-left: 2.8rem;
      padding-right: 2.8rem;
      padding-top: 1.6rem;
      padding-bottom: 0.8rem;
    }
    
    .envelope img {
      width: 100%;
    }
    
    .mailText {
      text-align: center;
      font-weight: 600;
      font-size: 1.1rem;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    
    /* social */
    .socialIcons {
      font-family: 'font 100 icons';
      font-size: 3.6rem;
      line-height: 3.6rem;
      color: white;
      display: block;
    }
    
    .directorLinkedin {
      font-family: 'font 100 icons';
      font-size: 3.6rem;
      line-height: 3.6rem;
      color: white;
      display: block;
      position: absolute;
      bottom: 2rem;
      right: 2rem;
    }
    
    .directorLinkedin:hover,
    .directorLinkedin:focus {
      color: #A49A8F;
    }
    
    
    .instagram:hover,
    .instagram:focus {
      color: var(--ccBlack) !important;
    }
    
    .linkedin:hover,
    .linkedin:focus {
      color: var(--ccBlack) !important;
    }
    
    .whatsapp:hover,
    .whatsapp:focus {
      color: var(--ccBlack) !important;
    }
    
    .twitter:hover,
    .twitter:focus {
      color: var(--ccBlack) !important;
    }
    
    .youtube:hover,
    .youtube:focus {
      color: var(--ccBlack) !important;
    }
    
    .facebook:hover,
    .facebook:focus {
      color: var(--ccBlack) !important;
    }
    
    .white {
      color: black !important;
    }
    
    .black {
      color: black !important;
    }
    
    .twhite {
      color: white !important;
    }
    
    .tblack {
      color: black !important;
    }
    
    
    .background10 {
      background-color: rgba(0, 0, 0, 0.1) white;
    }
    
    .background20 {
      background-color: rgba(0, 0, 0, 0.2);
    }
    
    .background30 {
      background-color: rgba(0, 0, 0, 0.3);
    }
    
    .background40 {
      background-color: rgba(0, 0, 0, 0.4);
    }
    
    .background50 {
      background-color: rgba(0, 0, 0, 0.5);
    }
    
    .background60 {
      background-color: rgba(0, 0, 0, 0.6);
    }
    
    .background70 {
      background-color: rgba(0, 0, 0, 0.7);
    }
    
    .background80 {
      background-color: rgba(0, 0, 0, 0.8);
    }
    
    .background90 {
      background-color: rgba(0, 0, 0, 0.9);
    }
    
    .background100 {
      background-color: rgba(0, 0, 0, 1);
    }
    
    .background10,
    .background20,
    .background30,
    .background40,
    .background50,
    .background60,
    .background70,
    .background80,
    .background90,
    .background100 {
      background-color: white !important;
    }
    
    
    .captionOverSlider {
      width: 100%;
      height: 100%;
    }
    
    .standardCaptionOverSlider {
      width: 100%;
      height: 100%;
    }
    
    .standardCaptionArea {
      max-width: 128rem;
      padding-left: 2rem;
      padding-right: 2rem;
      margin-left: auto;
      margin-right: auto;
      height: 100%;
      color: black !important;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    
    .standardCaptionTable {
      display: table;
      width: 100%;
      height: 75%;
    }
    
    .standardCaptionTd {
      max-width: 58rem;
      display: table-cell;
      vertical-align: bottom;
      padding-right: calc(100% - 58rem);
    }
    
    
    
    .stripeDefault {
      max-width: 128rem;
      padding-left: 2rem;
      padding-right: 2rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .captionAreaPad {
      padding-top: 2rem;
      padding-bottom: 2rem;
      width: 100%;
    }
    
    /* typography */
    .center {
      text-align: center;
    }
    
    .h1Style1 {
      font-size: 3.2rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.4rem;
    }
    
    .h1StyleWeb {
      font-size: 3.2rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1.4rem;
    }
    
    .h2Sub {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .h2SubWeb {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1rem;
    }
    
    .h2SubSimilar {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1rem;
    }
    
    
    .buttonOuter {
      font-size: 1.4rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .buttonOuterHomeSlider {
      text-align: center;
      padding-top: 3.6rem;
    }
    
    .buttonOuterCommonSlider {
      padding-top: 3.6rem;
    }
    
    /* NEW CAPTION    */
    .captionAreaInner {
      padding-left: 2rem;
      padding-right: 2rem;
      margin-left: auto;
      margin-right: auto;
    
    }
    
    .captionArea {
      text-align: center !important;
    }
    
    .captionArea .h1Caption,
    .captionArea .h3Caption {
      font-size: 1.872rem;
      text-transform: uppercase;
      line-height: 110%;
      font-weight: 400;
      letter-spacing: -0.05rem;
    }
    
    .captionArea .h2Caption {
      font-size: 2.52rem;
      text-transform: uppercase;
      line-height: 110%;
      font-weight: 600;
      letter-spacing: -0.05rem;
      margin-bottom: 2rem;
    }
    
    .captionArea .h2CaptionSpan {
      font-weight: 400;
    }
    
    
    
    /* END NEW CAPTION */
    hr {
      border: none;
      height: 1.8rem;
      width: 100%;
    }
    
    .h2Style1 {
      font-size: 2.4rem;
      line-height: 140%;
      font-weight: 500;
      margin-bottom: 1.2rem;
    }
    
    .h2Style1a {
      font-size: 2.4rem;
      line-height: 140%;
      font-weight: 600;
      margin-bottom: 1.2rem;
    }
    
    .h2Style2 {
      font-size: 2.6rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1.2rem;
    }
    
    .h2Style2a {
      font-size: 2.6rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      margin-bottom: 2.4rem;
    }
    
    
    .h2Style3 {
      font-size: 1.8rem;
      line-height: 120%;
      font-weight: 500;
      margin-bottom: 2.4rem;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    #lightcase-info #lightcase-title {
      font-size: 1.8rem;
      line-height: 120%;
      font-weight: 500;
      margin-bottom: 0rem;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .h2Style4 {
      font-size: 2.2rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.9rem;
    }
    
    .h2Style5 {
      font-size: 1.8rem;
      line-height: 120%;
      font-weight: 400;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.9rem;
    }
    
    .h2Style6 {
      font-size: 2rem;
      line-height: 100%;
      font-weight: 500;
      margin-bottom: 0;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      text-align: center;
    }
    
    .h2Style6a {
      font-size: 2.4rem;
      line-height: 120%;
      font-weight: 500;
      margin-bottom: 0.8rem;
      text-align: left;
    }
    
    .h2Style7 {
      font-size: 2rem;
      line-height: 110%;
      font-weight: 500;
      margin-bottom: 2rem;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      text-align: center;
    }
    
    
    
    .h3Style1 {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.8rem
    }
    
    .h3Style2 {
      font-size: 1.4rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .h3Style3 {
      font-size: 1.6rem;
      line-height: 120%;
      font-weight: 400;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      padding-top: 0.4rem;
    }
    
    .h3Style3a {
      font-size: 1.6rem;
      line-height: 120%;
      font-weight: 300;
      color: black;
      margin-bottom: 0.8rem;
    }
    
    
    /* button formats */
    .button {
      padding: 1.2rem;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      border: 1px solid white;
      cursor: pointer;
      display: inline-block;
    }
    
    .button {
      color: white;
    }
    
    .button:hover,
    .button:focus {
      background-color: black;
      color: white;
    }
    
    
    .buttonWhite {
      padding: 1.2rem;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      border: 1px solid white;
      cursor: pointer;
      display: inline-block;
    }
    
    .buttonWhite {
      color: white;
    }
    
    .buttonWhite:hover,
    .buttonWhite:focus {
      background-color: none;
      color: white;
    }
    
    
    .telOuter {
      font-size: 3rem;
      line-height: 120%;
      font-weight: 500;
      text-transform: uppercase;
    
    }
    
    .telPurple {
      color: #480F4A;
    }
    
    .telPurple:hover,
    .telPurple:focus {
      color: black;
    }
    
    /* internal page navigation */
    .internalNavGrid {
      display: grid;
      grid-template-columns: 1fr;
      grid-column-gap: 0.2rem;
      grid-row-gap: 0.2;
      margin-bottom: 1rem;
    }
    
    .pageNav {
      font-size: 1.4rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      display: block !important;
      text-align: center;
    }
    
    
    /* paragraph formats */
    .initial {
      font-size: 2.4rem;
      line-height: 120%;
      font-weight: 300;
      margin-bottom: 2.4rem;
    }
    
    .initial a {
      color: black;
    }
    
    .initial strong,
    .pRegular strong,
    .pLightCenter strong {
      font-weight: 500;
    }
    
    .pRegular {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 400;
      margin-bottom: 2.4rem;
    }
    
    .pLight {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 300;
      margin-bottom: 2.4rem;
    }
    
    .plight em {
      font-style: italic;
    }
    
    .pLightCenter {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 300;
      margin-bottom: 2.4rem;
      text-align: center;
    }
    
    .pLinks {
      font-size: 1.5rem;
      line-height: 120%;
      font-weight: 600;
      margin-bottom: 1.8rem;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      color: white;
    }
    
    em {
      font-style: italic;
    }
    
    .pCall {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.4rem;
    }
    
    .telOuter {
      font-size: 3rem;
      line-height: 140%;
      font-weight: 500;
      margin-bottom: 1.8rem;
    }
    
    /* lists */
    .ulTick {
      margin-bottom: 2rem;
    }
    
    .ulTick li {
      padding-left: 3rem;
      margin-bottom: 0.8rem;
      position: relative;
    }
    
    .ulTick li {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 500;
    }
    
    .ulTick li:before {
      content: "\052";
      font-family: 'Wingdings2';
      font-size: 2.6rem;
      line-height: 100%;
      width: 3rem;
      display: block;
      position: absolute;
      top: -0.2rem;
      left: 0;
      padding-left: 0;
    }
    
    /* lists */
    .ulCircle {
      margin-bottom: 2rem;
    }
    
    .ulCircle li {
      padding-left: 2rem;
      margin-bottom: 0.4rem;
      position: relative;
    }
    
    .ulCircle li {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 300;
    }
    
    .ulCircle li:before {
      content: "\2022";
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      line-height: 100%;
      width: 2rem;
      display: block;
      position: absolute;
      top: -0.2rem;
      left: 0;
      padding-left: 0;
      font-weight: 600;
    }
    
    .olNumber>ol {
      margin-bottom: 2rem;
      counter-reset: my-awesome-counter;
    }
    
    strong {
      font-weight: 500;
    }
    
    /*  navigation */
    .navigation>ul {
      font-size: 0;
      margin: 0;
      padding: 0;
      text-align: right;
    }
    
    .navigation>ul li {
      display: inline-block;
      position: relative;
      font-weight: 500;
      padding-left: 1rem;
      padding-right: 1rem;
    
    }
    
    .navigation>ul li a {
      display: block;
      font-size: 1.2rem;
      line-height: 1.2rem;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      padding-top: 1.8rem;
      padding-bottom: 1.4rem;
      color: #A7A09A;
    
      /*     transition: 0.3s linear; */
    }
    
    /* .navigation > ul li a:hover {
      color: #231F20;
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      
    } */
    .navigation>ul li:nth-of-type(1) a:hover,
    .navigation>ul li:nth-of-type(1) a:focus,
    .navigation>ul li:nth-of-type(1) .selected {
      border-bottom-color: var(--video);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    }
    
    .navigation>ul li:nth-of-type(2) a:hover,
    .navigation>ul li:nth-of-type(2) a:focus,
    .navigation>ul li:nth-of-type(2) .selected {
      border-bottom-color: var(--photography);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(3) a:hover,
    .navigation>ul li:nth-of-type(3) a:focus,
    .navigation>ul li:nth-of-type(3) .selected {
      border-bottom-color: var(--drone);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(4) a:hover,
    .navigation>ul li:nth-of-type(4) a:focus,
    .navigation>ul li:nth-of-type(4) .selected {
      border-bottom-color: var(--websites);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(5) a:hover,
    .navigation>ul li:nth-of-type(5) a:focus,
    .navigation>ul li:nth-of-type(5) .selected {
      border-bottom-color: var(--graphicDesign);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(6) a:hover,
    .navigation>ul li:nth-of-type(6) a:focus,
    .navigation>ul li:nth-of-type(6) .selected {
      border-bottom-color: var(--digitalMarketing);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(7) a:hover,
    .navigation>ul li:nth-of-type(7) a:focus,
    .navigation>ul li:nth-of-type(7) .selected {
      border-bottom-color: var(--projects);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(8) a:hover,
    .navigation>ul li:nth-of-type(8) a:focus,
    .navigation>ul li:nth-of-type(8) .selected {
      border-bottom-color: var(--blog);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(9) a:hover,
    .navigation>ul li:nth-of-type(9) a:focus,
    .navigation>ul li:nth-of-type(9) .selected {
      border-bottom-color: var(--contact);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    /* smart navigation */
    .fixed {
      position: fixed;
      width: 100%;
      background-color: white;
    }
    
    .fixedHeader {
      position: fixed;
      z-index: 1500;
      width: 100%;
      background-color: white;
    
    }
    
    .fixedOffset {
      width: 100%;
      height: 7rem;
      background-color: white;
    }
    
    
    
    /* /main Image stripe */
    
    
    
    
    .verticalCentre {
      margin: 0;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    
      padding-right: 45%;
    }
    
    .genImage {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
    }
    
    
    
    
    /* slider */
    .slider {
      width: 100%;
      position: relative;
    }
    
    .slideHeight {
      padding-bottom: 56.25%;
      padding-bottom: 40%;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%
    }
    
    
    .slideHeight video {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      z-index: 0;
    }
    
    /* embed video mp4 */
    .embed-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-bottom: 40%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
    }
    
    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    
    /* embed video videos */
    .videoBlock {
      max-width: 80rem;
      margin-left: auto;
      margin-right: auto;
      padding-top: 4rem;
    }
    
    .videosContainer {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
    }
    
    .videosContainer iframe,
    .embed-container object,
    .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    
    
    /* bxSLider */
    
    .bx-wrapper {
      position: relative;
      padding: 0;
      *zoom: 1;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
    }
    
    .bxslider {
      margin: 0;/ padding: 0;
      -webkit-perspective: 1000;
    }
    
    ul.bxslider {
      list-style: none;
    }
    
    .bx-viewport {
      -webkit-transform: translateZ(0);
    }
    
    .bx-wrapper {
      background: #fff;
      position: relative;
    }
    
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
      position: absolute;
      bottom: 1rem;
      width: 100%;
    }
    
    .bx-wrapper .bx-loading {
      min-height: 61px;
      background: url(/gfx/loader.gif) center center no-repeat #fff;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1000;
    }
    
    
    .bx-wrapper .bx-pager {
      text-align: center;
      font-size: .85em;
      font-family: Arial;
      font-weight: bold;
      color: #666;
      padding-top: 20px;
    }
    
    .bx-wrapper .bx-pager.bx-default-pager a {
      border-bottom: 1rem solid rgba(255, 255, 255, 0.5);
      width: 1rem;
      display: block;
    }
    
    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active,
    .bx-wrapper .bx-pager.bx-default-pager a:focus {
      border-bottom: 1rem solid rgba(255, 255, 255, 1);
    }
    
    .bx-wrapper .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
      display: inline-block;
      vertical-align: bottom;
      *zoom: 1;
      *display: inline;
    }
    
    .bx-wrapper .bx-pager-item {
      font-size: 0;
      line-height: 0;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
    
    .bx-wrapper .bx-prev {
      left: calc(50% - 13.5rem);
      border-bottom: 0.3rem solid rgba(255, 255, 255, 0.5);
    
    }
    
    .slider .live {
      left: calc(50% - 4rem);
      border-bottom: 0.3rem solid rgba(255, 255, 255, 1);
    
    }
    
    
    .bx-wrapper .bx-prev:hover,
    .bx-wrapper .bx-prev:focus {
      border-bottom: 0.3rem solid rgba(255, 255, 255, 1);
    
    }
    
    .bx-wrapper .bx-next {
      right: calc(50% - 13.5rem);
      border-bottom: 0.3rem solid rgba(255, 255, 255, 0.5);
    
    }
    
    .bx-wrapper .bx-next:hover,
    .bx-wrapper .bx-next:focus {
      border-bottom: 0.3rem solid rgba(255, 255, 255, 1);
    
    }
    
    .bx-wrapper .bx-controls-direction a {
      position: absolute;
      bottom: 1rem;
      outline: 0;
      width: 8rem;
      height: 2.3rem;
      text-indent: -9999px;
      z-index: 999;
      background-position: center center;
      background-repeat: no-repeat;
      padding-top: 1rem;
      padding-bottom: 1rem;
    
    }
    
    .slider .live {
      position: absolute;
      bottom: 4rem;
      outline: 0;
      width: 8rem;
      height: 2.3rem;
      text-indent: -9999px;
      z-index: 999;
      background-position: center center;
      background-repeat: no-repeat;
      padding-top: 1rem;
      padding-bottom: 1rem;
    
    }
    
    .bx-wrapper .bx-controls-direction a.disabled {
      display: none;
    }
    
    
    .bx-controls {
    
      text-align: center;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 3rem;
    }
    
    
    /* home page */
    /* stripe #1 */
    .homeText {
      width: 100%;
      padding-right: 0;
    }
    
    .homeTextBackgroundImage {
      background-size: 80%;
      background-repeat: no-repeat;
      background-position: right center;
      overflow: visible;
      background-color: rgba(255, 255, 255, 0.9);
      background-blend-mode: screen;
    }
    
    .homeText>.r1c1 {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .homeText>.r2c1 {
      width: 100%;
    }
    
    .homeText>.r2c2 {
      width: 100%;
    }
    
    /* /stripe #1 */
    
    /* link blocks */
    .linkBlocksBackground {
      background-color: #F2F0EE;
    }
    
    .stripeLinkBlocks {
      max-width: 128rem;
      padding-left: 1rem;
      padding-right: 1rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .linkItem {
      width: 30rem;
      /*   float:left; */
      padding: 1rem;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
    }
    
    a.linkItemInner {
      width: 100%;
    
    }
    
    .linkImageOverlay {
      padding: 3rem;
      box-sizing: border-box;
      width: 100%;
    }
    
    a.linkItemInner .linkImageOverlay {
      position: absolute;
      bottom: -18.7rem;
      height: 18.7rem;
      /*   transition: all 0.1s; */
    
    }
    
    a.linkItemInner:hover .linkImageOverlay,
    a.linkItemInner:focus .linkImageOverlay {
      position: absolute;
      bottom: 0;
      opacity: 0.9;
    }
    
    .overlayBlock {
      position: absolute;
      bottom: 7.65rem;
      width: calc(100% - 6rem);
    }
    
    .linkImageArea {
      overflow: hidden;
    }
    
    .linkImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    }
    
    .linkCat {
      padding: 1rem;
      background-color: white;
    }
    
    /* /link blocks */
    
    /* testimonials */
    .testSlideHeight {
      position: relative;
      background-position: right center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      overflow: visible;
    }
    
    .stripeDefaultTest {
      max-width: 128rem;
      padding-left: 2rem;
      padding-right: 2rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .stripeDefaultTest>.r1c1 {
      width: 100%;
      float: left;
      padding-bottom: 4rem;
    }
    
    .stripeDefaultTest>.r1c2 {
      width: calc(100% - 40rem);
      float: right;
      height: calc(58.4rem - 8rem);
      background-size: 76rem;
      background-position: left center;
      background-repeat: no-repeat;
      overflow: visible;
      display: none;
    }
    
    
    /* /testimonials */
    
    /* why choose */
    
    .stripeChoose {
      max-width: 128rem;
      padding-left: 0rem;
      padding-right: 0rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .chooseItem [style] {
      height: auto !important;
    }
    
    .chooseItem {
      width: 100%;
      padding: 2rem;
      text-align: center;
      padding-bottom: 0;
    }
    
    .chooseItemImage {
      width: 40%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2.4rem;
    }
    
    .chooseItemImage img {
      width: 100%;
    }
    
    /* /why choose */
    
    /* meet directors */
    .directorsBackground {
      background-color: #EBE9E6;
    }
    
    .xtraMargin {
      margin-bottom: 2rem;
    }
    
    .r1c1Directors {
      width: 100%;
      float: left;
    }
    
    .r1c2Directors {
      width: 100%;
      padding-left: 0;
    }
    
    .imageDirector {
      width: 100%;
      margin-bottom: 2rem;
    }
    
    .imageDirector img {
      width: 100%;
    }
    
    
    /* /meet dirctors */
    
    /* client logos */
    .logosOuter {
      width: 100%;
      /*   border:0.05rem solid #eeeeee; */
    }
    
    .logoItem {
      width: 33.333333%;
      float: left;
      /*   border:0.05rem solid #eeeeee; */
      padding: 1.5rem;
    }
    
    .logoItem img {
      width: 100%;
    }
    
    /* /client logos */
    /* home page */
    
    
    /* video */
    
    .stripeVideoBlock {
      max-width: 128rem;
      padding-left: 1rem;
      padding-right: 1rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .videoText>.r1c1 {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .videoText>.r2c1 {
      width: 100%;
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .videoText>.r2c2 {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .videoText>.r2c3 {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .videoItem {
      width: 30rem;
      padding: 1rem;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
    }
    
    a.videoItemInner {
      width: 100%;
    
    }
    
    .videoImageOverlay {
      padding: 4rem;
      box-sizing: border-box;
      width: 100%;
    }
    
    a.videoItemInner .videoImageOverlay {
      position: absolute;
      bottom: -18.7rem;
      height: 18.7rem;
      /*   transition: all 0.5s; */
    
    }
    
    a.videoItemInner:hover .videoImageOverlay,
    a.videoItemInner:focus .videoImageOverlay {
      position: absolute;
      bottom: 0;
      opacity: 0.9;
    }
    
    
    .videoImageArea {
      overflow: hidden;
    }
    
    .videoImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
    
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    
    }
    
    /* websites */
    
    
    .websitesText>.r1c1 {
      width: 100%;
      margin-bottom: 4rem;
    }
    
    .websitesText>.r2c1 {
      width: 100%;
    }
    
    .websitesText>.r2c2 {
      width: 100%;
    }
    
    .websitesText>.r3c1 {
      width: 100%;
      padding-top: 12rem;
    }
    
    .webstiteUrl {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      letter-spacing: 0.1rem;
      margin-bottom: 0.8rem;
      text-transform: uppercase;
    }
    
    /* /websites */
    
    
    /* projects */
    
    .stripeProjectBlocks {
      max-width: 128rem;
      /*   padding-left: 5rem;
      padding-right: 5rem; */
      margin-left: auto;
      margin-right: auto;
    }
    
    .projectItem {
      width: 30rem;
      padding: 1rem;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
    }
    
    a.projectItemInner {
      width: 100%;
    
    }
    
    .projectImageOverlay {
      padding: 4rem;
      box-sizing: border-box;
      width: 100%;
      padding-left: 1rem;
      padding-right: 1rem;
    }
    
    a.projectItemInner .projectImageOverlay {
      position: absolute;
      bottom: -18.7rem;
      height: 18.7rem;
      /*   transition: all 0.5s; */
    
    }
    
    a.projectItemInner:hover .projectImageOverlay,
    a.projectItemInner:focus .projectImageOverlay {
      position: absolute;
      bottom: 0;
    }
    
    .projectOverlayBlock {
      position: absolute;
      bottom: 4rem;
      width: calc(100% - 2rem);
    }
    
    .projectImageArea {
      overflow: hidden;
    }
    
    .projectImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    }
    
    .projectCat {
      padding: 1rem;
      background-color: white;
      width: 100%;
    }
    
    @media screen and (min-width: 480px) and (max-width: 979px) {
      .stripeProjectBlocks {
        width: 40rem;
        ;
        /*   padding-left: 5rem;
        padding-right: 5rem; */
        margin-left: auto;
        margin-right: auto;
      }
    
      .projectItem {
        width: 40rem;
        padding: 1rem;
        overflow: hidden;
        float: none;
      }
    
      a.projectItemInner .projectImageOverlay {
        position: absolute;
        bottom: -25.3rem;
        height: 25.3rem;
        /*   transition: all 0.5s; */
    
      }
    
      .projectOverlayBlock {
        position: absolute;
        bottom: 4rem;
        width: calc(100% - 8rem);
      }
    
      .projectImageOverlay {
        padding: 4rem;
        box-sizing: border-box;
        width: 100%;
      }
    
    }
    
    @media screen and (min-width: 200px) and (max-width: 480px) {
    
      .pLinks {
        display: none;
      }
    }
    
    /* /projects */
    
    
    /* blog */
    
    .stripeBlogBlocks {
      max-width: 128rem;
      padding-left: 2rem;
      padding-right: 2rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .blogItem {
      width: 100%;
      padding: 1rem;
      overflow: hidden;
      padding-bottom: 4rem;
      height: auto !important;
    }
    
    a.blogItemInner {
      width: 100%;
    
    }
    
    .blogImageOverlay {
      padding: 4rem;
      box-sizing: border-box;
      width: 100%;
    }
    
    a.blogItemInner .blogImageOverlay {
      position: absolute;
      bottom: -25rem;
      height: 25rem;
      transition: all 0.5s;
    
    }
    
    a.blogItemInner:hover .blogImageOverlay,
    a.blogItemInner:focus .blogImageOverlay {
      position: absolute;
      bottom: 0;
    }
    
    .blogOverlayBlock {
      position: absolute;
      bottom: 4rem;
      width: calc(100% - 8rem);
    }
    
    .blogImageArea {
      overflow: hidden;
    }
    
    .blogImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    }
    
    .blogCat {
      padding: 0;
      width: 100%;
      padding-right: 2rem;
      padding-top: 2rem;
    }
    
    .buttonPosition {
      position: absolute;
      bottom: 1rem;
      left: 1rem;
    }
    
    /* /projects */
    
    /* contact */
    .google-maps {
      position: relative;
      padding-bottom: 65%; // This is the aspect ratio
      height: 0;
      overflow: hidden;
      width: 100%;
      border: 0.6rem solid white;
    }
    
    .google-maps iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
    }
    
    .r1c1Contact {
      width: 100%;
      /* padding-right: 8.6rem;
      float:left; */
    }
    
    .r1c2Contact {
      width: 100%;
      /* float:right; */
    }
    
    /* contact */
    
    /* footer */
    #footer {
      padding-top: 4.4rem;
      padding-bottom: 8.4rem;
    }
    
    #footer .col:nth-of-type(1) {
      width: 50%;
      padding-right: 2rem;
      float: left;
      min-height: 22rem;
    }
    
    #footer .col:nth-of-type(2) {
      width: 50%;
      padding-left: 2rem;
      float: left;
      min-height: 22rem;
    
    }
    
    #footer .col:nth-of-type(3) {
      width: 100%;
      padding-right: 0;
      margin-top: 2rem;
      padding-bottom: 3rem;
    }
    
    #footer .col:nth-of-type(3):after {
      content: "";
      display: table;
      clear: both;
      width: 100%;
    }
    
    #footer .col:last-of-type {
      width: 100%;
      padding-right: 0;
    }
    
    #footer h2 {
      font-size: 1.9rem;
      font-weight: 500;
      line-height: 140%;
      margin-bottom: 1rem;
      color: rgba(255, 255, 255, 0.75);
    }
    
    #footer p {
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 140%;
      margin-bottom: 1.6rem;
      color: rgba(255, 255, 255, 0.75);
    }
    
    #footer p.signOff {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 140%;
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.75);
    }
    
    #footer .footerNav li {
      font-size: 1.5rem;
      line-height: 130%;
      font-weight: 500;
      margin-bottom: 0.6rem;
    }
    
    #footer a {
      color: rgba(255, 255, 255, 0.75);
    
    }
    
    #footer a:hover,
    #footer a:focus,
    #footer a.selected {
      color: white;
    }
    
    #footer .footerColumns {
      padding-bottom: 5rem;
    }
    
    #footer .footerLogo {
      width: 22rem;
      text-align: left;
      margin-bottom: 1rem;
    }
    
    #footer .footerLogo img {
      width: 100%;
    }
    
    
    #footer .footerSocial {
      float: left;
      text-align: left;
    }
    
    
    /* social */
    #footer .footerSocial ul {
      text-align: left;
    }
    
    
    
    #footer .footerSocial ul li {
      display: inline-block;
      padding-right: 1rem;
    }
    
    
    /* legal */
    .legalArea {
      max-width: 96rem;
      padding: 4rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .legalTxt {
      padding: 3rem;
      background-color: white;
      font-family: "DIN Light";
      font-style: normal;
      color: black;
    }
    
    .legalTxt h1 {
      font-family: "DIN Light";
      font-size: 2.8rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt h2 {
      font-family: "DIN Medium";
      font-size: 2.2rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt h3 {
      font-family: "DIN Light";
      font-size: 1.8rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt h4 {
      font-family: "DIN Medium";
      font-size: 1.6rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt p {
      font-size: 1.6rem;
      line-height: 130%;
      text-align: left;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt p a {
      color: black;
    }
    
    .legalTxt p a:hover,
    .legalTxt p a:focus {
      color: black;
      text-decoration: underline;
    }
    
    .legalTxt ul {
      margin-bottom: 2rem;
    }
    
    .legalTxt ul li {
      font-size: 1.6rem;
      line-height: 130%;
      margin-bottom: 1rem;
      color: black;
    }
    
    .legalTxt ul li {
      padding-left: 3rem;
      position: relative;
    }
    
    .legalTxt ul li:before {
      content: "\2022";
      font-family: "DIN Medium";
      width: 2rem;
      display: block;
      position: absolute;
      top: 0rem;
      left: 0;
      padding-left: 0;
      font-size: 2rem;
      color: black;
    }
    
    
    .legalTxt ol {
      margin-bottom: 2rem;
      counter-reset: my-awesome-counter;
    }
    
    .legalTxt ol li {
      font-weight: 300;
      font-size: 1.6rem;
      line-height: 130%;
      margin-bottom: 1rem;
      /* color: #ABACAE;  */
      counter-increment: my-awesome-counter;
    }
    
    .legalTxt ol li {
      padding-left: 3rem;
      position: relative;
    }
    
    .legalTxt ol li:before {
      content: counter(my-awesome-counter);
      width: 2rem;
      display: block;
      position: absolute;
      top: 0.265rem;
      left: 0;
      padding-left: 0;
      font-size: 1.6rem;
      line-height: 120%;
    }
    
    .legalTxt strong {
      font-family: "DIN Medium";
    }
    
    /* .form */
    
    
    /* image blocks */
    .imgBlocks {
      max-width: 1160px;
      margin: 0;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      list-style: none;
    
      display: grid;
      grid-gap: 10px;
      /* 			grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
    }
    
    
    
    .imgBlocks li {
      background-size: cover;
      padding-bottom: 66.666666%;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative;
    }
    
    .imgBlocks li:hover {}
    
    /* single */
    .imgBlocks .i1 {
      grid-column: 1 / 9;
      grid-row: 1 / 9;
    }
    
    /* double */
    .imgBlocks .i2 {
      grid-column: 1 / 5;
      grid-row: 9 / 13;
    }
    
    .imgBlocks .i3 {
      grid-column: 5 / 9;
      grid-row: 9 / 13;
    }
    
    /* single */
    .imgBlocks .i4 {
      grid-column: 1 / 9;
      grid-row: 13 / 22;
    }
    
    /* double */
    .imgBlocks .i5 {
      grid-column: 1 / 5;
      grid-row: 22 / 26;
    }
    
    .imgBlocks .i6 {
      grid-column: 5 / 9;
      grid-row: 22 / 26;
    }
    
    /* single */
    .imgBlocks .i7 {
      grid-column: 1 / 9;
      grid-row: 26 / 35;
    }
    
    /* double */
    .imgBlocks .i8 {
      grid-column: 1 / 5;
      grid-row: 35 / 39;
    }
    
    .imgBlocks .i9 {
      grid-column: 5 / 9;
      grid-row: 35 / 39;
    }
    
    /* single */
    .imgBlocks .i10 {
      grid-column: 1 / 9;
      grid-row: 39 / 48;
    }
    
    /* double */
    .imgBlocks .i11 {
      grid-column: 1 / 5;
      grid-row: 48 / 52;
    }
    
    .imgBlocks .i12 {
      grid-column: 5 / 9;
      grid-row: 48 / 52;
    }
    
    /* single */
    .imgBlocks .i13 {
      grid-column: 1 / 9;
      grid-row: 52 / 61;
    }
    
    /* double */
    .imgBlocks .i14 {
      grid-column: 1 / 5;
      grid-row: 61 / 65;
    }
    
    .imgBlocks .i15 {
      grid-column: 5 / 9;
      grid-row: 61 / 65;
    }
    
    /* single */
    .imgBlocks .i16 {
      grid-column: 1 / 9;
      grid-row: 65 / 74;
    }
    
    /* double */
    .imgBlocks .i17 {
      grid-column: 1 / 5;
      grid-row: 74 / 78;
    }
    
    .imgBlocks .i18 {
      grid-column: 5 / 9;
      grid-row: 74 / 78;
    }
    
    /* single */
    .imgBlocks .i19 {
      grid-column: 1 / 9;
      grid-row: 78 / 87;
    }
    
    /* double */
    .imgBlocks .i20 {
      grid-column: 1 / 5;
      grid-row: 87 / 91;
    }
    
    .imgBlocks .i21 {
      grid-column: 5 / 9;
      grid-row: 87 / 91;
    }
    
    /* single */
    .imgBlocks .i22 {
      grid-column: 1 / 9;
      grid-row: 91 / 100;
    }
    
    /* double */
    .imgBlocks .i23 {
      grid-column: 1 / 5;
      grid-row: 100 / 104;
    }
    
    .imgBlocks .i24 {
      grid-column: 5 / 9;
      grid-row: 100 / 104;
    }
    
    /* single */
    .imgBlocks .i25 {
      grid-column: 1 / 9;
      grid-row: 104 / 113;
    }
    
    /* double */
    .imgBlocks .i26 {
      grid-column: 1 / 5;
      grid-row: 113 / 117;
    }
    
    .imgBlocks .i27 {
      grid-column: 5 / 9;
      grid-row: 113 / 117;
    }
    
    /* single */
    .imgBlocks .i28 {
      grid-column: 1 / 9;
      grid-row: 117 / 126;
    }
    
    /* double */
    .imgBlocks .i29 {
      grid-column: 1 / 5;
      grid-row: 126 / 130;
    }
    
    .imgBlocks .i30 {
      grid-column: 5 / 9;
      grid-row: 126 / 130;
    }
    
    /* single */
    .imgBlocks .i31 {
      grid-column: 1 / 9;
      grid-row: 130 / 139;
    }
    
    /* double */
    .imgBlocks .i32 {
      grid-column: 1 / 5;
      grid-row: 139 / 143;
    }
    
    .imgBlocks .i33 {
      grid-column: 5 / 9;
      grid-row: 139 / 143;
    }
    
    
    /* single */
    .imgBlocks .i34 {
      grid-column: 1 / 9;
      grid-row: 143 / 152;
    }
    
    /* double */
    .imgBlocks .i35 {
      grid-column: 1 / 5;
      grid-row: 152 / 156;
    }
    
    .imgBlocks .i36 {
      grid-column: 5 / 9;
      grid-row: 152 / 156;
    }
    
    
    /* single */
    .imgBlocks .i37 {
      grid-column: 1 / 9;
      grid-row: 156 / 165;
    }
    
    /* double */
    .imgBlocks .i38 {
      grid-column: 1 / 5;
      grid-row: 165 / 169;
    }
    
    .imgBlocks .i39 {
      grid-column: 5 / 9;
      grid-row: 165 / 169;
    }
    
    /* single */
    .imgBlocks .i40 {
      grid-column: 1 / 9;
      grid-row: 169 / 178;
    }
    
    /* double */
    .imgBlocks .i41 {
      grid-column: 1 / 5;
      grid-row: 178 / 182;
    }
    
    .imgBlocks .i42 {
      grid-column: 5 / 9;
      grid-row: 178 / 182;
    }
    
    /* single */
    .imgBlocks .i43 {
      grid-column: 1 / 9;
      grid-row: 182 / 191;
    }
    
    /* double */
    .imgBlocks .i44 {
      grid-column: 1 / 5;
      grid-row: 191 / 195;
    }
    
    .imgBlocks .i45 {
      grid-column: 5 / 9;
      grid-row: 191 / 195;
    }
    
    /* single */
    .imgBlocks .i46 {
      grid-column: 1 / 9;
      grid-row: 195 / 204;
    }
    
    /* double */
    .imgBlocks .i47 {
      grid-column: 1 / 5;
      grid-row: 204 / 208;
    }
    
    .imgBlocks .i48 {
      grid-column: 5 / 9;
      grid-row: 204 / 208;
    }
    
    /* single */
    .imgBlocks .i49 {
      grid-column: 1 / 9;
      grid-row: 208 / 217;
    }
    
    /* double */
    .imgBlocks .i50 {
      grid-column: 1 / 5;
      grid-row: 217 / 221;
    }
    
    .imgBlocks .i51 {
      grid-column: 5 / 9;
      grid-row: 217 / 221;
    }
    
    
    /* single */
    .imgBlocks .i52 {
      grid-column: 1 / 9;
      grid-row: 221 / 230;
    }
    
    /* double */
    .imgBlocks .i53 {
      grid-column: 1 / 5;
      grid-row: 230 / 234;
    }
    
    .imgBlocks .i54 {
      grid-column: 5 / 9;
      grid-row: 230 / 234;
    }
    
    
    /* single */
    .imgBlocks .i55 {
      grid-column: 1 / 9;
      grid-row: 234 / 243;
    }
    
    /* double */
    .imgBlocks .i56 {
      grid-column: 1 / 5;
      grid-row: 243 / 247;
    }
    
    .imgBlocks .i57 {
      grid-column: 5 / 9;
      grid-row: 243 / 247;
    }
    
    
    /* single */
    .imgBlocks .i58 {
      grid-column: 1 / 9;
      grid-row: 247 / 256;
    }
    
    /* double */
    .imgBlocks .i59 {
      grid-column: 1 / 5;
      grid-row: 256 / 260;
    }
    
    .imgBlocks .i60 {
      grid-column: 5 / 9;
      grid-row: 256 / 260;
    }
    
    
    /* single */
    .imgBlocks .i61 {
      grid-column: 1 / 9;
      grid-row: 260 / 269;
    }
    
    /* double */
    .imgBlocks .i62 {
      grid-column: 1 / 5;
      grid-row: 269 / 273;
    }
    
    .imgBlocks .i63 {
      grid-column: 5 / 9;
      grid-row: 269 / 273;
    }
    
    
    
    /* single */
    .imgBlocks .i64 {
      grid-column: 1 / 9;
      grid-row: 273 / 282;
    }
    
    /* double */
    .imgBlocks .i65 {
      grid-column: 1 / 5;
      grid-row: 282 / 286;
    }
    
    .imgBlocks .i66 {
      grid-column: 5 / 9;
      grid-row: 282 / 286;
    }
    
    /* single */
    .imgBlocks .i67 {
      grid-column: 1 / 9;
      grid-row: 286 / 295;
    }
    
    /* double */
    .imgBlocks .i68 {
      grid-column: 1 / 5;
      grid-row: 295 / 299;
    }
    
    .imgBlocks .i69 {
      grid-column: 5 / 9;
      grid-row: 295 / 299;
    }
    
    /* single */
    .imgBlocks .i70 {
      grid-column: 1 / 9;
      grid-row: 299 / 308;
    }
    
    /* double */
    .imgBlocks .i71 {
      grid-column: 1 / 5;
      grid-row: 308 / 312;
    }
    
    .imgBlocks .i72 {
      grid-column: 5 / 9;
      grid-row: 308 / 312;
    }
    
    /* single */
    .imgBlocks .i73 {
      grid-column: 1 / 9;
      grid-row: 312 / 321;
    }
    
    /* double */
    .imgBlocks .i74 {
      grid-column: 1 / 5;
      grid-row: 321 / 325;
    }
    
    .imgBlocks .i75 {
      grid-column: 5 / 9;
      grid-row: 321 / 325;
    }
    
    
    /* single */
    .imgBlocks .i76 {
      grid-column: 1 / 9;
      grid-row: 325 / 334;
    }
    
    /* double */
    .imgBlocks .i76 {
      grid-column: 1 / 5;
      grid-row: 334 / 338;
    }
    
    .imgBlocks .i78 {
      grid-column: 5 / 9;
      grid-row: 334 / 338;
    }
    
    
    /* single */
    .imgBlocks .i79 {
      grid-column: 1 / 9;
      grid-row: 338 / 347;
    }
    
    /* double */
    .imgBlocks .i80 {
      grid-column: 1 / 5;
      grid-row: 347 / 351;
    }
    
    .imgBlocks .i81 {
      grid-column: 5 / 9;
      grid-row: 347 / 351;
    }
    
    
    /* single */
    .imgBlocks .i82 {
      grid-column: 1 / 9;
      grid-row: 351 / 360;
    }
    
    /* double */
    .imgBlocks .i83 {
      grid-column: 1 / 5;
      grid-row: 360 / 364;
    }
    
    .imgBlocks .i84 {
      grid-column: 5 / 9;
      grid-row: 360 / 364;
    }
    
    
    
    /* single */
    .imgBlocks .i85 {
      grid-column: 1 / 9;
      grid-row: 364 / 373;
    }
    
    /* double */
    .imgBlocks .i86 {
      grid-column: 1 / 5;
      grid-row: 373 / 377;
    }
    
    .imgBlocks .i87 {
      grid-column: 5 / 9;
      grid-row: 373 / 377;
    }
    
    /* single */
    .imgBlocks .i88 {
      grid-column: 1 / 9;
      grid-row: 377 / 386;
    }
    
    /* double */
    .imgBlocks .i89 {
      grid-column: 1 / 5;
      grid-row: 386 / 390;
    }
    
    .imgBlocks .i90 {
      grid-column: 5 / 9;
      grid-row: 386 / 390;
    }
    
    
    /* single */
    .imgBlocks .i91 {
      grid-column: 1 / 9;
      grid-row: 390 / 399;
    }
    
    /* double */
    .imgBlocks .i92 {
      grid-column: 1 / 5;
      grid-row: 399 / 403;
    }
    
    .imgBlocks .i93 {
      grid-column: 5 / 9;
      grid-row: 399 / 403;
    }
    
    /* single */
    .imgBlocks .i94 {
      grid-column: 1 / 9;
      grid-row: 403 / 412;
    }
    
    /* double */
    .imgBlocks .i95 {
      grid-column: 1 / 5;
      grid-row: 412 / 416;
    }
    
    .imgBlocks .i96 {
      grid-column: 5 / 9;
      grid-row: 412 / 416;
    }
    
    
    /* single */
    .imgBlocks .i97 {
      grid-column: 1 / 9;
      grid-row: 416 / 425;
    }
    
    /* double */
    .imgBlocks .i98 {
      grid-column: 1 / 5;
      grid-row: 425 / 429;
    }
    
    .imgBlocks .i99 {
      grid-column: 5 / 9;
      grid-row: 425 / 429;
    }
    
    /* single */
    .imgBlocks .i100 {
      grid-column: 1 / 9;
      grid-row: 429 / 438;
    }
    
    /* image magnifier */
    .imageItemLink {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
    
    }
    
    
    .imageItemLink:hover,
    .imageItemLink:focus {
      position: absolute;
      background-image: url(/gfx/mag.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 2rem;
    }
    
    /* image magnifier */
    
    .chooseItem [style] {
      height: auto !important;
    }
    
    
    /* value items on home */
    .stripContainer {
      width: 100%;
      background-color: #F2F2F2;
      border-top: 0.3rem solid white;
    
    }
    
    .stripValues {
      max-width: 128rem;
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .valueContainer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      box-sizing: border-box;
    
    }
    
    .valueLogo {
      height: 4.4rem;
      /* Adjust the height as needed */
      width: auto;
      /* Maintain aspect ratio */
    }
    
    /* new link icons in header */
    
    .iconGrid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 0;
      grid-row-gap: 0;
      margin-bottom: 0;
    }
    
    
    .newHeaderIcon {
      position: absolute;
      width: 7rem;
      height: 7rem;
      top: 0;
      right: 0;
      display: block;
      background-color: var(--pageColor);
    }
    
    .newIconLink {
      width: 3.5rem;
      height: 3.5rem;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      display: block;
    }
    
    .newIconLink:hover,
    .newIconLink:focus {
      background-color: var(--rolloverCommon);
    }
    
    /* Borders for each item based on position */
    /* Top-left item (1st item) */
    .iconGrid .newIconLink:nth-child(1) {
      border-bottom: 0.4px solid white;
      border-right: 0.4px solid white;
    }
    
    /* Top-right item (2nd item) */
    .iconGrid .newIconLink:nth-child(2) {
      border-bottom: 0.4px solid white;
      border-left: 0.4px solid white;
    }
    
    /* Bottom-left item (3rd item) */
    .iconGrid .newIconLink:nth-child(3) {
      border-top: 0.4px solid white;
      border-right: 0.4px solid white;
    }
    
    /* Bottom-right item (4th item) */
    .iconGrid .newIconLink:nth-child(4) {
      border-top: 0.4px solid white;
      border-left: 0.4px solid white;
    }
    
    /* new conflict horizon */
    
    #menu-container {
      z-index: 1000;
      /* position: relative; */
    }
    
    #portfolio {
      z-index: 500;
      /* position: relative; */
    }
    
    
    /* new 14032025 */
    .homeTxtVidGrid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 4rem;
    }
    
    .homeTxtVidContainer {
      padding-bottom: 56.25%;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%
    }
    
    
    .homeTxtVidContainer video {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      z-index: 0;
    }
    
    .fullTxt {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    /* .homeTxtVidGrid .homeText > .r2c1 {
        width:50%;
        padding-right: 2rem;
        float:left;
      } */
      
      
      
      
    /* modifications 16/12/2025 */
      .articlesGrid {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        margin-bottom: 4rem;
      }
      
      .blogItemHub {
      width: 100%%;
      overflow: hidden;
      padding-bottom: 3.5rem;
      }
      .categoryMenu ul {
        padding-top: 3rem;
        margin-bottom: 3rem;
        list-style-type: none; /* remove bullets */
      }
      
      .categoryMenu li {
        font-size: 1.7rem;
        line-height: 2.6rem;
        text-transform: uppercase;
        display: block;
        align-items: center;
        font-weight: 500;
      }
      
      /* First item: Filter */
    .categoryMenu li:first-child {
        font-weight: 700;
        padding-right: 0.5rem;
      }
      
      /* Slash only between category links starting from the 3rd li */
      /* .categoryMenu li:nth-child(n+3)::before {
        content: "/";
        color: black;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        display: inline-block;
      } */
      
      .categoryMenu ul li a {
        display: inline;
        letter-spacing: 0.1rem;
        color: black;
        text-decoration: none;
      }
      
      .categoryMenu ul li a:active,
      .categoryMenu ul li a:focus,
      .categoryMenu ul li a:hover,
      .categoryMenu ul li a.active {
        color: #83064C;
      }
      .buttonPosition2 {
      position: absolute;
      bottom:0;
      left: 0;
      }
      
    .kh100 {
        width: 100%;
      }
}


/* ==================================================
   smartPlus.css
   ================================================== */

@media (min-width: 680px) and (max-width: 979px) {
    /* reset browser size */
    html,
    body {
      font-size: 10px;
    }
    
    .desktop {
      display: none;
    }
    
    .tablet {
      display: none;
    }
    
    .smart {
      display: block;
    }
    
    .pb10 {
      padding-bottom: 1rem;
      width: 100%;
    }
    
    #menu-wrapper {
      overflow: hidden;
      max-width: 8rem;
      cursor: pointer;
      padding-top: 0.4rem;
    }
    
    #menu-wrapper #hamburger-menu {
      position: relative;
      width: 2.5rem;
      height: 2rem;
      margin: 2rem;
      margin-bottom: 2.6rem;
    }
    
    #menu-wrapper #hamburger-menu span {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      border-radius: 1rem;
      color: black;
      /*   background-color: black; */
      position: absolute;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .4s ease-in-out;
      transition: .4s ease-in-out;
    }
    
    #menu-wrapper #hamburger-menu span:nth-child(1) {
      top: 0;
    }
    
    #menu-wrapper #hamburger-menu span:nth-child(2) {
      top: 9px;
    }
    
    #menu-wrapper #hamburger-menu span:nth-child(3) {
      top: 18px;
    }
    
    #menu-wrapper #hamburger-menu.open span:nth-child(1) {
      color: black;
      top: 9px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    
    #menu-wrapper #hamburger-menu.open span:nth-child(2) {
      color: black;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      left: -60px;
    }
    
    #menu-wrapper #hamburger-menu.open span:nth-child(3) {
      color: black;
      top: 9px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
    
    /* accordion */
    #menu-container a {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.85);
    }
    
    #menu-container a:hover,
    #menu-container a:focus {
      text-decoration: none;
      color: rgba(255, 255, 255, 1);
    }
    
    
    #menu-container .menu-list .menu-submenu {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    
    #nav1 {
      padding-top: 2rem;
    }
    
    #menu-container .menu-list {
      padding-left: 0;
      display: block;
      position: absolute;
      width: 100%;
      max-width: 667px;
      background: white;
      z-index: 9999;
      overflow-y: auto;
      overflow-x: hidden;
      left: -100%;
      padding-bottom: 100%;
    }
    
    #menu-container .menu-list {
      transition: left 0.4s ease-in-out;
    }
    
    
    #menu-container .menu-list li:first-of-type {
      padding-top: 2rem;
    }
    
    #menu-container .menu-list li {
      font-size: 2rem;
      line-height: 4rem;
      padding-left: 2rem;
      display: block;
      color: white;
      text-decoration: none;
      font-weight: 500;
      text-align: left;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .flexCentreCentre {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .flexLeftCentre {
      display: flex;
      justify-content: left;
      align-items: center;
    }
    
    .flexRightCentre {
      display: flex;
      justify-content: right;
      align-items: center;
    }
    
    .container {
      width: 100%;
    }
    
    .headerShadow {
      -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    }
    
    .stripePad {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    
    .stripePadBottom {
      padding-bottom: 4rem;
    }
    
    .stripePadBottomLess {
      padding-top: 4rem;
      padding-bottom: 2rem;
    }
    
    
    .stripeDefault {
      max-width: 128rem;
      padding-left: 6rem;
      padding-right: 6rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .header {
      width: 100%;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
    }
    
    #menu-container {
      float: left;
    }
    
    .headerLeft {
      width: calc(100% - 19rem);
      float: left;
      padding-right: 0;
      padding-top: 2rem;
    
    }
    
    .headerLeft .logo {
      width: 20rem;
      height: 3rem;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: var(--ccBlack);
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    
    .headerRight {
      position: absolute;
      width: 8rem;
      height: 7rem;
      background-color: var(--pageColor);
      top: 0;
      right: 0;
      display: block;
    }
    
    .headerRight:hover,
    .headerRight:focus {
      background-color: var(--rolloverCommon);
    
    }
    
    /* newHeader */
    
    .iconLink {
      font-family: 'font 100 icons';
      font-size: 3.6rem;
      line-height: 3.6rem;
      color: white;
      display: block;
      width: 6rem;
      height: 7rem;
      text-align: center;
      padding-top: 1.7rem;
    }
    
    .headerIcon .iconLink:first-of-type {
      border-right: 0.5px solid white;
      float: left;
    
    }
    
    .headerIcon .iconLink:last-of-type {
      border-left: 0.5px solid white;
      float: right;
    }
    
    .iconLink:hover,
    .iconLink:focus  {
      background-color: var(--rolloverCommon);
    }
    
    .headerIcon {
      position: absolute;
      width: 12rem;
      height: 7rem;
      top: 0;
      right: 0;
      display: block;
      background-color: var(--pageColor);
    
    }
    
    .envelope {
      width: 100%;
      padding-left: 2.8rem;
      padding-right: 2.8rem;
      padding-top: 1.6rem;
      padding-bottom: 0.8rem;
    }
    
    .envelope img {
      width: 100%;
    }
    
    .mailText {
      text-align: center;
      font-weight: 600;
      font-size: 1.1rem;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    
    /* social */
    .socialIcons {
      font-family: 'font 100 icons';
      font-size: 3.6rem;
      line-height: 3.6rem;
      color: white;
      display: block;
    }
    
    .directorLinkedin {
      font-family: 'font 100 icons';
      font-size: 3.6rem;
      line-height: 3.6rem;
      color: white;
      display: block;
      position: absolute;
      bottom: 2rem;
      right: 2rem;
    }
    
    .directorLinkedin:hover,
    .directorLinkedin:focus {
      color: #A49A8F;
    }
    
    
    .instagram:hover,
    .instagram:focus {
      color: var(--ccBlack) !important;
    }
    
    .linkedin:hover,
    .linkedin:focus {
      color: var(--ccBlack) !important;
    }
    
    .whatsapp:hover,
    .whatsapp:focus  {
      color: var(--ccBlack) !important;
    }
    
    .twitter:hover,
    .twitter:focus {
      color: var(--ccBlack) !important;
    }
    
    .youtube:hover,
    .youtube:focus {
      color: var(--ccBlack) !important;
    }
    
    .facebook:hover,
    .facebook:focus {
      color: var(--ccBlack) !important;
    }
    
    .white {
      color: black !important;
    }
    
    .black {
      color: black !important;
    }
    
    .twhite {
      color: white !important;
    }
    
    .tblack {
      color: black !important;
    }
    
    
    .background10 {
      background-color: rgba(0, 0, 0, 0.1) white;
    }
    
    .background20 {
      background-color: rgba(0, 0, 0, 0.2);
    }
    
    .background30 {
      background-color: rgba(0, 0, 0, 0.3);
    }
    
    .background40 {
      background-color: rgba(0, 0, 0, 0.4);
    }
    
    .background50 {
      background-color: rgba(0, 0, 0, 0.5);
    }
    
    .background60 {
      background-color: rgba(0, 0, 0, 0.6);
    }
    
    .background70 {
      background-color: rgba(0, 0, 0, 0.7);
    }
    
    .background80 {
      background-color: rgba(0, 0, 0, 0.8);
    }
    
    .background90 {
      background-color: rgba(0, 0, 0, 0.9);
    }
    
    .background100 {
      background-color: rgba(0, 0, 0, 1);
    }
    
    .background10,
    .background20,
    .background30,
    .background40,
    .background50,
    .background60,
    .background70,
    .background80,
    .background90,
    .background100 {
      background-color: white !important;
    }
    
    
    .captionOverSlider {
      width: 100%;
      height: 100%;
    }
    
    .standardCaptionOverSlider {
      width: 100%;
      height: 100%;
    }
    
    .standardCaptionArea {
      max-width: 128rem;
      padding-left: 4rem;
      padding-right: 4rem;
      margin-left: auto;
      margin-right: auto;
      height: 100%;
      color: black !important;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    
    .standardCaptionTable {
      display: table;
      width: 100%;
      height: 75%;
    }
    
    .standardCaptionTd {
      max-width: 58rem;
      display: table-cell;
      vertical-align: bottom;
      padding-right: calc(100% - 58rem);
    }
    
    
    
    .stripeDefault {
      max-width: 128rem;
      padding-left: 4rem;
      padding-right: 4rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .captionAreaPad {
      padding-top: 2rem;
      padding-bottom: 2rem;
      width: 100%;
    }
    
    /* typography */
    .center {
      text-align: center;
    }
    
    .h1Style1 {
      font-size: 3.2rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.4rem;
    }
    
    .h1StyleWeb {
      font-size: 3.2rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1.4rem;
    }
    
    .h2Sub {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .h2SubWeb {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1rem;
    }
    
    .h2SubSimilar {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1rem;
    }
    
    
    .buttonOuter {
      font-size: 1.4rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .buttonOuterHomeSlider {
      text-align: center;
      padding-top: 3.6rem;
    }
    
    .buttonOuterCommonSlider {
      padding-top: 3.6rem;
    }
    
    /* NEW CAPTION    */
    .captionAreaInner {
      max-width: 80%;
      padding-left: 6rem;
      padding-right: 6rem;
      margin-left: auto;
      margin-right: auto;
    
    }
    
    .captionArea {
      text-align: center !important;
    }
    
    .captionArea .h1Caption,
    .captionArea .h3Caption {
      font-size: 1.872rem;
      text-transform: uppercase;
      line-height: 110%;
      font-weight: 400;
      letter-spacing: -0.05rem;
    }
    
    .captionArea .h2Caption {
      font-size: 2.52rem;
      text-transform: uppercase;
      line-height: 110%;
      font-weight: 600;
      letter-spacing: -0.05rem;
      margin-bottom: 2rem;
    }
    
    .captionArea .h2CaptionSpan {
      font-weight: 400;
    }
    
    
    
    /* END NEW CAPTION */
    
    hr {
      border: none;
      height: 1.8rem;
      width: 100%;
    }
    
    .h2Style1 {
      font-size: 2.4rem;
      line-height: 140%;
      font-weight: 500;
      margin-bottom: 1.2rem;
    }
    
    .h2Style1a {
      font-size: 2.4rem;
      line-height: 140%;
      font-weight: 600;
      margin-bottom: 1.2rem;
    }
    
    .h2Style2 {
      font-size: 2.6rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1.2rem;
    }
    
    .h2Style2a {
      font-size: 2.6rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      margin-bottom: 2.4rem;
    }
    
    
    .h2Style3 {
      font-size: 1.8rem;
      line-height: 120%;
      font-weight: 500;
      margin-bottom: 2.4rem;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    #lightcase-info #lightcase-title {
      font-size: 1.8rem;
      line-height: 120%;
      font-weight: 500;
      margin-bottom: 0rem;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .h2Style4 {
      font-size: 2.2rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.9rem;
    }
    
    .h2Style5 {
      font-size: 1.8rem;
      line-height: 120%;
      font-weight: 400;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.9rem;
    }
    
    .h2Style6 {
      font-size: 2rem;
      line-height: 100%;
      font-weight: 500;
      margin-bottom: 0;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      text-align: center;
    }
    
    .h2Style6a {
      font-size: 2.4rem;
      line-height: 120%;
      font-weight: 500;
      margin-bottom: 0.8rem;
      text-align: left;
    }
    
    .h2Style7 {
      font-size: 2rem;
      line-height: 110%;
      font-weight: 500;
      margin-bottom: 2rem;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      text-align: center;
    }
    
    
    
    .h3Style1 {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.8rem
    }
    
    .h3Style2 {
      font-size: 1.4rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .h3Style3 {
      font-size: 1.6rem;
      line-height: 120%;
      font-weight: 400;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      padding-top: 0.4rem;
    }
    
    .h3Style3a {
      font-size: 1.6rem;
      line-height: 120%;
      font-weight: 300;
      color: black;
      margin-bottom: 0.8rem;
    }
    
    
    /* button formats */
    .button {
      padding: 1.2rem;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      border: 1px solid white;
      cursor: pointer;
      display: inline-block;
    }
    
    .button {
      color: white;
    }
    
    .button:hover,
    .button:focus  {
      background-color: black;
      color: white;
    }
    
    
    .buttonWhite {
      padding: 1.2rem;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      border: 1px solid white;
      cursor: pointer;
      display: inline-block;
    }
    
    .buttonWhite {
      color: white;
    }
    
    .buttonWhite:hover,
    .buttonWhite:focus {
      background-color: none;
      color: white;
    }
    
    
    .telOuter {
      font-size: 3rem;
      line-height: 120%;
      font-weight: 500;
      text-transform: uppercase;
    
    }
    
    .telPurple {
      color: #480F4A;
    }
    
    .telPurple:hover,
    .telPurple:focus {
      color: black;
    }
    
    /* internal page navigation */
    .internalNavGrid {
      display: grid;
      grid-template-columns: 3fr 1fr 1fr;
      grid-column-gap: 0.2rem;
      grid-row-gap: 0;
      margin-bottom: 1rem;
    }
    
    .pageNav {
      font-size: 1.4rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      display: block !important;
      text-align: center;
    }
    
    
    /* paragraph formats */
    .initial {
      font-size: 2.4rem;
      line-height: 120%;
      font-weight: 300;
      margin-bottom: 2.4rem;
    }
    
    .initial a {
      color: black;
    }
    
    .initial strong,
    .pRegular strong,
    .pLightCenter strong {
      font-weight: 500;
    }
    
    .pRegular {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 400;
      margin-bottom: 2.4rem;
    }
    
    .pLight {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 300;
      margin-bottom: 2.4rem;
    }
    
    .plight em {
      font-style: italic;
    }
    
    .pLightCenter {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 300;
      margin-bottom: 2.4rem;
      text-align: center;
    }
    
    .pLinks {
      font-size: 1.5rem;
      line-height: 120%;
      font-weight: 600;
      margin-bottom: 1.8rem;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      color: white;
    }
    
    em {
      font-style: italic;
    }
    
    .pCall {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.4rem;
    }
    
    .telOuter {
      font-size: 3rem;
      line-height: 140%;
      font-weight: 500;
      margin-bottom: 1.8rem;
    }
    
    /* lists */
    .ulTick {
      margin-bottom: 2rem;
    }
    
    .ulTick li {
      padding-left: 3rem;
      margin-bottom: 0.8rem;
      position: relative;
    }
    
    .ulTick li {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 500;
    }
    
    .ulTick li:before {
      content: "\052";
      font-family: 'Wingdings2';
      font-size: 2.6rem;
      line-height: 100%;
      width: 3rem;
      display: block;
      position: absolute;
      top: -0.2rem;
      left: 0;
      padding-left: 0;
    }
    
    /* lists */
    .ulCircle {
      margin-bottom: 2rem;
    }
    
    .ulCircle li {
      padding-left: 2rem;
      margin-bottom: 0.4rem;
      position: relative;
    }
    
    .ulCircle li {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 300;
    }
    
    .ulCircle li:before {
      content: "\2022";
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      line-height: 100%;
      width: 2rem;
      display: block;
      position: absolute;
      top: -0.2rem;
      left: 0;
      padding-left: 0;
      font-weight: 600;
    }
    
    .olNumber>ol {
      margin-bottom: 2rem;
      counter-reset: my-awesome-counter;
    }
    
    
    strong {
      font-weight: 500;
    }
    
    /*  navigation */
    .navigation>ul {
      font-size: 0;
      margin: 0;
      padding: 0;
      text-align: right;
    }
    
    .navigation>ul li {
      display: inline-block;
      position: relative;
      font-weight: 500;
      padding-left: 1rem;
      padding-right: 1rem;
    
    }
    
    .navigation>ul li a {
      display: block;
      font-size: 1.2rem;
      line-height: 1.2rem;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      padding-top: 1.8rem;
      padding-bottom: 1.4rem;
      color: #A7A09A;
    
      /*     transition: 0.3s linear; */
    }
    
    /* .navigation > ul li a:hover {
      color: #231F20;
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      
    } */
    .navigation>ul li:nth-of-type(1) a:hover,
    .navigation>ul li:nth-of-type(1) a:focus,
    .navigation>ul li:nth-of-type(1) .selected {
      border-bottom-color: var(--video);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    }
    
    .navigation>ul li:nth-of-type(2) a:hover,
    .navigation>ul li:nth-of-type(2) a:focus,
    .navigation>ul li:nth-of-type(2) .selected {
      border-bottom-color: var(--photography);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(3) a:hover,
    .navigation>ul li:nth-of-type(3) a:focus,
    .navigation>ul li:nth-of-type(3) .selected {
      border-bottom-color: var(--drone);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(4) a:hover,
    .navigation>ul li:nth-of-type(4) a:focus,
    .navigation>ul li:nth-of-type(4) .selected {
      border-bottom-color: var(--websites);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(5) a:hover,
    .navigation>ul li:nth-of-type(5) a:focus,
    .navigation>ul li:nth-of-type(5) .selected {
      border-bottom-color: var(--graphicDesign);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(6) a:hover,
    .navigation>ul li:nth-of-type(6) a:focus,
    .navigation>ul li:nth-of-type(6) .selected {
      border-bottom-color: var(--digitalMarketing);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(7) a:hover,
    .navigation>ul li:nth-of-type(7) a:focus,
    .navigation>ul li:nth-of-type(7) .selected {
      border-bottom-color: var(--projects);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(8) a:hover,
    .navigation>ul li:nth-of-type(8) a:focus,
    .navigation>ul li:nth-of-type(8) .selected {
      border-bottom-color: var(--blog);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(9) a:hover,
    .navigation>ul li:nth-of-type(9) a:focus,
    .navigation>ul li:nth-of-type(9) .selected {
      border-bottom-color: var(--contact);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    /* smart navigation */
    .fixed {
      position: fixed;
      width: 100%;
      background-color: white;
    }
    
    .fixedHeader {
      position: fixed;
      z-index: 1500;
      width: 100%;
      background-color: white;
    
    }
    
    .fixedOffset {
      width: 100%;
      height: 7rem;
      background-color: white;
    }
    
    
    
    /* /main Image stripe */
    
    
    
    
    .verticalCentre {
      margin: 0;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    
      padding-right: 45%;
    }
    
    .genImage {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
    }
    
    
    
    
    /* slider */
    .slider {
      width: 100%;
      position: relative;
    }
    
    .slideHeight {
      padding-bottom: 56.25%;
      padding-bottom: 40%;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%
    }
    
    
    .slideHeight video {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      z-index: 0;
    }
    
    /* embed video mp4 */
    .embed-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-bottom: 40%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
    }
    
    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    
    /* embed video videos */
    .videoBlock {
      max-width: 80rem;
      margin-left: auto;
      margin-right: auto;
      padding-top: 4rem;
    }
    
    .videosContainer {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
    }
    
    .videosContainer iframe,
    .embed-container object,
    .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    
    
    /* bxSLider */
    
    .bx-wrapper {
      position: relative;
      padding: 0;
      *zoom: 1;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
    }
    
    .bxslider {
      margin: 0;/ padding: 0;
      -webkit-perspective: 1000;
    }
    
    ul.bxslider {
      list-style: none;
    }
    
    .bx-viewport {
      -webkit-transform: translateZ(0);
    }
    
    .bx-wrapper {
      background: #fff;
      position: relative;
    }
    
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
      position: absolute;
      bottom: 3rem;
      width: 100%;
    }
    
    .bx-wrapper .bx-loading {
      min-height: 61px;
      background: url(/gfx/loader.gif) center center no-repeat #fff;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1000;
    }
    
    
    .bx-wrapper .bx-pager {
      text-align: center;
      font-size: .85em;
      font-family: Arial;
      font-weight: bold;
      color: #666;
      padding-top: 20px;
    }
    
    .bx-wrapper .bx-pager.bx-default-pager a {
      border-bottom: 0.3rem solid rgba(255, 255, 255, 0.5);
      width: 3rem;
      display: block;
    }
    
    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active,
    .bx-wrapper .bx-pager.bx-default-pager a:focus {
      border-bottom: 0.3rem solid rgba(255, 255, 255, 1);
    }
    
    .bx-wrapper .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
      display: inline-block;
      vertical-align: bottom;
      *zoom: 1;
      *display: inline;
    }
    
    .bx-wrapper .bx-pager-item {
      font-size: 0;
      line-height: 0;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
    
    .bx-wrapper .bx-prev {
      left: calc(50% - 13.5rem);
      border-bottom: 0.3rem solid rgba(255, 255, 255, 0.5);
    
    }
    
    .slider .live {
      left: calc(50% - 4rem);
      border-bottom: 0.3rem solid rgba(255, 255, 255, 1);
    
    }
    
    
    .bx-wrapper .bx-prev:hover,
    .bx-wrapper .bx-prev:focus {
      border-bottom: 0.3rem solid rgba(255, 255, 255, 1);
    
    }
    
    .bx-wrapper .bx-next {
      right: calc(50% - 13.5rem);
      border-bottom: 0.3rem solid rgba(255, 255, 255, 0.5);
    
    }
    
    .bx-wrapper .bx-next:hover,
    .bx-wrapper .bx-next:focus {
      border-bottom: 0.3rem solid rgba(255, 255, 255, 1);
    
    }
    
    .bx-wrapper .bx-controls-direction a {
      position: absolute;
      bottom: 1rem;
      outline: 0;
      width: 8rem;
      height: 2.3rem;
      text-indent: -9999px;
      z-index: 999;
      background-position: center center;
      background-repeat: no-repeat;
      padding-top: 1rem;
      padding-bottom: 1rem;
    
    }
    
    .slider .live {
      position: absolute;
      bottom: 4rem;
      outline: 0;
      width: 8rem;
      height: 2.3rem;
      text-indent: -9999px;
      z-index: 999;
      background-position: center center;
      background-repeat: no-repeat;
      padding-top: 1rem;
      padding-bottom: 1rem;
    
    }
    
    .bx-wrapper .bx-controls-direction a.disabled {
      display: none;
    }
    
    
    .bx-controls {
    
      text-align: center;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 3rem;
    }
    
    
    
    
    /* home page */
    /* stripe #1 */
    .homeText {
      width: 100%;
      padding-right: 0;
    }
    
    .homeTextBackgroundImage {
      background-size: 40%;
      background-repeat: no-repeat;
      background-position: right center;
      overflow: visible;
      background-color: rgba(255, 255, 255, 0.9);
      background-blend-mode: screen;
    }
    
    .homeText>.r1c1 {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .homeText>.r2c1 {
      width: 100%;
    }
    
    .homeText>.r2c2 {
      width: 100%;
    }
    
    /* /stripe #1 */
    
    /* link blocks */
    .linkBlocksBackground {
      background-color: #F2F0EE;
    }
    
    .stripeLinkBlocks {
      max-width: 60rem;
      padding-left: 0;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
    }
    
    .linkItem {
      width: 30rem;
      float: left;
      padding: 1rem;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
    }
    
    a.linkItemInner {
      width: 100%;
    
    }
    
    .linkImageOverlay {
      padding: 3rem;
      box-sizing: border-box;
      width: 100%;
    }
    
    a.linkItemInner .linkImageOverlay {
      position: absolute;
      bottom: -18.7rem;
      height: 18.7rem;
      /*   transition: all 0.1s; */
    
    }
    
    a.linkItemInner:hover .linkImageOverlay,
    a.linkItemInner:focus .linkImageOverlay {
      position: absolute;
      bottom: 0;
      opacity: 0.9;
    }
    
    .overlayBlock {
      position: absolute;
      bottom: 7.65rem;
      width: calc(100% - 6rem);
    }
    
    .linkImageArea {
      overflow: hidden;
    }
    
    .linkImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    }
    
    .linkCat {
      padding: 1rem;
      background-color: white;
    }
    
    /* /link blocks */
    
    /* testimonials */
    .testSlideHeight {
      position: relative;
      background-position: right center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      overflow: visible;
    }
    
    .stripeDefaultTest {
      max-width: 128rem;
      padding-left: 4rem;
      padding-right: 4rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .stripeDefaultTest>.r1c1 {
      width: 100%;
      float: left;
      padding-bottom: 4rem;
    }
    
    .stripeDefaultTest>.r1c2 {
      width: calc(100% - 40rem);
      float: right;
      height: calc(58.4rem - 8rem);
      background-size: 76rem;
      background-position: left center;
      background-repeat: no-repeat;
      overflow: visible;
      display: none;
    }
    
    
    /* /testimonials */
    
    /* why choose */
    
    .stripeChoose {
      max-width: 128rem;
      padding-left: 2rem;
      padding-right: 2rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .chooseItem [style] {
      height: auto !important;
    }
    
    .chooseItem {
      width: 50%;
      padding: 2rem;
      text-align: center;
      padding-bottom: 0;
      float: left;
    }
    
    .chooseItemImage {
      width: 40%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2.4rem;
    }
    
    .chooseItemImage img {
      width: 100%;
    }
    
    /* /why choose */
    
    /* meet directors */
    .directorsBackground {
      background-color: #EBE9E6;
    }
    
    .xtraMargin {
      margin-bottom: 2rem;
    }
    
    .r1c1Directors {
      width: 100%;
      float: left;
    }
    
    .r1c2Directors {
      width: 100%;
      padding-left: 0;
    }
    
    .imageDirector {
      width: 100%;
      margin-bottom: 2rem;
    }
    
    .imageDirector img {
      width: 100%;
    }
    
    
    /* /meet dirctors */
    
    /* client logos */
    .logosOuter {
      width: 100%;
      /*   border:0.05rem solid #eeeeee; */
    }
    
    .logoItem {
      width: 20%;
      float: left;
      /*   border:0.05rem solid #eeeeee; */
      padding: 1.5rem;
    }
    
    .logoItem img {
      width: 100%;
    }
    
    /* /client logos */
    /* home page */
    
    
    /* video */
    
    .stripeVideoBlock {
      max-width: 60rem;
      padding-left: 0;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
    }
    
    .video {
      margin-left: auto;
      margin-right: auto;
    }
    
    .videoText>.r1c1 {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .videoText>.r2c1 {
      width: 100%;
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .videoText>.r2c2 {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .videoText>.r2c3 {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .videoItem {
      float: left;
      width: 30rem;
      padding: 1rem;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
    }
    
    a.videoItemInner {
      width: 100%;
    
    }
    
    .videoImageOverlay {
      padding: 4rem;
      box-sizing: border-box;
      width: 100%;
    }
    
    a.videoItemInner .videoImageOverlay {
      position: absolute;
      bottom: -18.7rem;
      height: 18.7rem;
      /*   transition: all 0.5s; */
    
    }
    
    a.videoItemInner:hover .videoImageOverlay,
    a.videoItemInner:focus .videoImageOverlay {
      position: absolute;
      bottom: 0;
      opacity: 0.9;
    }
    
    
    .videoImageArea {
      overflow: hidden;
    }
    
    .videoImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
    
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    
    }
    
    /* websites */
    
    
    .websitesText>.r1c1 {
      width: 100%;
      margin-bottom: 4rem;
    }
    
    .websitesText>.r2c1 {
      width: 100%;
    }
    
    .websitesText>.r2c2 {
      width: 100%;
    }
    
    .websitesText>.r3c1 {
      width: 100%;
      padding-top: 12rem;
    }
    
    .webstiteUrl {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      letter-spacing: 0.1rem;
      margin-bottom: 0.8rem;
      text-transform: uppercase;
    }
    
    /* /websites */
    
    
    /* projects */
    
    .stripeProjectBlocks {
      width: 80rem;
      ;
      /*   padding-left: 5rem;
      padding-right: 5rem; */
      margin-left: auto;
      margin-right: auto;
    }
    
    .projectItem {
      width: 40rem;
      padding: 1rem;
      overflow: hidden;
      float: left;
    }
    
    a.projectItemInner {
      width: 100%;
    
    }
    
    .projectImageOverlay {
      padding: 4rem;
      box-sizing: border-box;
      width: 100%;
      /*   padding-left: 1rem;
      padding-right: 1rem; */
    }
    
    a.projectItemInner .projectImageOverlay {
      position: absolute;
      bottom: -25.3rem;
      height: 25.3rem;
      /*   transition: all 0.5s; */
    
    }
    
    a.projectItemInner:hover .projectImageOverlay,
    a.projectItemInner:focus .projectImageOverlay {
      position: absolute;
      bottom: 0;
    }
    
    .projectOverlayBlock {
      position: absolute;
      bottom: 4rem;
      width: calc(100% - 8rem);
    }
    
    .projectImageArea {
      overflow: hidden;
    }
    
    .projectImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    }
    
    .projectCat {
      padding: 1rem;
      background-color: white;
      width: 100%;
    }
    
    @media screen and (min-width: 480px) and (max-width: 880px) {
      .stripeProjectBlocks {
        width: 40rem;
        ;
        /*   padding-left: 5rem;
        padding-right: 5rem; */
        margin-left: auto;
        margin-right: auto;
      }
    
      .projectItem {
        width: 40rem;
        padding: 1rem;
        overflow: hidden;
        float: none;
      }
    
    }
    
    /* /projects */
    
    
    /* blog */
    
    .stripeBlogBlocks {
      max-width: 128rem;
      padding-left: 5rem;
      padding-right: 5rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .blogItem {
      width: 50%;
      float: left;
      padding: 1rem;
      overflow: hidden;
      padding-bottom: 4rem;
    }
    
    a.blogItemInner {
      width: 100%;
    
    }
    
    .blogImageOverlay {
      padding: 4rem;
      box-sizing: border-box;
      width: 100%;
    }
    
    a.blogItemInner .blogImageOverlay {
      position: absolute;
      bottom: -25rem;
      height: 25rem;
      transition: all 0.5s;
    
    }
    
    a.blogItemInner:hover .blogImageOverlay,
    a.blogItemInner:focus .blogImageOverlay {
      position: absolute;
      bottom: 0;
    }
    
    .blogOverlayBlock {
      position: absolute;
      bottom: 4rem;
      width: calc(100% - 8rem);
    }
    
    .blogImageArea {
      overflow: hidden;
    }
    
    .blogImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    }
    
    .blogCat {
      padding: 0;
      width: 100%;
      padding-right: 2rem;
      padding-top: 2rem;
    }
    
    .buttonPosition {
      position: absolute;
      bottom: 1rem;
      left: 1rem;
    }
    
    /* /projects */
    
    /* contact */
    .google-maps {
      position: relative;
      padding-bottom: 65%; // This is the aspect ratio
      height: 0;
      overflow: hidden;
      width: 100%;
      border: 0.6rem solid white;
    }
    
    .google-maps iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
    }
    
    .r1c1Contact {
      width: 100%;
      /* padding-right: 4.6rem;
      float:left; */
    }
    
    .r1c2Contact {
      width: 100%;
      /* float:right; */
    }
    
    /* contact */
    
    /* footer */
    #footer {
      padding-top: 4.4rem;
      padding-bottom: 8.4rem;
    }
    
    #footer .col:nth-of-type(1) {
      width: 50%;
      padding-right: 2rem;
      float: left;
      min-height: 22rem;
    }
    
    #footer .col:nth-of-type(2) {
      width: 50%;
      padding-left: 2rem;
      float: left;
      min-height: 22rem;
    
    }
    
    #footer .col:nth-of-type(3) {
      width: 100%;
      padding-right: 0;
      margin-top: 2rem;
      padding-bottom: 3rem;
    }
    
    #footer .col:nth-of-type(3):after {
      content: "";
      display: table;
      clear: both;
      width: 100%;
    }
    
    #footer .col:last-of-type {
      width: 100%;
      padding-right: 0;
    }
    
    #footer h2 {
      font-size: 1.9rem;
      font-weight: 500;
      line-height: 140%;
      margin-bottom: 1rem;
      color: rgba(255, 255, 255, 0.75);
    }
    
    #footer p {
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 140%;
      margin-bottom: 1.6rem;
      color: rgba(255, 255, 255, 0.75);
    }
    
    #footer p.signOff {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 140%;
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.75);
    }
    
    #footer .footerNav li {
      font-size: 1.5rem;
      line-height: 130%;
      font-weight: 500;
      margin-bottom: 0.6rem;
    }
    
    #footer a {
      color: rgba(255, 255, 255, 0.75);
    
    }
    
    #footer a:hover,
    #footer a:focus,
    #footer a.selected {
      color: white;
    }
    
    #footer .footerColumns {
      padding-bottom: 5rem;
    }
    
    #footer .footerLogo {
      width: 22rem;
      text-align: left;
      margin-bottom: 1rem;
    }
    
    #footer .footerLogo img {
      width: 100%;
    }
    
    
    #footer .footerSocial {
      float: left;
      text-align: left;
    }
    
    
    /* social */
    #footer .footerSocial ul {
      text-align: left;
    }
    
    
    
    #footer .footerSocial ul li {
      display: inline-block;
      padding-right: 1rem;
    }
    
    
    /* legal */
    .legalArea {
      max-width: 96rem;
      padding: 4rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .legalTxt {
      padding: 3rem;
      background-color: white;
      font-family: "DIN Light";
      font-style: normal;
      color: black;
    }
    
    .legalTxt h1 {
      font-family: "DIN Light";
      font-size: 2.8rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt h2 {
      font-family: "DIN Medium";
      font-size: 2.2rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt h3 {
      font-family: "DIN Light";
      font-size: 1.8rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt h4 {
      font-family: "DIN Medium";
      font-size: 1.6rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt p {
      font-size: 1.6rem;
      line-height: 130%;
      text-align: left;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt p a {
      color: black;
    }
    
    .legalTxt p a:hover,
    .legalTxt p a:focus {
      color: black;
      text-decoration: underline;
    }
    
    .legalTxt ul {
      margin-bottom: 2rem;
    }
    
    .legalTxt ul li {
      font-size: 1.6rem;
      line-height: 130%;
      margin-bottom: 1rem;
      color: black;
    }
    
    .legalTxt ul li {
      padding-left: 3rem;
      position: relative;
    }
    
    .legalTxt ul li:before {
      content: "\2022";
      font-family: "DIN Medium";
      width: 2rem;
      display: block;
      position: absolute;
      top: 0rem;
      left: 0;
      padding-left: 0;
      font-size: 2rem;
      color: black;
    }
    
    
    .legalTxt ol {
      margin-bottom: 2rem;
      counter-reset: my-awesome-counter;
    }
    
    .legalTxt ol li {
      font-weight: 300;
      font-size: 1.6rem;
      line-height: 130%;
      margin-bottom: 1rem;
      /* color: #ABACAE;  */
      counter-increment: my-awesome-counter;
    }
    
    .legalTxt ol li {
      padding-left: 3rem;
      position: relative;
    }
    
    .legalTxt ol li:before {
      content: counter(my-awesome-counter);
      width: 2rem;
      display: block;
      position: absolute;
      top: 0.265rem;
      left: 0;
      padding-left: 0;
      font-size: 1.6rem;
      line-height: 120%;
    }
    
    .legalTxt strong {
      font-family: "DIN Medium";
    }
    
    /* .form */
    
    
    /* image blocks */
    .imgBlocks {
      max-width: 1160px;
      margin: 0;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      list-style: none;
    
      display: grid;
      grid-gap: 10px;
      /* 			grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
    }
    
    
    
    .imgBlocks li {
      background-size: cover;
      padding-bottom: 66.666666%;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative;
    }
    
    .imgBlocks li:hover {}
    
    /* single */
    .imgBlocks .i1 {
      grid-column: 1 / 9;
      grid-row: 1 / 9;
    }
    
    /* double */
    .imgBlocks .i2 {
      grid-column: 1 / 5;
      grid-row: 9 / 13;
    }
    
    .imgBlocks .i3 {
      grid-column: 5 / 9;
      grid-row: 9 / 13;
    }
    
    /* single */
    .imgBlocks .i4 {
      grid-column: 1 / 9;
      grid-row: 13 / 22;
    }
    
    /* double */
    .imgBlocks .i5 {
      grid-column: 1 / 5;
      grid-row: 22 / 26;
    }
    
    .imgBlocks .i6 {
      grid-column: 5 / 9;
      grid-row: 22 / 26;
    }
    
    /* single */
    .imgBlocks .i7 {
      grid-column: 1 / 9;
      grid-row: 26 / 35;
    }
    
    /* double */
    .imgBlocks .i8 {
      grid-column: 1 / 5;
      grid-row: 35 / 39;
    }
    
    .imgBlocks .i9 {
      grid-column: 5 / 9;
      grid-row: 35 / 39;
    }
    
    /* single */
    .imgBlocks .i10 {
      grid-column: 1 / 9;
      grid-row: 39 / 48;
    }
    
    /* double */
    .imgBlocks .i11 {
      grid-column: 1 / 5;
      grid-row: 48 / 52;
    }
    
    .imgBlocks .i12 {
      grid-column: 5 / 9;
      grid-row: 48 / 52;
    }
    
    /* single */
    .imgBlocks .i13 {
      grid-column: 1 / 9;
      grid-row: 52 / 61;
    }
    
    /* double */
    .imgBlocks .i14 {
      grid-column: 1 / 5;
      grid-row: 61 / 65;
    }
    
    .imgBlocks .i15 {
      grid-column: 5 / 9;
      grid-row: 61 / 65;
    }
    
    /* single */
    .imgBlocks .i16 {
      grid-column: 1 / 9;
      grid-row: 65 / 74;
    }
    
    /* double */
    .imgBlocks .i17 {
      grid-column: 1 / 5;
      grid-row: 74 / 78;
    }
    
    .imgBlocks .i18 {
      grid-column: 5 / 9;
      grid-row: 74 / 78;
    }
    
    /* single */
    .imgBlocks .i19 {
      grid-column: 1 / 9;
      grid-row: 78 / 87;
    }
    
    /* double */
    .imgBlocks .i20 {
      grid-column: 1 / 5;
      grid-row: 87 / 91;
    }
    
    .imgBlocks .i21 {
      grid-column: 5 / 9;
      grid-row: 87 / 91;
    }
    
    /* single */
    .imgBlocks .i22 {
      grid-column: 1 / 9;
      grid-row: 91 / 100;
    }
    
    /* double */
    .imgBlocks .i23 {
      grid-column: 1 / 5;
      grid-row: 100 / 104;
    }
    
    .imgBlocks .i24 {
      grid-column: 5 / 9;
      grid-row: 100 / 104;
    }
    
    /* single */
    .imgBlocks .i25 {
      grid-column: 1 / 9;
      grid-row: 104 / 113;
    }
    
    /* double */
    .imgBlocks .i26 {
      grid-column: 1 / 5;
      grid-row: 113 / 117;
    }
    
    .imgBlocks .i27 {
      grid-column: 5 / 9;
      grid-row: 113 / 117;
    }
    
    /* single */
    .imgBlocks .i28 {
      grid-column: 1 / 9;
      grid-row: 117 / 126;
    }
    
    /* double */
    .imgBlocks .i29 {
      grid-column: 1 / 5;
      grid-row: 126 / 130;
    }
    
    .imgBlocks .i30 {
      grid-column: 5 / 9;
      grid-row: 126 / 130;
    }
    
    /* single */
    .imgBlocks .i31 {
      grid-column: 1 / 9;
      grid-row: 130 / 139;
    }
    
    /* double */
    .imgBlocks .i32 {
      grid-column: 1 / 5;
      grid-row: 139 / 143;
    }
    
    .imgBlocks .i33 {
      grid-column: 5 / 9;
      grid-row: 139 / 143;
    }
    
    
    /* single */
    .imgBlocks .i34 {
      grid-column: 1 / 9;
      grid-row: 143 / 152;
    }
    
    /* double */
    .imgBlocks .i35 {
      grid-column: 1 / 5;
      grid-row: 152 / 156;
    }
    
    .imgBlocks .i36 {
      grid-column: 5 / 9;
      grid-row: 152 / 156;
    }
    
    
    /* single */
    .imgBlocks .i37 {
      grid-column: 1 / 9;
      grid-row: 156 / 165;
    }
    
    /* double */
    .imgBlocks .i38 {
      grid-column: 1 / 5;
      grid-row: 165 / 169;
    }
    
    .imgBlocks .i39 {
      grid-column: 5 / 9;
      grid-row: 165 / 169;
    }
    
    /* single */
    .imgBlocks .i40 {
      grid-column: 1 / 9;
      grid-row: 169 / 178;
    }
    
    /* double */
    .imgBlocks .i41 {
      grid-column: 1 / 5;
      grid-row: 178 / 182;
    }
    
    .imgBlocks .i42 {
      grid-column: 5 / 9;
      grid-row: 178 / 182;
    }
    
    /* single */
    .imgBlocks .i43 {
      grid-column: 1 / 9;
      grid-row: 182 / 191;
    }
    
    /* double */
    .imgBlocks .i44 {
      grid-column: 1 / 5;
      grid-row: 191 / 195;
    }
    
    .imgBlocks .i45 {
      grid-column: 5 / 9;
      grid-row: 191 / 195;
    }
    
    /* single */
    .imgBlocks .i46 {
      grid-column: 1 / 9;
      grid-row: 195 / 204;
    }
    
    /* double */
    .imgBlocks .i47 {
      grid-column: 1 / 5;
      grid-row: 204 / 208;
    }
    
    .imgBlocks .i48 {
      grid-column: 5 / 9;
      grid-row: 204 / 208;
    }
    
    /* single */
    .imgBlocks .i49 {
      grid-column: 1 / 9;
      grid-row: 208 / 217;
    }
    
    /* double */
    .imgBlocks .i50 {
      grid-column: 1 / 5;
      grid-row: 217 / 221;
    }
    
    .imgBlocks .i51 {
      grid-column: 5 / 9;
      grid-row: 217 / 221;
    }
    
    
    /* single */
    .imgBlocks .i52 {
      grid-column: 1 / 9;
      grid-row: 221 / 230;
    }
    
    /* double */
    .imgBlocks .i53 {
      grid-column: 1 / 5;
      grid-row: 230 / 234;
    }
    
    .imgBlocks .i54 {
      grid-column: 5 / 9;
      grid-row: 230 / 234;
    }
    
    
    /* single */
    .imgBlocks .i55 {
      grid-column: 1 / 9;
      grid-row: 234 / 243;
    }
    
    /* double */
    .imgBlocks .i56 {
      grid-column: 1 / 5;
      grid-row: 243 / 247;
    }
    
    .imgBlocks .i57 {
      grid-column: 5 / 9;
      grid-row: 243 / 247;
    }
    
    
    /* single */
    .imgBlocks .i58 {
      grid-column: 1 / 9;
      grid-row: 247 / 256;
    }
    
    /* double */
    .imgBlocks .i59 {
      grid-column: 1 / 5;
      grid-row: 256 / 260;
    }
    
    .imgBlocks .i60 {
      grid-column: 5 / 9;
      grid-row: 256 / 260;
    }
    
    
    /* single */
    .imgBlocks .i61 {
      grid-column: 1 / 9;
      grid-row: 260 / 269;
    }
    
    /* double */
    .imgBlocks .i62 {
      grid-column: 1 / 5;
      grid-row: 269 / 273;
    }
    
    .imgBlocks .i63 {
      grid-column: 5 / 9;
      grid-row: 269 / 273;
    }
    
    /* single */
    .imgBlocks .i64 {
      grid-column: 1 / 9;
      grid-row: 273 / 282;
    }
    
    /* double */
    .imgBlocks .i65 {
      grid-column: 1 / 5;
      grid-row: 282 / 286;
    }
    
    .imgBlocks .i66 {
      grid-column: 5 / 9;
      grid-row: 282 / 286;
    }
    
    /* single */
    .imgBlocks .i67 {
      grid-column: 1 / 9;
      grid-row: 286 / 295;
    }
    
    /* double */
    .imgBlocks .i68 {
      grid-column: 1 / 5;
      grid-row: 295 / 299;
    }
    
    .imgBlocks .i69 {
      grid-column: 5 / 9;
      grid-row: 295 / 299;
    }
    
    /* single */
    .imgBlocks .i70 {
      grid-column: 1 / 9;
      grid-row: 299 / 308;
    }
    
    /* double */
    .imgBlocks .i71 {
      grid-column: 1 / 5;
      grid-row: 308 / 312;
    }
    
    .imgBlocks .i72 {
      grid-column: 5 / 9;
      grid-row: 308 / 312;
    }
    
    /* single */
    .imgBlocks .i73 {
      grid-column: 1 / 9;
      grid-row: 312 / 321;
    }
    
    /* double */
    .imgBlocks .i74 {
      grid-column: 1 / 5;
      grid-row: 321 / 325;
    }
    
    .imgBlocks .i75 {
      grid-column: 5 / 9;
      grid-row: 321 / 325;
    }
    
    
    /* single */
    .imgBlocks .i76 {
      grid-column: 1 / 9;
      grid-row: 325 / 334;
    }
    
    /* double */
    .imgBlocks .i76 {
      grid-column: 1 / 5;
      grid-row: 334 / 338;
    }
    
    .imgBlocks .i78 {
      grid-column: 5 / 9;
      grid-row: 334 / 338;
    }
    
    
    /* single */
    .imgBlocks .i79 {
      grid-column: 1 / 9;
      grid-row: 338 / 347;
    }
    
    /* double */
    .imgBlocks .i80 {
      grid-column: 1 / 5;
      grid-row: 347 / 351;
    }
    
    .imgBlocks .i81 {
      grid-column: 5 / 9;
      grid-row: 347 / 351;
    }
    
    
    /* single */
    .imgBlocks .i82 {
      grid-column: 1 / 9;
      grid-row: 351 / 360;
    }
    
    /* double */
    .imgBlocks .i83 {
      grid-column: 1 / 5;
      grid-row: 360 / 364;
    }
    
    .imgBlocks .i84 {
      grid-column: 5 / 9;
      grid-row: 360 / 364;
    }
    
    
    
    /* single */
    .imgBlocks .i85 {
      grid-column: 1 / 9;
      grid-row: 364 / 373;
    }
    
    /* double */
    .imgBlocks .i86 {
      grid-column: 1 / 5;
      grid-row: 373 / 377;
    }
    
    .imgBlocks .i87 {
      grid-column: 5 / 9;
      grid-row: 373 / 377;
    }
    
    /* single */
    .imgBlocks .i88 {
      grid-column: 1 / 9;
      grid-row: 377 / 386;
    }
    
    /* double */
    .imgBlocks .i89 {
      grid-column: 1 / 5;
      grid-row: 386 / 390;
    }
    
    .imgBlocks .i90 {
      grid-column: 5 / 9;
      grid-row: 386 / 390;
    }
    
    
    /* single */
    .imgBlocks .i91 {
      grid-column: 1 / 9;
      grid-row: 390 / 399;
    }
    
    /* double */
    .imgBlocks .i92 {
      grid-column: 1 / 5;
      grid-row: 399 / 403;
    }
    
    .imgBlocks .i93 {
      grid-column: 5 / 9;
      grid-row: 399 / 403;
    }
    
    /* single */
    .imgBlocks .i94 {
      grid-column: 1 / 9;
      grid-row: 403 / 412;
    }
    
    /* double */
    .imgBlocks .i95 {
      grid-column: 1 / 5;
      grid-row: 412 / 416;
    }
    
    .imgBlocks .i96 {
      grid-column: 5 / 9;
      grid-row: 412 / 416;
    }
    
    
    /* single */
    .imgBlocks .i97 {
      grid-column: 1 / 9;
      grid-row: 416 / 425;
    }
    
    /* double */
    .imgBlocks .i98 {
      grid-column: 1 / 5;
      grid-row: 425 / 429;
    }
    
    .imgBlocks .i99 {
      grid-column: 5 / 9;
      grid-row: 425 / 429;
    }
    
    /* single */
    .imgBlocks .i100 {
      grid-column: 1 / 9;
      grid-row: 429 / 438;
    }
    
    /* image magnifier */
    .imageItemLink {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
    
    }
    
    
    .imageItemLink:hover,
    .imageItemLink:focus {
      position: absolute;
      background-image: url(/gfx/mag.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 2rem;
    }
    
    /* image magnifier */
    
    
    
    /* value items on home */
    .stripContainer {
      width: 100%;
      background-color: #F2F2F2;
      border-top: 0.4rem solid white;
    
    }
    
    .stripValues {
      max-width: 128rem;
      padding-left: 5rem;
      padding-right: 5rem;
      padding-top: 1.6rem;
      padding-bottom: 1.6rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .valueContainer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      box-sizing: border-box;
    
    }
    
    .valueLogo {
      height: 6.8rem;
      /* Adjust the height as needed */
      width: auto;
      /* Maintain aspect ratio */
    }
    
    /* new link icons in header */
    
    .iconGrid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 0;
      grid-row-gap: 0;
      margin-bottom: 0;
    }
    
    
    .newHeaderIcon {
      position: absolute;
      width: 7rem;
      height: 7rem;
      top: 0;
      right: 0;
      display: block;
      background-color: var(--pageColor);
    }
    
    .newIconLink {
      width: 3.5rem;
      height: 3.5rem;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      display: block;
    }
    
    .newIconLink:hover,
    .newIconLink:focus {
      background-color: var(--rolloverCommon);
    }
    
    /* Borders for each item based on position */
    /* Top-left item (1st item) */
    .iconGrid .newIconLink:nth-child(1) {
      border-bottom: 0.4px solid white;
      border-right: 0.4px solid white;
    }
    
    /* Top-right item (2nd item) */
    .iconGrid .newIconLink:nth-child(2) {
      border-bottom: 0.4px solid white;
      border-left: 0.4px solid white;
    }
    
    /* Bottom-left item (3rd item) */
    .iconGrid .newIconLink:nth-child(3) {
      border-top: 0.4px solid white;
      border-right: 0.4px solid white;
    }
    
    /* Bottom-right item (4th item) */
    .iconGrid .newIconLink:nth-child(4) {
      border-top: 0.4px solid white;
      border-left: 0.4px solid white;
    }
    
    
    /* new conflict horizon */
    
    #menu-container {
      z-index: 1000;
      /* position: relative; */
    }
    
    #portfolio {
      z-index: 500;
      /* position: relative; */
    }
    
    /* new 14032025 */
    .homeTxtVidGrid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 4rem;
    }
    
    .homeTxtVidContainer {
      padding-bottom: 56.25%;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%
    }
    
    
    .homeTxtVidContainer video {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      z-index: 0;
    }
    
    .fullTxt {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    
    
    /* modifications 16/12/2025 */
    .articlesGrid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      margin-bottom: 4rem;
    }
    
    .blogItemHub {
    width: 100%%;
    overflow: hidden;
    padding-bottom: 3.5rem;
    }
    .categoryMenu ul {
      padding-top: 4rem;
      margin-bottom: 3rem;
      list-style-type: none; /* remove bullets */
    }
    
    .categoryMenu li {
      font-size: 1.3rem;
      line-height: 1.3rem;
      text-transform: uppercase;
      display: inline-flex;
      align-items: center;
      font-weight: 500;
      margin-bottom: 0.5rem;
    }
    
    /* First item: Filter */
    .categoryMenu li:first-child {
      font-weight: 700;
      padding-right: 0.4rem;
    }
    
    /* Slash only between category links starting from the 3rd li */
    .categoryMenu li:nth-child(n+3)::before {
      content: "/";
      color: black;
      padding-left: 0.4rem;
      padding-right: 0.4rem;
      display: inline-block;
    }
    
    .categoryMenu ul li a {
      display: inline;
      letter-spacing: 0.05rem;
      color: black;
      text-decoration: none;
    }
    
    .categoryMenu ul li a:active,
    .categoryMenu ul li a:focus,
    .categoryMenu ul li a:hover,
    .categoryMenu ul li a.active {
      color: #83064C;
    }
    .buttonPosition2 {
    position: absolute;
    bottom:0;
    left: 0;
    }
    
    @media (min-width: 680px) and (max-width: 818px) {
      .categoryMenu li:first-child {
        display: block; /* Keep first on same line */
      }
    
    
      /* Optional: make all subsequent lis inline on the new line */
      .categoryMenu li:first-child + li  {
        display: inline-flex; 
      } 
    }
    
    .kh100 {
      width: 100%;
    }
}


/* ==================================================
   tablet.css
   ================================================== */

@media (min-width: 980px) and (max-width: 1104px) {
    /* reset browser size */
    html,
    body {
      font-size: 10px;
    }
    
    .desktop {
      display: none;
    }
    
    .tablet {
      display: none;
    }
    
    .smart {
      display: block;
    }
    
    .pb10 {
      padding-bottom: 1rem;
      width: 100%;
    }
    
    
    #menu-wrapper {
      overflow: hidden;
      max-width: 8rem;
      cursor: pointer;
      padding-top: 0.4rem;
    }
    
    #menu-wrapper #hamburger-menu {
      position: relative;
      width: 2.5rem;
      height: 2rem;
      margin: 2rem;
      margin-bottom: 2.6rem;
    }
    
    #menu-wrapper #hamburger-menu span {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      left: 0;
      display: block;
      width: 100%;
      height: 2px;
      border-radius: 1rem;
      color: black;
      /*   background-color: black; */
      position: absolute;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .4s ease-in-out;
      transition: .4s ease-in-out;
    }
    
    #menu-wrapper #hamburger-menu span:nth-child(1) {
      top: 0;
    }
    
    #menu-wrapper #hamburger-menu span:nth-child(2) {
      top: 9px;
    }
    
    #menu-wrapper #hamburger-menu span:nth-child(3) {
      top: 18px;
    }
    
    #menu-wrapper #hamburger-menu.open span:nth-child(1) {
      color: black;
      top: 9px;
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
    }
    
    #menu-wrapper #hamburger-menu.open span:nth-child(2) {
      color: black;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      left: -60px;
    }
    
    #menu-wrapper #hamburger-menu.open span:nth-child(3) {
      color: black;
      top: 9px;
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
    
    /* accordion */
    #menu-container a {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.85);
    }
    
    #menu-container a:hover,
    #menu-container a:focus
     {
      text-decoration: none;
      color: rgba(255, 255, 255, 1);
    }
    
    
    #menu-container .menu-list .menu-submenu {
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    
    #nav1 {
      padding-top: 2rem;
    }
    
    #menu-container .menu-list {
      padding-left: 0;
      display: block;
      position: absolute;
      width: 100%;
      max-width: 667px;
      background: white;
      z-index: 9999;
      overflow-y: auto;
      overflow-x: hidden;
      left: -100%;
      padding-bottom: 100%;
    }
    
    #menu-container .menu-list {
      // transition: left 0.4s ease-in-out;
    }
    
    
    #menu-container .menu-list li:first-of-type {
      padding-top: 2rem;
    }
    
    
    #menu-container .menu-list li {
      font-size: 2rem;
      line-height: 4rem;
      padding-left: 2rem;
      display: block;
      color: white;
      text-decoration: none;
      font-weight: 500;
      text-align: left;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .flexCentreCentre {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .flexLeftCentre {
      display: flex;
      justify-content: left;
      align-items: center;
    }
    
    .flexRightCentre {
      display: flex;
      justify-content: right;
      align-items: center;
    }
    
    .container {
      width: 100%;
    }
    
    .headerShadow {
      -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    }
    
    .stripePad {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    
    .stripePadBottom {
      padding-bottom: 4rem;
    }
    
    .stripePadBottomLess {
      padding-top: 4rem;
      padding-bottom: 2rem;
    }
    
    
    .stripeDefault {
      max-width: 128rem;
      padding-left: 6rem;
      padding-right: 6rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .header {
      width: 100%;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
    }
    
    #menu-container {
      float: left;
    }
    
    .headerLeft {
      width: calc(100% - 19rem);
      float: left;
      padding-right: 0;
      padding-top: 2rem;
    
    }
    
    .headerLeft .logo {
      width: 20rem;
      height: 3rem;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: var(--ccBlack);
      display: block;
      margin-left: auto;
      margin-right: auto;
    }
    
    .headerRight {
      position: absolute;
      width: 8rem;
      height: 7rem;
      background-color: var(--pageColor);
      top: 0;
      right: 0;
      display: block;
    }
    
    .headerRight:hover,
    .headerRight:hover {
      background-color: var(--rolloverCommon);
    
    }
    
    /* newHeader */
    
    .iconLink {
      font-family: 'font 100 icons';
      font-size: 3.6rem;
      line-height: 3.6rem;
      color: white;
      display: block;
      width: 6rem;
      height: 7rem;
      text-align: center;
      padding-top: 1.7rem;
    }
    
    .headerIcon .iconLink:first-of-type {
      border-right: 0.5px solid white;
      float: left;
    
    }
    
    .headerIcon .iconLink:last-of-type {
      border-left: 0.5px solid white;
      float: right;
    }
    
    .iconLink:hover,
    .iconLink:focus {
      background-color: var(--rolloverCommon);
    }
    
    .headerIcon {
      position: absolute;
      width: 12rem;
      height: 7rem;
      top: 0;
      right: 0;
      display: block;
      background-color: var(--pageColor);
    
    }
    
    .envelope {
      width: 100%;
      padding-left: 2.8rem;
      padding-right: 2.8rem;
      padding-top: 1.6rem;
      padding-bottom: 0.8rem;
    }
    
    .envelope img {
      width: 100%;
    }
    
    .mailText {
      text-align: center;
      font-weight: 600;
      font-size: 1.1rem;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    
    /* social */
    .socialIcons {
      font-family: 'font 100 icons';
      font-size: 3.6rem;
      line-height: 3.6rem;
      color: white;
      display: block;
    }
    
    .directorLinkedin {
      font-family: 'font 100 icons';
      font-size: 3.6rem;
      line-height: 3.6rem;
      color: white;
      display: block;
      position: absolute;
      bottom: 2rem;
      right: 2rem;
    }
    
    .directorLinkedin:hover,
    .directorLinkedin:focus {
      color: #A49A8F;
    }
    
    
    .instagram:hover,
    .instagram:focus {
      color: var(--ccBlack) !important;
    }
    
    .linkedin:hover,
    .linkedin:focus {
      color: var(--ccBlack) !important;
    }
    
    .whatsapp:hover,
    .whatsapp:focus {
      color: var(--ccBlack) !important;
    }
    
    .twitter:hover,
    .twitter:focus {
      color: var(--ccBlack) !important;
    }
    
    .youtube:hover,
    .youtube:focus {
      color: var(--ccBlack) !important;
    }
    
    .facebook:hover,
    .facebook:focus  {
      color: var(--ccBlack) !important;
    }
    
    .white {
      color: black !important;
    }
    
    .black {
      color: black !important;
    }
    
    .twhite {
      color: white !important;
    }
    
    .tblack {
      color: black !important;
    }
    
    .background10 {
      background-color: rgba(0, 0, 0, 0.1) white;
    }
    
    .background20 {
      background-color: rgba(0, 0, 0, 0.2);
    }
    
    .background30 {
      background-color: rgba(0, 0, 0, 0.3);
    }
    
    .background40 {
      background-color: rgba(0, 0, 0, 0.4);
    }
    
    .background50 {
      background-color: rgba(0, 0, 0, 0.5);
    }
    
    .background60 {
      background-color: rgba(0, 0, 0, 0.6);
    }
    
    .background70 {
      background-color: rgba(0, 0, 0, 0.7);
    }
    
    .background80 {
      background-color: rgba(0, 0, 0, 0.8);
    }
    
    .background90 {
      background-color: rgba(0, 0, 0, 0.9);
    }
    
    .background100 {
      background-color: rgba(0, 0, 0, 1);
    }
    
    .background10,
    .background20,
    .background30,
    .background40,
    .background50,
    .background60,
    .background70,
    .background80,
    .background90,
    .background100 {
      background-color: white !important;
    }
    
    
    .captionOverSlider {
      width: 100%;
      height: 100%;
    }
    
    .standardCaptionOverSlider {
      width: 100%;
      height: 100%;
    }
    
    .standardCaptionArea {
      max-width: 128rem;
      padding-left: 4rem;
      padding-right: 4rem;
      margin-left: auto;
      margin-right: auto;
      height: 100%;
      color: black !important;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
    
    .standardCaptionTable {
      display: table;
      width: 100%;
      height: 75%;
    }
    
    .standardCaptionTd {
      max-width: 58rem;
      display: table-cell;
      vertical-align: bottom;
      padding-right: calc(100% - 58rem);
    }
    
    
    
    .stripeDefault {
      max-width: 128rem;
      padding-left: 4rem;
      padding-right: 4rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .captionAreaPad {
      padding-top: 2rem;
      padding-bottom: 2rem;
      width: 100%;
    }
    
    /* typography */
    .center {
      text-align: center;
    }
    
    .h1Style1 {
      font-size: 3.2rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.4rem;
    }
    
    .h1StyleWeb {
      font-size: 3.2rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1.4rem;
    }
    
    .h2Sub {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .h2SubWeb {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1rem;
    }
    
    .h2SubSimilar {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1rem;
    }
    
    
    .buttonOuter {
      font-size: 1.4rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .buttonOuterHomeSlider {
      text-align: center;
      padding-top: 3.6rem;
    }
    
    .buttonOuterCommonSlider {
      padding-top: 3.6rem;
    }
    
    /* NEW CAPTION    */
    .captionAreaInner {
      max-width: 70%;
      padding-left: 6rem;
      padding-right: 6rem;
      margin-left: auto;
      margin-right: auto;
    
    }
    
    .captionArea {
      text-align: center !important;
    }
    
    .captionArea .h1Caption,
    .captionArea .h3Caption {
      font-size: 1.872rem;
      text-transform: uppercase;
      line-height: 110%;
      font-weight: 400;
      letter-spacing: -0.05rem;
    }
    
    .captionArea .h2Caption {
      font-size: 2.52rem;
      text-transform: uppercase;
      line-height: 110%;
      font-weight: 600;
      letter-spacing: -0.05rem;
      margin-bottom: 2rem;
    }
    
    .captionArea .h2CaptionSpan {
      font-weight: 400;
    }
    
    
    
    /* END NEW CAPTION */
    
    hr {
      border: none;
      height: 1.8rem;
      width: 100%;
    }
    
    .h2Style1 {
      font-size: 2.4rem;
      line-height: 140%;
      font-weight: 500;
      margin-bottom: 1.2rem;
    }
    
    .h2Style1a {
      font-size: 2.4rem;
      line-height: 140%;
      font-weight: 600;
      margin-bottom: 1.2rem;
    }
    
    .h2Style2 {
      font-size: 2.6rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1.2rem;
    }
    
    .h2Style2a {
      font-size: 2.6rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      margin-bottom: 2.4rem;
    }
    
    
    .h2Style3 {
      font-size: 1.8rem;
      line-height: 120%;
      font-weight: 500;
      margin-bottom: 2.4rem;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    #lightcase-info #lightcase-title {
      font-size: 1.8rem;
      line-height: 120%;
      font-weight: 500;
      margin-bottom: 0rem;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .h2Style4 {
      font-size: 2.2rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.9rem;
    }
    
    .h2Style5 {
      font-size: 1.8rem;
      line-height: 120%;
      font-weight: 400;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.9rem;
    }
    
    .h2Style6 {
      font-size: 2rem;
      line-height: 100%;
      font-weight: 500;
      margin-bottom: 0;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      text-align: center;
    }
    
    .h2Style6a {
      font-size: 2.4rem;
      line-height: 120%;
      font-weight: 500;
      margin-bottom: 0.8rem;
      text-align: left;
    }
    
    .h2Style7 {
      font-size: 2rem;
      line-height: 110%;
      font-weight: 500;
      margin-bottom: 2rem;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      text-align: center;
    }
    
    
    
    .h3Style1 {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.8rem
    }
    
    .h3Style2 {
      font-size: 1.4rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .h3Style3 {
      font-size: 1.6rem;
      line-height: 120%;
      font-weight: 400;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      padding-top: 0.4rem;
    }
    
    .h3Style3a {
      font-size: 1.6rem;
      line-height: 120%;
      font-weight: 300;
      color: black;
      margin-bottom: 0.8rem;
    }
    
    
    /* button formats */
    .button {
      padding: 1.2rem;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      border: 1px solid white;
      cursor: pointer;
      display: inline-block;
    }
    
    .button {
      color: white;
    }
    
    .button:hover,
    .button:focus {
      background-color: black;
      color: white;
    }
    
    
    .buttonWhite {
      padding: 1.2rem;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      border: 1px solid white;
      cursor: pointer;
      display: inline-block;
    }
    
    .buttonWhite {
      color: white;
    }
    
    .buttonWhite:hover,
    .buttonWhite:focus  {
      background-color: none;
      color: white;
    }
    
    
    .telOuter {
      font-size: 3rem;
      line-height: 120%;
      font-weight: 500;
      text-transform: uppercase;
    
    }
    
    .telPurple {
      color: #480F4A;
    }
    
    .telPurple:hover,
    .telPurple:focus  {
      color: black;
    }
    
    /* internal page navigation */
    .internalNavGrid {
      display: grid;
      grid-template-columns: 3fr 1fr 1fr;
      grid-column-gap: 0.2rem;
      grid-row-gap: 0;
      margin-bottom: 1rem;
    }
    
    .pageNav {
      font-size: 1.4rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      display: block !important;
      text-align: center;
    }
    
    /* paragraph formats */
    .initial {
      font-size: 2.4rem;
      line-height: 120%;
      font-weight: 300;
      margin-bottom: 2.4rem;
    }
    
    .initial a {
      color: black;
    }
    
    .initial strong,
    .pRegular strong,
    .pLightCenter strong {
      font-weight: 500;
    }
    
    .pRegular {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 400;
      margin-bottom: 2.4rem;
    }
    
    .pLight {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 300;
      margin-bottom: 2.4rem;
    }
    
    .plight em {
      font-style: italic;
    }
    
    .pLightCenter {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 300;
      margin-bottom: 2.4rem;
      text-align: center;
    }
    
    .pLinks {
      font-size: 1.5rem;
      line-height: 120%;
      font-weight: 600;
      margin-bottom: 1.8rem;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      color: white;
    }
    
    em {
      font-style: italic;
    }
    
    .pCall {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.4rem;
    }
    
    .telOuter {
      font-size: 3rem;
      line-height: 140%;
      font-weight: 500;
      margin-bottom: 1.8rem;
    }
    
    /* lists */
    .ulTick {
      margin-bottom: 2rem;
    }
    
    .ulTick li {
      padding-left: 3rem;
      margin-bottom: 0.8rem;
      position: relative;
    }
    
    .ulTick li {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 500;
    }
    
    .ulTick li:before {
      content: "\052";
      font-family: 'Wingdings2';
      font-size: 2.6rem;
      line-height: 100%;
      width: 3rem;
      display: block;
      position: absolute;
      top: -0.2rem;
      left: 0;
      padding-left: 0;
    }
    
    /* lists */
    .ulCircle {
      margin-bottom: 2rem;
    }
    
    .ulCircle li {
      padding-left: 2rem;
      margin-bottom: 0.4rem;
      position: relative;
    }
    
    .ulCircle li {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 300;
    }
    
    .ulCircle li:before {
      content: "\2022";
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      line-height: 100%;
      width: 2rem;
      display: block;
      position: absolute;
      top: -0.2rem;
      left: 0;
      padding-left: 0;
      font-weight: 600;
    }
    
    .olNumber>ol {
      margin-bottom: 2rem;
      counter-reset: my-awesome-counter;
    }
    
    strong {
      font-weight: 500;
    }
    
    /*  navigation */
    .navigation>ul {
      font-size: 0;
      margin: 0;
      padding: 0;
      text-align: right;
    }
    
    .navigation>ul li {
      display: inline-block;
      position: relative;
      font-weight: 500;
      padding-left: 1rem;
      padding-right: 1rem;
    
    }
    
    .navigation>ul li a {
      display: block;
      font-size: 1.2rem;
      line-height: 1.2rem;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      padding-top: 1.8rem;
      padding-bottom: 1.4rem;
      color: #A7A09A;
    
      /*     transition: 0.3s linear; */
    }
    
    /* .navigation > ul li a:hover {
      color: #231F20;
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      
    } */
    .navigation>ul li:nth-of-type(1) a:hover,
    .navigation>ul li:nth-of-type(1) a:focus,
    .navigation>ul li:nth-of-type(1) .selected {
      border-bottom-color: var(--video);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    }
    
    .navigation>ul li:nth-of-type(2) a:hover,
    .navigation>ul li:nth-of-type(2) a:focus,
    .navigation>ul li:nth-of-type(2) .selected {
      border-bottom-color: var(--photography);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(3) a:hover,
    .navigation>ul li:nth-of-type(3) a:focus,
    .navigation>ul li:nth-of-type(3) .selected {
      border-bottom-color: var(--drone);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(4) a:hover,
    .navigation>ul li:nth-of-type(4) a:focus,
    .navigation>ul li:nth-of-type(4) .selected {
      border-bottom-color: var(--websites);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(5) a:hover,
    .navigation>ul li:nth-of-type(5) a:focus,
    .navigation>ul li:nth-of-type(5) .selected {
      border-bottom-color: var(--graphicDesign);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(6) a:hover,
    .navigation>ul li:nth-of-type(6) a:focus,
    .navigation>ul li:nth-of-type(6) .selected {
      border-bottom-color: var(--digitalMarketing);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(7) a:hover,
    .navigation>ul li:nth-of-type(7) a:focus,
    .navigation>ul li:nth-of-type(7) .selected {
      border-bottom-color: var(--projects);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(8) a:hover,
    .navigation>ul li:nth-of-type(8) a:focus,
    .navigation>ul li:nth-of-type(8) .selected {
      border-bottom-color: var(--blog);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    .navigation>ul li:nth-of-type(9) a:hover,
    .navigation>ul li:nth-of-type(9) a:focus,
    .navigation>ul li:nth-of-type(9) .selected {
      border-bottom-color: var(--contact);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: black;
    
    }
    
    /* smart navigation */
    .fixed {
      position: fixed;
      width: 100%;
      background-color: white;
    }
    
    .fixedHeader {
      position: fixed;
      z-index: 1500;
      width: 100%;
      background-color: white;
    
    }
    
    .fixedOffset {
      width: 100%;
      height: 7rem;
      background-color: white;
    }
    
    
    
    /* /main Image stripe */
    
    
    
    
    .verticalCentre {
      margin: 0;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    
      padding-right: 45%;
    }
    
    .genImage {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
    }
    
    
    
    
    /* slider */
    .slider {
      width: 100%;
      position: relative;
    }
    
    .slideHeight {
      padding-bottom: 56.25%;
      padding-bottom: 40%;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%
    }
    
    
    .slideHeight video {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      z-index: 0;
    }
    
    /* embed video mp4 */
    .embed-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-bottom: 40%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
    }
    
    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    
    /* embed video videos */
    .videoBlock {
      max-width: 80rem;
      margin-left: auto;
      margin-right: auto;
      padding-top: 4rem;
    }
    
    .videosContainer {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
    }
    
    .videosContainer iframe,
    .embed-container object,
    .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    
    
    /* bxSLider */
    
    .bx-wrapper {
      position: relative;
      padding: 0;
      *zoom: 1;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
    }
    
    /* .bx-wrapper img {
      max-width:100%;
      display:block;
    } */
    
    .bxslider {
      margin: 0;/ padding: 0;
      -webkit-perspective: 1000;
    }
    
    ul.bxslider {
      list-style: none;
    }
    
    .bx-viewport {
      /* fix other elements on the page moving (in Chrome) */
      -webkit-transform: translateZ(0);
    }
    
    /** THEME
    ===================================*/
    .bx-wrapper {
      background: #fff;
      position: relative;
    }
    
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
      position: absolute;
      bottom: 3rem;
      width: 100%;
    }
    
    /* LOADER */
    .bx-wrapper .bx-loading {
      min-height: 61px;
      background: url(/gfx/loader.gif) center center no-repeat #fff;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1000;
    }
    
    /* PAGER */
    
    .bx-wrapper .bx-pager {
      text-align: center;
      font-size: .85em;
      font-family: Arial;
      font-weight: bold;
      color: #666;
      padding-top: 20px;
    }
    
    .bx-wrapper .bx-pager.bx-default-pager a {
      border-bottom: 0.3rem solid rgba(255, 255, 255, 0.5);
      width: 3rem;
      display: block;
    }
    
    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active,
    .bx-wrapper .bx-pager.bx-default-pager a:focus {
      border-bottom: 0.3rem solid rgba(255, 255, 255, 1);
    }
    
    .bx-wrapper .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
      display: inline-block;
      vertical-align: bottom;
      *zoom: 1;
      *display: inline;
    }
    
    .bx-wrapper .bx-pager-item {
      font-size: 0;
      line-height: 0;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
    
    /* DIRECTION CONTROLS (NEXT / PREV) */
    .bx-wrapper .bx-prev {
      left: calc(50% - 13.5rem);
      /*   background-color: rgba(255,255,255,0.5); */
      border-bottom: 0.3rem solid rgba(255, 255, 255, 0.5);
    
    }
    
    .slider .live {
      left: calc(50% - 4rem);
      /*   background-color: rgba(255,255,255,1); */
      border-bottom: 0.3rem solid rgba(255, 255, 255, 1);
    
    }
    
    
    .bx-wrapper .bx-prev:hover,
    .bx-wrapper .bx-prev:focus {
      /* background-color: rgba(255,255,255,1); */
      border-bottom: 0.3rem solid rgba(255, 255, 255, 1);
    
    }
    
    .bx-wrapper .bx-next {
      right: calc(50% - 13.5rem);
      /*   background-color: rgba(255,255,255,0.5); */
      border-bottom: 0.3rem solid rgba(255, 255, 255, 0.5);
    
    }
    
    .bx-wrapper .bx-next:hover,
    .bx-wrapper .bx-next:focus {
      /* background-color: rgba(255,255,255,1); */
      border-bottom: 0.3rem solid rgba(255, 255, 255, 1);
    
    }
    
    .bx-wrapper .bx-controls-direction a,
    .slider .live {
      position: absolute;
      bottom: 4rem;
      outline: 0;
      width: 8rem;
      height: 2.3rem;
      text-indent: -9999px;
      z-index: 999;
      background-position: center center;
      background-repeat: no-repeat;
      padding-top: 1rem;
      padding-bottom: 1rem;
    
      /* 	background-size:100%; */
    }
    
    .bx-wrapper .bx-controls-direction a.disabled {
      display: none;
    }
    
    //* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
    
    .bx-controls {
    
      text-align: center;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 3rem;
    }
    
    
    /* .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
      right:0;
      width:35px;
    } */
    
    /* .bx-wrapper .bx-pager {
      position:absolute;
      bottom:3rem;
      outline:0;
      width:8rem;
      height:0.3rem;
      text-indent:-9999px;
      z-index:999;
      background-position:center center;
      background-repeat:no-repeat;
       }
       .bx-wrapper .bx-pager {
         left:calc(50% - 3.5rem);
         background-color: rgba(255,255,255,1);
       } */
    
    
    /* home page */
    /* stripe #1 */
    .homeText {
      width: 100%;
      padding-right: 0;
    }
    
    .homeTextBackgroundImage {
      background-size: 40%;
      background-repeat: no-repeat;
      background-position: right center;
      overflow: visible;
      background-color: rgba(255, 255, 255, 0.9);
      background-blend-mode: screen;
    }
    
    .homeText>.r1c1 {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .homeText>.r2c1 {
      width: 100%;
    }
    
    .homeText>.r2c2 {
      width: 100%;
    }
    
    /* /stripe #1 */
    
    /* link blocks */
    .linkBlocksBackground {
      background-color: #F2F0EE;
    }
    
    .stripeLinkBlocks {
      max-width: 90rem;
      padding-left: 0;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
    }
    
    .linkItem {
      width: 30rem;
      float: left;
      padding: 1rem;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
    }
    
    a.linkItemInner {
      width: 100%;
    
    }
    
    .linkImageOverlay {
      padding: 3rem;
      box-sizing: border-box;
      width: 100%;
    }
    
    a.linkItemInner .linkImageOverlay {
      position: absolute;
      bottom: -18.7rem;
      height: 18.7rem;
      /*   transition: all 0.1s; */
    
    }
    
    a.linkItemInner:hover .linkImageOverlay,
    a.linkItemInner:focus .linkImageOverlay {
      position: absolute;
      bottom: 0;
      opacity: 0.9;
    }
    
    .overlayBlock {
      position: absolute;
      bottom: 7.65rem;
      width: calc(100% - 6rem);
    }
    
    .linkImageArea {
      overflow: hidden;
    }
    
    .linkImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    }
    
    .linkCat {
      padding: 1rem;
      background-color: white;
    }
    
    /* /link blocks */
    
    /* testimonials */
    .testSlideHeight {
      position: relative;
      background-position: right center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      overflow: visible;
    }
    
    .stripeDefaultTest {
      max-width: 128rem;
      padding-left: 4rem;
      padding-right: 4rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .stripeDefaultTest>.r1c1 {
      width: 100%;
      float: left;
      padding-bottom: 4rem;
    }
    
    .stripeDefaultTest>.r1c2 {
      width: calc(100% - 40rem);
      float: right;
      height: calc(58.4rem - 8rem);
      background-size: 76rem;
      background-position: left center;
      background-repeat: no-repeat;
      overflow: visible;
      display: none;
    }
    
    
    /* /testimonials */
    
    /* why choose */
    
    .stripeChoose {
      max-width: 128rem;
      padding-left: 2rem;
      padding-right: 2rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .chooseItem [style] {
      height: auto !important;
    }
    
    .chooseItem {
      width: 50%;
      padding: 2rem;
      text-align: center;
      padding-bottom: 0;
      float: left;
    }
    
    .chooseItemImage {
      width: 40%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2.4rem;
    }
    
    .chooseItemImage img {
      width: 100%;
    }
    
    /* /why choose */
    
    /* meet directors */
    .directorsBackground {
      background-color: #EBE9E6;
    }
    
    .xtraMargin {
      margin-bottom: 2rem;
    }
    
    .r1c1Directors {
      width: 100%;
      float: left;
    }
    
    .r1c2Directors {
      width: 100%;
      padding-left: 0;
    }
    
    .imageDirector {
      width: 100%;
      margin-bottom: 2rem;
    }
    
    .imageDirector img {
      width: 100%;
    }
    
    .directorsHeight {
      height: 200%;
    }
    
    /* /meet dirctors */
    
    /* client logos */
    .logosOuter {
      width: 100%;
      /*   border:0.05rem solid #eeeeee; */
    }
    
    .logoItem {
      width: 20%;
      float: left;
      /*   border:0.05rem solid #eeeeee; */
      padding: 1.5rem;
    }
    
    .logoItem img {
      width: 100%;
    }
    
    /* /client logos */
    /* home page */
    
    
    /* video */
    
    .stripeVideoBlock {
      max-width: 90rem;
      padding-left: 0;
      padding-right: 0;
      margin-left: auto;
      margin-right: auto;
    }
    
    .video {
      margin-left: auto;
      margin-right: auto;
    }
    
    .videoText>.r1c1 {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .videoText>.r2c1 {
      width: 100%;
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .videoText>.r2c2 {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .videoText>.r2c3 {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .videoItem {
      float: left;
      width: 30rem;
      padding: 1rem;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
    }
    
    a.videoItemInner {
      width: 100%;
    
    }
    
    .videoImageOverlay {
      padding: 4rem;
      box-sizing: border-box;
      width: 100%;
    }
    
    a.videoItemInner .videoImageOverlay {
      position: absolute;
      bottom: -18.7rem;
      height: 18.7rem;
      /*   transition: all 0.5s; */
    
    }
    
    a.videoItemInner:hover .videoImageOverlay,
    a.videoItemInner:focus .videoImageOverlay {
      position: absolute;
      bottom: 0;
      opacity: 0.9;
    }
    
    
    .videoImageArea {
      overflow: hidden;
    }
    
    .videoImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
    
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    
    }
    
    /* websites */
    
    
    .websitesText>.r1c1 {
      width: 100%;
      margin-bottom: 4rem;
    }
    
    .websitesText>.r2c1 {
      width: 100%;
    }
    
    .websitesText>.r2c2 {
      width: 100%;
    }
    
    .websitesText>.r3c1 {
      width: 100%;
      padding-top: 12rem;
    }
    
    .webstiteUrl {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      letter-spacing: 0.1rem;
      margin-bottom: 0.8rem;
      text-transform: uppercase;
    }
    
    /* /websites */
    
    
    /* projects */
    
    .stripeProjectBlocks {
      width: 80rem;
      /*   padding-left: 5rem;
      padding-right: 5rem; */
      margin-left: auto;
      margin-right: auto;
    }
    
    .projectItem {
      width: 40rem;
      padding: 1rem;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
      float: left;
    }
    
    a.projectItemInner {
      width: 100%;
    
    }
    
    .projectImageOverlay {
      padding: 4rem;
      box-sizing: border-box;
      width: 100%;
      /*   padding-left: 4rem;
      padding-right: 4rem; */
    }
    
    a.projectItemInner .projectImageOverlay {
      position: absolute;
      bottom: -25.3rem;
      height: 25.3rem;
      /*   transition: all 0.5s; */
    
    }
    
    a.projectItemInner:hover .projectImageOverlay,
    a.projectItemInner:focus .projectImageOverlay {
      position: absolute;
      bottom: 0;
    }
    
    .projectOverlayBlock {
      position: absolute;
      bottom: 4rem;
      width: calc(100% - 8rem);
    }
    
    .projectImageArea {
      overflow: hidden;
    }
    
    .projectImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    }
    
    .projectCat {
      padding: 1rem;
      background-color: white;
      width: 100%;
    }
    
    
    /* /projects */
    
    
    /* blog */
    
    .stripeBlogBlocks {
      max-width: 128rem;
      padding-left: 5rem;
      padding-right: 5rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .blogItem {
      width: 33.333333%;
      float: left;
      padding: 1rem;
      overflow: hidden;
      padding-bottom: 4rem;
    }
    
    a.blogItemInner {
      width: 100%;
    
    }
    
    .blogImageOverlay {
      padding: 4rem;
      box-sizing: border-box;
      width: 100%;
    }
    
    a.blogItemInner .blogImageOverlay {
      position: absolute;
      bottom: -25rem;
      height: 25rem;
      transition: all 0.5s;
    
    }
    
    a.blogItemInner:hover .blogImageOverlay,
    a.blogItemInner:focus .blogImageOverlay {
      position: absolute;
      bottom: 0;
    }
    
    .blogOverlayBlock {
      position: absolute;
      bottom: 4rem;
      width: calc(100% - 8rem);
    }
    
    .blogImageArea {
      overflow: hidden;
    }
    
    .blogImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    }
    
    .blogCat {
      padding: 0;
      width: 100%;
      padding-right: 2rem;
      padding-top: 2rem;
    }
    
    .buttonPosition {
      position: absolute;
      bottom: 1rem;
      left: 1rem;
    }
    
    /* /projects */
    
    /* contact */
    .google-maps {
      position: relative;
      padding-bottom: 65%; // This is the aspect ratio
      height: 0;
      overflow: hidden;
      width: 100%;
      border: 0.6rem solid white;
    }
    
    .google-maps iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
    }
    
    .r1c1Contact {
      width: 50%;
      padding-right: 4.6rem;
      float: left;
    }
    
    .r1c2Contact {
      width: 50%;
      float: right;
    }
    
    /* contact */
    
    /* footer */
    #footer {
      padding-top: 4.4rem;
      padding-bottom: 8.4rem;
    }
    
    #footer .col:nth-of-type(1) {
      width: 50%;
      padding-right: 2rem;
      float: left;
      min-height: 22rem;
    }
    
    #footer .col:nth-of-type(2) {
      width: 50%;
      padding-left: 2rem;
      float: left;
      min-height: 22rem;
    
    }
    
    #footer .col:nth-of-type(3) {
      width: 100%;
      padding-right: 0;
      margin-top: 2rem;
      padding-bottom: 3rem;
    }
    
    #footer .col:nth-of-type(3):after {
      content: "";
      display: table;
      clear: both;
      width: 100%;
    }
    
    #footer .col:last-of-type {
      width: 100%;
      padding-right: 0;
    }
    
    #footer h2 {
      font-size: 1.9rem;
      font-weight: 500;
      line-height: 140%;
      margin-bottom: 1rem;
      color: rgba(255, 255, 255, 0.75);
    }
    
    #footer p {
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 140%;
      margin-bottom: 1.6rem;
      color: rgba(255, 255, 255, 0.75);
    }
    
    #footer p.signOff {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 140%;
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.75);
    }
    
    #footer .footerNav li {
      font-size: 1.5rem;
      line-height: 130%;
      font-weight: 500;
      margin-bottom: 0.6rem;
    }
    
    #footer a {
      color: rgba(255, 255, 255, 0.75);
    
    }
    
    #footer a:hover,
    #footer a:focus,
    #footer a.selected {
      color: white;
    }
    
    #footer .footerColumns {
      padding-bottom: 5rem;
    }
    
    #footer .footerLogo {
      width: 22rem;
      text-align: left;
      margin-bottom: 1rem;
    }
    
    #footer .footerLogo img {
      width: 100%;
    }
    
    
    #footer .footerSocial {
      float: left;
      text-align: left;
    }
    
    
    /* social */
    #footer .footerSocial ul {
      text-align: left;
    }
    
    
    
    #footer .footerSocial ul li {
      display: inline-block;
      padding-right: 1rem;
    }
    
    
    /* legal */
    .legalArea {
      max-width: 96rem;
      padding: 4rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .legalTxt {
      padding: 3rem;
      background-color: white;
      font-family: "DIN Light";
      font-style: normal;
      color: black;
    }
    
    .legalTxt h1 {
      font-family: "DIN Light";
      font-size: 2.8rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt h2 {
      font-family: "DIN Medium";
      font-size: 2.2rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt h3 {
      font-family: "DIN Light";
      font-size: 1.8rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt h4 {
      font-family: "DIN Medium";
      font-size: 1.6rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt p {
      font-size: 1.6rem;
      line-height: 130%;
      text-align: left;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt p a {
      color: black;
    }
    
    .legalTxt p a:hover, 
    .legalTxt p a:focus {
      color: black;
      text-decoration: underline;
    }
    
    .legalTxt ul {
      margin-bottom: 2rem;
    }
    
    .legalTxt ul li {
      font-size: 1.6rem;
      line-height: 130%;
      margin-bottom: 1rem;
      color: black;
    }
    
    .legalTxt ul li {
      padding-left: 3rem;
      position: relative;
    }
    
    .legalTxt ul li:before {
      content: "\2022";
      font-family: "DIN Medium";
      width: 2rem;
      display: block;
      position: absolute;
      top: 0rem;
      left: 0;
      padding-left: 0;
      font-size: 2rem;
      color: black;
    }
    
    
    .legalTxt ol {
      margin-bottom: 2rem;
      counter-reset: my-awesome-counter;
    }
    
    .legalTxt ol li {
      font-weight: 300;
      font-size: 1.6rem;
      line-height: 130%;
      margin-bottom: 1rem;
      /* color: #ABACAE;  */
      counter-increment: my-awesome-counter;
    }
    
    .legalTxt ol li {
      padding-left: 3rem;
      position: relative;
    }
    
    .legalTxt ol li:before {
      content: counter(my-awesome-counter);
      width: 2rem;
      display: block;
      position: absolute;
      top: 0.265rem;
      left: 0;
      padding-left: 0;
      font-size: 1.6rem;
      line-height: 120%;
    }
    
    .legalTxt strong {
      font-family: "DIN Medium";
    }
    
    /* .form */
    
    
    /* image blocks */
    .imgBlocks {
      max-width: 1160px;
      margin: 0;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      list-style: none;
    
      display: grid;
      grid-gap: 10px;
      /* 			grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
    }
    
    
    
    .imgBlocks li {
      background-size: cover;
      padding-bottom: 66.666666%;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative;
    }
    
    .imgBlocks li:hover {}
    
    /* single */
    .imgBlocks .i1 {
      grid-column: 1 / 9;
      grid-row: 1 / 9;
    }
    
    /* double */
    .imgBlocks .i2 {
      grid-column: 1 / 5;
      grid-row: 9 / 13;
    }
    
    .imgBlocks .i3 {
      grid-column: 5 / 9;
      grid-row: 9 / 13;
    }
    
    /* single */
    .imgBlocks .i4 {
      grid-column: 1 / 9;
      grid-row: 13 / 22;
    }
    
    /* double */
    .imgBlocks .i5 {
      grid-column: 1 / 5;
      grid-row: 22 / 26;
    }
    
    .imgBlocks .i6 {
      grid-column: 5 / 9;
      grid-row: 22 / 26;
    }
    
    /* single */
    .imgBlocks .i7 {
      grid-column: 1 / 9;
      grid-row: 26 / 35;
    }
    
    /* double */
    .imgBlocks .i8 {
      grid-column: 1 / 5;
      grid-row: 35 / 39;
    }
    
    .imgBlocks .i9 {
      grid-column: 5 / 9;
      grid-row: 35 / 39;
    }
    
    /* single */
    .imgBlocks .i10 {
      grid-column: 1 / 9;
      grid-row: 39 / 48;
    }
    
    /* double */
    .imgBlocks .i11 {
      grid-column: 1 / 5;
      grid-row: 48 / 52;
    }
    
    .imgBlocks .i12 {
      grid-column: 5 / 9;
      grid-row: 48 / 52;
    }
    
    /* single */
    .imgBlocks .i13 {
      grid-column: 1 / 9;
      grid-row: 52 / 61;
    }
    
    /* double */
    .imgBlocks .i14 {
      grid-column: 1 / 5;
      grid-row: 61 / 65;
    }
    
    .imgBlocks .i15 {
      grid-column: 5 / 9;
      grid-row: 61 / 65;
    }
    
    /* single */
    .imgBlocks .i16 {
      grid-column: 1 / 9;
      grid-row: 65 / 74;
    }
    
    /* double */
    .imgBlocks .i17 {
      grid-column: 1 / 5;
      grid-row: 74 / 78;
    }
    
    .imgBlocks .i18 {
      grid-column: 5 / 9;
      grid-row: 74 / 78;
    }
    
    /* single */
    .imgBlocks .i19 {
      grid-column: 1 / 9;
      grid-row: 78 / 87;
    }
    
    /* double */
    .imgBlocks .i20 {
      grid-column: 1 / 5;
      grid-row: 87 / 91;
    }
    
    .imgBlocks .i21 {
      grid-column: 5 / 9;
      grid-row: 87 / 91;
    }
    
    /* single */
    .imgBlocks .i22 {
      grid-column: 1 / 9;
      grid-row: 91 / 100;
    }
    
    /* double */
    .imgBlocks .i23 {
      grid-column: 1 / 5;
      grid-row: 100 / 104;
    }
    
    .imgBlocks .i24 {
      grid-column: 5 / 9;
      grid-row: 100 / 104;
    }
    
    /* single */
    .imgBlocks .i25 {
      grid-column: 1 / 9;
      grid-row: 104 / 113;
    }
    
    /* double */
    .imgBlocks .i26 {
      grid-column: 1 / 5;
      grid-row: 113 / 117;
    }
    
    .imgBlocks .i27 {
      grid-column: 5 / 9;
      grid-row: 113 / 117;
    }
    
    /* single */
    .imgBlocks .i28 {
      grid-column: 1 / 9;
      grid-row: 117 / 126;
    }
    
    /* double */
    .imgBlocks .i29 {
      grid-column: 1 / 5;
      grid-row: 126 / 130;
    }
    
    .imgBlocks .i30 {
      grid-column: 5 / 9;
      grid-row: 126 / 130;
    }
    
    /* single */
    .imgBlocks .i31 {
      grid-column: 1 / 9;
      grid-row: 130 / 139;
    }
    
    /* double */
    .imgBlocks .i32 {
      grid-column: 1 / 5;
      grid-row: 139 / 143;
    }
    
    .imgBlocks .i33 {
      grid-column: 5 / 9;
      grid-row: 139 / 143;
    }
    
    
    /* single */
    .imgBlocks .i34 {
      grid-column: 1 / 9;
      grid-row: 143 / 152;
    }
    
    /* double */
    .imgBlocks .i35 {
      grid-column: 1 / 5;
      grid-row: 152 / 156;
    }
    
    .imgBlocks .i36 {
      grid-column: 5 / 9;
      grid-row: 152 / 156;
    }
    
    
    /* single */
    .imgBlocks .i37 {
      grid-column: 1 / 9;
      grid-row: 156 / 165;
    }
    
    /* double */
    .imgBlocks .i38 {
      grid-column: 1 / 5;
      grid-row: 165 / 169;
    }
    
    .imgBlocks .i39 {
      grid-column: 5 / 9;
      grid-row: 165 / 169;
    }
    
    /* single */
    .imgBlocks .i40 {
      grid-column: 1 / 9;
      grid-row: 169 / 178;
    }
    
    /* double */
    .imgBlocks .i41 {
      grid-column: 1 / 5;
      grid-row: 178 / 182;
    }
    
    .imgBlocks .i42 {
      grid-column: 5 / 9;
      grid-row: 178 / 182;
    }
    
    /* single */
    .imgBlocks .i43 {
      grid-column: 1 / 9;
      grid-row: 182 / 191;
    }
    
    /* double */
    .imgBlocks .i44 {
      grid-column: 1 / 5;
      grid-row: 191 / 195;
    }
    
    .imgBlocks .i45 {
      grid-column: 5 / 9;
      grid-row: 191 / 195;
    }
    
    /* single */
    .imgBlocks .i46 {
      grid-column: 1 / 9;
      grid-row: 195 / 204;
    }
    
    /* double */
    .imgBlocks .i47 {
      grid-column: 1 / 5;
      grid-row: 204 / 208;
    }
    
    .imgBlocks .i48 {
      grid-column: 5 / 9;
      grid-row: 204 / 208;
    }
    
    /* single */
    .imgBlocks .i49 {
      grid-column: 1 / 9;
      grid-row: 208 / 217;
    }
    
    /* double */
    .imgBlocks .i50 {
      grid-column: 1 / 5;
      grid-row: 217 / 221;
    }
    
    .imgBlocks .i51 {
      grid-column: 5 / 9;
      grid-row: 217 / 221;
    }
    
    
    /* single */
    .imgBlocks .i52 {
      grid-column: 1 / 9;
      grid-row: 221 / 230;
    }
    
    /* double */
    .imgBlocks .i53 {
      grid-column: 1 / 5;
      grid-row: 230 / 234;
    }
    
    .imgBlocks .i54 {
      grid-column: 5 / 9;
      grid-row: 230 / 234;
    }
    
    
    /* single */
    .imgBlocks .i55 {
      grid-column: 1 / 9;
      grid-row: 234 / 243;
    }
    
    /* double */
    .imgBlocks .i56 {
      grid-column: 1 / 5;
      grid-row: 243 / 247;
    }
    
    .imgBlocks .i57 {
      grid-column: 5 / 9;
      grid-row: 243 / 247;
    }
    
    
    /* single */
    .imgBlocks .i58 {
      grid-column: 1 / 9;
      grid-row: 247 / 256;
    }
    
    /* double */
    .imgBlocks .i59 {
      grid-column: 1 / 5;
      grid-row: 256 / 260;
    }
    
    .imgBlocks .i60 {
      grid-column: 5 / 9;
      grid-row: 256 / 260;
    }
    
    
    /* single */
    .imgBlocks .i61 {
      grid-column: 1 / 9;
      grid-row: 260 / 269;
    }
    
    /* double */
    .imgBlocks .i62 {
      grid-column: 1 / 5;
      grid-row: 269 / 273;
    }
    
    .imgBlocks .i63 {
      grid-column: 5 / 9;
      grid-row: 269 / 273;
    }
    
    
    
    /*   reverse slice */
    
    .imgBlocks .i64 {
      grid-column: 1 / 7;
      grid-row: 127 / 133;
    }
    
    .imgBlocks .i65 {
      grid-column: 1 / 4;
      grid-row: 133 / 136;
    }
    
    .imgBlocks .i66 {
      grid-column: 4 / 7;
      grid-row: 133 / 136;
    }
    
    .imgBlocks .i67 {
      grid-column: 7 / 16;
      grid-row: 127 / 136;
    }
    
    
    /* 	set of 3  */
    .imgBlocks .i68 {
      grid-column: 1 / 6;
      grid-row: 136 / 141;
    }
    
    .imgBlocks .i69 {
      grid-column: 6 / 11;
      grid-row: 136 / 141;
    }
    
    .imgBlocks .i70 {
      grid-column: 11 / 16;
      grid-row: 136 / 141;
    }
    
    /* top slice */
    .imgBlocks .i71 {
      grid-column: 1 / 10;
      grid-row: 141 / 150;
    }
    
    .imgBlocks .i72 {
      grid-column: 10 / 16;
      grid-row: 141 / 147;
    }
    
    .imgBlocks .i73 {
      grid-column: 10 / 13;
      grid-row: 147 / 150;
    }
    
    .imgBlocks .i74 {
      grid-column: 13 / 16;
      grid-row: 147 / 150;
    }
    
    /* 	set of 3  */
    .imgBlocks .i75 {
      grid-column: 1 / 6;
      grid-row: 150 / 155;
    }
    
    .imgBlocks .i76 {
      grid-column: 6 / 11;
      grid-row: 150 / 155;
    }
    
    .imgBlocks .i77 {
      grid-column: 11 / 16;
      grid-row: 150 / 155;
    }
    
    
    /*   reverse slice */
    
    .imgBlocks .i78 {
      grid-column: 1 / 7;
      grid-row: 155 / 161;
    }
    
    .imgBlocks .i79 {
      grid-column: 1 / 4;
      grid-row: 161 / 164;
    }
    
    .imgBlocks .i80 {
      grid-column: 4 / 7;
      grid-row: 161 / 164;
    }
    
    .imgBlocks .i81 {
      grid-column: 7 / 16;
      grid-row: 155 / 164;
    }
    
    /* 	set of 3  */
    .imgBlocks .i82 {
      grid-column: 1 / 6;
      grid-row: 164 / 169;
    }
    
    .imgBlocks .i83 {
      grid-column: 6 / 11;
      grid-row: 164 / 169;
    }
    
    .imgBlocks .i84 {
      grid-column: 11 / 16;
      grid-row: 164 / 169;
    }
    
    /* top slice */
    .imgBlocks .i85 {
      grid-column: 1 / 10;
      grid-row: 169 / 178;
    }
    
    .imgBlocks .i86 {
      grid-column: 10 / 16;
      grid-row: 169 / 175;
    }
    
    .imgBlocks .i87 {
      grid-column: 10 / 13;
      grid-row: 175 / 178;
    }
    
    .imgBlocks .i88 {
      grid-column: 13 / 16;
      grid-row: 175 / 178;
    }
    
    
    /* 	set of 3  */
    .imgBlocks .i89 {
      grid-column: 1 / 6;
      grid-row: 178 / 183;
    }
    
    .imgBlocks .i90 {
      grid-column: 6 / 11;
      grid-row: 178 / 183;
    }
    
    .imgBlocks .i91 {
      grid-column: 11 / 16;
      grid-row: 178 / 183;
    }
    
    
    /*   reverse slice */
    
    .imgBlocks .i92 {
      grid-column: 1 / 7;
      grid-row: 183 / 189;
    }
    
    .imgBlocks .i93 {
      grid-column: 1 / 4;
      grid-row: 189 / 192;
    }
    
    .imgBlocks .i94 {
      grid-column: 4 / 7;
      grid-row: 189 / 192;
    }
    
    .imgBlocks .i95 {
      grid-column: 7 / 16;
      grid-row: 183 / 192;
    }
    
    /* 	set of 3  */
    .imgBlocks .i96 {
      grid-column: 1 / 6;
      grid-row: 192 / 197;
    }
    
    .imgBlocks .i97 {
      grid-column: 6 / 11;
      grid-row: 192 / 197;
    }
    
    .imgBlocks .i98 {
      grid-column: 11 / 16;
      grid-row: 192 / 197;
    }
    
    /* image magnifier */
    .imageItemLink {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
    
    }
    
    
    .imageItemLink:hover,
    .imageItemLink:focus {
      position: absolute;
      background-image: url(/gfx/mag.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 2rem;
    }
    
    /* image magnifier */
    
    
    /* value items on home */
    .stripContainer {
      width: 100%;
      background-color: #F2F2F2;
      border-top: 0.4rem solid white;
    
    }
    
    .stripValues {
      max-width: 128rem;
      padding-left: 5rem;
      padding-right: 5rem;
      padding-top: 1.8rem;
      padding-bottom: 1.8rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .valueContainer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      box-sizing: border-box;
    
    }
    
    .valueLogo {
      height: 7rem;
      /* Adjust the height as needed */
      width: auto;
      /* Maintain aspect ratio */
    }
    
    
    
    
    
    /* new link icons in header */
    
    .iconGrid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 0;
      grid-row-gap: 0;
      margin-bottom: 0;
    }
    
    
    .newHeaderIcon {
      position: absolute;
      width: 7rem;
      height: 7rem;
      top: 0;
      right: 0;
      display: block;
      background-color: var(--pageColor);
    }
    
    .newIconLink {
      width: 3.5rem;
      height: 3.5rem;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      display: block;
    }
    
    .newIconLink:hover,
    .newIconLink:focus  {
      background-color: var(--rolloverCommon);
    }
    
    /* Borders for each item based on position */
    /* Top-left item (1st item) */
    .iconGrid .newIconLink:nth-child(1) {
      border-bottom: 0.4px solid white;
      border-right: 0.4px solid white;
    }
    
    /* Top-right item (2nd item) */
    .iconGrid .newIconLink:nth-child(2) {
      border-bottom: 0.4px solid white;
      border-left: 0.4px solid white;
    }
    
    /* Bottom-left item (3rd item) */
    .iconGrid .newIconLink:nth-child(3) {
      border-top: 0.4px solid white;
      border-right: 0.4px solid white;
    }
    
    /* Bottom-right item (4th item) */
    .iconGrid .newIconLink:nth-child(4) {
      border-top: 0.4px solid white;
      border-left: 0.4px solid white;
    }
    
    /* new conflict horizon */
    
    #menu-container {
      z-index: 1000;
      /* position: relative; */
    }
    
    #portfolio {
      z-index: 500;
      /* position: relative; */
    }
    
    
    /* new 14032025 */
    .homeTxtVidGrid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 4rem;
    }
    
    .homeTxtVidContainer {
      padding-bottom: 56.25%;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%
    }
    
    
    .homeTxtVidContainer video {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      z-index: 0;
    }
    
    .fullTxt {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    /* modifications 16/12/2025 */
    .articlesGrid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      margin-bottom: 4rem;
    }
    
    .blogItemHub {
    width: 100%%;
    overflow: hidden;
    padding-bottom: 3.5rem;
    }
    .categoryMenu ul {
      padding-top: 4rem;
      margin-bottom: 3rem;
      list-style-type: none; /* remove bullets */
    }
    
    .categoryMenu li {
      font-size: 1.3rem;
      line-height: 1.3rem;
      text-transform: uppercase;
      display: inline-flex;
      align-items: center;
      font-weight: 500;
    }
    
    /* First item: Filter */
    .categoryMenu li:first-child {
      font-weight: 700;
      padding-right: 0.5rem;
    }
    
    /* Slash only between category links starting from the 3rd li */
    .categoryMenu li:nth-child(n+3)::before {
      content: "/";
      color: black;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      display: inline-block;
    }
    
    .categoryMenu ul li a {
      display: inline;
      letter-spacing: 0.1rem;
      color: black;
      text-decoration: none;
    }
    
    .categoryMenu ul li a:active,
    .categoryMenu ul li a:focus,
    .categoryMenu ul li a:hover,
    .categoryMenu ul li a.active {
      color: #83064C;
    }
    .buttonPosition2 {
    position: absolute;
    bottom:0;
    left: 0;
    }
    
    .kh100 {
      width: 100%;
    }
}


/* ==================================================
   desktop.css
   ================================================== */

@media (min-width: 1105px) {
    /* reset browser size */
    html,
    body {
      font-size: 10px;
    }
    
    .desktop {
      display: block;
    }
    
    .smart {
      display: none;
    }
    
    .tablet {
      display: none;
    }
    
    .flexCentreCentre {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .flexLeftCentre {
      display: flex;
      justify-content: left;
      align-items: center;
    }
    
    .flexRightCentre {
      display: flex;
      justify-content: right;
      align-items: center;
    }
    
    .container {
      width: 100%;
    }
    
    .headerShadow {
      -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
    }
    
    .stripePad {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    
    .stripePadBottom {
      padding-bottom: 4rem;
    }
    
    .stripePadBottomLess {
      padding-top: 4rem;
      padding-bottom: 2rem;
    }
    
    .pb10 {
      padding-bottom: 1rem;
      width: 100%;
    }
    
    
    .stripeDefault {
      max-width: 128rem;
      padding-left: 6rem;
      padding-right: 6rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .header {
      max-width: calc(122rem + 11.6rem);
      padding-right: 11.6rem;
      margin-left: auto;
      margin-right: auto;
      padding-left: 2rem;
    }
    
    .headerLeft {
      width: 23.4rem;
      float: left;
      padding-right: 1rem;
      padding-top: 7.4rem;
    }
    
    .headerLeft .logo {
      width: 100%;
      height: 3.53rem;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: var(--ccBlack);
      display: block;
    }
    
    .headerRight {
      position: absolute;
      width: 10.6rem;
      height: 12rem;
      background-color: var(--pageColor);
      top: 0;
      right: 0;
      display: block;
    }
    
    .headerRight:hover,
    .headerRight:focus {
      background-color: var(--rolloverCommon);
    
    }
    
    
    /* newHeader */
    
    .headerIcon .iconLink {
      font-family: 'font 100 icons';
      font-size: 3.6rem;
      line-height: 3.6rem;
      color: white;
      display: block;
      width: 100%;
      height: 6rem;
      text-align: center;
      padding-top: 1.2rem;
    }
    
    .headerIcon .iconLink:first-of-type {
      border-bottom: 0.5px solid white;
    
    }
    
    .headerIcon .iconLink:last-of-type {
      border-top: 0.5px solid white;
    }
    
    .iconLink:hover,
    .iconLink:focus {
      background-color: var(--rolloverCommon);
    }
    
    .headerIcon {
      position: absolute;
      width: 10.6rem;
      height: 12rem;
      top: 0;
      right: 0;
      display: block;
      background-color: var(--pageColor);
    
    }
    
    
    .headerCenter {
      width: calc(100% - 23.4rem);
      float: left;
    }
    
    .headerCenterTop {
      width: 100%;
      height: 7.2rem;
      padding-right: 2rem !important;
      text-align: right;
      padding-top: 4.2rem;
    }
    
    .headerCenterBottom {
      height: 4.8rem;
      padding-right: 1rem;
    
    }
    
    .tel {
      color: var(--ccBlack);
      font-weight: 500;
      font-size: 2.2rem;
      line-height: 2.2rem;
    }
    
    .envelope {
      width: 100%;
      padding-left: 4rem;
      padding-right: 4rem;
      padding-top: 3.6rem;
      padding-bottom: 1rem;
    }
    
    .envelope img {
      width: 100%;
    }
    
    .mailText {
      text-align: center;
      font-weight: 600;
      font-size: 1.1rem;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    
    /* social */
    .socialIcons {
      font-family: 'font 100 icons';
      font-size: 3.6rem;
      line-height: 3.6rem;
      color: white;
      display: block;
    }
    
    .directorLinkedin {
      font-family: 'font 100 icons';
      font-size: 3.6rem;
      line-height: 3.6rem;
      color: white;
      display: block;
      position: absolute;
      bottom: 2rem;
      right: 2rem;
    }
    
    .directorLinkedin:hover,
    .directorLinkedin:focus  {
      color: #A49A8F;
    }
    
    
    .instagram:hover,
    .instagram:focus {
      color: var(--ccBlack) !important;
    }
    
    .linkedin:hover,
    .linkedin:focus {
      color: var(--ccBlack) !important;
    }
    
    .whatsapp:hover,
    .whatsapp:focus {
      color: var(--ccBlack) !important;
    }
    
    .twitter:hover,
    .twitter:focus {
      color: var(--ccBlack) !important;
    }
    
    .youtube:hover,
    .youtube:focus {
      color: var(--ccBlack) !important;
    }
    
    .facebook:hover,
    .facebook:focus  {
      color: var(--ccBlack) !important;
    }
    
    .white {
      color: white !important;
    }
    
    .black {
      color: black !important;
    }
    
    .twhite {
      color: white !important;
    }
    
    .tblack {
      color: black !important;
    }
    
    
    .background10 {
      background-color: rgba(0, 0, 0, 0.1);
    }
    
    .background20 {
      background-color: rgba(0, 0, 0, 0.2);
    }
    
    .background30 {
      background-color: rgba(0, 0, 0, 0.3);
    }
    
    .background40 {
      background-color: rgba(0, 0, 0, 0.4);
    }
    
    .background50 {
      background-color: rgba(0, 0, 0, 0.5);
    }
    
    .background60 {
      background-color: rgba(0, 0, 0, 0.6);
    }
    
    .background70 {
      background-color: rgba(0, 0, 0, 0.7);
    }
    
    .background80 {
      background-color: rgba(0, 0, 0, 0.8);
    }
    
    .background90 {
      background-color: rgba(0, 0, 0, 0.9);
    }
    
    .background100 {
      background-color: rgba(0, 0, 0, 1);
    }
    
    .captionOverSlider {
      width: 100%;
      height: 100%;
      z-index: 200;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
    }
    
    .standardCaptionOverSlider {
      width: 100%;
      height: 100%;
      z-index: 200;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
    }
    
    .standardCaptionArea {
      max-width: 128rem;
      padding-left: 6rem;
      padding-right: 6rem;
      margin-left: auto;
      margin-right: auto;
      height: 100%;
    }
    
    .standardCaptionTable {
      display: table;
      width: 100%;
      height: 75%;
    }
    
    .standardCaptionTd {
      max-width: 58rem;
      display: table-cell;
      vertical-align: bottom;
      padding-right: calc(100% - 58rem);
    }
    
    
    
    .stripeDefault {
      max-width: 128rem;
      padding-left: 6rem;
      padding-right: 6rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .captionAreaPad {
      width: 37%;
      border: 0.35rem solid rgba(255, 255, 255, 0.8);
      /* margin-left: auto;
      margin-right:auto; */
    }
    
    .captionAreaInner {
      max-width: 128rem;
      margin-left: auto;
      margin-right: auto;
    
    }
    
    @media screen and (min-width: 1093px) and (max-width: 1330px) {
    
      .captionAreaPad {
        width: 50%;
      }
    
      .captionAreaInner {
        max-width: 128rem;
        margin-left: 4rem;
        margin-right: 4rem;
    
      }
    
    }
    
    
    
    .captionAreaPad {
      padding: 4rem;
      padding-top: 3rem;
      padding-bottom: 3.8rem;
      /* background-color: rgba(0,0,0,0.3);  */
    }
    
    /* typography */
    .center {
      text-align: center;
    }
    
    .h1Style1 {
      font-size: 3.2rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.4rem;
    }
    
    .h1StyleWeb {
      font-size: 3.2rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1.4rem;
    }
    
    .h2Sub {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .h2SubWeb {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1rem;
    }
    
    .h2SubSimilar {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1rem;
    }
    
    .captionArea .h1Style1,
    .captionArea .h2Sub {
      /* text-shadow: 1px 0px 1px rgba(0,0,0,0.5), -1px 0px 1px rgba(0,0,0,0.5), 0px 1px 1px rgba(0,0,0,0.5); */
      /* text-shadow: 1px 1px 2px rgba(0,0,0,0.5); */
    }
    
    .captionArea .h1Style1 {
      font-size: 4.2rem;
    }
    
    .captionArea .h2Sub {
      font-size: 3rem;
      font-weight: 500 !important;
    }
    
    .buttonOuter {
      font-size: 1.4rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .buttonOuterHomeSlider {
      text-align: left;
      padding-top: 3.6rem;
    }
    
    .buttonOuterCommonSlider {
      padding-top: 3.6rem;
    }
    
    /* NEW CAPTION    */
    .captionArea {
      text-align: left !important;
    }
    
    .captionArea .h1Caption {
      font-size: 2.34rem;
      text-transform: uppercase;
      line-height: 110%;
      font-weight: 400;
      letter-spacing: -0.05rem;
    }
    
    .captionArea .h3Caption {
      font-size: 2.34rem;
      text-transform: uppercase;
      line-height: 110%;
      font-weight: 400;
      letter-spacing: -0.05rem;
    }
    
    .captionArea .h2Caption {
      font-size: 3.15rem;
      text-transform: uppercase;
      line-height: 110%;
      font-weight: 600;
      letter-spacing: -0.05rem;
      margin-bottom: 2rem;
    }
    
    .captionArea .h2CaptionSpan {
      font-weight: 400;
    }
    
    
    
    /* END NEW CAPTION */
    
    hr {
      border: none;
      height: 1.8rem;
      width: 100%;
    }
    
    .h2Style1 {
      font-size: 2.4rem;
      line-height: 140%;
      font-weight: 500;
      margin-bottom: 1.2rem;
    }
    
    .h2Style1a {
      font-size: 2.4rem;
      line-height: 140%;
      font-weight: 600;
      margin-bottom: 1.2rem;
    }
    
    .h2Style2 {
      font-size: 2.6rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 1.2rem;
    }
    
    .h2Style2a {
      font-size: 2.6rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      margin-bottom: 2.4rem;
    }
    
    
    .h2Style3 {
      font-size: 1.8rem;
      line-height: 120%;
      font-weight: 500;
      margin-bottom: 2.4rem;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    #lightcase-info #lightcase-title {
      font-size: 1.8rem;
      line-height: 120%;
      font-weight: 500;
      margin-bottom: 0rem;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .h2Style4 {
      font-size: 2.2rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.9rem;
    }
    
    .h2Style5 {
      font-size: 1.8rem;
      line-height: 120%;
      font-weight: 400;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.9rem;
    }
    
    .h2Style6 {
      font-size: 2rem;
      line-height: 100%;
      font-weight: 500;
      margin-bottom: 0;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      text-align: center;
    }
    
    .h2Style6a {
      font-size: 2.4rem;
      line-height: 120%;
      font-weight: 500;
      margin-bottom: 0.8rem;
      text-align: left;
    }
    
    .h2Style7 {
      font-size: 2rem;
      line-height: 110%;
      font-weight: 500;
      margin-bottom: 2rem;
      color: white;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      text-align: center;
    }
    
    
    
    .h3Style1 {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.8rem
    }
    
    .h3Style2 {
      font-size: 1.4rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
    }
    
    .h3Style3 {
      font-size: 1.6rem;
      line-height: 120%;
      font-weight: 400;
      color: black;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      padding-top: 0.4rem;
    }
    
    .h3Style3a {
      font-size: 1.6rem;
      line-height: 120%;
      font-weight: 300;
      color: black;
      margin-bottom: 0.8rem;
    }
    
    
    /* button formats */
    .button {
      padding: 1.2rem;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      border: 1px solid white;
      cursor: pointer;
      display: inline-block;
    }
    
    .button {
      color: white;
    }
    
    .button:hover,
    .button:focus {
      background-color: black;
      color: white;
    }
    
    
    .buttonWhite {
      padding: 1.2rem;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
      border: 1px solid white;
      cursor: pointer;
      display: inline-block;
    }
    
    .buttonWhite {
      color: white;
    }
    
    .buttonWhite:hover,
    .buttonWhite:focus {
      background-color: none;
      color: white;
    }
    
    
    .telOuter {
      font-size: 3rem;
      line-height: 120%;
      font-weight: 500;
      text-transform: uppercase;
    
    }
    
    .telPurple {
      color: #480F4A;
    }
    
    .telPurple:hover,
    .telPurple:focus {
      color: black;
    }
    
    /* internal page navigation */
    .internalNavGrid {
      display: grid;
      grid-template-columns: 3fr 1fr 1fr;
      grid-column-gap: 0.2rem;
      grid-row-gap: 0;
      margin-bottom: 1rem;
    }
    
    .pageNav {
      font-size: 1.4rem;
      line-height: 120%;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      display: block !important;
      text-align: center;
    }
    
    
    /* paragraph formats */
    .initial {
      font-size: 2.4rem;
      line-height: 120%;
      font-weight: 300;
      margin-bottom: 2.4rem;
    }
    
    .initial a {
      color: black;
    }
    
    .initial strong,
    .pRegular strong,
    .pLightCenter strong {
      font-weight: 500;
    }
    
    .pRegular {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 400;
      margin-bottom: 2.4rem;
    }
    
    .pLight {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 300;
      margin-bottom: 2.4rem;
    }
    
    .plight em {
      font-style: italic;
    }
    
    .pLightCenter {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 300;
      margin-bottom: 2.4rem;
      text-align: center;
    }
    
    .pLinks {
      font-size: 1.5rem;
      line-height: 120%;
      font-weight: 600;
      margin-bottom: 1.8rem;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      color: white;
    }
    
    em {
      font-style: italic;
    }
    
    .pCall {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      margin-bottom: 0.4rem;
    }
    
    .telOuter {
      font-size: 3rem;
      line-height: 140%;
      font-weight: 500;
      margin-bottom: 1.8rem;
    }
    
    /* lists */
    .ulTick {
      margin-bottom: 2rem;
    }
    
    .ulTick li {
      padding-left: 3rem;
      margin-bottom: 0.8rem;
      position: relative;
    }
    
    .ulTick li {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 500;
    }
    
    .ulTick li:before {
      content: "\052";
      font-family: 'Wingdings2';
      font-size: 2.6rem;
      line-height: 100%;
      width: 3rem;
      display: block;
      position: absolute;
      top: -0.2rem;
      left: 0;
      padding-left: 0;
    }
    
    /* lists */
    .ulCircle {
      margin-bottom: 2rem;
    }
    
    .ulCircle li {
      padding-left: 2rem;
      margin-bottom: 0.4rem;
      position: relative;
    }
    
    .ulCircle li {
      font-size: 1.6rem;
      line-height: 140%;
      font-weight: 300;
    }
    
    .ulCircle li:before {
      content: "\2022";
      font-family: 'Montserrat', sans-serif;
      font-size: 2rem;
      line-height: 100%;
      width: 2rem;
      display: block;
      position: absolute;
      top: -0.2rem;
      left: 0;
      padding-left: 0;
      font-weight: 600;
    }
    
    .olNumber>ol {
      margin-bottom: 2rem;
      counter-reset: my-awesome-counter;
    }
    
    strong {
      font-weight: 500;
    }
    
    /*  navigation */
    .navigation>ul {
      font-size: 0;
      margin: 0;
      padding: 0;
      text-align: right;
    }
    
    .navigation>ul li {
      display: inline-block;
      position: relative;
      font-weight: 500;
      padding-left: 1.2rem;
      padding-right: 1.2rem;
      transition: 0.2s linear;
    
    
    }
    
    .navigation>ul li a {
      display: block;
      font-size: 1.2rem;
      line-height: 1.2rem;
      text-transform: uppercase;
      letter-spacing: 0.1rem;
      padding-top: 1.8rem;
      padding-bottom: 1.4rem;
      color: black;
      /*  transition: 0.2s linear;  */
    }
    
    /* Overide */
    
    /* @media screen and (min-width: 768px) and (max-width: 1283px) {
      .navigation>ul li {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    
      }
    
      .navigation>ul li a {
        letter-spacing: 0.08rem;
      }
    }
    
    @media screen and (min-width: 768px) and (max-width: 1230px) {
      .navigation>ul li {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    
      }
    
      .navigation>ul li a {
        letter-spacing: 0.05rem;
      }
    }
    
    @media screen and (min-width: 768px) and (max-width: 1152px) {
      .navigation>ul li {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    
      }
    
      .navigation>ul li a {
        letter-spacing: 0.03rem;
      }
    } */
    
    /* /Overide */
    
    .navigation>ul li:nth-of-type(1) a:hover,
    .navigation>ul li:nth-of-type(1) a:focus,
    .navigation>ul li:nth-of-type(1) .selected {
      border-bottom-color: var(--video);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: var(--video);
    }
    
    .navigation>ul li:nth-of-type(2) a:hover,
    .navigation>ul li:nth-of-type(2) a:focus,
    .navigation>ul li:nth-of-type(2) .selected {
      border-bottom-color: var(--photography);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: var(--photography);
    
    }
    
    .navigation>ul li:nth-of-type(3) a:hover,
    .navigation>ul li:nth-of-type(3) a:focus,
    .navigation>ul li:nth-of-type(3) .selected {
      border-bottom-color: var(--drone);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: var(--drone);
    
    }
    
    .navigation>ul li:nth-of-type(4) a:hover,
    .navigation>ul li:nth-of-type(4) a:focus,
    .navigation>ul li:nth-of-type(4) .selected {
      border-bottom-color: var(--websites);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: var(--websites);
    
    }
    
    .navigation>ul li:nth-of-type(5) a:hover,
    .navigation>ul li:nth-of-type(5) a:focus,
    .navigation>ul li:nth-of-type(5) .selected {
      border-bottom-color: var(--graphicDesign);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: var(--graphicDesign);
    
    }
    
    .navigation>ul li:nth-of-type(6) a:hover,
    .navigation>ul li:nth-of-type(6) a:focus,
    .navigation>ul li:nth-of-type(6) .selected {
      border-bottom-color: var(--digitalMarketing);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: var(--digitalMarketing);
    
    }
    
    .navigation>ul li:nth-of-type(7) a:hover,
    .navigation>ul li:nth-of-type(7) a:focus,
    .navigation>ul li:nth-of-type(7) .selected {
      border-bottom-color: var(--projects);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: var(--projects);
    
    }
    
    .navigation>ul li:nth-of-type(8) a:hover,
    .navigation>ul li:nth-of-type(8) a:focus,
    .navigation>ul li:nth-of-type(8) .selected {
      border-bottom-color: var(--blog);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: var(--blog);
    
    }
    
    .navigation>ul li:nth-of-type(9) a:hover,
    .navigation>ul li:nth-of-type(9) a:focus,
    .navigation>ul li:nth-of-type(9) .selected {
      border-bottom-color: var(--contact);
      border-bottom-style: solid;
      border-bottom-width: 0.4rem;
      color: var(--contact);
    
    }
    
    /* smart navigation */
    .fixed {
      position: fixed;
      width: 100%;
      background-color: white;
    }
    
    .fixedHeader {
      position: fixed;
      z-index: 1500;
      width: 100%;
      background-color: white;
    
    }
    
    .fixedOffset {
      width: 100%;
      height: 12rem;
      background-color: white;
    }
    
    
    
    /* /main Image stripe */
    
    
    
    
    .verticalCentre {
      margin: 0;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    
      padding-right: 45%;
    }
    
    .genImage {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
    }
    
    
    
    
    /* slider */
    .slider {
      width: 100%;
      position: relative;
    }
    
    .slideHeight {
      padding-bottom: 56.25%;
      padding-bottom: 40%;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%
    }
    
    
    .slideHeight video {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      z-index: 0;
    }
    
    /* embed video mp4 */
    .embed-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-bottom: 40%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
    }
    
    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    
    /* embed video videos */
    .videoBlock {
      max-width: 80rem;
      margin-left: auto;
      margin-right: auto;
      padding-top: 4rem;
    }
    
    .videosContainer {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      max-width: 100%;
    }
    
    .videosContainer iframe,
    .embed-container object,
    .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    
    
    
    /* bxSLider */
    
    .bx-wrapper {
      position: relative;
      padding: 0;
      *zoom: 1;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
    }
    
    /* .bx-wrapper img {
      max-width:100%;
      display:block;
    } */
    
    .bxslider {
      margin: 0;/ padding: 0;
      -webkit-perspective: 1000;
    }
    
    ul.bxslider {
      list-style: none;
    }
    
    .bx-viewport {
      /* fix other elements on the page moving (in Chrome) */
      -webkit-transform: translateZ(0);
    }
    
    /** THEME
    ===================================*/
    .bx-wrapper {
      background: #fff;
      position: relative;
    }
    
    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
      position: absolute;
      bottom: 3rem;
      width: 100%;
    }
    
    /* LOADER */
    .bx-wrapper .bx-loading {
      min-height: 61px;
      background: url(/gfx/loader.gif) center center no-repeat #fff;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1000;
    }
    
    /* PAGER */
    
    .bx-wrapper .bx-pager {
      text-align: center;
      font-size: .85em;
      font-family: Arial;
      font-weight: bold;
      color: #666;
      padding-top: 20px;
    }
    
    .bx-wrapper .bx-pager.bx-default-pager a {
      border-bottom: 0.3rem solid rgba(255, 255, 255, 0.5);
      width: 3rem;
      display: block;
    }
    
    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active,
    .bx-wrapper .bx-pager.bx-default-pager a:focus {
      border-bottom: 0.3rem solid rgba(255, 255, 255, 1);
    }
    
    .bx-wrapper .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
      display: inline-block;
      vertical-align: bottom;
      *zoom: 1;
      *display: inline;
    }
    
    .bx-wrapper .bx-pager-item {
      font-size: 0;
      line-height: 0;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
    }
    
    /* DIRECTION CONTROLS (NEXT / PREV) */
    .bx-wrapper .bx-prev {
      left: calc(50% - 13.5rem);
      /*   background-color: rgba(255,255,255,0.5); */
      border-bottom: 0.3rem solid rgba(255, 255, 255, 0.5);
    
    }
    
    .slider .live {
      left: calc(50% - 4rem);
      /*   background-color: rgba(255,255,255,1); */
      border-bottom: 0.3rem solid rgba(255, 255, 255, 1);
    
    }
    
    
    .bx-wrapper .bx-prev:hover,
    .bx-wrapper .bx-prev:focus {
      /* background-color: rgba(255,255,255,1); */
      border-bottom: 0.3rem solid rgba(255, 255, 255, 1);
    
    }
    
    .bx-wrapper .bx-next {
      right: calc(50% - 13.5rem);
      /*   background-color: rgba(255,255,255,0.5); */
      border-bottom: 0.3rem solid rgba(255, 255, 255, 0.5);
    
    }
    
    .bx-wrapper .bx-next:hover,
    .bx-wrapper .bx-next:focus {
      /* background-color: rgba(255,255,255,1); */
      border-bottom: 0.3rem solid rgba(255, 255, 255, 1);
    
    }
    
    .bx-wrapper .bx-controls-direction a,
    .slider .live {
      position: absolute;
      bottom: 4rem;
      outline: 0;
      width: 8rem;
      height: 2.3rem;
      text-indent: -9999px;
      z-index: 999;
      background-position: center center;
      background-repeat: no-repeat;
      padding-top: 1rem;
      padding-bottom: 1rem;
    
      /* 	background-size:100%; */
    }
    
    .bx-wrapper .bx-controls-direction a.disabled {
      display: none;
    }
    
    //* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
    
    .bx-controls {
    
      text-align: center;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 3rem;
    }
    
    
    
    /* home page */
    /* stripe #1 */
    .homeText {
      width: 100%;
      padding-right: 30%;
    }
    
    .homeTextBackgroundImage {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: right center;
      overflow: visible;
    }
    
    .homeText>.r1c1 {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .homeText>.r2c1 {
      width: 50%;
      padding-right: 2rem;
      float: left;
    }
    
    .homeText>.r2c2 {
      width: 50%;
      padding-left: 2rem;
      float: right;
    }
    
    /* /stripe #1 */
    
    /* link blocks */
    .linkBlocksBackground {
      background-color: #F2F0EE;
    }
    
    .stripeLinkBlocks {
      max-width: 128rem;
      padding-left: 5rem;
      padding-right: 5rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .linkItem {
      width: 33.333333%;
      float: left;
      padding: 1rem;
      overflow: hidden;
    }
    
    a.linkItemInner {
      width: 100%;
    
    }
    
    .linkImageOverlay {
      padding: 4rem;
      box-sizing: border-box;
      width: 100%;
    }
    
    a.linkItemInner .linkImageOverlay {
      position: absolute;
      bottom: -25rem;
      height: 25rem;
      transition: all 0.5s;
    
    }
    
    a.linkItemInner:hover .linkImageOverlay,
    a.linkItemInner:focus .linkImageOverlay {
      position: absolute;
      bottom: 0;
      opacity: 0.9;
    }
    
    .overlayBlock {
      position: absolute;
      bottom: 4rem;
      width: calc(100% - 8rem);
    }
    
    .linkImageArea {
      overflow: hidden;
    }
    
    .linkImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    }
    
    .linkCat {
      padding: 1rem;
      background-color: white;
    }
    
    /* /link blocks */
    
    /* testimonials */
    .testSlideHeight {
      position: relative;
      background-position: right center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      overflow: visible;
    }
    
    .stripeDefaultTest {
      max-width: 128rem;
      padding-left: 6rem;
      padding-right: 6rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .stripeDefaultTest>.r1c1 {
      width: 38rem;
      float: left;
    }
    
    .stripeDefaultTest>.r1c2 {
      width: calc(100% - 40rem);
      float: right;
      height: calc(58.4rem - 8rem);
      background-size: 76rem;
      background-position: left center;
      background-repeat: no-repeat;
      overflow: visible;
    }
    
    
    /* /testimonials */
    
    /* why choose */
    
    .stripeChoose {
      max-width: 128rem;
      padding-left: 4rem;
      padding-right: 4rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    
    .chooseItem {
      width: 33.333333%;
      float: left;
      padding: 2rem;
      text-align: center;
    }
    
    .chooseItemImage {
      width: 40%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2.4rem;
    }
    
    .chooseItemImage img {
      width: 100%;
    }
    
    /* /why choose */
    
    /* meet directors */
    .directorsBackground {
      background-color: #EBE9E6;
    }
    
    .xtraMargin {
      margin-bottom: 2rem;
    }
    
    .r1c1Directors {
      width: 30%;
      float: left;
    }
    
    .r1c2Directors {
      width: 70%;
      float: right;
      padding-left: 4rem;
    }
    
    .imageDirector {
      width: 100%;
    }
    
    .imageDirector img {
      width: 100%;
    }
    
    
    /* /meet dirctors */
    
    /* client logos */
    .logosOuter {
      width: 100%;
      /*   border:0.05rem solid #eeeeee; */
    }
    
    .logoItem {
      width: 14.285714%;
      float: left;
      /*   border:0.05rem solid #eeeeee; */
      padding: 1.5rem;
    }
    
    .logoItem img {
      width: 100%;
    }
    
    /* /client logos */
    /* home page */
    
    
    /* video */
    
    .stripeVideoBlock {
      max-width: 128rem;
      padding-left: 5rem;
      padding-right: 5rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .videoText>.r1c1 {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    .videoText>.r2c1 {
      width: 33.333333%;
      padding-right: 1rem;
      float: left;
    }
    
    .videoText>.r2c2 {
      width: 33.333333%;
      padding-left: 2rem;
      padding-right: 1rem;
    
      float: left;
    }
    
    .videoText>.r2c3 {
      width: 33.333333%;
      padding-left: 2rem;
      float: left;
    }
    
    .videoItem {
      width: 33.333333%;
      float: left;
      padding: 1rem;
      overflow: hidden;
    }
    
    a.videoItemInner {
      width: 100%;
    
    }
    
    .videoImageOverlay {
      padding: 4rem;
      box-sizing: border-box;
      width: 100%;
    }
    
    a.videoItemInner .videoImageOverlay {
      position: absolute;
      bottom: -25rem;
      height: 25rem;
      transition: all 0.5s;
    
    }
    
    a.videoItemInner:hover .videoImageOverlay,
    a.videoItemInner:focus .videoImageOverlay {
      position: absolute;
      bottom: 0;
      opacity: 0.9;
    }
    
    
    .videoImageArea {
      overflow: hidden;
    }
    
    .videoImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
    
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    
    }
    
    /* websites */
    
    
    .websitesText>.r1c1 {
      width: 100%;
      margin-bottom: 4rem;
    }
    
    .websitesText>.r2c1 {
      width: 50%;
      padding-right: 2rem;
      float: left;
    }
    
    .websitesText>.r2c2 {
      width: 50%;
      padding-left: 2rem;
      float: right;
    }
    
    .websitesText>.r3c1 {
      width: 100%;
      padding-top: 12rem;
    }
    
    .webstiteUrl {
      font-size: 2rem;
      line-height: 120%;
      font-weight: 500;
      color: black;
      letter-spacing: 0.1rem;
      margin-bottom: 0.8rem;
      text-transform: uppercase;
    }
    
    /* /websites */
    
    
    /* projects */
    
    .stripeProjectBlocks {
      max-width: 128rem;
      padding-left: 5rem;
      padding-right: 5rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .projectItem {
      width: 33.333333%;
      float: left;
      padding: 1rem;
      overflow: hidden;
    }
    
    a.projectItemInner {
      width: 100%;
    
    }
    
    .projectImageOverlay {
      padding: 4rem;
      box-sizing: border-box;
      width: 100%;
    }
    
    a.projectItemInner .projectImageOverlay {
      position: absolute;
      bottom: -25rem;
      height: 25rem;
      transition: all 0.5s;
    
    }
    
    a.projectItemInner:hover .projectImageOverlay,
    a.projectItemInner:focus .projectImageOverlay {
      position: absolute;
      bottom: 0;
    }
    
    .projectOverlayBlock {
      position: absolute;
      bottom: 4rem;
      width: calc(100% - 8rem);
    }
    
    .projectImageArea {
      overflow: hidden;
    }
    
    .projectImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    }
    
    .projectCat {
      padding: 1rem;
      background-color: white;
      width: 100%;
    }
    
    @media screen and (min-width: 1093px) and (max-width: 1231px) {
      .projectImageOverlay {
        padding: 2rem;
        box-sizing: border-box;
        width: 100%;
      }
    
      .projectOverlayBlock {
        position: absolute;
        bottom: 2rem;
        width: calc(100% - 4rem);
      }
    }
    
    /* /projects */
    
    
    /* blog */
    
    .stripeBlogBlocks {
      max-width: 128rem;
      padding-left: 5rem;
      padding-right: 5rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .blogItem {
      width: 33.333333%;
      float: left;
      padding: 1rem;
      overflow: hidden;
      padding-bottom: 4rem;
    }
    
    a.blogItemInner {
      width: 100%;
    
    }
    
    .blogImageOverlay {
      padding: 4rem;
      box-sizing: border-box;
      width: 100%;
    }
    
    a.blogItemInner .blogImageOverlay {
      position: absolute;
      bottom: -25rem;
      height: 25rem;
      transition: all 0.5s;
    
    }
    
    a.blogItemInner:hover .blogImageOverlay,
    a.blogItemInner:focus .blogImageOverlay {
      position: absolute;
      bottom: 0;
    }
    
    .blogOverlayBlock {
      position: absolute;
      bottom: 4rem;
      width: calc(100% - 8rem);
    }
    
    .blogImageArea {
      overflow: hidden;
    }
    
    .blogImage {
      width: 100%;
      padding-bottom: 66.666666%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      overflow: hidden;
    
    }
    
    .blogCat {
      padding: 0;
      width: 100%;
      padding-right: 2rem;
      padding-top: 2rem;
    }
    
    .buttonPosition {
      position: absolute;
      bottom: 1rem;
      left: 1rem;
    }
    
    /* /projects */
    
    /* contact */
    .google-maps {
      position: relative;
      padding-bottom: 65%; // This is the aspect ratio
      height: 0;
      overflow: hidden;
      width: 100%;
      border: 0.6rem solid white;
    }
    
    .google-maps iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
    }
    
    .r1c1Contact {
      width: 50%;
      padding-right: 8.6rem;
      float: left;
    }
    
    .r1c2Contact {
      width: 50%;
      float: right;
    }
    
    /* contact */
    
    /* footer */
    #footer {
      padding-top: 4.4rem;
      padding-bottom: 8.4rem;
    }
    
    #footer .col {
      width: 20%;
      padding-right: 5rem;
      float: left;
    }
    
    #footer .col:last-of-type {
      width: 40%;
      padding-right: 0;
    }
    
    #footer h2 {
      font-size: 1.9rem;
      font-weight: 500;
      line-height: 140%;
      margin-bottom: 1rem;
      color: rgba(255, 255, 255, 0.75);
    }
    
    #footer p {
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 140%;
      margin-bottom: 1.6rem;
      color: rgba(255, 255, 255, 0.75);
    }
    
    #footer p.signOff {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 140%;
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.75);
    }
    
    #footer .footerNav li {
      font-size: 1.5rem;
      line-height: 130%;
      font-weight: 500;
      margin-bottom: 0.6rem;
    }
    
    #footer a {
      color: rgba(255, 255, 255, 0.75);
    
    }
    
    #footer a:hover,
    #footer a:focus,
    #footer a.selected {
      color: white;
    }
    
    #footer .footerColumns {
      padding-bottom: 5rem;
    }
    
    #footer .footerLogo {
      width: 22rem;
      text-align: left;
      margin-bottom: 1rem;
    }
    
    #footer .footerLogo img {
      width: 100%;
    }
    
    
    #footer .footerSocial {
      float: left;
      text-align: left;
    }
    
    
    /* social */
    #footer .footerSocial ul {
      text-align: left;
    }
    
    
    
    #footer .footerSocial ul li {
      display: inline-block;
      padding-right: 1rem;
    }
    
    
    /* legal */
    .legalArea {
      max-width: 96rem;
      padding: 4rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .legalTxt {
      padding: 3rem;
      background-color: white;
      font-family: "DIN Light";
      font-style: normal;
      color: black;
    }
    
    .legalTxt h1 {
      font-family: "DIN Light";
      font-size: 2.8rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt h2 {
      font-family: "DIN Medium";
      font-size: 2.2rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt h3 {
      font-family: "DIN Light";
      font-size: 1.8rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt h4 {
      font-family: "DIN Medium";
      font-size: 1.6rem;
      line-height: 130%;
      text-align: left;
      text-transform: uppercase;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt p {
      font-size: 1.6rem;
      line-height: 130%;
      text-align: left;
      margin-bottom: 1.4rem;
    }
    
    .legalTxt p a {
      color: black;
    }
    
    .legalTxt p a:hover,
    .legalTxt p a:focus {
      color: black;
      text-decoration: underline;
    }
    
    .legalTxt ul {
      margin-bottom: 2rem;
    }
    
    .legalTxt ul li {
      font-size: 1.6rem;
      line-height: 130%;
      margin-bottom: 1rem;
      color: black;
    }
    
    .legalTxt ul li {
      padding-left: 3rem;
      position: relative;
    }
    
    .legalTxt ul li:before {
      content: "\2022";
      font-family: "DIN Medium";
      width: 2rem;
      display: block;
      position: absolute;
      top: 0rem;
      left: 0;
      padding-left: 0;
      font-size: 2rem;
      color: black;
    }
    
    
    .legalTxt ol {
      margin-bottom: 2rem;
      counter-reset: my-awesome-counter;
    }
    
    .legalTxt ol li {
      font-weight: 300;
      font-size: 1.6rem;
      line-height: 130%;
      margin-bottom: 1rem;
      /* color: #ABACAE;  */
      counter-increment: my-awesome-counter;
    }
    
    .legalTxt ol li {
      padding-left: 3rem;
      position: relative;
    }
    
    .legalTxt ol li:before {
      content: counter(my-awesome-counter);
      width: 2rem;
      display: block;
      position: absolute;
      top: 0.265rem;
      left: 0;
      padding-left: 0;
      font-size: 1.6rem;
      line-height: 120%;
    }
    
    .legalTxt strong {
      font-family: "DIN Medium";
    }
    
    /* .form */
    
    
    /* image blocks */
    .imgBlocks {
      max-width: 1160px;
      margin: 0;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      list-style: none;
    
      display: grid;
      grid-gap: 10px;
      /* 			grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; */
    }
    
    
    
    .imgBlocks li {
      background-size: cover;
      padding-bottom: 66.666666%;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative;
    }
    
    .imgBlocks li:hover {}
    
    /* TOPSLICE */
    .imgBlocks .i1 {
      grid-column: 1 / 10;
      grid-row: 1 / 10;
    }
    
    .imgBlocks .i2 {
      grid-column: 10 / 16;
      grid-row: 1 / 7;
    }
    
    .imgBlocks .i3 {
      grid-column: 10 / 13;
      grid-row: 7 / 10;
    }
    
    .imgBlocks .i4 {
      grid-column: 13 / 16;
      grid-row: 7 / 10;
    }
    
    /* MID SLICE */
    
    
    .imgBlocks .i5 {
      grid-column: 1 / 6;
      grid-row: 10 / 15;
    }
    
    .imgBlocks .i6 {
      grid-column: 6 / 11;
      grid-row: 10 / 15;
    }
    
    .imgBlocks .i7 {
      grid-column: 11 / 16;
      grid-row: 10 / 15;
    }
    
    /*   REVERSE SLICE */
    
    .imgBlocks .i8 {
      grid-column: 1 / 7;
      grid-row: 15 / 21;
    }
    
    .imgBlocks .i9 {
      grid-column: 1 / 4;
      grid-row: 21 / 24;
    }
    
    .imgBlocks .i10 {
      grid-column: 4 / 7;
      grid-row: 21 / 24;
    }
    
    .imgBlocks .i11 {
      grid-column: 7 / 16;
      grid-row: 15 / 24;
    }
    
    /* 	set of 3  */
    .imgBlocks .i12 {
      grid-column: 1 / 6;
      grid-row: 24 / 29;
    }
    
    .imgBlocks .i13 {
      grid-column: 6 / 11;
      grid-row: 24 / 29;
    }
    
    .imgBlocks .i14 {
      grid-column: 11 / 16;
      grid-row: 24 / 29;
    }
    
    /* top slice */
    .imgBlocks .i15 {
      grid-column: 1 / 10;
      grid-row: 29 / 38;
    }
    
    .imgBlocks .i16 {
      grid-column: 10 / 16;
      grid-row: 29 / 35;
    }
    
    .imgBlocks .i17 {
      grid-column: 10 / 13;
      grid-row: 35 / 38;
    }
    
    .imgBlocks .i18 {
      grid-column: 13 / 16;
      grid-row: 35 / 38;
    }
    
    /* 	set of 3  */
    .imgBlocks .i19 {
      grid-column: 1 / 6;
      grid-row: 38 / 43;
    }
    
    .imgBlocks .i20 {
      grid-column: 6 / 11;
      grid-row: 38 / 43;
    }
    
    .imgBlocks .i21 {
      grid-column: 11 / 16;
      grid-row: 38 / 43;
    }
    
    /*   reverse slice */
    
    .imgBlocks .i22 {
      grid-column: 1 / 7;
      grid-row: 43 / 49;
    }
    
    .imgBlocks .i23 {
      grid-column: 1 / 4;
      grid-row: 49 / 52;
    }
    
    .imgBlocks .i24 {
      grid-column: 4 / 7;
      grid-row: 49 / 52;
    }
    
    .imgBlocks .i25 {
      grid-column: 7 / 16;
      grid-row: 43 / 52;
    }
    
    /* 	set of 3  */
    .imgBlocks .i26 {
      grid-column: 1 / 6;
      grid-row: 52 / 57;
    }
    
    .imgBlocks .i27 {
      grid-column: 6 / 11;
      grid-row: 52 / 57;
    }
    
    .imgBlocks .i28 {
      grid-column: 11 / 16;
      grid-row: 52 / 57;
    }
    
    
    /* top slice */
    .imgBlocks .i29 {
      grid-column: 1 / 10;
      grid-row: 57 / 66;
    }
    
    .imgBlocks .i30 {
      grid-column: 10 / 16;
      grid-row: 57 / 63;
    }
    
    .imgBlocks .i31 {
      grid-column: 10 / 13;
      grid-row: 63 / 66;
    }
    
    .imgBlocks .i32 {
      grid-column: 13 / 16;
      grid-row: 63 / 66;
    }
    
    
    
    /* 	set of 3  */
    .imgBlocks .i33 {
      grid-column: 1 / 6;
      grid-row: 66 / 71;
    }
    
    .imgBlocks .i34 {
      grid-column: 6 / 11;
      grid-row: 66 / 71;
    }
    
    .imgBlocks .i35 {
      grid-column: 11 / 16;
      grid-row: 66 / 71;
    }
    
    
    
    /*   reverse slice */
    
    .imgBlocks .i36 {
      grid-column: 1 / 7;
      grid-row: 71 / 77;
    }
    
    .imgBlocks .i37 {
      grid-column: 1 / 4;
      grid-row: 77 / 80;
    }
    
    .imgBlocks .i38 {
      grid-column: 4 / 7;
      grid-row: 77 / 80;
    }
    
    .imgBlocks .i39 {
      grid-column: 7 / 16;
      grid-row: 71 / 80;
    }
    
    
    /* 	set of 3  */
    .imgBlocks .i40 {
      grid-column: 1 / 6;
      grid-row: 80 / 85;
    }
    
    .imgBlocks .i41 {
      grid-column: 6 / 11;
      grid-row: 80 / 85;
    }
    
    .imgBlocks .i42 {
      grid-column: 11 / 16;
      grid-row: 80 / 85;
    }
    
    
    /* top slice */
    .imgBlocks .i43 {
      grid-column: 1 / 10;
      grid-row: 85 / 94;
    }
    
    .imgBlocks .i44 {
      grid-column: 10 / 16;
      grid-row: 85 / 91;
    }
    
    .imgBlocks .i45 {
      grid-column: 10 / 13;
      grid-row: 91 / 94;
    }
    
    .imgBlocks .i46 {
      grid-column: 13 / 16;
      grid-row: 91 / 94;
    }
    
    /* 	set of 3  */
    .imgBlocks .i47 {
      grid-column: 1 / 6;
      grid-row: 94 / 99;
    }
    
    .imgBlocks .i48 {
      grid-column: 6 / 11;
      grid-row: 94 / 99;
    }
    
    .imgBlocks .i49 {
      grid-column: 11 / 16;
      grid-row: 94 / 99;
    }
    
    
    
    
    /*   reverse slice */
    
    .imgBlocks .i50 {
      grid-column: 1 / 7;
      grid-row: 99 / 105;
    }
    
    .imgBlocks .i51 {
      grid-column: 1 / 4;
      grid-row: 105 / 108;
    }
    
    .imgBlocks .i52 {
      grid-column: 4 / 7;
      grid-row: 105 / 108;
    }
    
    .imgBlocks .i53 {
      grid-column: 7 / 16;
      grid-row: 99 / 108;
    }
    
    
    /* 	set of 3  */
    .imgBlocks .i54 {
      grid-column: 1 / 6;
      grid-row: 108 / 113;
    }
    
    .imgBlocks .i55 {
      grid-column: 6 / 11;
      grid-row: 108 / 113;
    }
    
    .imgBlocks .i56 {
      grid-column: 11 / 16;
      grid-row: 108 / 113;
    }
    
    
    /* top slice */
    .imgBlocks .i57 {
      grid-column: 1 / 10;
      grid-row: 113 / 122;
    }
    
    .imgBlocks .i58 {
      grid-column: 10 / 16;
      grid-row: 113 / 119;
    }
    
    .imgBlocks .i59 {
      grid-column: 10 / 13;
      grid-row: 119 / 122;
    }
    
    .imgBlocks .i60 {
      grid-column: 13 / 16;
      grid-row: 119 / 122;
    }
    
    
    /* 	set of 3  */
    .imgBlocks .i61 {
      grid-column: 1 / 6;
      grid-row: 122 / 127;
    }
    
    .imgBlocks .i62 {
      grid-column: 6 / 11;
      grid-row: 122 / 127;
    }
    
    .imgBlocks .i63 {
      grid-column: 11 / 16;
      grid-row: 122 / 127;
    }
    
    
    /*   reverse slice */
    
    .imgBlocks .i64 {
      grid-column: 1 / 7;
      grid-row: 127 / 133;
    }
    
    .imgBlocks .i65 {
      grid-column: 1 / 4;
      grid-row: 133 / 136;
    }
    
    .imgBlocks .i66 {
      grid-column: 4 / 7;
      grid-row: 133 / 136;
    }
    
    .imgBlocks .i67 {
      grid-column: 7 / 16;
      grid-row: 127 / 136;
    }
    
    
    /* 	set of 3  */
    .imgBlocks .i68 {
      grid-column: 1 / 6;
      grid-row: 136 / 141;
    }
    
    .imgBlocks .i69 {
      grid-column: 6 / 11;
      grid-row: 136 / 141;
    }
    
    .imgBlocks .i70 {
      grid-column: 11 / 16;
      grid-row: 136 / 141;
    }
    
    /* top slice */
    .imgBlocks .i71 {
      grid-column: 1 / 10;
      grid-row: 141 / 150;
    }
    
    .imgBlocks .i72 {
      grid-column: 10 / 16;
      grid-row: 141 / 147;
    }
    
    .imgBlocks .i73 {
      grid-column: 10 / 13;
      grid-row: 147 / 150;
    }
    
    .imgBlocks .i74 {
      grid-column: 13 / 16;
      grid-row: 147 / 150;
    }
    
    /* 	set of 3  */
    .imgBlocks .i75 {
      grid-column: 1 / 6;
      grid-row: 150 / 155;
    }
    
    .imgBlocks .i76 {
      grid-column: 6 / 11;
      grid-row: 150 / 155;
    }
    
    .imgBlocks .i77 {
      grid-column: 11 / 16;
      grid-row: 150 / 155;
    }
    
    
    /*   reverse slice */
    
    .imgBlocks .i78 {
      grid-column: 1 / 7;
      grid-row: 155 / 161;
    }
    
    .imgBlocks .i79 {
      grid-column: 1 / 4;
      grid-row: 161 / 164;
    }
    
    .imgBlocks .i80 {
      grid-column: 4 / 7;
      grid-row: 161 / 164;
    }
    
    .imgBlocks .i81 {
      grid-column: 7 / 16;
      grid-row: 155 / 164;
    }
    
    /* 	set of 3  */
    .imgBlocks .i82 {
      grid-column: 1 / 6;
      grid-row: 164 / 169;
    }
    
    .imgBlocks .i83 {
      grid-column: 6 / 11;
      grid-row: 164 / 169;
    }
    
    .imgBlocks .i84 {
      grid-column: 11 / 16;
      grid-row: 164 / 169;
    }
    
    /* top slice */
    .imgBlocks .i85 {
      grid-column: 1 / 10;
      grid-row: 169 / 178;
    }
    
    .imgBlocks .i86 {
      grid-column: 10 / 16;
      grid-row: 169 / 175;
    }
    
    .imgBlocks .i87 {
      grid-column: 10 / 13;
      grid-row: 175 / 178;
    }
    
    .imgBlocks .i88 {
      grid-column: 13 / 16;
      grid-row: 175 / 178;
    }
    
    
    /* 	set of 3  */
    .imgBlocks .i89 {
      grid-column: 1 / 6;
      grid-row: 178 / 183;
    }
    
    .imgBlocks .i90 {
      grid-column: 6 / 11;
      grid-row: 178 / 183;
    }
    
    .imgBlocks .i91 {
      grid-column: 11 / 16;
      grid-row: 178 / 183;
    }
    
    
    /*   reverse slice */
    
    .imgBlocks .i92 {
      grid-column: 1 / 7;
      grid-row: 183 / 189;
    }
    
    .imgBlocks .i93 {
      grid-column: 1 / 4;
      grid-row: 189 / 192;
    }
    
    .imgBlocks .i94 {
      grid-column: 4 / 7;
      grid-row: 189 / 192;
    }
    
    .imgBlocks .i95 {
      grid-column: 7 / 16;
      grid-row: 183 / 192;
    }
    
    /* 	set of 3  */
    .imgBlocks .i96 {
      grid-column: 1 / 6;
      grid-row: 192 / 197;
    }
    
    .imgBlocks .i97 {
      grid-column: 6 / 11;
      grid-row: 192 / 197;
    }
    
    .imgBlocks .i98 {
      grid-column: 11 / 16;
      grid-row: 192 / 197;
    }
    
    /* /image blocks */
    
    
    
    
    
    /* image magnifier */
    .imageItemLink {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
    
    }
    
    
    .imageItemLink:hover,
    .imageItemLink:focus {
      position: absolute;
      background-image: url(/gfx/mag.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 2rem;
    }
    
    /* image magnifier */
    
    
    
    /* value items on home */
    .stripContainer {
      width: 100%;
      background-color: #F2F2F2;
      border-top: 0.4rem solid white;
    
    }
    
    .stripValues {
      max-width: 128rem;
      padding-left: 5rem;
      padding-right: 5rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
      margin-left: auto;
      margin-right: auto;
    }
    
    .valueContainer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      box-sizing: border-box;
    
    }
    
    .valueLogo {
      height: 7.6rem;
      /* Adjust the height as needed */
      width: auto;
      /* Maintain aspect ratio */
    }
    
    
    
    /* new link icons in header */
    
    .iconGrid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 0;
      grid-row-gap: 0;
      margin-bottom: 0;
    }
    
    
    .newHeaderIcon {
      position: absolute;
      width: 12rem;
      height: 12rem;
      top: 0;
      right: 0;
      display: block;
      background-color: var(--pageColor);
    }
    
    .newIconLink {
      width: 6rem;
      height: 6rem;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      display: block;
    }
    
    .newIconLink:hover,
    .newIconLink:focus {
      background-color: var(--rolloverCommon);
    }
    
    /* Borders for each item based on position */
    /* Top-left item (1st item) */
    .iconGrid .newIconLink:nth-child(1) {
      border-bottom: 0.6px solid white;
      border-right: 0.6px solid white;
    }
    
    /* Top-right item (2nd item) */
    .iconGrid .newIconLink:nth-child(2) {
      border-bottom: 0.6px solid white;
      border-left: 0.6px solid white;
    }
    
    /* Bottom-left item (3rd item) */
    .iconGrid .newIconLink:nth-child(3) {
      border-top: 0.6px solid white;
      border-right: 0.6px solid white;
    }
    
    /* Bottom-right item (4th item) */
    .iconGrid .newIconLink:nth-child(4) {
      border-top: 0.6px solid white;
      border-left: 0.6px solid white;
    }
    
    /* new 14032025 */
    .homeTxtVidGrid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
    }
    
    .homeTxtVidContainer {
      padding-bottom: 56.25%;
      position: relative;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%
    }
    
    
    .homeTxtVidContainer video {
      width: 100%;
      height: 100%;
      position: absolute;
      object-fit: cover;
      z-index: 0;
    }
    
    .fullTxt {
      width: 100%;
      margin-bottom: 1.8rem;
    }
    
    /* modifications 16/12/2025 */
    .articlesGrid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      margin-bottom: 4rem;
    }
    
    .blogItemHub {
    width: 100%%;
    overflow: hidden;
    padding-bottom: 3.5rem;
    }
    .categoryMenu ul {
      padding-top: 4rem;
      margin-bottom: 3rem;
      list-style-type: none; /* remove bullets */
    }
    
    .categoryMenu li {
      font-size: 1.3rem;
      line-height: 1.3rem;
      text-transform: uppercase;
      display: inline-flex;
      align-items: center;
      font-weight: 500;
    }
    
    /* First item: Filter */
    .categoryMenu li:first-child {
      font-weight: 700;
      padding-right: 0.5rem;
    }
    
    /* Slash only between category links starting from the 3rd li */
    .categoryMenu li:nth-child(n+3)::before {
      content: "/";
      color: black;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      display: inline-block;
    }
    
    .categoryMenu ul li a {
      display: inline;
      letter-spacing: 0.1rem;
      color: black;
      text-decoration: none;
    }
    
    .categoryMenu ul li a:active,
    .categoryMenu ul li a:focus,
    .categoryMenu ul li a:hover,
    .categoryMenu ul li a.active {
      color: #83064C;
    }
    .buttonPosition2 {
    position: absolute;
    bottom:0;
    left: 0;
    }
    
    
    
    /* header adjustments */
    
    .headerCenterTopGridHub {
      display: grid;
      grid-template-columns: 23.4rem calc(100% - 23.4rem);
      grid-column-gap: 0;
      grid-row-gap: 0;
      height: 7.2rem;
    
    }
    .headerLeftHub {
      width: 23.4rem;
      padding-right: 1rem;
      position:relative;
    }
    .phoneBox {
      position:relative;
    }
    .phoneBlock {
      position:absolute;
      bottom: 1rem;
      right: 0;
    }
    
    .headerLeftHub .logo {
      width: 100%;
      height: 3.53rem;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: var(--ccBlack);
      display: block;
      position: absolute;
      left:0;
      bottom: 1rem;
    }
    
    .headerRight {
      position: absolute;
      width: 10.6rem;
      height: 12rem;
      background-color: var(--pageColor);
      top: 0;
      right: 0;
      display: block;
    }
    
    .headerRight:hover,
    .headerRight:focus {
      background-color: var(--rolloverCommon);
    
    }
    
    .headerCenterHub {
      width:100%;
      float: left;
    }
    
    .headerCenterTopHub {
      width: 100%;
      padding-right: 2rem !important;
      padding-top: 0;
    }
    
    .headerCenterBottomHub {
      height: 4.8rem;
      padding-right: 1rem;
    
    }
    .headerCenterBottomHub > .navigation > ul {
      text-align: left;
    }
    .headerCenterBottomHub > .navigation > ul >li:first-of-type {
      padding-left: 0;
    }
    
    
    @media screen and (min-width: 1105px) and (max-width: 1183px) {
      .navigation>ul li {
        padding-left: 0.94rem;
        padding-right: 0.94rem;
    
      }
    
      .navigation>ul li a {
        letter-spacing: 0.05rem;
      }
    }
    .kh100 {
      width: 100%;
    }
}
