.group-three-images {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 79.398%;
  overflow: hidden;
}
.group-three-images .group-three-images__wrap {
  position: absolute;
  height: 0;
  overflow: hidden;
}
.group-three-images .group-three-images__wrap img, .group-three-images .group-three-images__wrap .txt-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.group-three-images .group-three-images__wrap.group-three-images__wrap--1 {
  top: 13.666%;
  right: 45.143%;
  z-index: 2;
  width: 56.291%;
  padding-bottom: 56.291%;
  -webkit-transform: translate3d(-30%, -30%, 0);
  transform: translate3d(-30%, -30%, 0);
  opacity: 0;
}
.group-three-images .group-three-images__wrap.group-three-images__wrap--2 {
  right: 38.11%;
  bottom: 0;
  z-index: 3;
  width: 35.086%;
  padding-bottom: 35.086%;
  -webkit-transform: translate3d(30%, 30%, 0);
  transform: translate3d(30%, 30%, 0);
  opacity: 0;
}
.group-three-images .group-three-images__wrap.group-three-images__wrap--3 {
  top: 30%;
  right: 19.1%;
  z-index: 3;
  width: 35.263%;
  padding-bottom: 40.263%;
  -webkit-transform: translate3d(30%, -30%, 0);
  transform: translate3d(30%, -30%, 0);
  opacity: 0;
}
.group-three-images .group-three-images__wrap.active {
  animation: animate 0.8s ease-in-out forwards;
}
@keyframes animate {
  to {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@font-face {
  font-family: "Tungsten-black";
  src: url("_fonts/Tungsten-Black_Web.woff") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-weight: 300;
  src: url("_fonts/Inter-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("_fonts/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("_fonts/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 900;
  src: url("_fonts/Merriweather-BlackItalic.ttf") format("truetype");
}
::-moz-selection {
  /* Code for Firefox */
  color: #FFFFFF;
  background: #E60000;
}

::selection {
  color: #FFFFFF;
  background: #E60000;
}

.t-black {
  font-family: "Tungsten-black";
}

.i-light {
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.i-reg {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.i-semi {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.f-large {
  font-size: 40px;
}

.f-larger {
  font-size: 30px;
}

.f-normal {
  font-size: 22px;
}

.f-smaller {
  font-size: 18px;
}

.f-small {
  font-size: 16px;
}

.f-14 {
  font-size: 14px;
}

.dark-blue {
  color: #2E2940;
}

.dark-orange {
  color: #F1522B;
}

.mt-large {
  margin-top: 120px;
}

.mt-mid {
  margin-top: 90px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

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

.letter_tungs {
  letter-spacing: 0.02em;
}

b {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}

h1, h2, h3 {
  margin-bottom: 0;
}

ul.unlisted {
  padding: 0;
  margin: 0;
  list-style: none;
}

.bb-pink {
  border-bottom: 2px solid #E60000;
  transition: color 0.2s ease;
}
.bb-pink:hover {
  color: #E60000;
}

.no-wrap {
  white-space: nowrap;
}

.s-name, #page-name {
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.s-name.fadeOut, #page-name.fadeOut {
  opacity: 0;
}

.logo-havas {
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media (min-width: 992px) {
  .logo-havas.fadeOut {
    opacity: 0;
  }
}

#page-name {
  display: none !important;
  position: fixed;
  top: 39px;
  font-size: 16px;
  z-index: 7;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 12px;
}
@media (max-width: 991.98px) {
  #page-name {
    display: none;
  }
}

.logo-havas {
  position: fixed;
  top: 39px;
  left: 160px;
  width: 362px;
  height: 31px;
  background-image: url("../img/global/logo_havas_rebrand.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.logo-havas.white {
  background-image: url("../img/global/logo_havas_rebrand_white.svg");
}
.logo-havas.bkg-white {
  background-image: url("../img/global/logo_havas_rebrand.svg");
}
.logo-havas.menu {
  position: absolute;
  background-image: url("../img/global/logo_havas_rebrand_white.svg");
}
@media (max-width: 991.98px) {
  .logo-havas {
    top: 44px;
    left: 70px;
    width: 332px;
    height: 29px;
  }
}
@media (max-width: 575.98px) {
  .logo-havas {
    top: 34px;
    width: 275px;
  }
}

body {
  color: #000000;
  font-size: 22px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

#wrapper {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
}
.section.main {
  padding-top: 120px;
}
.section.last {
  padding-bottom: 120px;
}

.scroll-direction {
  z-index: 9;
}

.bottom-router {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
  min-height: auto !important;
}

.popup {
  display: none;
}

.key-outline {
  outline-color: transparent !important;
}

@media (max-width: 1199.98px) {
  .title {
    font-size: 90px;
  }

  body {
    font-size: 18px;
  }

  #footer {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .title {
    font-size: 60px;
  }
  .title.t90 {
    font-size: 60px;
  }

  body {
    font-size: 16px;
  }

  .mt-mb-30 {
    margin-top: 30px;
  }

  .mt-mb-60 {
    margin-top: 60px;
  }

  .scroll-direction {
    left: 15px;
  }

  #site-logo {
    display: none;
  }

  .mobile-bg {
    width: 100%;
    position: fixed;
    height: 90px;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 7;
  }

  #menu {
    width: 100%;
    align-items: center;
    left: -110%;
    font-size: 30px;
    min-width: auto;
    padding: 15px;
  }
  #menu .menu-logo {
    position: absolute;
    top: 30px;
    right: 15px;
  }
  #menu .menu-items-container {
    margin-left: 0;
  }
  #menu .langs {
    display: flex;
  }

  .section {
    padding-left: 0;
  }
  .section .main {
    padding-top: 190px;
  }

  .header {
    top: 30px;
    left: 15px;
    width: calc(100% - 45px);
  }
  .header .pages {
    display: inline-block;
  }
  .header .pages > li {
    display: inline-block;
    position: relative;
  }
  .header .pages > li:not(:last-child) {
    margin-right: 5px;
  }
  .header .pages > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 5px;
  }
  .header .pages > li > ul > li {
    white-space: nowrap;
  }
  .header .pages > li > ul > li:last-child {
    margin-right: 0;
  }
  .header .pages > li > ul.social-icons {
    right: 0;
    white-space: nowrap;
    left: auto;
  }

  .bottom-router {
    padding-top: 20vh !important;
    padding-bottom: 20vh !important;
    min-height: auto !important;
  }

  #footer {
    font-size: 16px;
  }
  #footer .mt-mid {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767.98px) {
  .section.main {
    padding-top: 150px;
  }
}
@media (max-width: 575.98px) {
  .header {
    top: 20px;
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
#cms-wrapper {
  padding-bottom: 120px;
}

#login {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
#login .login-area {
  background-color: #eeeeee;
  font-size: 18px;
  border-radius: 5px;
}

#cms-header {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eeeeee;
}
#cms-header .header-items .bb-pink {
  float: right;
  margin-top: 10px;
}

/*# sourceMappingURL=style.css.map */
