﻿* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

@font-face {
  font-family: helvetica-neue;
  src: url(fonts/helvetica-neue-extra-black-normal.woff2) format("woff2"), url(fonts/helvetica-neue-extra-black-normal.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: helvetica-neue;
  src: url(fonts/helvetica-neue-medium-condensed-normal.woff2) format("woff2"), url(fonts/helvetica-neue-medium-condensed-normal.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: helvetica-neue;
  src: url(fonts/helvetica-neue-medium-normal.woff2) format("woff2"), url(fonts/helvetica-neue-medium-normal.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: helvetica-neue;
  src: url(fonts/helvetica-neue-light-condensed-normal.woff2) format("woff2"), url(fonts/helvetica-neue-light-condensed-normal.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: helvetica-neue;
  src: url(fonts/helvetica-neue-light-normal.woff2) format("woff2"), url(fonts/helvetica-neue-light-normal.woff) format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: helvetica-neue;
  src: url(fonts/helvetica-neue-heavy-normal.woff2) format("woff2"), url(fonts/helvetica-neue-heavy-normal.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica LT Std";
  src: url("fonts/HelveticaLTStd-UltraComp.woff2") format("woff2"), url("fonts/HelveticaLTStd-UltraComp.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/********************************************************************Common css***********************************************/
/************************************* Reset Styles ********************************/
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;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, div {
  vertical-align: top;
}

* {
  outline: none;
}

li, ol {
  list-style-type: none;
  list-style-image: none;
  list-style: none;
}

img {
  border: 0px;
}

textarea {
  resize: none;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}

a {
  text-decoration: none;
}

input, textarea, select, body {
  font-size: 14px;
  font-family: helvetica-neue;
  font-weight: 400;
}

.posRelative {
  position: relative;
}

.fullHeight {
  height: 100%;
}

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/******************Animction styles*******************/
.imageHolder a img {
  transition: all linear 9s;
}

.menuActions {
  transition: all linear 200ms 200ms;
  -moz-transition: all linear 200ms 200ms;
  -webkit-transition: all linear 200ms 200ms;
  -ms-transition: all linear 200ms 200ms;
}

.actionBtn, .footer a, .backBtn a, .relatedList ul li a, .moreServices a, .serviceTitle a, .newsInfo, .loadMore a, .contactMail a, .contactMail, input[type=submit], .boardInfo, .blackBtn a {
  transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
}

.landingMenuHolder ul li a, .landingMenuHolder, .burgerMenu a, .searchText, .logoHolder, .playVideoBtn span {
  transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -webkit-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
}

.headerFixed, .header:after, .subpageMenuLinks ul li a:after, .servicesSubmenu ul li a:after {
  transform: 0.7s cubic-bezier(0.86, 0, 0.07, 1), visibility 0s linear 0s;
  -moz-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1), visibility 0s linear 0s;
  -webkit-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1), visibility 0s linear 0s;
  -ms-transition: 0.7s cubic-bezier(0.86, 0, 0.07, 1), visibility 0s linear 0s;
}

.aboutList ul li.withImage .boxInner, .newsItemHolder, .boardItemHolder, .searchItemHolder {
  transition: transform cubic-bezier(0.755, 0.05, 0.855, 0.06) 0.5s;
  -moz-transition: transform cubic-bezier(0.755, 0.05, 0.855, 0.06) 0.5s;
  -webkit-transition: transform cubic-bezier(0.755, 0.05, 0.855, 0.06) 0.5s;
  -ms-transition: transform cubic-bezier(0.755, 0.05, 0.855, 0.06) 0.5s;
}

.menuOpen .menuActions, .subpageBody.secondLevelPage {
  transition: all linear 300ms 500ms;
  -moz-transition: all linear 300ms 500ms;
  -webkit-transition: all linear 300ms 500ms;
  -ms-transition: all linear 300ms 500ms;
}

.clearBoth {
  clear: both;
}

/************************************* Reset End Styles ********************************/
.safeArea1280 {
  max-width: 1230px;
  margin: 0 auto;
}

.safeArea850 {
  max-width: 860px;
  margin: 0 auto;
}

.safeArea1550 {
  max-width: 1550px;
  margin: 0 auto;
}

@media (min-width: 1025px) and (max-width: 1170px) {
  .safeArea1280 {
    max-width: 100%;
    margin: 0 25px;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) and (max-width: 1551px) {
  .safeArea1550 {
    padding: 0 6%;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (min-width: 1080px) {
  .aboutBlocks ul li:hover .aboutItemHolder .newsInfo {
    background-color: #000000;
  }
  .aboutBlocks ul li .aboutItemHolder:hover .newsInfo {
    opacity: 1;
    visibility: visible;
  }
  .aboutBlocks .aboutBigBlock:hover .aboutItemHolder .newsInfo {
    background-color: #000000;
  }
  .aboutBlocks .aboutBigBlock .aboutItemHolder:hover .newsInfo {
    opacity: 1;
    visibility: visible;
  }
}
.macUser .backtocorp .backAction {
  background-position: left 1px;
  padding-top: 1px;
}

.backtocorp {
  position: relative;
  background-color: #000000;
  padding: 8px 35px;
  z-index: 99;
}
.backtocorp .backAction {
  color: #ffffff;
  font-size: 12px;
  background-image: url(../images/back-to-ethan.svg);
  background-repeat: no-repeat;
  background-size: 9px auto;
  padding-left: 15px;
  background-position: left 3px;
}
.backtocorp .backAction:hover {
  text-decoration: underline;
}

.header {
  height: 180px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: #fff;
}
.header::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  left: 0;
  top: -120px;
  z-index: 1;
  position: absolute;
}
.header .pageLogo {
  width: 168px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 102;
}
.header .pageLogo a {
  display: block;
  width: 100%;
}
.header .pageLogo a img {
  display: block;
  width: 100%;
}
.header .menuHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 101;
  left: 0;
}
.header .menuHolder .logoHolder {
  opacity: 0;
  visibility: hidden;
  width: 174px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 102;
}
.header .menuHolder .logoHolder a {
  display: block;
  width: 100%;
}
.header .menuHolder .logoHolder a img {
  display: block;
  width: 100%;
}
.header .menuHolder .burgerMenu {
  position: absolute;
  width: 34px;
  height: 34px;
  z-index: 100;
  right: 0;
  top: 50%;
  margin-top: -26px;
}
.header .menuHolder .burgerMenu a {
  background-image: url(../images/sidebar-icon.svg);
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.header .menuHolder .subpageMenuLinks {
  position: absolute;
  right: 77px;
  top: 50%;
  transform: translateY(-23px);
  z-index: 90;
}
.header .menuHolder .subpageMenuLinks ul {
  display: inline-block;
  width: 100%;
}
.header .menuHolder .subpageMenuLinks ul li {
  display: inline-block;
  margin-right: 20px;
}
.header .menuHolder .subpageMenuLinks ul li a {
  display: block;
  color: #000;
  margin: 0 12px;
  letter-spacing: 0.43px;
  font: 500 12px/2 h;
  font-family: helvetica-neue;
  position: relative;
}
.header .menuHolder .subpageMenuLinks ul li a::after {
  content: "";
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  bottom: 0;
  position: absolute;
}
.header .menuHolder .subpageMenuLinks ul li a.active::after, .header .menuHolder .subpageMenuLinks ul li a:hover::after {
  width: 100%;
}
.header .menuHolder .menuActions {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-18px);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
}
.header .menuHolder .menuActions .actionList > div, .header .menuHolder .menuActions .menuSmLinks > div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 32px;
}
.header .menuHolder .menuActions .actionList > div a, .header .menuHolder .menuActions .menuSmLinks > div a {
  color: #fff;
  font-family: helvetica-neue;
  font-size: 14px;
  line-height: 20px;
  display: block;
  width: 100%;
  height: 100%;
}
.header .menuHolder .menuActions .actionList > div a:hover, .header .menuHolder .menuActions .menuSmLinks > div a:hover {
  text-decoration: underline;
}
.header .menuHolder .menuActions .actionList > div a img, .header .menuHolder .menuActions .menuSmLinks > div a img {
  display: block;
  width: 100%;
}

.fixedMenu .headerFixed {
  top: 0;
  height: 100px;
  z-index: 999;
}

.headerFixed {
  top: -180px;
  position: fixed;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.landingMenuHolder.menuHolder {
  width: 100%;
  left: 0;
  right: 0;
}

.menuOpen .header:after {
  background-color: #000;
  top: 0;
}
.menuOpen .header .menuHolder {
  z-index: 103;
}
.menuOpen .header .menuHolder .logoHolder {
  opacity: 1;
  visibility: visible;
}
.menuOpen .header .menuHolder .burgerMenu a {
  background-color: transparent;
  border: 2px solid #fff;
  background-image: url(../images/ico_close-menu.svg);
  background-size: 20px auto;
}
.menuOpen .header .menuHolder .menuActions {
  right: 100px;
  opacity: 1;
  visibility: visible;
}

.fbLink,
.instaLink,
.lnLink, .twitterLink, .youtubeLink, .linkedInLink {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.fbLink {
  background-image: url(../images/ico_fb.svg);
}

.instaLink {
  background-image: url(../images/ico_insta.svg);
}

.lnLink {
  background-image: url(../images/ico_linkedin.svg);
}

.twitterLink {
  background-image: url(../images/ico_twitter.svg);
}

.youtubeLink {
  background-image: url(../images/ico_youtube.svg);
}

.contactUsLink a {
  padding-left: 20px;
  background-image: url(../images/ico-phone.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px auto;
}

.pageBody {
  padding-top: 152px;
}

.subpageBody {
  padding-top: 135px;
}

.mainHeading {
  margin-bottom: 34px;
}
.mainHeading .bigText {
  font-size: 100px;
  font-weight: 900;
  line-height: 78%;
  margin-bottom: 80px;
  background-image: url(../images/Australian_Aboriginal_Flag.gif);
  background-size: 70% auto;
  background-clip: text;
  color: transparent;
  background-position: left center;
  padding-top: 16px;
}

.menuVideoHolder {
  float: left;
  margin-left: 190px;
  position: relative;
  z-index: 200;
}

.menuVideoHolder .videoThumbHolder {
  width: 260px;
  display: inline-block;
  vertical-align: middle;
}

.menuVideoHolder .floatingLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.thumbPlayIcon {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 30px;
}

.thumbPlayIcon svg {
  width: 35px;
  height: 48px;
}

.menuVideoHolder .videoThumbHolder img {
  width: 100%;
  display: block;
  height: 100px;
  object-fit: cover;
}

.menuVideoHolder .videoThumbText {
  color: #000;
  text-transform: uppercase;
  line-height: 0.8;
  margin-left: 15px;
  font-weight: 900;
  letter-spacing: -1px;
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  width: 170px;
}

.newsListing {
  margin-bottom: 60px;
}
.newsListing .smallText {
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 40px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -2px;
}
.newsListing ul {
  /*columns: 3;*/ /* Number of columns */
  /*column-gap: 81px;*/ /* Spacing between columns */
  /*padding: 0;
  list-style-type: none;
  margin: 0;*/
  width: 29.1%;
  margin-right: 6.35%;
  float: left;
}
.newsListing ul:nth-of-type(3n) {
  margin-right: 0;
}
.newsListing ul li {
  margin-bottom: 70px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.newsListing ul li .itemInner .imgHolder {
  position: relative;
  /*min-height:202px;
  background-color:red;*/
  margin-bottom: 29px;
}
.newsListing ul li .itemInner .imgHolder .videoPlayIcon {
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 25px;
  height: 50px;
  margin-bottom: 0;
  background-image: url(../images/play-video.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 28px;
  z-index: 9;
}
.newsListing ul li .itemInner .imgHolder a {
  margin-bottom: 29px;
  display: block;
}
.newsListing ul li .itemInner .imgHolder a img, .newsListing ul li .itemInner .imgHolder a video {
  width: 100%;
  display: block;
  object-fit: cover;
}
.newsListing ul li .itemInner .newsInfo {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  padding: 0 25px;
  opacity: 1;
  visibility: visible;
  background-color: transparent;
  width: calc(100% - 50px);
}
.newsListing ul li .itemInner .newsInfo .newsTitle a {
  color: #000;
  font-weight: 800;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: -2px;
  margin: 0 0 15px;
  display: block;
}
.newsListing ul li .itemInner .newsInfo .newsSummary {
  font-weight: 200;
  font-size: 18px;
  color: #000;
  line-height: 100%;
}
.newsListing ul li .itemInner .newsInfo .moreServices {
  margin-top: 20px;
}
.newsListing ul li .itemInner .newsInfo .moreServices a {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 600;
  padding-left: 65px;
  color: #000;
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: left center;
  background-image: url(../images/more-arrow.svg);
}

.footerContactBlock {
  margin-bottom: 150px;
}
.footerContactBlock h2 {
  font-size: 145px;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 54%;
  margin-right: 4%;
  margin-bottom: 0;
  line-height: 120px;
  float: left;
  font-weight: 900;
}
.footerContactBlock .formholder {
  width: 42%;
  float: left;
}
.footerContactBlock .formholder .inputEntity {
  display: flex;
  align-content: center;
  justify-content: center;
  margin-bottom: 23px;
}
.footerContactBlock .formholder .inputEntity label {
  font-weight: 900;
  font-size: 24px;
  flex-grow: 1;
  line-height: 44px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.footerContactBlock .formholder .inputEntity .inputParent {
  flex-grow: 100;
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}
.footerContactBlock .formholder .inputEntity .inputParent input {
  padding: 10px;
  box-sizing: border-box;
  background-color: #f1f1f1;
  color: #000000;
  font-weight: 800;
  font-family: helvetica-neue;
  border: none;
  width: 100%;
  font-size: 22px;
}
.footerContactBlock .formholder .formActions input, .footerContactBlock .formholder .formActions button {
  padding: 22px 20px 22px 20px;
  border: none;
  -webkit-appearance: none;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  cursor: pointer;
  font-family: helvetica-neue;
  font-weight: 900;
  line-height: 35px;
}

.text-danger {
  color: red;
  font-size: 11px;
  margin-top: 5px;
}

.macUser .footerContactBlock .formholder input, .macUser .footerContactBlock .formholder button {
  padding: 22px 20px 10px 20px;
}

.statsBlock .statsInner {
  background-color: #000000;
  padding: 90px 75px;
}
.statsBlock .statsInner h2 {
  font-size: 93px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 45px;
}
.statsBlock .statsInner ul {
  font-size: 0;
}
.statsBlock .statsInner ul li {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 200;
  width: 33.3333333333%;
}
.statsBlock .statsInner ul li .number {
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: 800;
  line-height: 35px;
}

.backToTop {
  margin-bottom: 120px;
}

.actionBtnOverlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.relatedContentBlock {
  position: relative;
}
.relatedContentBlock h2 {
  font-size: 50px;
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
}
.relatedContentBlock h2:after {
  content: "";
  right: 100%;
  margin-right: 15px;
  top: 4px;
  width: 66px;
  height: 66px;
  background-image: url(../images/plus-sign.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
}
.relatedContentBlock .relatedList ul li {
  display: inline-block;
  margin-right: 60px;
  text-transform: uppercase;
}
.relatedContentBlock .relatedList ul li a {
  color: #ffffff;
  font-family: helvetica-neue;
  font-weight: 200;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 1px;
}

.relatedContentBlock .safeArea1280 {
  background-color: #000;
  padding: 36px 0 30px 100px;
  box-sizing: border-box;
  position: relative;
}

.macUser .relatedContentBlock .safeArea1280 {
  padding: 38px 0 27px 100px;
}

.relatedContentBlock h2 {
  font-size: 50px;
  font-weight: 900;
  position: relative;
}

.relatedContentBlock h2 span {
  padding: 0;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
}

.relatedContentBlock h2 span:nth-child(1) {
  margin-bottom: 10px;
}

.relatedContentBlock h2:after {
  content: "";
  right: 100%;
  margin-right: 15px;
  top: 4px;
  width: 66px;
  height: 66px;
  background-image: url(../images/plus-sign.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
}

.backToTopBlock h2:after {
  background-image: url(../images/up-sign.svg);
}

.footer {
  padding: 30px 0;
  color: #fff;
  font-family: helvetica-neue;
  font-size: 10px;
}
.footer a {
  color: rgba(0, 0, 0, 0.95);
  font-family: helvetica-neue;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 200;
  margin-right: 47px;
}
.footer .footerLinks {
  float: left;
  width: 50%;
}
.footer .cpHolder {
  float: right;
  width: 50%;
  text-align: right;
  color: rgba(0, 0, 0, 0.95);
  font-size: 14px;
  font-weight: 200;
}
.footer .cpHolder .smLinks {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.footer .cpHolder .smLinks a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .cpHolder .smLinks .fbLink {
  background-image: url(../images/ico-fb-footer.svg);
}
.footer .cpHolder .smLinks .instaLink {
  background-image: url(../images/ico-insta-footer.svg);
}
.footer .cpHolder .smLinks .youtubeLink {
  background-image: url(../images/ico-youtube-footer.svg);
}
.footer .cpHolder .smLinks .twitterLink {
  background-image: url(../images/x-icon-footer.svg);
}
.footer .cpHolder .smLinks .linkedInLink {
  background-image: url(../images/ico-linkedin-footer.svg);
}
.footer .cpHolder .cp {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.subpageTitle {
  margin-bottom: 30px;
  margin-top: 62px;
}
.subpageTitle h1 {
  text-transform: none;
  font-size: 90px;
  font-weight: 900;
  line-height: 75px;
  letter-spacing: -0.5px;
}

.subpageBanner {
  margin-bottom: 100px;
  position: relative;
}
.subpageBanner img, .subpageBanner video {
  width: 100%;
}

.pageContent {
  margin-bottom: 180px;
}
.pageContent h2 {
  font-weight: 900;
  font-size: 50px;
  letter-spacing: -1px;
  margin-bottom: 44px;
  line-height: 46px;
}
.pageContent .contentText {
  color: #000;
  font-family: helvetica-neue;
  font-weight: 100;
  font-size: 22px;
  line-height: 160%;
}
.pageContent .contentText a {
  color: #000000;
  text-decoration: underline;
}
.pageContent .moreText a {
  font-size: 15px;
  text-decoration: underline;
  color: #000;
}
.pageContent .moreTextHolder {
  display: none;
}

.halfPage {
  width: 58%;
}

.margBot130 {
  margin-bottom: 130px;
}

.aboutBlocks {
  margin-bottom: 140px;
}
.aboutBlocks ul {
  display: inline-block;
  width: 100%;
}
.aboutBlocks ul li {
  float: left;
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 12px;
  overflow: hidden;
}
.aboutBlocks ul li:nth-child(4) {
  margin-right: 0;
}
.aboutBlocks ul li .aboutItemHolder {
  position: relative;
}
.aboutBlocks ul li .aboutItemHolder .imgHolder {
  min-width: 185px;
}
.aboutBlocks ul li .aboutItemHolder .imgHolder h3 {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
  font-size: 17px;
  width: 100px;
}
.aboutBlocks ul li .aboutItemHolder .imgHolder h3 span {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 7px;
  display: inline-block;
  z-index: 2;
  margin-top: 2px;
}
.aboutBlocks ul li .aboutItemHolder .imgHolder a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutBlocks ul li .aboutItemHolder .newsInfo {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #000;
  padding: 24px 21px 21px;
  opacity: 0;
  visibility: hidden;
}
.aboutBlocks ul li .aboutItemHolder .newsInfo h3 {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 100%;
  font-weight: 900;
  text-align: left;
  font-family: "Helvetica LT Std";
}
.aboutBlocks ul li .aboutItemHolder .newsInfo .newsDate {
  min-height: 30px;
  color: #fff;
  font-family: helvetica-neue;
  font-size: 15px;
  position: absolute;
  left: 15px;
  bottom: -52px;
  transform: rotate(-90deg);
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  transform-origin: top left;
  font-weight: 200;
  line-height: 15px;
  background-color: transparent;
}

.aboutBigBlock {
  margin-bottom: 10px;
}
.aboutBigBlock .aboutItemHolder {
  position: relative;
}
.aboutBigBlock .aboutItemHolder .newsInfo {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 100%;
  font-weight: 900;
  font-family: "Helvetica LT Std";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background-color: #000;
  padding: 24px 21px 21px;
  opacity: 0;
  visibility: hidden;
}
.aboutBigBlock .aboutItemHolder .newsImgRec {
  width: 49.5%;
  margin-right: 1%;
  float: left;
  position: relative;
}
.aboutBigBlock .aboutItemHolder .newsImgRec img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutBigBlock .aboutItemHolder .newsInfoFixed {
  width: 24.25%;
  margin-right: 1%;
  float: left;
  position: relative;
  display: block;
  height: 215px;
  padding: 15px 0;
  box-sizing: border-box;
}
.aboutBigBlock .aboutItemHolder .newsInfoFixed h3 {
  color: #000;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 100%;
  font-family: "Helvetica LT Std";
  line-height: 80%;
}
.aboutBigBlock .aboutItemHolder .newsImgSquare {
  width: 24.25%;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.aboutBigBlock .aboutItemHolder .newsImgSquare.newsImg a img {
  width: 100%;
  display: block;
}

.aboutBigBlock:hover .aboutItemHolder .newsImgRec .newsInfo {
  visibility: visible;
  opacity: 1;
}

.InnerBlock h3 {
  font-weight: 900;
  font-size: 83px;
  letter-spacing: -1px;
  font-family: helvetica-neue;
  margin-bottom: 44px;
  line-height: 76px;
  text-transform: uppercase;
  text-transform: uppercase;
}

.partnersList {
  margin-bottom: 80px;
}
.partnersList ul li {
  display: inline-block;
  margin-bottom: 50px;
  margin-right: 50px;
  width: 140px;
  vertical-align: bottom;
}
.partnersList ul li img {
  width: 100%;
  display: block;
}
.partnersList ul li:nth-child(4n) {
  margin-right: 0;
}

.andMore img {
  width: 100%;
  display: block;
}

.contentText ul li {
  display: block;
  padding-left: 25px;
  margin-bottom: 5px;
  position: relative;
}
.contentText ul li::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  border-radius: 0;
  left: 0;
  top: 18px;
  background-color: #000;
}

.capabiltiesList {
  margin-bottom: 130px;
}
.capabiltiesList ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  grid-gap: 48px; /* Spacing between items */
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.capabiltiesList ul li {
  box-sizing: border-box;
}
.capabiltiesList ul li .imageHolder {
  margin-bottom: 45px;
  position: relative;
}
.capabiltiesList ul li .imageHolder a {
  display: block;
  overflow: hidden;
}
.capabiltiesList ul li .imageHolder a:hover img {
  transform: scale(1.5);
}
.capabiltiesList ul li .imageHolder a img {
  width: 100%;
  display: block;
}
.capabiltiesList ul li .info {
  padding: 0 35px;
}
.capabiltiesList ul li .info .title a {
  color: #000;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -2px;
  margin: 0 0 15px;
  display: block;
}
.capabiltiesList ul li .info .learnMore a {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 600;
  padding-left: 65px;
  color: #000;
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: left center;
  background-image: url(../images/more-arrow.svg);
}

.contactPage {
  padding-top: 166px;
}
.contactPage .contactForm {
  margin-bottom: 80px;
}
.contactPage .contactForm h2 {
  color: #000;
  font-weight: 200;
  font-size: 22px;
  font-family: helvetica-neue;
  margin-bottom: 12px;
}
.contactPage .contactForm .textareaMSG {
  margin-bottom: 40px;
  width: 100%;
}
.contactPage .contactForm .textareaMSG textarea {
  margin: 0 0 10px 0;
  font-size: 100px;
  letter-spacing: -1px;
  border: none;
  height: 365px;
  max-width: 100%;
  width: 100% !important;
  min-width: 100%;
  font-family: helvetica-neue;
  color: #000000;
  font-weight: 900;
  line-height: 90px;
  padding: 10px 0;
}
.contactPage .contactForm .email-wrapper {
  font-size: 22px;
  margin: 0 0 55px 0;
  font-family: helvetica-neue;
}
.contactPage .contactForm .email-wrapper label {
  color: #000;
  display: inline-block;
  font-weight: 800;
  vertical-align: middle;
}
.contactPage .contactForm .email-wrapper .inputError {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.contactPage .contactForm .email-wrapper .inputError input {
  border: none;
  width: 500px;
  font: inherit;
  padding: 0;
  display: inline-block;
  font-weight: 800;
  outline: none;
  color: #000000;
}
.contactPage .contactForm .formActions input {
  padding: 20px;
  border: none;
  -webkit-appearance: none;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  cursor: pointer;
  font-family: helvetica-neue;
  font-weight: 900;
  line-height: 35px;
}
.contactPage .contactInfoBlock {
  background-color: #000;
  padding: 135px 0;
  margin-bottom: 100px;
  font-family: helvetica-neue;
}
.contactPage .contactInfoBlock .mainContactInfo ul {
  font-size: 0;
  text-align: center;
}
.contactPage .contactInfoBlock .mainContactInfo ul li {
  font-family: helvetica-neue;
  font-size: 30px;
  color: #ffffff;
  line-height: 23px;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.contactPage .contactInfoBlock .mainContactInfo ul li .contactLabel {
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
}
.contactPage .contactInfoBlock .mainContactInfo ul li:first-child {
  width: auto;
  margin-right: 200px;
  text-align: left;
  max-width: 40%;
}
.contactPage .contactInfoBlock .mainContactInfo ul li:first-child .contactText {
  font-size: 100px;
  line-height: 75px;
  font-weight: 900;
}
.contactPage .contactInfoBlock .mainContactInfo ul li:first-child .contactLabel {
  margin-left: 3px;
}
.contactPage .contactInfoBlock .mainContactInfo ul li:nth-child(2) {
  width: auto;
  text-align: left;
}
.contactPage .contactInfoBlock .mainContactInfo ul li:nth-child(2) .contactText {
  font-size: 28px;
  line-height: 20px;
}
.contactPage .contactInfoBlock .mainContactInfo ul li:nth-child(2) .contactText a {
  font-family: helvetica-neue;
  font-size: 30px;
  color: #ffffff;
  line-height: 23px;
  font-weight: 900;
}
.contactPage .officesListHolder .safeArea1280 {
  padding: 36px 0 30px 100px;
  box-sizing: border-box;
}
.contactPage .officesListHolder .officeEl {
  margin-bottom: 50px;
}
.contactPage .officesListHolder .officeEl h2 {
  font-size: 50px;
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
}
.contactPage .officesListHolder .officeEl h2 span {
  color: #000;
  padding: 0;
  line-height: 40px;
  text-transform: uppercase;
}
.contactPage .officesListHolder .officeEl h2 span:nth-child(1) {
  margin-bottom: 10px;
}
.contactPage .officesListHolder .officeEl .officesList ul {
  width: 100%;
  display: inline-block;
}
.contactPage .officesListHolder .officeEl .officesList ul li {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 25px;
}
.contactPage .officesListHolder .officeEl .officesList ul li:nth-child(3n) {
  margin-right: 0;
}
.contactPage .officesListHolder .officeEl .officesList ul li h3 {
  font-size: 25px;
  font-family: helvetica-neue;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.contactPage .officesListHolder .officeEl .officesList ul li .officeInfo {
  color: #000;
  font-family: helvetica-neue;
  font-size: 14px;
  line-height: 19px;
}

.margBot50 {
  margin-bottom: 50px;
}

.blackBlock {
  background-color: #000;
  padding: 120px 0 70px 0;
}
.blackBlock h3 {
  color: #fff;
}

.textLink a {
  background-color: #000000;
  color: #ffffff;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 15px;
  display: inline-block;
  margin-top: 60px;
}

.macUser .textLink a {
  padding: 15px 15px 5px 15px;
}
.macUser .aboutBlocks ul li .aboutItemHolder .imgHolder h3 span {
  padding: 5px 7px 1px;
}
.macUser .contactPage .contactForm .textareaMSG textarea {
  height: 365px;
}
.macUser .contactPage .contactForm .formActions input {
  padding: 22px 20px 10px 20px;
}
.macUser .contactPage .contactInfoBlock {
  padding: 165px 0 155px;
}
.macUser .officesListHolder .safeArea1280 {
  padding: 38px 0 27px 100px;
}
.playVideoBtn span {
  -webkit-transition: all ease-in-out 300ms;
}

.playVideoBtn {
  position: absolute;
  bottom: 60px;
  left: 60px;
  width: calc(100% - 60px);
  z-index: 2;
}
.playVideoBtn:hover span {
  transform: translateX(0);
}
.playVideoBtn svg {
  width: 87px;
  height: 126px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.playVideoBtn span {
  font: 900 60px/0.77 h;
  font-family: helvetica-neue;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  transform: translateX(-101%);
  transition: transform 0.3slinear;
  height: 100px;
}
.playVideoBtn span span {
  transform: translateX(101%);
  padding-top: 8px;
}
.playVideoBtn .playIconContainer {
  position: relative;
  display: inline-block;
}
.playVideoBtn .playIconContainer .playIconHolder {
  margin-left: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.safeArea860 {
  max-width: 860px;
  margin: 0 auto;
}

.macUser .ethanInNumbers .numbersHolder {
  padding: 105px 50px 44px;
}

.ethanInNumbers {
  background-color: #000000;
}
.ethanInNumbers .numbersHolder {
  background-color: #000000;
  padding: 75px 50px 57px;
  box-sizing: border-box;
}
.ethanInNumbers .numbersHolder .bigTitle {
  font-size: 110px;
  font-family: helvetica-neue;
  letter-spacing: -2px;
  margin-bottom: 80px;
  color: #fff;
  line-height: 76%;
  font-weight: 900;
  width: 100%;
}
.ethanInNumbers .loweText .text1, .ethanInNumbers .loweText .text2 {
  font: 300 40px/1.16 h;
  font-family: helvetica-neue;
  color: #fff;
  float: left;
  width: 30%;
}
.ethanInNumbers .loweText .text1.last {
  margin-right: 0;
}
.ethanInNumbers .loweText .text1 .number {
  font-weight: 900;
}
.ethanInNumbers .loweText .text1 .contentText {
  font-size: 25px;
}
.ethanInNumbers .text1, .ethanInNumbers .text2, .ethanInNumbers .text3 {
  margin-right: 45px;
}

.newsDate {
  background-color: #000;
  font-size: 22px;
  font-family: helvetica-neue;
  padding: 9px 20px 10px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-top: -22px;
}

.newsPlayIcon {
  position: absolute;
  bottom: 70px;
}
.newsPlayIcon .playVideoBtn {
  width: 100%;
  position: static;
}

.aboutPage {
  margin-bottom: 132px;
}

.safeArea1500 {
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 120px !important;
}

.aboutVideoHolder {
  position: relative;
  margin-top: -25px;
  margin-bottom: -19px;
  z-index: 800;
}

.macUser .aboutVideoHolder {
  margin-bottom: 0px;
}

.aboutVideoHolder .full {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.trimOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/trame.png);
  /* opacity: 0.3; */
  z-index: 1;
}

.playVideoBtn {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.safeArea910 {
  max-width: 910px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

.playIconHolder {
  margin-left: -75px;
}
.playIconHolder .playVideoBtn span {
  font: 900 60px/0.77 h;
  font-family: helvetica-neue;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  transform: translateX(-101%);
  transition: transform 0.3s linear;
  height: 100px;
}

.macUser .playVideoBtn span span {
  padding-top: 8px;
}

.playVideoBtn span span {
  transform: translateX(101%);
}

.aboutTitle {
  font-size: 129px;
  font-weight: 900;
  line-height: 78.6%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-left: -80px;
  margin-bottom: 20px;
}

.macUser .aboutTitle {
  margin-bottom: 10px;
}

.quoteHolder {
  margin-left: 0;
}

.aboutpagecontontainer {
  position: relative;
  z-index: 990;
}

.quoteTitle {
  color: #000000;
  font-size: 22px;
  position: relative;
  margin-bottom: 5px;
  font-weight: 700;
}
.quoteTitle:before {
  position: absolute;
  content: "";
  left: -72px;
  top: 0;
  width: 35px;
  height: 30px;
  background-image: url(../images/quotes.svg);
  background-size: 50% auto;
  background-size: cover;
}

@media (max-width: 1550px) {
  .safeArea1500 {
    padding-left: 5vw;
    padding-right: 5vw;
    max-width: 100%;
  }
}
.capabiltiesList .tags {
  position: absolute;
  left: 32px;
  bottom: -15px;
  z-index: 9;
}
.capabiltiesList .tags ul {
  width: 100%;
  display: inline-block;
}
.capabiltiesList .tags ul li {
  margin-top: 2px;
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  height: auto;
}
.capabiltiesList .tags ul li span {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 3px 7px;
  display: inline-block;
}

.macUser .capabiltiesList .tags ul li span {
  padding: 5px 7px 1px;
}

.subpageBanner .tags {
  position: relative;
  bottom: 19px;
  z-index: 9;
}
.subpageBanner .tags ul {
  width: 100%;
  display: inline-block;
}
.subpageBanner .tags ul li {
  margin-top: 2px;
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  height: auto;
}
.subpageBanner .tags ul li span {
  background-color: #000;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 5px 20px 6px;
  display: inline-block;
}

.macUser .subpageBanner .tags ul li span {
  padding: 9px 20px 3px;
}

.safeArea1280 {
  max-width: 1230px;
  margin: 0 auto;
}

.home-header h1 {
  font-size: 90px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #000;
  font-family: helvetica-neue;
  margin-bottom: 30px;
  font-weight: 900;
  background-image: none !important;
  line-height: 75px;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  font-size: 100px;
  margin-bottom: 50px;
}

.home-header video {
  display: none;
}

.home-header .trigger, .home-header canvas {
  position: absolute;
  top: -40px;
  left: -49px;
  width: calc(100% + 82px);
  height: calc(100% + 125px);
  display: block;
  visibility: visible;
}

.bottomMenu, .mobileMenuSMLinks {
  display: none;
}

.careerBlack, .careerImage {
  width: 50%;
  float: left;
}

.careerImage img, .imagesList li img {
  width: 100%;
}

ul.careersList li {
  width: 47%;
  margin-right: 6%;
  float: left;
  margin-bottom: 40px;
  display: flex;
}
ul.careersList li:nth-child(2n) {
  margin-right: 0;
}
ul.careersList li .careerBlack {
  background: #000000;
  padding: 15px;
  width: 50%;
  display: inline-flex;
  flex-flow: row wrap;
}
ul.careersList li .careerBlack .blockTitle {
  font-size: 25px;
  text-align: left;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  width: 100%;
}
ul.careersList li .careerBlack .careerInfo {
  align-self: flex-end;
}

.careerDesc {
  color: #ffffff;
  font-size: 15px;
  font-family: helvetica-neue;
  line-height: 18px;
  font-weight: 300;
}

.thePerks {
  border-top: 1px solid #ccc;
  padding-top: 60px;
}
.thePerks h4 {
  font-family: helvetica-neue;
  font-size: 90px;
  line-height: 90%;
  font-weight: 900;
  margin-bottom: 60px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.boardList .swiper-slide {
  float: left;
  width: 23.7%;
  margin-right: 1.73%;
  margin-bottom: 20px;
}
.boardList .swiper-slide:nth-child(4n) {
  margin-right: 0;
}

.boardList .swiper-slide, .boardList ul li {
  overflow: hidden;
}

.boardItemHolder {
  transform: translate(0) !important;
  width: 100%;
}

.boardImage {
  height: 323px;
}
.boardImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.boardInfo {
  position: absolute;
  left: -100px;
  bottom: 14px;
  background-color: #000;
  padding: 14px 15px 15px 18px;
  opacity: 0;
  height: 136px;
  visibility: hidden;
  width: 233px;
  box-sizing: border-box;
}
.boardInfo .boardName {
  color: #ffffff;
  line-height: 100%;
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 28px;
}
.boardInfo .boardPosition {
  color: #ffffff;
  font-size: 18px;
  font-family: helvetica-neue;
  line-height: 16px;
  font-weight: 300;
}

.boardList h4 {
  font-weight: 900;
  font-size: 50px;
  letter-spacing: -1px;
  margin-bottom: 44px;
  line-height: 46px;
}

.boardList .swiper-slide:hover .boardInfo {
  visibility: visible;
  opacity: 1;
  left: 0;
}

.swiper-slide.show.showMore {
  border: 1px solid #d8d8d8;
  position: relative;
  height: 325px;
}
.swiper-slide.show.showMore h2 {
  text-transform: uppercase;
  font-size: 87px;
  line-height: 0.75;
  letter-spacing: -4px;
  position: absolute;
  width: 100%;
  padding: 20px 15px;
  bottom: 0;
  max-width: 350px;
  left: 0;
  margin-bottom: 0;
  color: #000000;
}
.swiper-slide.show.showMore h2 span {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  font-family: helvetica-neue;
  font-weight: 600;
  margin-top: 20px;
  padding-left: 65px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-image: url(../images/more-arrow.svg);
}

.leadersDetailsPage h1 {
  margin-bottom: 120px;
}
.leadersDetailsPage h2 {
  margin-bottom: 20px;
}
.leadersDetailsPage h3 {
  letter-spacing: -2px;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.leadersDetailsPage ul li {
  margin-bottom: 83px;
  line-height: normal;
}

.awardsNo {
  margin-top: 10px;
  font: 300 17px/1.16 h;
  font-family: helvetica-neue;
}
