/*************
 *   FONTS   *
 *************/
 @font-face {
  font-family: 'Aeonik Pro Bold';
  src: url('../fonts/AeonikPro-Bold.woff2') format('woff2'),
      url('../fonts/AeonikPro-Bold.woff') format('woff'),
      url('../fonts/AeonikPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('../fonts/AeonikPro-BlackItalic.woff2') format('woff2'),
      url('../fonts/AeonikPro-BlackItalic.woff') format('woff'),
      url('../fonts/AeonikPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro Air';
  src: url('../fonts/AeonikPro-AirItalic.woff2') format('woff2'),
      url('../fonts/AeonikPro-AirItalic.woff') format('woff'),
      url('../fonts/AeonikPro-AirItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('../fonts/AeonikPro-BoldItalic.woff2') format('woff2'),
      url('../fonts/AeonikPro-BoldItalic.woff') format('woff'),
      url('../fonts/AeonikPro-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro Air';
  src: url('../fonts/AeonikPro-Air.woff2') format('woff2'),
      url('../fonts/AeonikPro-Air.woff') format('woff'),
      url('../fonts/AeonikPro-Air.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('../fonts/AeonikPro-LightItalic.woff2') format('woff2'),
      url('../fonts/AeonikPro-LightItalic.woff') format('woff'),
      url('../fonts/AeonikPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('../fonts/AeonikPro-Light.woff2') format('woff2'),
      url('../fonts/AeonikPro-Light.woff') format('woff'),
      url('../fonts/AeonikPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro Black';
  src: url('../fonts/AeonikPro-Black.woff2') format('woff2'),
      url('../fonts/AeonikPro-Black.woff') format('woff'),
      url('../fonts/AeonikPro-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('../fonts/AeonikPro-ThinItalic.woff2') format('woff2'),
      url('../fonts/AeonikPro-ThinItalic.woff') format('woff'),
      url('../fonts/AeonikPro-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('../fonts/AeonikPro-RegularItalic.woff2') format('woff2'),
      url('../fonts/AeonikPro-RegularItalic.woff') format('woff'),
      url('../fonts/AeonikPro-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('../fonts/AeonikPro-MediumItalic.woff2') format('woff2'),
      url('../fonts/AeonikPro-MediumItalic.woff') format('woff'),
      url('../fonts/AeonikPro-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro Regular';
  src: url('../fonts/AeonikPro-Regular.woff2') format('woff2'),
      url('../fonts/AeonikPro-Regular.woff') format('woff'),
      url('../fonts/AeonikPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro';
  src: url('../fonts/AeonikPro-Thin.woff2') format('woff2'),
      url('../fonts/AeonikPro-Thin.woff') format('woff'),
      url('../fonts/AeonikPro-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik Pro Medium';
  src: url('../fonts/AeonikPro-Medium.woff2') format('woff2'),
      url('../fonts/AeonikPro-Medium.woff') format('woff'),
      url('../fonts/AeonikPro-Medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*****************
 *   FONTS END   *
 ****************/

html,
body{
  font-family: 'Aeonik Pro Regular';
  font-size:20px;
  line-height:1em;
  letter-spacing:0;
  position:relative;
  width:100%;
  height:auto;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color:#000;

  -webkit-text-size-adjust:none;
  -webkit-font-smoothing: antialiased !important;
  }
a,
body.isDesktop a:hover{
  color:#000;
  text-decoration:none;

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

a:link,
a:visited {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {font-size:1em;font-weight:normal;}
p {
  margin: 0 0 1.2em;
}
p:first-child {
  margin-top: 0 !important;
}
p:last-child {
  margin-bottom: 0 !important;
}
del {
  text-decoration: line-through;
}
tr.odd {
  background-color: #dddddd;
}
img {
  border: 0px;
  margin: 0px;
  padding: 0px;
  outline: 0;
  width:100%;
  height:auto;
  display:block;
}
code,
pre,
kbd,
samp,
var {
  padding: 0 0.4em;
  font-size: 0.857em;
  font-family: Menlo, Consolas, "Andale Mono", "Lucida Console", "Nimbus Mono L", "DejaVu Sans Mono", monospace, "Courier New";
}
code {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
}
pre code,
pre kbd,
pre samp,
pre var,
kbd kbd,
kbd samp,
code var {
  font-size: 100%;
  background-color: transparent;
}
pre code,
pre samp,
pre var {
  padding: 0;
}
.description code {
  font-size: 1em;
}
kbd {
  background-color: #f2f2f2;
  border: 1px outset #575757;
  margin: 0 3px;
  color: #666;
  display: inline-block;
  padding: 0 6px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
pre {
  background-color: #f2f2f2;
  background-color: rgba(40, 40, 0, 0.06);
  margin: 10px 0;
  overflow: hidden;
  padding: 15px;
  white-space: pre-wrap;
}
body.locked{
  overflow:hidden;
}
body.locked #feedPopup{
  -webkit-overflow-scrolling: touch;
}
b,strong{
  font-weight:normal;
  font-family: 'Ogilvy-Sans-Greek-bold';
}
.clear {
  clear: both;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline:none;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}


.section{
  margin:0;
  padding:0;
  width:100%;
  position:relative;
}
.sectionInner{
  margin:0 auto;
  padding:0 20px;
  width:100%;
  max-width:1250px;
  position:relative;
}
#header {
  padding: 70px 0 20px;
}
#header .logo {
  max-width: 324px;
  margin: 0 auto;
}

.sectionTitle {
  width: 100%;
  height: auto;
  margin-bottom: 23px;
}
.sectionTitle .title {
  color: #FF2200;
  font-size: 0.7rem;
  line-height: 1.2em;
  font-family: 'Aeonik Pro Black';
}

.videoWrapper.vimeoWithThumb{

}
.videoWrapper {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.videoWrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
.videoWrapper .thumb {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -khtml-opacity: 0; */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
}
.videoWrapper.active .thumb {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
}
.videoWrapper.videoYt .thumb {z-index: 0;}

.videoWrapper a.btnPlay {
  color: #fff;
  display: block;
  position: absolute;
  width: 118px;
  height: auto;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transition: all .2s ease-in-out 0.4s;
  -moz-transition: all .2s ease-in-out 0.4s;
  -ms-transition: all .2s ease-in-out 0.4s;
  -o-transition: all .2s ease-in-out 0.4s;
  transition: all .2s ease-in-out 0.4s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -khtml-opacity: 0;
  visibility: hidden;
}
.videoWrapper.active a.btnPlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -khtml-opacity: 1;
  visibility: visible;
}
.videoWrapper.active a.btnPlay svg{
  width: 100%;
  height: auto;
}
.videoWrapper.active a.btnPlay path{
  transition:all 0.2s ease-out;
}
.videoWrapper.active a.btnPlay:hover path{
  transform:translateX(3%);
}
#film {
  margin-bottom: 80px;
}
#overview,
#caseStudy,
#caseStudyCasting {
  margin-bottom: 90px;
}
.textsWrapper.twoCols{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.textsWrapper.twoCols .col{
  display:flex;
  flex-direction: column;
  flex-basis: 100%;
  flex:1;
}
.textsWrapper.twoCols .colLeft{
  padding-right:35px;
}
.textsWrapper.twoCols .colRight{
  padding-left:35px;
}
.textsWrapper p{
  font-family: 'Aeonik Pro Regular';
  font-size:0.95rem;
  line-height:1.29em;
  letter-spacing: -1%;
  margin:35px 0;
}
.textsWrapper p strong {
  font-family: 'Aeonik Pro Bold';
}
.textsWrapper p a{
  text-decoration:underline;
}

#footer,
#footerScroller {
  background: #000;
}

@media (max-width: 768px) {
  .textsWrapper.twoCols{
    flex-direction: column;
  }
  .textsWrapper.twoCols .colLeft{
    padding-right:0;
  }
  .textsWrapper.twoCols .colRight{
    padding-left:0;
  }
  .textsWrapper.twoCols .colRight p:first-child {
    margin-top: 35px !important;
  }
  .videoWrapper a.btnPlay {
    width: 80px;
  }
}

#footerScroller {
  padding: 50px 0;
}
#footerScroller .sectionInner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.scrollContainer {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.scrollContent {
  display: flex;
  
  width: 10260px;
  animation: scrollAnimation 70s linear infinite;
  position:relative;
}

.scrollContent img {
  width: 2655px;
  height: auto;
}

:root {
  --full-width: 100vw;
}
@keyframes scrollAnimation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% + var(--full-width)));
  }
}
/* @keyframes scrollAnimation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
} */

#footer{
  padding-top:80px;
  padding-bottom:50px;
}
#footer .colsWrapper {
  display: flex;
  gap: 10px; /* Adjust as needed */
}

#footer .colsWrapper .col {
  flex: 1; /* Equal width */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center horizontally */
  justify-content: center; /* Center vertically */
  text-align: center;
  height: auto; /* Adjust height as needed */
  
}
#footer .colsWrapper .col.col-1 {
  flex: 3; /* 30% */
}
#footer .colsWrapper .col.col-2 {
  flex: 4; /* 40% */
}
#footer .colsWrapper .col.col-3 {
  flex: 3; /* 30% */
}

#footer .colsWrapper .col .text{
  font-family: 'Aeonik Pro Regular';
  font-size:1.1rem;
  line-height:1.2em;
  letter-spacing: -1%;
  color:#fff;
  display:block;
  width:100%;
  
  margin:0 auto;
}
#footer .colsWrapper .col.col-1 .text{
  max-width: 255px;
  margin-bottom: 25px;
}
#footer .colsWrapper .col.col-2 .text{
  max-width: 430px;
  margin-bottom: 25px;
  font-size:1.3225rem;
}
#footer .colsWrapper .col.col-3 .text{
  max-width: 211px;
  margin-bottom: 25px;
}
#footer .colsWrapper .col .logo{
  display: block;
  width: 100%;
}
#footer .colsWrapper .col .logoImg{
  margin: 0 auto;
}
#footer .colsWrapper .col-1 .logoImg{
  max-width:139px;
}
#footer .colsWrapper .col-2 .logoImg{
  max-width:60px;
}
#footer .colsWrapper .col-3 .logoImg{
  max-width:120px;
}
/* Responsive reordering on 768px */
@media (max-width: 768px) {
  #footer .colsWrapper {
    flex-direction: column;
  }
  
  #footer .colsWrapper .col:nth-child(1) {
    order: 2;
  }
  
  #footer .colsWrapper .col:nth-child(2) {
    order: 1;
  }
  
  #footer .colsWrapper .col:nth-child(3) {
    order: 3;
    margin-bottom:0px;
  }
  
  #footer .colsWrapper .col {
    width: 100%;
    margin-bottom:50px;
  }
}

#footerBottom{
  padding:25px 0 37px;
}
#footerBottom img {
  max-width: 289px;
}