@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
@import "preloader.css";
@font-face {
  font-family: "Georgia";
  src: url("/fonts/Georgia.eot");
  src: url("/fonts/Georgia.eot?#iefix") format("embedded-opentype"), url("/fonts/Georgia.woff2") format("woff2"), url("/fonts/Georgia.woff") format("woff"), url("/fonts/Georgia.ttf") format("truetype"), url("/fonts/Georgia.svg#Georgia") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Georgia-Italic";
  src: url("/fonts/Georgia-Italic.eot");
  src: url("/fonts/Georgia-Italic.eot?#iefix") format("embedded-opentype"), url("/fonts/Georgia-Italic.woff2") format("woff2"), url("/fonts/Georgia-Italic.woff") format("woff"), url("/fonts/Georgia-Italic.ttf") format("truetype"), url("/fonts/Georgia-Italic.svg#Georgia-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

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

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: calc(33.33% - 10px);
  margin-right: 15px;
  margin-bottom: 30px;
}
.grid_4:nth-child(3n) {
  margin-right: 0;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: flex;
  position: relative;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  color: inherit;
}

img {
  border: none;
  max-width: 100%;
  display: block;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

ul,
ol,
li {
  list-style: none;
}

/* General */
html {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: normal;
  text-align: left;
  background-color: #03273e;
  color: #F7F7F7;
  height: 100%;
  padding-top: 90px;
}

/* Scroll Bar */
html {
  scrollbar-width: 0.3vw;
  scrollbar-color: rgb(255, 255, 255) rgb(3, 39, 62);
}

html::-webkit-scrollbar {
  width: 0.3vw;
}

html::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
}

html::-webkit-scrollbar-track:hover {
  background-color: rgb(3, 39, 62);
}

.mob {
  display: none;
}

.fake-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
}

/* Headings */
h1 {
  font-family: Georgia;
  font-size: 26px;
  letter-spacing: 0em;
  line-height: 1em;
  text-align: left;
  color: #F7F7F7;
  text-transform: uppercase;
  font-weight: 100;
}
h1 > span {
  font-family: "Georgia-Italic";
  display: block;
  text-transform: capitalize;
}
h1 > span .gray1 {
  color: #9cc0d8;
  text-transform: uppercase;
}

h2 {
  font-family: Georgia;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 0em;
  line-height: 1.5em;
  text-align: left;
}
h2.small {
  font-size: 16px;
}
h2.content {
  font-family: Georgia;
}
h2 span {
  font-family: Georgia;
}

p {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.5em;
  padding-bottom: 1.5em;
  text-align: left;
}
p.mw500 {
  max-width: 500px;
}
p.mw768 {
  max-width: 768px;
  margin: auto;
}
p.large {
  font-size: 1.15em;
}

/* Navigation */
header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: #03273e;
  border-bottom: 2px solid #9cc0d8;
  transition: 0.8s background-color;
  -webkit-transition: 0.8s background-color;
  -moz-transition: 0.8s background-color;
  -ms-transition: 0.8s background-color;
  -o-transition: 0.8s background-color;
}
header .logo {
  display: block;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  padding: 20px 0;
}
header .logo img {
  height: 50px;
}
header nav {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
header nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
header nav ul li {
  margin-right: 3em;
}
header nav ul li:last-child {
  margin-right: 0;
}
header nav ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0em;
  text-align: center;
  color: #F7F7F7;
  text-transform: capitalize;
  padding: 4px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  color: #F7F7F7;
}
header._bg #nav-toggle span:first-child::after, header._bg #nav-toggle span:first-child::before {
  content: "";
  background-color: #F7F7F7;
}
header._bg #nav-toggle span:last-child::after, header._bg #nav-toggle span:last-child::before {
  background-color: #F7F7F7;
}

#page-home .page-home,
#page-home .page-home:hover,
#page-projects .page-projects,
#page-projects .page-projects:hover,
#page-about .page-about,
#page-about .page-about:hover,
#page-team .page-team,
#page-team .page-team:hover,
#page-careers .page-careers,
#page-careers .page-careers:hover,
#page-insights .page-insights,
#page-insights .page-insights:hover,
#page-contact .page-contact,
#page-contact .page-contact:hover {
  border-top: 1px solid #F7F7F7;
  border-bottom: 1px solid #F7F7F7;
}

/* nav-toggle */
#nav-toggle {
  position: relative;
  margin: auto 0;
  z-index: 10;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
}
#nav-toggle span {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease-in-out;
  margin: auto;
  flex-direction: column;
}
#nav-toggle span:first-child {
  justify-content: space-around;
  transition: all 0.6s ease-in-out;
}
#nav-toggle span:first-child::after, #nav-toggle span:first-child::before {
  content: "";
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#nav-toggle span:last-child {
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
#nav-toggle span:last-child::after, #nav-toggle span:last-child::before {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
#nav-toggle span:last-child::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
#nav-toggle.active span:first-child {
  opacity: 0;
}
#nav-toggle.active span:last-child {
  opacity: 1;
}

.bg-layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: grayscale(1);
  transition: filter 0.5s;
}

.people-thumbnail:hover .bg-layer {
  filter: grayscale(0);
}

#page-team #people-thumbnail-holder {
  display: flex;
  justify-content: flex-start;
}
#page-team #people-thumbnail-holder .people-thumbnail {
  width: calc(25% - 15px);
  margin-bottom: 20px;
  margin-right: 20px;
}
#page-team #people-thumbnail-holder .people-thumbnail > img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
#page-team #people-thumbnail-holder .people-thumbnail:nth-child(4n) {
  margin-right: 0;
}
#page-team #people-thumbnail-holder .people-thumbnail:hover > img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
#page-team #people-thumbnail-holder .people-thumbnail:hover .people-lable::before {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

#page-careers .grid_3 {
  width: calc(25% - 18.75px);
  border-radius: 30px;
  padding: 50px 20px;
}
#page-careers .grid_3:first-child, #page-careers .grid_3:last-child {
  color: #fff;
}
#page-careers .grid_3:nth-child(2), #page-careers .grid_3:nth-child(3) {
  color: #03273e;
}
#page-careers .grid_3 * {
  justify-content: center;
  text-align: center;
}

/* enquiry */
.register {
  display: block;
  width: 500px;
  max-width: 100%;
}
.register input,
.register select {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 6px 20px;
  border: 0 none;
  background: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: none;
  text-align: left;
  letter-spacing: 2px;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.5em;
  text-align: left;
  color: #03273e;
  text-transform: uppercase;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.register input option,
.register select option {
  padding: 7px 5px;
  background: #fff;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
  color: #03273e;
}
.register input.b_submit,
.register select.b_submit {
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #03273e;
  padding: 8px 30px;
  cursor: pointer;
}
.register select {
  background-image: url(/images/icons/arrow-down-dark.svg);
  background-size: 30px;
  background-position: 97% center;
  background-repeat: no-repeat;
}
.register .privacy {
  font-size: 10px;
}
.register .chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}
.register #chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}
.register #chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: #546670;
  font-size: 18px;
  letter-spacing: 3px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}
.register #chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #546670;
  content: "";
  display: block;
}
.register #chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: 50%;
  left: 8px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #546670;
  border-right: 2px solid #546670;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}
.register #chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
  -moz-transform: translateY(-60%) rotate(45deg) scale(1);
  -ms-transform: translateY(-60%) rotate(45deg) scale(1);
  -o-transform: translateY(-60%) rotate(45deg) scale(1);
}
.register input:-webkit-input-placeholder,
.register textarea:-webkit-input-placeholder {
  color: #03273e;
  opacity: 1;
}
.register input::-webkit-input-placeholder,
.register textarea::-webkit-input-placeholder {
  color: #03273e;
  opacity: 1;
}
.register input:-moz-placeholder,
.register textarea:-moz-placeholder {
  color: #03273e;
  opacity: 1;
}
.register input::-moz-placeholder,
.register textarea::-moz-placeholder {
  color: #03273e;
  opacity: 1;
}
.register input:focus::-webkit-input-placeholder,
.register textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
.register input:focus:-moz-placeholder,
.register textarea:focus:-moz-placeholder {
  opacity: 0.5;
}
.register input:focus::-moz-placeholder,
.register textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
.register input:focus:-ms-input-placeholder,
.register textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

/*footer*/
footer {
  padding: 75px 0 50px 0;
  background-color: #F7F7F7;
}
footer #follow-us {
  height: -moz-max-content;
  height: max-content;
  transform: rotate(-90deg) translateY(-300%);
  transform-origin: top;
}
footer #follow-us .headline {
  font-weight: 100;
  font-size: 10px;
}
footer p,
footer a,
footer span {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0em;
  line-height: 1.5em;
  text-align: left;
  color: #03273e;
  margin-bottom: 4px;
}
footer p.headline,
footer a.headline,
footer span.headline {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1em;
  text-align: left;
  color: #03273e;
  padding-bottom: 1em;
  font-weight: 600;
}
footer p.headline.pbm,
footer a.headline.pbm,
footer span.headline.pbm {
  padding-bottom: 50px;
}
footer p.headline.small,
footer a.headline.small,
footer span.headline.small {
  font-size: 10px;
  padding-bottom: 0.2em;
}
footer p.headline.p0,
footer a.headline.p0,
footer span.headline.p0 {
  padding: 0;
}
footer p.logo,
footer a.logo,
footer span.logo {
  width: 100px;
  height: 100px;
  background-color: #03273e;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}
footer p.logo img,
footer a.logo img,
footer span.logo img {
  margin: auto;
  padding: 0;
  max-width: 70%;
}
footer p.line,
footer a.line,
footer span.line {
  width: 65px;
  margin: 0 6px 0 0;
  height: 1px;
  background-color: #03273e;
  padding: 0;
}
footer .border {
  width: 100%;
  border-bottom: 1px solid #03273e;
}
footer .row {
  max-width: 90%;
  margin: auto;
}
footer .row:first-child {
  padding-bottom: 20px;
}
footer .row:last-child {
  padding-top: 10px;
}
footer .row.full-width > div {
  margin-left: 5vw;
}
footer .row.full-width > div:nth-child(2) {
  margin-right: auto;
}
footer .legal {
  width: -moz-max-content;
  width: max-content;
}
footer .legal .space {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  margin: 0 10px;
}

#socialmedia {
  display: flex;
}
#socialmedia a img {
  display: block;
  margin-right: 20px;
  width: 40px;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #03273e;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #03273e;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #F00D0D;
  transform: translateY(-1em);
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

.br10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#page-contat .icon.small {
  width: 30px;
  margin-right: 20px;
}

.vbox-share {
  display: none;
}

/* ---------------- */
section {
  display: block;
  position: relative;
  overflow: hidden;
}
section iframe {
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100vw;
  min-height: 110vh;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  aspect-ratio: 16/9;
}
section.landing {
  background-position-x: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 1s background-image;
  -webkit-transition: 1s background-image;
  -moz-transition: 1s background-image;
  -ms-transition: 1s background-image;
  -o-transition: 1s background-image;
}
section.landing .row {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
}
section.landing .scrolldown {
  display: block;
  position: absolute;
  width: 30px;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 2;
  margin: auto;
}
section.landing.banner-holder {
  height: 50vh;
}
section.landing.banner-holder img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.para {
  display: block;
  width: 100%;
  background-position: center center;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#page-insights.details .banner-holder {
  height: 75vh;
}

.container {
  display: block;
  position: relative;
  max-width: 1440px;
  width: calc(100% - 200px);
  margin: auto;
}
.container.medium {
  max-width: 1200px;
}
.container.small {
  max-width: 960px;
}

.content-holder {
  padding: 80px 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.rubik {
  overflow: hidden;
  position: relative;
  padding: 10px;
  justify-content: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.rubik .icons {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 100%;
  margin: 40px auto;
  box-shadow: 0 0px 10px rgba(255, 255, 255, 0.1);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.rubik .lm {
  margin-top: auto;
  text-transform: uppercase;
  text-decoration: underline !important;
  font-size: 12px;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  background-color: transparent;
  padding: 4px 8px;
  border: 0 none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (hover: hover) {
  .rubik:hover .icons {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
  }
  .rubik:hover .lm {
    opacity: 1;
    color: white;
  }
}
.rubik .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.rubik .circle span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #fff;
  margin: 10px 2px;
}
.rubik:nth-child(3) *, .rubik:nth-child(4) * {
  color: #03273e !important;
}
.rubik:nth-child(3) .circle span, .rubik:nth-child(4) .circle span {
  border: 1px solid #03273e;
}
.rubik h2 {
  margin-bottom: 20px;
}
.rubik * {
  color: #fff;
  text-align: center;
}

#page-home .rubik {
  width: calc(20% - 30px);
  cursor: pointer;
}

#page-about .grid_6 {
  width: calc(50% - 20px);
}
#page-about .rubik {
  padding: 20px;
}
#page-about .rubik h2 {
  font-size: 24px;
}
#page-about .rubik .icons {
  margin-top: 0;
  margin-bottom: auto;
  padding: 0;
}
#page-about .rubik > div {
  justify-content: center;
  align-items: center;
}
#page-about .rubik > div > div {
  padding-left: 20px;
}
#page-about .rubik > div > div h2,
#page-about .rubik > div > div p,
#page-about .rubik > div > div .lm {
  text-align: left;
  margin-left: 0;
  max-width: 500px;
}
#page-about .rubik + .grid_4 {
  margin: 0;
  display: block;
}
#page-about .rubik-img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#page-about .case-study {
  display: flex;
  width: 100%;
  color: #F7F7F7;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  padding: 1em;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.btn {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  border: 1px solid #fff;
  text-transform: uppercase;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.btn.dark {
  color: #03273e;
  border: 1px solid #03273e;
}
#odometer {
  text-align: center;
  background-color: #03273e;
  position: relative;
}
#odometer .counter > span:first-child {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.25em;
  margin-bottom: 10px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  line-height: normal;
}
#odometer .counter > span:last-child {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.25em;
  text-align: center;
  color: #fff;
}

.counter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-right: 1px solid white;
  width: 25%;
}
.counter:last-child {
  border: 0;
}

#logos {
  background-color: #03273e;
}
#logos .logo-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
#logos .logo-holder img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 50px;
  margin: auto;
}

.marquee {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.marquee span {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.marquee span img {
  max-height: 40px;
}

#filter-holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-position: #fff;
}
#filter-holder p {
  margin-right: 10px;
}
#filter-holder select {
  color: #a66c60;
  padding: 0 4px;
  border: 0 none;
  width: 150px;
  background-image: url(/images/icons/arrow_drop_down.svg);
  background-size: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#filter-holder select option {
  color: #AA3D01;
}

.project-thumbnail {
  overflow: hidden;
  position: relative;
}
.project-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
.project-thumbnail .apace {
  display: block;
  margin: 0 10px;
  color: #fff;
}
.project-thumbnail .project-lable {
  background-color: #03273e;
}
.project-thumbnail .project-lable::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #5d89a6;
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 96% center;
}
.project-thumbnail:hover .project-lable {
  opacity: 1;
}
.project-thumbnail:hover .project-lable::before {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  background-image: url(/images/icons/arrow_right.svg);
}
.project-thumbnail:hover .project-lable .project-name,
.project-thumbnail:hover .project-lable .location-city {
  color: white;
}

.hover-p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border-bottom-right-radius: 10px;
}
.hover-p span,
.hover-p b {
  display: block;
  position: relative;
  z-index: 2;
}
.hover-p .fix-lable {
  padding: 15px;
}
.hover-p::before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.hover-p .to-hover {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.hover-p:hover .to-hover {
  transform: translateX(0%);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}

.case-study-action {
  cursor: pointer;
}
.case-study-action:hover .to-hover {
  transform: translateX(0%);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
}
.case-study-action:hover .fix-lable {
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.project-name {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.2em;
  padding-bottom: 8px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  z-index: 2;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  text-align: left;
}

.location-city {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1em;
  text-align: center;
  color: white;
  text-transform: uppercase;
  z-index: 2;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

#project-thumbnail-holder {
  flex-flow: wrap;
}
#project-thumbnail-holder .center-middle-position {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
}

#page-projects.details .project-thumbnail {
  flex-direction: column;
}
#page-projects.details .project-thumbnail img {
  aspect-ratio: 4/3;
}
#page-projects.details .project-thumbnail .project-lable {
  position: relative;
  bottom: auto;
  top: auto;
}

.btp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.btp img {
  display: block;
  width: 8px;
  margin-right: 10px;
  margin: auto 0;
}
.btp a {
  margin-left: 10px;
  font-size: 12px;
}

#project-info .bold {
  padding-bottom: 5px;
}
#project-info p {
  padding-bottom: 15px;
}

#popup-gallery {
  padding: 15px 0;
}
#popup-gallery .grid_4 {
  cursor: zoom-in;
  aspect-ratio: 3/2;
}
#popup-gallery .grid_4 img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.half {
  width: 50%;
}
.half.mh20vh {
  min-height: 40vh;
}

.content-wrapper.w500 {
  max-width: 500px;
}

.bb {
  display: block;
  width: 100%;
  height: 1px;
  margin: 10px 0 15px;
}
.bb.bg-white {
  background-color: #F7F7F7;
}

.dark-layer::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.project-filter span {
  display: block;
  margin: 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #03273e;
}
.project-filter a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  color: #03273e;
}
.project-filter a:hover {
  border-bottom: 1px solid #03273e;
}
.project-filter a.active {
  border-bottom: 1px solid #03273e;
  font-weight: bold;
}
.project-filter a.active:hover {
  border-bottom: 1px solid transparent;
  cursor: auto;
}

.project-lable {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.project-lable .copy {
  color: white;
  text-align: center;
  max-width: 80%;
  margin: auto;
}

.people-thumbnail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.people-thumbnail > .people-lable {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.people-thumbnail > .people-lable img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) translateX(-20px);
  -webkit-transform: translateY(-50%) translateX(-20px);
  -moz-transform: translateY(-50%) translateX(-20px);
  -ms-transform: translateY(-50%) translateX(-20px);
  -o-transform: translateY(-50%) translateX(-20px);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  opacity: 0;
}
.people-thumbnail > .people-lable::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #a66c60;
  opacity: 1;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 96% center;
}
.people-thumbnail .bio-wrapper .people-lable .people-title {
  display: block;
  margin-bottom: 15px;
}

.people-name {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
  color: #fff;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  z-index: 2;
}

.people-title {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1em;
  text-align: left;
  color: #ffffff;
  z-index: 2;
}

.people-bio {
  width: 1024px;
  max-width: 100%;
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 21;
  display: none;
}
.people-bio .bio-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.people-bio .half {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: #03273e;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.people-bio .half:last-child {
  padding: 40px 20px 20px;
}
.people-bio .close-bio {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
}
.people-bio .close-bio img {
  width: 100%;
}
.people-bio .people-phone {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-top: 1em;
}
.people-bio .people-email {
  display: block;
  font-family: "Open Sans", sans-serif;
  text-decoration: underline;
  font-size: 14px;
  margin-bottom: 8px;
}
.people-bio .People-linkedin {
  width: 20px;
  margin: auto 0;
  display: block;
}
.people-bio .People-linkedin img {
  width: 100%;
}
.people-bio::before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
  mix-blend-mode: darken;
}
.people-bio .people-bio-copy {
  width: 100%;
  padding-right: 20px;
  display: block;
  overflow: hidden;
  overflow-y: scroll;
}
.people-bio .people-bio-copy::-webkit-scrollbar {
  width: 4px;
}
.people-bio .people-bio-copy::-webkit-scrollbar-thumb {
  background: #a66c60;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.people-bio .people-bio-copy p {
  font-size: 14px;
  padding-bottom: 1em;
}
.people-bio * {
  color: #fff;
}

#page-projects #projects-gallery {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
#page-projects #projects-gallery .grid_3 {
  width: calc(25% - 15px);
}
#page-projects #projects-gallery .aspect1by1 {
  aspect-ratio: 1/1;
}
#page-projects #projects-gallery .aspect1by1 img {
  aspect-ratio: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-projects #projects-gallery .aspect2by1 {
  aspect-ratio: 2/1;
  width: 100%;
  height: calc(50% - 10px);
}
#page-projects #projects-gallery .aspect2by1 img {
  aspect-ratio: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-projects #projects-gallery .aspect2by1:last-child {
  margin-top: auto;
}
#page-projects.details h1 {
  font-size: 40px;
  text-align: center;
}
#page-projects.details h2 {
  font-size: 20px;
}
#page-projects.details section.landing {
  height: calc(100vh - 96px);
}

#page-careers .grid_6 {
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 0;
}
#page-careers .grid_6:nth-child(2n) {
  margin-right: 0;
}
#page-careers .grid_6 p {
  padding-bottom: 0 !important;
  padding-top: 10px;
}
#page-careers .grid_6 .grid_7 {
  padding: 20px;
}
#page-careers .grid_7 + .grid_4 {
  margin: 0;
  height: 100%;
}
#page-careers .grid_7 + .grid_4 img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.news-lable {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  flex-direction: column;
}

.news-thumbnail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  flex-direction: column;
}
.news-thumbnail:hover .head-line {
  color: #aa3d01;
}

.head-line {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.1em;
  text-align: center;
  color: #03273e;
  padding-bottom: 0.5em;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.grab-line {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.1em;
  text-align: center;
  color: #03273e;
  padding-bottom: 1em;
}

.readthearticle {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0em;
  line-height: 1.1em;
  text-align: center;
  color: 0;
  text-decoration: underline;
  text-transform: uppercase;
}

#news-body-copy * {
  color: #03273e;
}

#company-details a {
  display: flex;
  margin-bottom: 0.5em;
  width: -moz-max-content;
  width: max-content;
}
#company-details a img {
  height: 20px;
  width: auto;
  display: inline-block;
  margin-right: 1em;
}

.pop-up {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 30px 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.pop-up .content-holder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
  height: 100%;
  overflow: hidden;
}
.pop-up .content-holder .container {
  padding: 20px;
  background-color: #03273e;
  height: 95%;
  overflow-y: scroll;
}
.pop-up .close {
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #fff;
  text-decoration: underline !important;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  margin-bottom: 40px;
  display: block;
  position: relative;
}
.pop-up .close:before,
.pop-up .close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 30px;
  width: 2px;
  background-color: #fff;
}
.pop-up .close:before {
  transform: rotate(45deg);
}
.pop-up .close:after {
  transform: rotate(-45deg);
}

#page-projects.details #second p {
  color: #fff;
}

#map-canvas {
  width: 100%;
  height: 40vh;
  position: relative;
  display: block;
  margin-top: 40px;
}

#map {
  height: 550px;
  width: 100%;
}

.centerMarker {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin: -5px 0 0 -4px;
  animation: centerMarker 2s infinite ease;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.centerMarker::before,
.centerMarker::after {
  position: absolute;
  margin: -35% 0 0 -35%;
  height: 170%;
  width: 170%;
  content: "";
  border-radius: 50% 50% 50% 50%;
  box-sizing: border-box;
  border: 0;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.centerMarker::before {
  background-color: rgba(181, 213, 140, 0.1);
  box-shadow: inset 0 0 1px transparent;
  animation: centerMarkerRadar 2s infinite ease;
}

.centerMarker::after {
  background-color: rgba(29, 166, 204, 0.1);
  box-shadow: inset 0 0 1px transparent;
  animation: centerMarkerRadar 2s infinite ease;
  animation-delay: 1.5s;
}

@keyframes centerMarker {
  1% {
    transform: scale(1);
    background-color: transparent;
  }
  50% {
    transform: scale(1.2);
  }
  60% {
    background-color: transparent;
  }
  100% {
    transform: scale(1);
    background-color: transparent;
  }
}
@keyframes centerMarkerRadar {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    opacity: 0.2;
  }
  100% {
    transform: scale(7);
    opacity: 0;
  }
}
.lazy-fade {
  opacity: 0;
  transition: 1.5s opacity;
  -webkit-transition: 1.5s opacity;
  -moz-transition: 1.5s opacity;
  -ms-transition: 1.5s opacity;
  -o-transition: 1.5s opacity;
}
.lazy-fade.fadeIn {
  transition-delay: 0.25s;
  opacity: 1;
}

/*Preloader*/
#preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #03273e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#preloader svg {
  width: 500px;
  height: auto;
  max-width: 92%;
}

.transition {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(3, 39, 62, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease-out;
}

.transition.is-active {
  pointer-events: all;
  opacity: 1;
}

.scrolldown img {
  width: 100%;
  animation: fadeIn 1.2s infinite alternate;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
.viewport {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.scroll-container {
  position: absolute;
  overflow: hidden;
  z-index: 10;
  display: flex;
  justify-content: center;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.parallax-background {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.potential ul li {
  padding-left: 10px;
  border-left: 1px solid #9cc0d8;
  margin-bottom: 15px;
}
.potential ul li p {
  padding: 0;
  font-weight: 100;
  font-size: 14px;
}
.potential ul li p.headline {
  font-family: Georgia;
  font-weight: 100;
  padding-bottom: initial;
  font-size: 20px;
}
.potential ul li:last-child {
  margin-bottom: 0;
}

.pop-up-case-study {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 39, 62, 0.7);
  top: 0;
  left: 0;
  z-index: 99;
}
.pop-up-case-study .pop-up-case-study-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: 760px;
  min-height: 200px;
  max-height: 80vh;
  padding: 40px 20px;
  background-color: #03273e;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.pop-up-case-study .pop-up-case-study-wrapper h2,
.pop-up-case-study .pop-up-case-study-wrapper p {
  color: #F7F7F7;
  text-align: left;
}
.pop-up-case-study .pop-up-case-study-wrapper .close-btn {
  position: absolute;
  right: 6px;
  top: 6px;
  color: #F7F7F7;
  border-bottom: 1px solid #F7F7F7;
}

.read-more {
  font-size: 12px;
  font-weight: bold;
}
.read-more::after {
  content: "Read my story";
}
.read-more.open::after {
  content: "close";
}

.story-lines {
  display: none;
}

#map-holder iframe {
  width: 100%;
  height: 400px;
  position: relative;
}

/* ---------------- */
.aspect1by1 {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect2by1 {
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect4by3 {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.center-middle-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.ma {
  margin: auto;
}

.mla {
  margin-left: auto;
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.mta {
  margin-top: auto;
}

.dark {
  color: #03273e;
}

.light,
.white {
  color: #ffffff !important;
}

.bg_dark,
.bg_black,
.bg-black,
.bg_navy {
  background-color: #03273e;
}
.bg_dark *,
.bg_black *,
.bg-black *,
.bg_navy * {
  color: #F7F7F7;
}

.bg_1 {
  background-color: #2F5D88;
}
.bg_1 * {
  color: #F7F7F7;
}

.bg_2 {
  background-color: #B3B192;
}
.bg_2 * {
  color: #F7F7F7;
}

.bg_3 {
  background-color: #77888F;
}
.bg_3 * {
  color: #F7F7F7;
}

.bg_4 {
  background-color: #4A4A4A;
}
.bg_4 * {
  color: #F7F7F7;
}

.bg_5 {
  background-color: #4A90E2;
}
.bg_5 * {
  color: #F7F7F7;
}

.bg_6 {
  background-color: #909401;
}

.bg_7 {
  background-color: #AA3D01;
}
.bg_7 * {
  color: #F7F7F7;
}

.bg_8 {
  background-color: #003366;
}
.bg_8 * {
  color: #F7F7F7;
}

.bg_light,
.bg-white {
  background-color: #F7F7F7;
}

.bg_darkgreen {
  background-color: #03273e;
}

.bg_gray1 {
  background-color: #5d89a6;
}

.bg_gray2 {
  background-color: #9cc0d8;
}

.bg_gray3 {
  background-color: #b8c8ca;
}

.bg_orang {
  background-color: #a66c60;
}

.bg_white {
  background: white;
}

.flex,
.row {
  display: flex;
}

.opensans {
  font-family: "Open Sans", sans-serif;
}

.column {
  flex-direction: column;
}

.selfalign-center {
  align-self: center;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

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

.space-between {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.full-vh {
  height: 100vh;
}

.gap20 {
  gap: 20px;
}

.ptxl {
  padding-top: 100px;
}

.pbxl {
  padding-bottom: 100px;
}

.ptl {
  padding-top: 75px;
}

.pbl {
  padding-bottom: 75px;
}

.ptm {
  padding-top: 50px;
}

.pbm {
  padding-bottom: 50px;
}

.pbs {
  padding-bottom: 24px;
}

.pb1em {
  padding-bottom: 1em;
}

.pts {
  padding-top: 24px;
}

.mbs {
  margin-bottom: 24px;
}

.gray {
  color: #5d89a6;
}

.orange {
  color: #a66c60;
}

.uppercase {
  text-transform: uppercase;
}

.pb0 {
  padding-bottom: 0;
}

.bold {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.underline {
  text-decoration: underline !important;
}

.bold-lower {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.mw400 {
  max-width: 400px;
}

.mw500 {
  max-width: 500px;
}

.mw600 {
  max-width: 600px;
  margin: auto;
}

.mw700 {
  max-width: 700px;
}

.mw768 {
  max-width: 768px;
  margin: auto;
}

.mw1000 {
  max-width: 1000px;
  margin: auto;
}

.wrap {
  flex-flow: wrap;
}

.icon {
  width: 80px;
}
.icon.small {
  width: 30px;
  margin-right: 10px;
}

.p-holder {
  overflow-y: scroll;
  padding-right: 20px;
  padding-bottom: 40px;
}

.p-holder {
  scrollbar-width: 0.2vw;
  scrollbar-color: rgb(255, 255, 255) rgb(3, 39, 62);
}

.p-holder::-webkit-scrollbar {
  width: 0.2vw;
}

.p-holder::-webkit-scrollbar-thumb {
  background-color: rgb(255, 255, 255);
}

.p-holder::-webkit-scrollbar-track:hover {
  background-color: rgb(3, 39, 62);
}

@media screen and (max-width: 1000px) {
  h1 {
    text-align: left;
  }
  h1 span {
    text-align: left;
  }
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container.medium {
    width: 100%;
  }
  .container.small {
    width: 100%;
  }
  #nav-toggle {
    display: block;
  }
  #page-home section.landing {
    height: auto;
  }
  #page-home section.landing iframe {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    min-width: initial;
    min-height: initial;
    top: auto;
    left: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  #page-home .rubik {
    width: 100%;
    padding: 40px 0;
  }
  #page-home .rubik > div {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  #page-home .rubik > div img {
    margin: 0 auto 20px auto;
  }
  #page-home .rubik > div .lm {
    opacity: 1;
    border: 1px solid #F7F7F7;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  #page-home .rubik .icons + div {
    margin: auto;
  }
  #page-home .rubik:nth-child(3) .lm, #page-home .rubik:nth-child(4) .lm {
    border-color: #03273e;
  }
  header nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #03273e;
    display: none;
  }
  header nav ul {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 100%;
  }
  header nav ul li {
    margin: 0 auto 20px !important;
    text-align: center;
  }
  header nav ul li a {
    text-align: center;
    color: #fff;
  }
  header .logo {
    padding: 10px 0;
  }
  header._bg nav ul li a {
    color: #fff;
  }
  h1 span {
    display: block;
  }
  #page-projects h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #page-projects h1 span {
    text-align: center;
  }
  .prj-h1 {
    padding: 0 !important;
    text-align: left !important;
  }
  .prj-h1 span {
    display: block !important;
    text-align: left !important;
  }
  h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .pbm {
    padding-bottom: 20px;
  }
  .rubik {
    width: 100% !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px;
    transition-delay: 0s !important;
  }
  .rubik .lm {
    margin-top: auto;
    text-transform: uppercase;
    font-size: 16px;
  }
  .rubik .icons {
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
  }
  .rubik .icons + div {
    margin: 0 10px 0 20px;
  }
  .rubik h2 {
    font-size: 16px;
  }
  .rubik h2 br {
    display: none;
  }
  .rubik p {
    line-height: 1.25em;
  }
  .rubik .circle {
    display: none;
  }
  .rubik:first-child, .rubik:last-child {
    margin-top: 0;
  }
  .rubik:nth-child(2), .rubik:nth-child(4) {
    margin: 0 0;
  }
  .rubik:nth-child(3) {
    margin-bottom: 0;
  }
  #odometer .row {
    flex-flow: wrap;
  }
  #odometer .counter {
    border: 0;
    width: 50%;
    margin-bottom: 40px;
  }
  #odometer .counter > span:first-child {
    font-size: 24px;
  }
  #odometer .counter > span:last-child {
    font-size: 14px;
  }
  footer .container .row {
    width: 100%;
    max-width: 100%;
  }
  footer .container .row.full-width {
    flex-direction: column-reverse;
  }
  footer .container .row.full-width > * {
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
  footer .container .row.full-width > div:nth-child(2) {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .container .row .legal {
    justify-content: flex-start !important;
  }
  footer #follow-us {
    height: initial;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  #page-team .grid-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    grid-template-columns: none;
    gap: 0;
    padding: 0;
  }
  #page-team .grid-container .people-thumbnail {
    width: 100%;
    margin-bottom: 2%;
  }
  #page-team .grid-container .people-name {
    font-size: 12px;
  }
  #page-team .grid-container .people-title {
    font-size: 10px;
  }
  .people-bio {
    width: 1024px;
    max-width: 100%;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    z-index: 21;
    display: none;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    height: 100%;
  }
  .people-bio .bio-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
  }
  .people-bio .half {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    background-color: #03273e;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: relative;
  }
  .people-bio .half:last-child {
    padding: 40px 20px 20px;
    height: 100%;
  }
  .people-bio .close-bio {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
  }
  .people-bio .close-bio img {
    width: 100%;
  }
  .people-bio .people-phone {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-top: 1em;
  }
  .people-bio .people-email {
    display: block;
    font-family: "Open Sans", sans-serif;
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .people-bio .People-linkedin {
    width: 20px;
    margin: auto 0;
    display: block;
  }
  .people-bio .People-linkedin img {
    width: 100%;
  }
  .people-bio::before {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.7);
    mix-blend-mode: darken;
  }
  .people-bio .people-bio-copy {
    width: 100%;
    padding-right: 20px;
    display: block;
    overflow: hidden;
    overflow-y: scroll;
  }
  .people-bio .people-bio-copy::-webkit-scrollbar {
    width: 4px;
  }
  .people-bio .people-bio-copy::-webkit-scrollbar-thumb {
    background: #03273e;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
  }
  .people-bio * {
    color: #fff;
  }
  section .landing {
    background-attachment: initial;
  }
  #page-careers .grid_6 {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }
  #page-careers h2 + p {
    padding-top: 0;
  }
  h2 br {
    display: none;
  }
  #page-insights .grid_4 {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .grid_4,
  .grid_6 {
    width: 100%;
  }
  .m-column {
    flex-direction: column;
  }
  .m-row {
    flex-direction: row;
  }
  .m-wrap {
    flex-flow: wrap;
  }
  .m-columnreverse {
    flex-flow: column-reverse;
  }
  .m-mbm {
    margin-bottom: 50px;
  }
  .m-full-width {
    width: 100%;
  }
  .m-flex-start {
    justify-content: flex-start;
  }
  .m-align-start {
    align-items: flex-start;
  }
  .grid_5 {
    width: 100%;
  }
  h1 {
    margin-bottom: 40px;
  }
  .pbxl {
    padding-bottom: 50px;
  }
  .ptxl {
    padding-top: 50px;
  }
  .parallax-background {
    background-attachment: initial;
    height: 80vw;
  }
  #page-about .rubik > div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #page-about .rubik > div img {
    margin-bottom: 20px !important;
  }
  #page-about .rubik .icons + div {
    margin: 0 !important;
    padding: 0 !important;
  }
  #page-projects #projects-gallery .grid_3 {
    width: 100%;
  }
  #page-projects.details #popup-gallery {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  #page-projects.details #popup-gallery a.grid_4 {
    width: calc(50% - 10px);
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  #page-team section.landing.banner-holder {
    height: 40vw;
  }
  #page-team .container .container {
    padding: 0;
  }
  #page-team #people-thumbnail-holder .people-thumbnail {
    width: 100%;
    margin-right: 0;
  }
  #page-team .people-thumbnail > .people-lable::before {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  #page-careers section.landing {
    height: auto;
  }
  #page-careers section.landing .fullyvideo {
    display: block;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    z-index: 1;
    background-size: cover;
    min-height: auto;
    width: 100% !important;
    z-index: 0;
    aspect-ratio: initial;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
  }
  #page-careers .grid_7,
  #page-careers .grid_4 {
    width: 100%;
    padding: 0 !important;
  }
  #page-careers .grid_7 + .grid_4 {
    margin-bottom: 20px;
  }
  #page-careers .grid_6.mh20vh {
    flex-direction: column-reverse;
  }
  #page-about .rubik-img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .pop-up-case-study .pop-up-case-study-wrapper {
    height: 100vh;
    padding: 0;
    max-height: 2000px;
  }
  .pop-up-case-study .pop-up-case-study-wrapper .btn {
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
  }
  .pop-up-case-study .pop-up-case-study-wrapper::after {
    z-index: 1;
    background-color: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: block;
    content: "";
    position: fixed;
  }
  .pop-up-case-study {
    background-color: #03273e;
  }
  .pop-up-case-study .pop-up-case-study-wrapper h2 {
    background-color: inherit;
    position: relative;
    top: 0;
    padding: 20px 20px 0 20px;
    z-index: 1;
  }
  .pop-up-case-study .pop-up-case-study-wrapper .close-btn {
    position: relative;
    z-index: 3;
    width: 30px;
    position: absolute;
    right: 10px;
    border: none;
    top: 5px;
  }
  #page-about span.gray1 {
    display: inline-block;
  }
  .mob {
    display: block;
  }
  .desc {
    display: none;
  }
  .p-holder {
    padding: 0 20px 80px 20px;
    overflow-y: scroll;
  }
}/*# sourceMappingURL=style.css.map */