@font-face {
  font-family: bbr;
  src: url("../fonts/GT_Black-By0OgsP4.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: bbr;
  src: url("../fonts/GT_Regular-BKW5Tad-.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: bbr;
  src: url("../fonts/GT_Light-BdplLtQ2.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
.headertop header {
  background: #000;
  padding-bottom: 20px;
}

.homemenu {
  margin-left: 0px;
}
.aboutmenu {
  margin-left: 0px;
}
.newsmenu {
  margin-left: 0px;
}
.contactmenu {
  margin-left: -1px;
}
.adam-maruee {
  display: flex !important;
  position: relative;
}

.adam-maruee.horizontal {
  overflow-x: hidden !important;
  flex-direction: row !important;
  width: 100%;
  height: max-content;
}

.adam-maruee.vertical {
  overflow-y: hidden !important;
  flex-direction: column !important;
  height: 100%;
  width: max-content;
}

.adam-maruee:hover > .marquee {
  animation-play-state: var(--pauseOnHover);
}

.adam-maruee:active > .marquee {
  animation-play-state: var(--pauseOnClick);
}

.adam-maruee > .marquee {
  flex: 0 0 auto;
  min-width: var(--min-width);
  min-height: var(--min-height);
  z-index: 1;
  animation: var(--orientation) var(--duration) linear var(--delay) var(--loops);
  animation-play-state: var(--pauseAnimation);
  animation-direction: var(--direction);
}

.adam-maruee.horizontal > .marquee {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.adam-maruee.vertical > .marquee {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@keyframes scrollX {
  0% {
    transform: translate(0);
  }

  to {
    transform: translate(-100%);
  }
}

@keyframes scrollY {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

.adam-maruee > .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.adam-maruee > .transparent-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.adam-maruee > .overlay:before,
.adam-maruee > .overlay:after {
  content: "";
  position: absolute;
  z-index: 2;
}

.adam-maruee.horizontal > .overlay:before,
.adam-maruee.horizontal > .overlay:after {
  background: linear-gradient(to right, var(--gradient-color));
  height: 100%;
  width: var(--gradient-length);
}

.adam-maruee.vertical > .overlay:before,
.adam-maruee.vertical > .overlay:after {
  background: linear-gradient(to bottom, var(--gradient-color));
  height: var(--gradient-length);
  width: 100%;
}

.adam-maruee.horizontal > .overlay:after {
  transform: rotate(180deg);
}

.adam-maruee.vertical > .overlay:after {
  transform: rotate(-180deg);
}

.adam-maruee > .overlay:before {
  left: 0;
  top: 0;
}

.adam-maruee.horizontal > .overlay:after {
  right: 0;
  top: 0;
}

.adam-maruee.vertical > .overlay:after {
  left: 0;
  bottom: 0;
}
.bbr-bold {
  font-family: bbr;
  font-weight: 700;
}
.bbr-regular,
.bbr-light {
  font-family: bbr;
  font-weight: 400;
}
.white-text {
  color: #fff;
}
.black-text {
  color: #000;
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background: #131719;
  font-family: bbr;
  font-weight: 400;
}
* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body * {
  font-family: sans-serif;
}
a {
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
p {
  margin: 0;
}
#app {
  width: 100%;
  display: flex;
  justify-content: center;
}
.siteWidthConstraint {
  max-width: 1440px;
  width: 100%;
  padding: 0 38px;
  display: flex;
}
.siteWidthConstraintNoPadding {
  max-width: 1440px;
  width: 100%;
  display: flex;
}
.navOffsetTop {
  margin-top: 2rem;
}
.ul-no-dots {
  list-style-type: none;
}
.ulflex {
  display: flex;
  flex-direction: row;
}
::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}
@media (max-width: 768px) {
  .siteWidthConstraint {
    max-width: 1440px;
    width: 100%;
    padding: 0 16px;
    display: flex;
  }
  .homemenu {
    margin-left: 0px;
  }
  .aboutmenu {
    margin-left: 0px;
  }
  .newsmenu {
    margin-left: 0px;
  }
  .contactmenu {
    margin-left: 0px;
  }
}
a[data-v-b034e2e8] {
  display: block;
  width: 100%;
}
svg[data-v-b034e2e8] {
  width: 100%;
  enable-background: new 0 0 194 17;
}
.inverted[data-v-b034e2e8] {
  fill: #000;
}
.st0[data-v-b034e2e8] {
  fill: none;
}
#navSublinksExpand ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#navSublinksExpand button,
#navSublinksExpand input[type="submit"],
#navSublinksExpand input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
#navSublinksExpand li {
  font-size: 61px;
  line-height: 67px;
}
#navSublinksExpand li * {
  color: #000;
  cursor: pointer;
}
#navSublinksExpand li *:hover {
  color: #fff;
}
.router-link:hover {
  color: #fff !important;
}
.off ul {
  overflow: hidden;
}
#navLinks li .router-link {
  color: #000;
  cursor: pointer;
}
#sublinksContainer {
  transition: height 0.5s ease-in-out;
  height: 0px;
}
.off li {
  transform: translateY(10px);
  opacity: 0;
}
.on li {
  transform: translateY(0);
  opacity: 1;
}
.link {
  cursor: pointer;
}
@media (max-width: 650px) {
  #navSublinksExpand li {
    font-size: 41px;
    line-height: 47px;
  }
}
#socialContainer {
  display: flex;
}
#socialContainer a {
  cursor: pointer;
  margin: 0 1rem 0 0;
  line-height: inherit;
  font-size: initial;
  -webkit-filter: invert(0);
  filter: invert(0);
  transition: filter 0.2s ease-in-out;
}
#socialContainer a:hover {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#focusReset {
  display: flex;
}
.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}
.v-enter-from,
.v-leave-to {
  opacity: 0;
}
header {
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  background-color: transparent;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(19 23 25 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 23 25 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: 0%;
  --tw-gradient-to-position: 100%;
}
#headerInternalWrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}
#headerLeft {
  display: flex;
}
#logoWrapper {
  width: 200px;
  z-index: 10;
}
#headerRight {
  display: flex;
}
#navControl {
  width: 22.5px;
  height: 22.5px;
  z-index: 10;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}
.nav-btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#headerExpandedOuter {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: hidden;
  z-index: 9;
}
#headerExpandedSecondary {
  background-color: #f0fe70;
  width: 100%;
  transition-delay: 0.5s;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
}
#headerContentInner {
  width: 100%;
  margin: 5.5rem 0 0;
}
.expanded {
  height: 100vh;
  transition: height cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
}
.closed #headerExpandedSecondary {
  height: 0vh;
  transition: height cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
}
.expanded #headerExpandedSecondary {
  height: 100vh;
  transition: height cubic-bezier(0.77, 0, 0.175, 1) 1s;
}
.closed {
  height: 0vh;
  transition: height cubic-bezier(0.77, 0, 0.175, 1) 1s;
}
#navOpen {
  transform: rotate(0);
  opacity: 1;
  transition: all 1s ease-in-out;
}
#navOpen * {
  fill: #fff;
  transition: all 0.2s ease-in-out;
}
#navClose {
  transform: rotate(360deg);
  opacity: 0;
  transition: all 1s ease-in-out;
}
#navClose * {
  stroke: #fff;
  transition: all 0.2s ease-in-out;
}
.expanded #navOpen {
  opacity: 0;
  transform: rotate(-360deg);
}
.expanded #navOpen * {
  fill: #fff;
}
.expanded #navClose {
  opacity: 1;
  transform: rotate(0);
}
.expanded #navClose * {
  stroke: #fff;
}
#navLinks {
  list-style: none;
  padding: 0;
  font-size: 215px;
  letter-spacing: -0.3vw;
  margin: 0;
}
#navLinks li {
  overflow: hidden;
  line-height: 175px;
}
#navLinks li .router-link {
  color: #000;
  cursor: pointer;
}
.closed #navLinks li,
.closed .socialsNav {
  transform: translateY(20px);
  opacity: 0;
}
.expanded #navLinks li,
.expanded .socialsNav {
  transform: translateY(0);
  opacity: 1;
}
#coverBar {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  max-height: 85px;
  z-index: 10;
}
.closed #coverBar {
  height: 0px;
  transition: height 0.1s linear;
}
.expanded #coverBar {
  height: 52px;
  transition: height 1s linear;
}
#externalLinksOuter {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 3rem;
  position: relative;
  cursor: pointer;
}
.closed #headerExpandedSecondary {
  overflow: hidden;
}
#externalLinksOuter button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  max-width: 20px;
}
#externalLinksExpanded {
  position: absolute;
  top: 0;
  overflow: hidden;
}
#externalLinksExpanded ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 25px;
}
#externalLinksExpanded li:nth-child(1) {
  opacity: 0 !important;
}
#chevron {
  margin-right: 10px;
  transition: transform 0.5s ease-in-out;
  transform-origin: center 3.5px;
}
.expanded #chevron {
  transform: rotate(180deg);
}
.placeholder {
  font-size: 25px;
}
#externalLinksText {
  position: relative;
}
.expanded #externalLinksExpanded li {
  transform: translateY(0);
  opacity: 1;
}
.closed #externalLinksExpanded li {
  transform: translateY(10px);
  opacity: 0;
}
.router-link:hover {
  color: #fff !important;
}
.bg-hover {
  left: 0;
  position: absolute;
  width: 102%;
  z-index: -1;
  width: 0%;
  transition: width 0.2s ease-in-out;
}
.bg-hover-outer {
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
.bg-hover-outer span {
  z-index: 1;
}
.external-link:hover .bg-hover {
  width: 100%;
}
.externalExpandClickable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#externalLinksOuter {
  position: relative;
}
.socialsNav {
  width: 100%;
  padding: 5rem 0;
}
.socialsNav a {
  margin: 0 1rem;
}
@media (max-width: 1100px) {
  #navLinks {
    font-size: 20vw;
  }
  #navLinks li {
    line-height: 15.5vw;
  }
}
@media (max-width: 728px) {
  #navLinks {
    font-size: 18vw;
  }
  #navLinks li {
    line-height: 14vw;
  }
  header {
    height: 50px;
  }
}
@media (max-width: 650px) {
  #headerInternalWrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }
  #regionList li a {
    font-size: 19px !important;
  }
  #regionList li span {
    font-size: 19px !important;
  }
}
@media (max-width: 530px) {
  #regionList li a {
    font-size: 19px !important;
  }
  #regionList li span {
    font-size: 19px !important;
  }
  #headerInternalWrapper {
    align-items: center;
    padding-top: 0;
  }
  #logoWrapper {
    width: 170px;
  }
  #externalLinksOuter {
    margin-right: 2rem;
  }
  #externalLinksText * {
    font-size: 19px;
  }
  #navControl {
    width: 18px;
    height: 18px;
  }
}
.link[data-v-f9d8ae0f] {
  color: #000;
  transition: color 0.2s ease-in-out;
}
.link[data-v-f9d8ae0f]:hover {
  color: #fff;
}
footer[data-v-f9d8ae0f] {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
footer .icon[data-v-f9d8ae0f] {
  margin-left: 0 !important;
}
#footerWrapper[data-v-f9d8ae0f] {
  width: 100%;
  display: flex;
  justify-content: center;
  /* background: #ff4d00; */
  padding: 2rem 0 4rem;
  background-color: var(--primary-color);
}
#footerContainer[data-v-f9d8ae0f] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#logoWrapper[data-v-f9d8ae0f] {
  max-width: 445px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
#footerContent[data-v-f9d8ae0f] {
  width: 100%;
  display: flex;
  justify-content: space-between;
	 -webkit-justify-content: space-between;
}


#subFooterWrapper[data-v-f9d8ae0f] {
  background: #fff;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem 0 6rem;
}
#subFooterContainer[data-v-f9d8ae0f] {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#subFooterContainer.footerDesktop #reports[data-v-f9d8ae0f] {
  display: flex;
}
#subFooterContainer.footerMobile #reports[data-v-f9d8ae0f] {
  display: flex;
  padding-bottom: 0.6rem;
}
ul[data-v-f9d8ae0f] {
  padding: 0;
}
h3[data-v-f9d8ae0f] {
  font-size: 34px;
  margin-bottom: 1.2rem;
}
a[data-v-f9d8ae0f] {
  font-size: 24px;
}
.aeLogo[data-v-f9d8ae0f] {
  width: 246px;
}
.socials-footer[data-v-f9d8ae0f] {
  width: 100%;
}
.socials-footer a[data-v-f9d8ae0f] {
  height: 75%;
}
#subFooterWrapper .footerMobile[data-v-f9d8ae0f] * {
color: rgb(52, 52, 52);
  font-size: 24px;
  line-height: 30px;
}
#subFooterWrapper .footerDesktop[data-v-f9d8ae0f] * {
      color: rgb(52, 52, 52);
  font-size: 24px;
  line-height: 24px;
}
#subFooterWrapper a[data-v-f9d8ae0f] {
  color: #b7c2c8;
}
#subFooterWrapper a[data-v-f9d8ae0f]:hover {
  color: #343434;
}
.ul-no-dots[data-v-f9d8ae0f] {
  margin: 0;
  padding: 0;
}
.footer-copyright[data-v-f9d8ae0f] {
  font-size: 20px !important;
}

.footerMobile[data-v-f9d8ae0f] {
  display: none !important;
}
.links-mobile[data-v-f9d8ae0f] {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.footerMobile .footer-copyright[data-v-f9d8ae0f] {
  margin-top: 2rem;
}
@media (max-width: 1235px) {
  #footerContent .bbr-bold[data-v-f9d8ae0f] {
    font-size: 2vw;
  }
  #footerContent .white-text[data-v-f9d8ae0f] {
    font-size: 1.8vw;
  }
}
@media (max-width: 880px) {
  #footerContent[data-v-f9d8ae0f] {
    flex-direction: column;
  }
  #footerContent .bbr-bold[data-v-f9d8ae0f] {
    font-size: 4.5vw;
  }
  #footerContent .white-text[data-v-f9d8ae0f] {
    font-size: 3vw;
  }
}
@media (max-width: 950px) {
  #subFooterWrapper .footerDesktop[data-v-f9d8ae0f] * {
    font-size: 2.4vw;
  }
}
@media (max-width: 728px) {
  .footerDesktop[data-v-f9d8ae0f] {
    display: none !important;
  }
  .footerMobile[data-v-f9d8ae0f] {
    display: revert !important;
  }
}
@media (max-width: 680px) {
  h3[data-v-f9d8ae0f] {
    margin-top: 2.8rem;
  }
  #footerContent[data-v-f9d8ae0f] {
    flex-direction: column;
  }
  #footerContent .bbr-bold[data-v-f9d8ae0f] {
    font-size: 6vw;
  }
  #footerContent .white-text[data-v-f9d8ae0f] {
    font-size: 4vw;
  }
  #subFooterContainer[data-v-f9d8ae0f] {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
}
@media (max-width: 525px) {
  #footerContent .bbr-bold[data-v-f9d8ae0f] {
    font-size: 7vw;
  }
  #footerContent .white-text[data-v-f9d8ae0f] {
    font-size: 5vw;
  }
}
@media (max-width: 440px) {
  .link[data-v-f9d8ae0f] {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-all;
  }
}
svg {
  width: 100%;
}
.cls-1 {
  fill: #fff;
  stroke-width: 0px;
}
#passwordOverlay[data-v-f60e976d] {
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: #131719;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contentHolder[data-v-f60e976d] {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}
.logoHolder[data-v-f60e976d] {
  width: 100%;
}
p[data-v-f60e976d] {
  margin-top: 4rem;
  font-size: 1.7rem;
  color: #fff;
}
.inputHolder[data-v-f60e976d] {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
input[data-v-f60e976d] {
  width: 79%;
  background: #eafd57;
  padding: 1rem;
  outline: none;
  border: 0;
  font-family: bbr;
  font-weight: 400;
  font-size: 24px;
  color: #131719;
  height: 100%;
}
input[data-v-f60e976d]::placeholder {
  font-family: bbr;
  font-weight: 400;
  font-size: 24px;
  color: #131719;
}
button[data-v-f60e976d] {
  font-size: 24px;
  width: max-content;
  cursor: pointer;
  background: #fff;
  color: #131719;
  padding: 0.5rem 1rem;
  transition: color 0.4s ease-in-out;
  border: 0;
  width: 19%;
}
button[data-v-f60e976d]:hover {
  color: #131313;
  background: #eafd57;
}
.wrongpass[data-v-f60e976d] {
  color: red;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  p[data-v-f60e976d] {
    font-size: 1.2rem;
	}
	
	.subtitlenext {
    padding-left: 15px !important;
	}
	  
	 
  .inputHolder[data-v-f60e976d] {
    flex-direction: column;
  }
  input[data-v-f60e976d] {
    width: 100%;
  }
  button[data-v-f60e976d] {
    margin-top: 1rem;
    width: 100%;
    padding: 1rem;
  }
}
#pageWrapper[data-v-8f076d18] {
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 2560px;
	margin:0px auto;
}
#pageCentral[data-v-8f076d18] {
  width: 100%;
  display: flex;
  flex-direction: column;
}
html[data-v-8f076d18] {
  overflow-y: overlay;
}
.fade-enter-active[data-v-8f076d18],
.fade-leave-active[data-v-8f076d18] {
  transition: opacity 0.5s;
}
.fade-enter[data-v-8f076d18],
.fade-leave-to[data-v-8f076d18] {
  opacity: 0;
}
:root {
  --vc-clr-primary: #000;
  --vc-clr-secondary: #090f207f;
  --vc-clr-white: #ffffff;
  --vc-icn-width: 1.2em;
  --vc-nav-width: 30px;
  --vc-nav-height: 30px;
  --vc-nav-border-radius: 0;
  --vc-nav-color: var(--vc-clr-primary);
  --vc-nav-color-hover: var(--vc-clr-secondary);
  --vc-nav-background: transparent;
  --vc-pgn-width: 12px;
  --vc-pgn-height: 4px;
  --vc-pgn-margin: 4px;
  --vc-pgn-border-radius: 0;
  --vc-pgn-background-color: var(--vc-clr-secondary);
  --vc-pgn-active-color: var(--vc-clr-primary);
}
.carousel {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  touch-action: pan-y;
  overscroll-behavior: none;
}
.carousel.is-dragging {
  touch-action: none;
}
.carousel * {
  box-sizing: border-box;
}
.carousel__track {
  display: flex;
  padding: 0 !important;
  position: relative;
}
.carousel__viewport {
  overflow: hidden;
}
.carousel__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.carousel__icon {
  width: var(--vc-icn-width);
  height: var(--vc-icn-width);
  fill: currentColor;
}
.carousel__prev,
.carousel__next {
  box-sizing: content-box;
  background: var(--vc-nav-background);
  border-radius: var(--vc-nav-border-radius);
  width: var(--vc-nav-width);
  height: var(--vc-nav-height);
  text-align: center;
  font-size: var(--vc-nav-height);
  padding: 0;
  color: var(--vc-nav-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 0;
  cursor: pointer;
  margin: 0 10px;
  top: 50%;
  transform: translateY(-50%);
}
.carousel__next--disabled,
.carousel__prev--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.carousel__prev {
  left: 0;
}
.carousel__next {
  right: 0;
}
.carousel--rtl .carousel__prev {
  left: auto;
  right: 0;
}
.carousel--rtl .carousel__next {
  right: auto;
  left: 0;
}
@media (hover: hover) {
  .carousel__prev:hover,
  .carousel__next:hover {
    color: var(--vc-nav-color-hover);
  }
}
.carousel__pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  line-height: 0;
  margin: 10px 0 0;
  padding: 0;
}
.carousel__pagination-button {
  display: block;
  border: 0;
  margin: 0;
  cursor: pointer;
  padding: var(--vc-pgn-margin);
  background: transparent;
}
.carousel__pagination-button:after {
  display: block;
  content: "";
  width: var(--vc-pgn-width);
  height: var(--vc-pgn-height);
  border-radius: var(--vc-pgn-border-radius);
  background-color: var(--vc-pgn-background-color);
}
.carousel__pagination-button--active:after {
  background-color: var(--vc-pgn-active-color);
}
@media (hover: hover) {
  .carousel__pagination-button:hover:after {
    background-color: var(--vc-pgn-active-color);
  }
}
.carousel__slide {
  scroll-snap-stop: auto;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateZ(0);
}
#introWrapperPanel[data-v-965ce0cf] {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  /* background: #ff4d00; */
  background-color: var(--primary-color);
}
#welcomeMessageWrapper[data-v-965ce0cf] {
  position: absolute;
  width: 45%;
  height: calc(100px + 8vw);
  background: #212629;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 2rem;
}
.logoWrapper[data-v-965ce0cf] {
  width: 90%;
}
h1[data-v-965ce0cf] {
  margin: 0;
  color: #fff;
  font-size: 88px;
}
#introCarouselWrapper[data-v-965ce0cf] {
  height: 90%;
  width: 90%;
}
.carousel__item[data-v-965ce0cf] {
  height: 90vh;
  width: 90vw;
  background-size: cover;
  background-position: center;
  background-repeat: none;
}
.carousel__slide[data-v-965ce0cf] {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1920px) {
  #introWrapperPanel[data-v-965ce0cf] {
    height: 100vh;
  }
  #welcomeMessageWrapper[data-v-965ce0cf] {
    width: 75%;
    padding: 4rem 38px;
  }
  .logoWrapper[data-v-965ce0cf] {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  #introWrapperPanel[data-v-965ce0cf] {
    height: 60vh;
  }
  .carousel__item[data-v-965ce0cf] {
    height: 60vh;
    width: 90vw;
    background-position: center right;
  }
}
@media screen and (max-width: 768px) {
  #introWrapperPanel[data-v-965ce0cf] {
    height: 50vh;
  }
  .carousel__item[data-v-965ce0cf] {
    height: 50vh;
    width: 90vw;
    background-position: center right;
  }
  #welcomeMessageWrapper[data-v-965ce0cf] {
    width: 90%;
    padding: 3rem 16px;
  }
  .logoWrapper[data-v-965ce0cf] {
    width: 90%;
  }
}
@media screen and (max-width: 512px) {
  #introWrapperPanel[data-v-965ce0cf] {
    height: 50vh;
  }
  .carousel__item[data-v-965ce0cf] {
    height: 50vh;
    width: 90vw;
    background-position: center right;
  }
  #welcomeMessageWrapper[data-v-965ce0cf] {
    padding: 5%;
  }
}
@media screen and (max-width: 330px) {
  #introWrapperPanel[data-v-965ce0cf] {
    height: 100vh;
  }
}
.infoImagePanelWrapper[data-v-f38b803e] {
  width: 100%;
  height: calc(30vh + 16vw);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}
.infoPanelWrapper[data-v-f38b803e] {
  width: 40%;
}
p[data-v-f38b803e] {
  font-size: 60px;
  line-height: 97.5%;
  margin-bottom: 4rem;
  padding: 38px 53px 0 38px;
}
a[data-v-f38b803e] {
  font-size: 32px;
  color: inherit;
}
.infoPanelWrapperMobile[data-v-f38b803e] {
  width: 100%;
  display: none;
}
@media screen and (max-width: 1484px) {
  p[data-v-f38b803e] {
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .infoImagePanelWrapper[data-v-f38b803e] {
    height: 27vh;
  }
  .infoPanelWrapper[data-v-f38b803e] {
    display: none;
  }
  .infoPanelWrapperMobile[data-v-f38b803e] {
    display: flex;
    flex-direction: column;
  }
  p[data-v-f38b803e] {
    font-size: 60px;
    line-height: 97.5%;
    margin-bottom: 4rem;
    padding: 38px 16px 0;
  }
}
@media screen and (max-width: 480px) {
  .infoPanelWrapperMobile p[data-v-f38b803e] {
    font-size: 28px;
  }
  .infoPanelWrapperMobile[data-v-f38b803e] {
    width: 100%;
    display: none;
  }
}
@media screen and (max-width: 1920px) {
  .infoPanelWrapper[data-v-f38b803e] {
    width: 50%;
  }
}
@media screen and (max-width: 1484px) {
  p[data-v-f38b803e] {
    font-size: 45px;
  }
  a[data-v-f38b803e] {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .infoPanelWrapper[data-v-f38b803e] {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .infoImagePanelWrapper[data-v-f38b803e] {
    height: 27vh;
  }
  .infoPanelWrapper[data-v-f38b803e] {
    display: none;
  }
  .infoPanelWrapperMobile[data-v-f38b803e] {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 564px) {
  p[data-v-f38b803e] {
    font-size: 45px;
  }
}
@media screen and (max-width: 480px) {
  p[data-v-f38b803e] {
    font-size: 24px;
    padding: 16px;
    margin-bottom: 1rem;
  }
  a[data-v-f38b803e] {
    font-size: 20px;
    padding: 16px !important;
  }
}
#marqueeWrapper[data-v-5f097e42] {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.marquee[data-v-5f097e42] {
  overflow: hidden;
}
.marqueeText[data-v-5f097e42] {
  font-size: 6rem;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  #marqueeWrapper[data-v-5f097e42] {
    height: 120px;
  }
  .marqueeText[data-v-5f097e42] {
    font-size: 6rem;
    margin: 0 1rem;
  }
}
.newsBlockWrapper[data-v-d1999db9] {
  height: 80vh;
  width: 50%;
}
.newsBlockImage[data-v-d1999db9] {
  height: calc(100% - 240px);
  width: 100%;
  background-size: cover;
  background-position: center;
}
.newsBlockTextWrapper[data-v-d1999db9] {
  width: 100%;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
p[data-v-d1999db9] {
  font-size: 45px;
  line-height: 120%;
  padding: 38px 53px 0 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a[data-v-d1999db9] {
  font-size: 26px;
}
.newsText[data-v-d1999db9] {
  height: 50%;
}
.newsCta[data-v-d1999db9] {
  height: 50%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1612px) {
  .newsBlockWrapper[data-v-d1999db9] {
    height: 65vh;
  }
  .newsBlockTextWrapper[data-v-d1999db9] {
    height: 210px;
  }
  .newsBlockImage[data-v-d1999db9] {
    height: calc(100% - 210px);
  }
  p[data-v-d1999db9] {
    font-size: 38px;
    line-height: 120%;
    margin-bottom: 1.4rem;
  }
  a[data-v-d1999db9] {
    margin-top: 2rem;
    font-size: 22px;
  }
}
@media screen and (max-width: 1240px) {
  .newsBlockWrapper[data-v-d1999db9] {
    height: 50vh;
  }
  p[data-v-d1999db9] {
    font-size: 34px;
    line-height: 120%;
    margin-bottom: 1.4rem;
  }
  a[data-v-d1999db9] {
    margin-top: 2rem;
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .newsBlockWrapper[data-v-d1999db9] {
    height: 40vh;
  }
  p[data-v-d1999db9] {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 1.4rem;
  }
  a[data-v-d1999db9] {
    margin-top: 2rem;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .newsBlockWrapper[data-v-d1999db9] {
    height: 50vh;
    width: 100%;
    min-height: 500px;
  }
  .newsBlockTextWrapper[data-v-d1999db9] {
    height: 160px;
  }
  .newsBlockImage[data-v-d1999db9] {
    height: calc(100% - 160px);
  }
  p[data-v-d1999db9] {
    line-height: 120%;
    margin-bottom: 1.4rem;
    padding: 38px 16px 0;
  }
  a[data-v-d1999db9] {
    margin-top: 2rem;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .newsBlockWrapper[data-v-d1999db9] {
    height: 40vh;
  }
  .newsBlockTextWrapper[data-v-d1999db9] {
    height: 210px;
  }
  .newsBlockImage[data-v-d1999db9] {
    height: calc(100% - 210px);
  }
  p[data-v-d1999db9] {
    font-size: 28px;
    line-height: 120%;
    margin-bottom: 1.4rem;
  }
  a[data-v-d1999db9] {
    margin-top: 2rem;
    font-size: 20px;
  }
}
#newsPanelWrapper[data-v-dbc2954c] {
  position: relative;
  width: 100%;
  background: #131719;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#newsPanelCta[data-v-dbc2954c] {
  width: 100%;
  padding: 2rem 38px;
  text-align: right;
}
.cta[data-v-dbc2954c] {
  color: #fff;
  font-size: 45px;
  transition: color 0.3s ease-in-out;
}
.cta[data-v-dbc2954c]:hover {
  color: #eafd57;
}
@media screen and (max-width: 768px) {
  .cta[data-v-dbc2954c] {
    font-size: 35px;
  }
  #newsPanelCta[data-v-dbc2954c] {
    width: 100%;
    padding: 2rem 16px;
    text-align: right;
  }
}
@media screen and (max-width: 420px) {
  .cta[data-v-dbc2954c] {
    font-size: 27px;
  }
}
#awardLogosContainer[data-v-35f07e9f] {
  margin-top: 12rem;
  display: flex;
  width: 100%;
  flex-direction: column;
}
#awardLogosWrapper[data-v-35f07e9f] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#awardHeroLogo[data-v-35f07e9f] {
  display: flex;
  justify-content: center;
}
.imageHolder[data-v-35f07e9f] {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}
img[data-v-35f07e9f] {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #awardLogosContainer[data-v-35f07e9f] {
    margin-top: 2rem;
  }
  .imageHolder[data-v-35f07e9f] {
    width: 50%;
  }
  img[data-v-35f07e9f] {
    width: 95%;
  }
}
#newsPanelCta[data-v-8856476d] {
  width: 100%;
  padding: 2rem 38px;
  text-align: right;
}
.cta[data-v-8856476d] {
  color: #fff;
  font-size: 45px;
  transition: color 0.3s ease-in-out;
}
.cta[data-v-8856476d]:hover {
  color: #eafd57;
}
@media screen and (max-width: 768px) {
  .cta[data-v-8856476d] {
    font-size: 35px;
  }
  #newsPanelCta[data-v-8856476d] {
    width: 100%;
    padding: 2rem 16px;
    text-align: right;
  }
}
@media screen and (max-width: 420px) {
  .cta[data-v-8856476d] {
    font-size: 27px;
  }
}
.infoImagePanelWrapper[data-v-8856476d] {
  width: 100%;
  height: calc(30vh + 25vw);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
}
.infoOuter:nth-child(n) .infoPanelWrapper[data-v-8856476d],
.infoOuter:nth-child(n) .infoPanelWrapperMobile[data-v-8856476d] {
  /* background-color: #ff4d00; */
  background-color: var(--primary-color);
}
.infoOuter:nth-child(2n) .infoPanelWrapper[data-v-8856476d],
.infoOuter:nth-child(2n) .infoPanelWrapperMobile[data-v-8856476d] {
  /* background-color: #0045ff; */
  background-color: var(--secondary-color);
}
.infoOuter:nth-child(3n) .infoPanelWrapper[data-v-8856476d],
.infoOuter:nth-child(3n) .infoPanelWrapperMobile[data-v-8856476d] {
  background-color: #eafd57;
}
.infoPanelWrapper[data-v-8856476d] {
  width: 40%;
}
p[data-v-8856476d] {
  font-size: 52px;
  line-height: 97.5%;
  margin-bottom: 2rem;
  padding: 38px 53px 0 38px;
}
a[data-v-8856476d] {
  font-size: 23px;
  color: inherit;
}
.infoPanelWrapperMobile[data-v-8856476d] {
  width: 100%;
  display: none;
}
@media screen and (max-width: 1920px) {
  .infoPanelWrapper[data-v-8856476d] {
    width: 50%;
  }
}
@media screen and (max-width: 1484px) {
  p[data-v-8856476d] {
    font-size: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .infoPanelWrapper[data-v-8856476d] {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .infoImagePanelWrapper[data-v-8856476d] {
    height: 27vh;
  }
  .infoPanelWrapper[data-v-8856476d] {
    display: none;
  }
  .infoPanelWrapperMobile[data-v-8856476d] {
    display: flex;
    flex-direction: column;
  }
  p[data-v-8856476d] {
    font-size: 32px;
    line-height: 97.5%;
    margin-bottom: 4rem;
    padding: 38px 16px 0;
  }
}
@media screen and (max-width: 480px) {
  .infoPanelWrapperMobile p {
    font-size: 28px;
  }
}
.rowFullBleedWrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.rowConstraint {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .disableConstraint {
    padding: 0 !important;
  }
}
a[data-v-a992f8df] {
  display: block;
  background-image: linear-gradient(
    to left,
    transparent,
    transparent 51%,
    #ffffff 50%,
    #ffffff
  );
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all 0.25s ease-in-out;
  width: -moz-max-content;
  width: max-content;
  padding: 38px;
  color: #131719;
}
a[data-v-a992f8df]:hover {
  background-position: 0 0;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  a[data-v-a992f8df] {
    padding: 38px 16px;
  }
}
/* ::-webkit-scrollbar {
  width: 0px;
} */
/* Basic styles */
#dropdownMenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#dropdownMenu li {
  opacity: 0;
  transform: translateY(-20px);
  animation: dropdownAnimation 0.5s forwards;
}

/* Define the keyframes for the animation */
@keyframes dropdownAnimation {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Delay for each list item */
#dropdownMenu li:nth-child(1) {
  animation-delay: 0.1s;
}

#dropdownMenu li:nth-child(2) {
  animation-delay: 0.2s;
}

#dropdownMenu li:nth-child(3) {
  animation-delay: 0.3s;
}

#dropdownMenu li:nth-child(4) {
  animation-delay: 0.4s;
}

#dropdownMenu li:nth-child(5) {
  animation-delay: 0.5s;
}

#dropdownMenu {
  position: absolute;
  left: 17px;
  top: 100%;
  width: max-content;
}

.arrowrotate {
  transform: rotate(0deg) !important;
}
.headerarrow {
  display: inline-block;
  filter: invert(1);
  transform: rotate(180deg);
  transition: 0.4s;
  position: relative;
  top: -3px;
}
#mainItem {
  display: inline-block;
}
#regionList li a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  transition: width 0.2s ease-in-out;
}
#regionList li a {
  font-family: bbr;
  font-weight: 700;
  font-size: 25px;
  position: relative;
  color: #fff;
}

#regionList li a::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  transition: width 0.2s ease-in-out;
  z-index: 1; /* Ensure it is behind the text */
}

#regionList li a:hover::after {
  width: 100%;
}

#regionList li span {
  font-family: bbr;
  font-weight: 700;
  font-size: 25px;
  position: relative;
  color: #fff;
  position: relative;
  z-index: 2;
}

.color-london::after {
  background-color: #996bff;
}

.color-berlin::after {
  background-color: rgb(0, 69, 255);
}

.color-newyrk::after {
  background-color: rgb(255, 77, 0);
}

.color-west::after {
  background-color: rgb(255, 53, 255);
}

.color-studio::after {
  background-color: rgb(153, 107, 255);
}

.ddb-london::after {
  background-color: rgb(0, 69, 255);
}

#regionList {
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-right: 3rem;
  display: inline-flex;
}
#workNavButton svg {
  transition: transform 0.3s ease;
}

#workNavButton svg.rotate {
  transform: rotate(180deg);
}
#ddbgdpr-banner {
  position: fixed !important;
  width: 60vw !important;
  background: rgba(21, 21, 21, 0.85) !important;
  left: 20vw !important;
  color: #fff !important;
  padding: 20px !important;
  border: 0px !important;
}
#ddbgdpr-banner h1 {
  font-size: 1.4em;
  font-weight: bold;
}

#ddbgdpr-banner p {
  font-size: 0.8rem !important;
  margin-bottom: 1rem !important;
}
.ddbgdpr-banner__wrapper {
  max-width: 100% !important;
}
#ddbgdpr-banner__text a {
  color: #ffdd00 !important;
}
.carousel_home ol li {
  list-style: none !important;
}
.carousel_home ol {
  list-style: none !important;
}

.carousel_home li {
  list-style: none !important;
}

@media screen and (max-width: 768px) {
  #ddbgdpr-banner {
    max-width: 100% !important;
    left: 0px !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  #introWrapperPanel[data-v-965ce0cf] {
    height: 89vh;
  }
}

.defaultcolor {
  background-color: #eafd57 !important;
}

.primarycolor {
  background-color: var(--primary-color) !important;
}

.secondarycolor {
  background-color: var(--secondary-color) !important;
}
.socials-footer svg{
	width:auto;
}


.socialsNav svg{
	width:auto;
}
.subtitlenext {
	    padding-left: 38px;
	font-family: bbr;
    font-size: 20px;
    padding-right: 20px;
	font-weight: bold;
	margin-bottom: 1.5rem;
}



