.cl-bg-white {
  background-color: #fff;
}

.cl-bg-light2 {
  background-color: #F9F9F9;
}

.cl-bg-blue {
  background-color: #0514C2;
}

.cl-btn-yellow {
  background-color: #FFCD00;
  color: #000;
  font-weight: bold;
  border-radius: 25px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: 'Loew';
  padding-top: .5rem;
  padding-bottom: .7rem;
}

.cl-btn-yellow:hover {
  background-color: #ffb400;
}

.cl-btn-blue {
  background-color: #0514C2;
  color: #fff;
  font-weight: bold;
  border-radius: 25px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 5px;
  padding-bottom: 7px;
  font-family: 'Loew';
  border: none;
  outline: none !important;
}

.cl-btn-blue:hover {
  background-color: #fff;
  color: #0514C2;
}

.cl-section {
  padding: 5rem 0;
}

.cl-section--p-0 {
  padding: 0;
}

.cl-section--pb-0 {
  padding-bottom: 0;
}

.cl-section--pt-0 {
  padding-top: 0;
}

.cl-section__title {
  font-family: 'Loew';
  font-size: 3.5rem;
  font-weight: 900;
}

@media (max-width: 767px) {
  .cl-section__title {
    font-size: 2.5rem;
  }
  .cl-section__title br {
    display: none;
  }
}

.cl-section__title--white {
  color: #fff;
}

.cl-section__title--black {
  color: #000;
}

.cl-section__title--blue {
  color: #0514C2;
}

.cl-section__title--yellow {
  color: #FFCD00;
}

.cl-section__title span {
  font-weight: 500;
}

.cl-future-economy {
  font-family: 'Loew';
}

@media (max-width: 1400px) {
  .cl-future-economy .container {
    max-width: 1200px;
    width: 100%;
  }
}

.cl-future-economy p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500 !important;
  font-family: 'Loew' !important;
}

@media (max-width: 576px) {
  .cl-future-economy p {
    font-size: 14px;
    line-height: 18px;
  }
}

.cl-future-economy h5 {
  font-size: 1.5rem;
  line-height: 32px;
}

@media (max-width: 576px) {
  .cl-future-economy h5 {
    font-size: 1.1rem;
    line-height: 24px;
  }
}

.cl-top ul[class^=circle] {
  border: solid 1.5px #FFCD00;
  position: relative;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  box-sizing: content-box;
}

.cl-top ul[class^=circle] li {
  background-color: #fff;
  border: 1px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.5rem;
  height: 5.5rem;
  margin: -2.75rem;
}

@media (max-width: 767px) {
  .cl-top ul[class^=circle] li {
    width: calc(5.5rem - 2em);
    height: calc(5.5rem - 2em);
    top: 55%;
    left: 55%;
  }
}

.cl-top__orbit-icon {
  width: 5.5rem;
  height: 5.5rem;
  line-height: 5.5rem;
  object-fit: contain;
  background: transparent;
  text-align: center;
  display: block;
}

@media (max-width: 767px) {
  .cl-top__orbit-icon {
    width: calc(5.5rem - 2em);
    height: calc(5.5rem - 2em);
    line-height: calc(5.5rem - 2em);
  }
}

.cl-top__orbit-wrap {
  height: 24em;
  list-style: none;
}

@media (max-width: 767px) {
  .cl-top__orbit-wrap {
    height: 18em;
  }
}

.cl-top__orbit-wrap > li {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cl-top__orbit-wrap > li:hover ul {
  border-width: 2px;
  border-color: #FFCD00;
}

.cl-top__orbit-wrap > li:hover ~ li ul {
  border-color: rgba(255, 255, 255, 0.2);
}

.cl-top__orbit-wrap > li:hover ~ li ul li {
  opacity: 1;
}

.cl-top ul[class^=circle] {
  transition: all 300ms ease-in-out;
}

.cl-top ul[class^=circle] li {
  transition: all 300ms ease-in-out;
}

.cl-top__modal p {
  margin: 0;
}

.cl-top__modal p strong {
  font-weight: 900;
  display: block;
}

.cl-top__orbit-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #0514C2;
  font-size: 1.4rem;
  max-width: 240px;
  margin: auto;
}

@media (max-width: 767px) {
  .cl-top__orbit-title {
    font-size: 1.1rem;
    max-width: 185px;
  }
}

.circle-0 {
  width: 26em;
  height: 26em;
  animation: clockwiseRotate1 35s linear infinite;
}

@media (max-width: 767px) {
  .circle-0 {
    width: 20em;
    height: 20em;
  }
}

.circle-0 a {
  cursor: pointer;
  pointer-events: all;
}

.circle-0 a.disable {
  pointer-events: none;
  cursor: default;
}

.circle-0 a.active {
  pointer-events: all;
  cursor: pointer;
}

.circle-0 .cl-top__orbit-icon {
  animation: counterClockwiseRotate1 35s linear infinite;
}

.circle-0.stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.circle-0.stop .cl-top__orbit-icon {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.circle-0 > *:nth-of-type(1) {
  transform: rotate(72deg) translate(13em) rotate(-72deg);
}

@media (max-width: 767px) {
  .circle-0 > *:nth-of-type(1) {
    transform: rotate(72deg) translate(9.5em) rotate(-72deg);
  }
}

.circle-0 > *:nth-of-type(2) {
  transform: rotate(144deg) translate(13em) rotate(-144deg);
}

@media (max-width: 767px) {
  .circle-0 > *:nth-of-type(2) {
    transform: rotate(144deg) translate(9.5em) rotate(-144deg);
  }
}

.circle-0 > *:nth-of-type(3) {
  transform: rotate(216deg) translate(13em) rotate(-216deg);
}

@media (max-width: 767px) {
  .circle-0 > *:nth-of-type(3) {
    transform: rotate(216deg) translate(9.5em) rotate(-216deg);
  }
}

.circle-0 > *:nth-of-type(4) {
  transform: rotate(288deg) translate(13em) rotate(-288deg);
}

@media (max-width: 767px) {
  .circle-0 > *:nth-of-type(4) {
    transform: rotate(288deg) translate(9.5em) rotate(-288deg);
  }
}

.circle-0 > *:nth-of-type(5) {
  transform: rotate(360deg) translate(13em) rotate(-360deg);
}

@media (max-width: 767px) {
  .circle-0 > *:nth-of-type(5) {
    transform: rotate(360deg) translate(9.5em) rotate(-360deg);
  }
}

.circle-1 {
  width: 21em;
  height: 21em;
  animation: clockwiseRotate1 30s linear infinite;
}

@media (max-width: 767px) {
  .circle-1 {
    width: 15em;
    height: 15em;
  }
}

.circle-1 a {
  cursor: pointer;
  pointer-events: all;
}

.circle-1 a.disable {
  pointer-events: none;
  cursor: default;
}

.circle-1 a.active {
  pointer-events: all;
  cursor: pointer;
}

.circle-1 .cl-top__orbit-icon {
  animation: counterClockwiseRotate1 30s linear infinite;
}

.circle-1.stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.circle-1.stop .cl-top__orbit-icon {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.circle-1 > *:nth-of-type(1) {
  transform: rotate(360deg) translate(10.5em) rotate(-360deg);
}

@media (max-width: 767px) {
  .circle-1 > *:nth-of-type(1) {
    transform: rotate(360deg) translate(7em) rotate(-360deg);
  }
}

.circle-2 {
  width: 16em;
  height: 16em;
  animation: clockwiseRotate1 25s linear infinite;
}

@media (max-width: 767px) {
  .circle-2 {
    width: 10em;
    height: 10em;
  }
}

.circle-2 a {
  cursor: pointer;
  pointer-events: all;
}

.circle-2 a.disable {
  pointer-events: none;
  cursor: default;
}

.circle-2 a.active {
  pointer-events: all;
  cursor: pointer;
}

.circle-2 .cl-top__orbit-icon {
  animation: counterClockwiseRotate1 25s linear infinite;
}

.circle-2.stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.circle-2.stop .cl-top__orbit-icon {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.circle-2 > *:nth-of-type(1) {
  transform: rotate(360deg) translate(8em) rotate(-360deg);
}

@media (max-width: 767px) {
  .circle-2 > *:nth-of-type(1) {
    transform: rotate(360deg) translate(4.5em) rotate(-360deg);
  }
}

.circle-3 {
  width: 11em;
  height: 11em;
  animation: clockwiseRotate1 20s linear infinite;
}

@media (max-width: 767px) {
  .circle-3 {
    width: 5em;
    height: 5em;
  }
}

.circle-3 a {
  cursor: pointer;
  pointer-events: all;
}

.circle-3 a.disable {
  pointer-events: none;
  cursor: default;
}

.circle-3 a.active {
  pointer-events: all;
  cursor: pointer;
}

.circle-3 .cl-top__orbit-icon {
  animation: counterClockwiseRotate1 20s linear infinite;
}

.circle-3.stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.circle-3.stop .cl-top__orbit-icon {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.circle-3 > *:nth-of-type(1) {
  transform: rotate(360deg) translate(5.5em) rotate(-360deg);
}

@media (max-width: 767px) {
  .circle-3 > *:nth-of-type(1) {
    transform: rotate(360deg) translate(2em) rotate(-360deg);
  }
}

@keyframes clockwiseRotate1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes counterClockwiseRotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.cl-quote {
  background-color: #0514C2;
  color: #fff;
  border-radius: 0 50px 0 0;
  position: relative;
  padding: 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
}

.cl-quote::after {
  width: 55px;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 0;
  content: '';
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  background-image: url("../assets/img/future-economy/tale.svg");
}

.cl-quote h2 {
  font-weight: 900;
}

.cl-timeline {
  display: flex;
  justify-content: center;
}

.cl-timeline__wrap {
  width: 600px;
  list-style-type: none;
  position: relative;
}

.cl-timeline__progress {
  width: 5px;
  height: 100%;
  background-color: #FFCD00;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  overflow: hidden;
}

.cl-timeline__progress-inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #fff;
  width: 100%;
}

.cl-timeline__progress-inner.active {
  height: 0 !important;
}

.cl-timeline__item {
  position: relative;
  padding: 100px 0 0 0;
}

.cl-timeline__item:last-child {
  margin-bottom: 0;
}

.cl-timeline__item p {
  margin: 0;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5 !important;
}

.cl-timeline__item .icon-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  transition: .4s all;
}

.cl-timeline__item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: transparent;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

.cl-timeline__item:last-child {
  padding-bottom: 100px;
}

.cl-timeline__item.active .icon-holder {
  background-color: #fff;
}

.cl-timeline__item.active .cl-timeline__icon {
  width: 60%;
  transition: 1s;
}

.cl-timeline__icon {
  width: 0;
  transition: 1s;
}

.cl-timeline__content {
  min-height: 135px;
  text-align: center;
  padding: 2rem 0;
  background-color: #fff;
}

.cl-timeline--with-icon .cl-timeline__wrap {
  width: 100%;
}

.cl-timeline--with-icon .cl-timeline__item {
  display: flex;
  padding: 0 0 125px;
  justify-content: flex-end;
}

@media (max-width: 1400px) {
  .cl-timeline--with-icon .cl-timeline__item .cl-timeline__content {
    padding-left: 50px;
  }
}

@media (max-width: 1200px) {
  .cl-timeline--with-icon .cl-timeline__item .cl-timeline__content {
    padding-left: 0;
  }
}

@media (max-width: 1100px) {
  .cl-timeline--with-icon .cl-timeline__item .cl-timeline__content {
    padding-left: 50px;
  }
}

@media (max-width: 992px) {
  .cl-timeline--with-icon .cl-timeline__item {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }
  .cl-timeline--with-icon .cl-timeline__item .cl-timeline__content {
    padding-left: 0;
    text-align: center;
  }
}

.cl-timeline--with-icon .cl-timeline__item:nth-child(odd) {
  justify-content: flex-start;
}

@media (max-width: 1400px) {
  .cl-timeline--with-icon .cl-timeline__item:nth-child(odd) .cl-timeline__content {
    padding-right: 50px;
  }
}

@media (max-width: 1200px) {
  .cl-timeline--with-icon .cl-timeline__item:nth-child(odd) .cl-timeline__content {
    padding-right: 0;
  }
}

@media (max-width: 1100px) {
  .cl-timeline--with-icon .cl-timeline__item:nth-child(odd) .cl-timeline__content {
    padding-right: 50px;
  }
}

@media (max-width: 992px) {
  .cl-timeline--with-icon .cl-timeline__item:nth-child(odd) {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }
  .cl-timeline--with-icon .cl-timeline__item:nth-child(odd) .cl-timeline__content {
    padding-right: 0;
    text-align: center;
  }
}

.cl-timeline--with-icon .cl-timeline__item:last-child {
  padding-bottom: 0;
}

.cl-timeline--with-icon .cl-timeline__item:last-child::before {
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 10px;
}

@media (max-width: 992px) {
  .cl-timeline--with-icon .icon-holder {
    position: relative;
  }
}

.cl-timeline--with-icon .cl-timeline__content {
  max-width: 450px;
  padding: 0;
  text-align: left;
}

.cl-timeline--with-icon .cl-timeline__content p {
  font-size: 1rem;
  line-height: 24px;
}

.cl-timeline--with-icon .cl-timeline__content strong {
  font-weight: 900;
  display: block;
}

.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein--2 {
  transition: all 2.5s;
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.cl-video__link {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  display: block;
}

.cl-video__link::after, .cl-video__link::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
}

.cl-video__link::before {
  z-index: 2;
  background-image: url(../assets/img/join-us/new/play-btn-yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100px;
  width: 100px;
}

@media (max-width: 767px) {
  .cl-video__link::before {
    height: 50px;
    width: 50px;
  }
}

.cl-video__thumb {
  width: 100%;
  max-height: 510px;
  object-fit: cover;
  object-position: center;
}

html:not(.show-chatbox) iframe[data-product=web_widget] ~ div.fancybox-is-open {
  opacity: 1;
  pointer-events: all;
}

.cl-strategy {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-image: url("../assets/img/future-economy/bg.jpg");
  color: #fff;
}

@media (max-width: 767px) {
  .cl-strategy {
    text-align: center;
  }
}

.cl-strategy::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(-66.74deg, black 0%, #0514c2 67.6%);
  content: '';
  opacity: .8;
}

.cl-strategy .container {
  position: relative;
  z-index: 2;
}

.cl-strategy p {
  max-width: 350px;
}

@media (max-width: 767px) {
  .cl-strategy p {
    max-width: inherit;
  }
}

@media (max-width: 767px) {
  .cl-strategy img {
    max-width: 350px;
  }
}

.cl-testimonial__item {
  padding: 1.5rem .5rem .5rem;
}

@media (max-width: 767px) {
  .cl-testimonial__item {
    padding: 1.5rem 1rem .5rem;
  }
}

.cl-testimonial__content {
  background-color: #F7F9FF;
  border-radius: 20px;
  padding: 2rem 2.5rem 0;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  position: relative;
}

@media (max-width: 767px) {
  .cl-testimonial__content {
    text-align: center;
    padding: 2rem 1rem 0;
  }
}

.cl-testimonial__content::after {
  width: 70px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url("../assets/img/future-economy/quote.svg");
  position: absolute;
  content: '';
  top: -25px;
}

@media (max-width: 767px) {
  .cl-testimonial__content::after {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.cl-testimonial__content p {
  max-width: 425px;
}

@media (max-width: 767px) {
  .cl-testimonial__content p {
    max-width: inherit;
  }
}

.cl-testimonial__user {
  padding: 1rem 0 2rem;
  max-width: 320px;
}

@media (max-width: 767px) {
  .cl-testimonial__user {
    margin: auto;
  }
}

.cl-testimonial__user strong {
  display: block;
  font-weight: 900;
  color: #0514C2;
}

.cl-testimonial__user p {
  max-width: inherit;
  margin: 0;
}

.cl-testimonial__img {
  max-width: 350px;
  margin: auto;
  width: 100%;
}

@media (max-width: 767px) {
  .cl-testimonial__img {
    width: 60%;
  }
}

.cl-testimonial__slider-text-scroll {
  max-height: 215px;
  overflow: auto;
  padding-right: 1rem;
}

.cl-testimonial__slider-text-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #CECECE;
}

.cl-testimonial__slider-text-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #CECECE;
}

.cl-testimonial__slider-text-scroll::-webkit-scrollbar-thumb {
  background-color: #0514C2;
}

.cl-testimonial .verticle-thumb-wrapper.slick-initialized .slick-arrow.slick-next {
  right: -35px;
}

@media (max-width: 767px) {
  .cl-testimonial .verticle-thumb-wrapper.slick-initialized .slick-arrow.slick-next {
    right: -10px;
  }
}

.cl-testimonial .verticle-thumb-wrapper.slick-initialized .slick-arrow.slick-prev {
  left: -35px;
}

@media (max-width: 767px) {
  .cl-testimonial .verticle-thumb-wrapper.slick-initialized .slick-arrow.slick-prev {
    left: -10px;
  }
}

.cl-testimonial .verticle-thumb-wrapper.slick-initialized .slick-dots {
  display: flex !important;
  justify-content: start;
}

@media (max-width: 767px) {
  .cl-testimonial .verticle-thumb-wrapper.slick-initialized .slick-dots {
    justify-content: center;
  }
}

.cl-testimonial .verticle-thumb-wrapper.slick-initialized .slick-dots li button {
  outline: none !important;
}

.cl-testimonial .verticle-thumb-wrapper.slick-initialized .slick-dots li.slick-active button {
  background-color: #FFCD00;
}

.cl-infra__top-content {
  background-color: #FFCD00;
  border-radius: 50px;
  padding: 1rem 2.5rem;
  color: #000;
  text-align: center;
  max-width: 670px;
  margin: auto;
}

.cl-infra__top-content p {
  margin: 0;
}

.cl-infra__cycle {
  min-height: 460px;
  padding: 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cl-infra__cycle::after {
  left: 9px;
  right: 9px;
  top: 9px;
  bottom: 9px;
  position: absolute;
  content: '';
  border: 2px solid #FFCD00;
  z-index: 1;
}

.cl-infra__cycle-top, .cl-infra__cycle-bottom {
  color: #0514C2;
}

.cl-infra__cycle-top h4, .cl-infra__cycle-bottom h4 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  font-size: 1.3rem;
}

.cl-infra__cycle-top p, .cl-infra__cycle-bottom p {
  margin: 0;
}

.cl-infra__arrow {
  position: absolute;
  height: 20px;
  width: 20px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url("../assets/img/future-economy/arrow-1.svg");
  z-index: 2;
}

.cl-infra__arrow--top {
  top: 0;
  left: 0;
  transform: translate(100%);
  margin-left: auto;
  animation: move2 6s linear infinite -1.5s;
}

.cl-infra__arrow--bottom {
  rotate: 180deg;
  bottom: 0;
  right: 0;
  transform: translate(100%);
  animation: move 6s linear infinite -1.5s;
}

.cl-infra__arrow--left {
  rotate: -90deg;
  left: 0;
  bottom: 0;
  transform: translateX(0);
  animation: move3 6s linear infinite -1.5s;
}

.cl-infra__arrow--right {
  rotate: 90deg;
  right: 0;
  top: 0;
  transform: translateX(0);
  animation: move4 6s linear infinite -1.5s;
}

@keyframes move {
  to {
    right: 100%;
    transform: translate(0);
  }
}

@keyframes move2 {
  to {
    left: 100%;
    transform: translate(0);
  }
}

@keyframes move3 {
  to {
    bottom: 100%;
    transform: translate(0);
  }
}

@keyframes move4 {
  to {
    top: 100%;
    transform: translate(0);
  }
}

.cl-infra__circle-wrap {
  display: flex;
  padding: 2rem 0;
  justify-content: center;
}

@media (max-width: 992px) {
  .cl-infra__circle-wrap {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.cl-infra__circle {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 -1.2rem;
  mix-blend-mode: darken;
}

@media (max-width: 992px) {
  .cl-infra__circle {
    margin: -1.2rem 0;
  }
}

@media (max-width: 597px) {
  .cl-infra__circle {
    width: 280px;
    height: 280px;
  }
}

.cl-infra__circle h4 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  font-size: 1.3rem;
}

.cl-infra__circle p {
  margin: 0;
}

.cl-infra__circle--blue, .cl-infra__circle:first-child {
  background-color: #0514C2;
}

.cl-infra__circle--blue h4, .cl-infra__circle--blue p, .cl-infra__circle:first-child h4, .cl-infra__circle:first-child p {
  color: #fff;
}

.cl-infra__circle--yellow, .cl-infra__circle:last-child {
  background-color: #FFCD00;
}

.cl-infra__circle--yellow h4, .cl-infra__circle--yellow p, .cl-infra__circle:last-child h4, .cl-infra__circle:last-child p {
  color: #000;
}

.cl-infra__bottom-content {
  text-align: center;
  position: relative;
  padding: 0 185px;
  margin-top: 1rem;
}

@media (max-width: 992px) {
  .cl-infra__bottom-content {
    padding: 0 120px;
  }
}

@media (max-width: 767px) {
  .cl-infra__bottom-content {
    padding: 0 70px;
  }
}

.cl-infra__bottom-content::after, .cl-infra__bottom-content::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto;
  content: '';
  background-image: url("../assets/img/future-economy/arrow-2.svg");
}

@media (max-width: 767px) {
  .cl-infra__bottom-content::after, .cl-infra__bottom-content::before {
    width: 50px;
    height: 20px;
  }
}

.cl-infra__bottom-content::after {
  right: 0;
}

.cl-infra__bottom-content::before {
  left: 0;
  transform: scaleX(-1);
}

.cl-infra__bottom-content strong {
  font-weight: 900;
  color: #0514C2;
}

.cl-how-do {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-image: url("../assets/img/future-economy/bg-2.jpg");
  color: #fff;
  text-align: center;
}

.cl-how-do::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(-60.66deg, rgba(0, 0, 0, 0.6) 0%, #0514c2 67.6%);
  opacity: 0.6;
  content: '';
}

.cl-how-do .container {
  position: relative;
  z-index: 2;
}

.cl-how-do__badge {
  background-color: #FFCD00;
  color: #000;
  padding: .3rem 1.5rem .5rem;
  display: inline-block;
  border-radius: 25px;
}

.cl-how-do__badge p {
  margin: 0;
}

.cl-how-do__slider.verticle-thumb-wrapper {
  justify-content: center;
}

.cl-how-do__slider.verticle-thumb-wrapper .slick-track {
  display: flex !important;
  align-items: center;
}

.cl-how-do__slider.verticle-thumb-wrapper .slick-dots {
  display: flex !important;
}

.cl-how-do__slider.verticle-thumb-wrapper .slick-dots li button {
  width: 35px;
  border-radius: 10px !important;
  background-color: #CECECE;
  outline: none !important;
}

.cl-how-do__slider.verticle-thumb-wrapper .slick-dots li.slick-active button {
  background-color: #FFCD00;
}

.cl-how-do__item {
  text-align: center;
  padding: 0 1rem;
}

.cl-how-do__item p {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .cl-how-do__item p {
    font-size: 1rem;
  }
}

.cl-how-do__item p strong {
  font-weight: 900;
  display: block;
}

.cl-legal {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-image: url("../assets/img/future-economy/bg-3.jpg");
  color: #fff;
  text-align: center;
}

.cl-legal::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(-57.93deg, rgba(0, 0, 0, 0.6) 0%, #0514c2 67.6%);
  opacity: 0.8;
  content: '';
}

.cl-legal .container {
  position: relative;
  z-index: 2;
}

.cl-legal__orbit-icon {
  width: 5.5rem;
  height: 5.5rem;
  line-height: 5.5rem;
  object-fit: contain;
  background: transparent;
  text-align: center;
  display: block;
}

@media (max-width: 767px) {
  .cl-legal__orbit-icon {
    width: calc(5.5rem - 1em);
    height: calc(5.5rem - 1em);
    line-height: calc(5.5rem - 1em);
  }
}

.cl-legal__orbit-wrap {
  height: 24em;
  list-style: none;
}

@media (max-width: 767px) {
  .cl-legal__orbit-wrap {
    height: 18em;
  }
}

.cl-legal__orbit-wrap > li {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cl-legal__orbit-wrap > li:hover ul {
  border-width: 2px;
  border-color: #FFCD00;
}

.cl-legal__orbit-wrap > li:hover ~ li ul {
  border-color: rgba(255, 255, 255, 0.2);
}

.cl-legal__orbit-wrap > li:hover ~ li ul li {
  opacity: 1;
}

.cl-legal ul[class^=ring] {
  transition: all 300ms ease-in-out;
}

.cl-legal ul[class^=ring] li {
  transition: all 300ms ease-in-out;
}

.cl-legal__modal p {
  margin: 0;
}

.cl-legal__modal p strong {
  font-weight: 900;
  display: block;
}

.cl-legal__orbit-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #fff;
  font-size: 1.5rem;
  max-width: 210px;
  margin: auto;
}

.ring-0 {
  width: 22em;
  height: 22em;
  animation: clockwiseRotate 35s linear infinite;
}

@media (max-width: 767px) {
  .ring-0 {
    width: 18em;
    height: 18em;
  }
}

.ring-0 a {
  cursor: pointer;
  pointer-events: all;
}

.ring-0 a.disable {
  pointer-events: none;
  cursor: default;
}

.ring-0 a.active {
  pointer-events: all;
  cursor: pointer;
}

.ring-0 .cl-legal__orbit-icon {
  animation: counterClockwiseRotate 35s linear infinite;
}

.ring-0.stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.ring-0.stop .cl-legal__orbit-icon {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.ring-0 > *:nth-of-type(1) {
  transform: rotate(72deg) translate(11em) rotate(-72deg);
}

@media (max-width: 767px) {
  .ring-0 > *:nth-of-type(1) {
    transform: rotate(72deg) translate(9em) rotate(-72deg);
  }
}

.ring-0 > *:nth-of-type(2) {
  transform: rotate(144deg) translate(11em) rotate(-144deg);
}

@media (max-width: 767px) {
  .ring-0 > *:nth-of-type(2) {
    transform: rotate(144deg) translate(9em) rotate(-144deg);
  }
}

.ring-0 > *:nth-of-type(3) {
  transform: rotate(216deg) translate(11em) rotate(-216deg);
}

@media (max-width: 767px) {
  .ring-0 > *:nth-of-type(3) {
    transform: rotate(216deg) translate(9em) rotate(-216deg);
  }
}

.ring-0 > *:nth-of-type(4) {
  transform: rotate(288deg) translate(11em) rotate(-288deg);
}

@media (max-width: 767px) {
  .ring-0 > *:nth-of-type(4) {
    transform: rotate(288deg) translate(9em) rotate(-288deg);
  }
}

.ring-0 > *:nth-of-type(5) {
  transform: rotate(360deg) translate(11em) rotate(-360deg);
}

@media (max-width: 767px) {
  .ring-0 > *:nth-of-type(5) {
    transform: rotate(360deg) translate(9em) rotate(-360deg);
  }
}

.ring-1 {
  width: 17em;
  height: 17em;
  animation: clockwiseRotate 30s linear infinite;
}

@media (max-width: 767px) {
  .ring-1 {
    width: 13em;
    height: 13em;
  }
}

.ring-1 a {
  cursor: pointer;
  pointer-events: all;
}

.ring-1 a.disable {
  pointer-events: none;
  cursor: default;
}

.ring-1 a.active {
  pointer-events: all;
  cursor: pointer;
}

.ring-1 .cl-legal__orbit-icon {
  animation: counterClockwiseRotate 30s linear infinite;
}

.ring-1.stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.ring-1.stop .cl-legal__orbit-icon {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.ring-1 > *:nth-of-type(1) {
  transform: rotate(360deg) translate(8.5em) rotate(-360deg);
}

@media (max-width: 767px) {
  .ring-1 > *:nth-of-type(1) {
    transform: rotate(360deg) translate(6.5em) rotate(-360deg);
  }
}

.ring-2 {
  width: 12em;
  height: 12em;
  animation: clockwiseRotate 25s linear infinite;
}

@media (max-width: 767px) {
  .ring-2 {
    width: 8em;
    height: 8em;
  }
}

.ring-2 a {
  cursor: pointer;
  pointer-events: all;
}

.ring-2 a.disable {
  pointer-events: none;
  cursor: default;
}

.ring-2 a.active {
  pointer-events: all;
  cursor: pointer;
}

.ring-2 .cl-legal__orbit-icon {
  animation: counterClockwiseRotate 25s linear infinite;
}

.ring-2.stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.ring-2.stop .cl-legal__orbit-icon {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.ring-2 > *:nth-of-type(1) {
  transform: rotate(360deg) translate(6em) rotate(-360deg);
}

@media (max-width: 767px) {
  .ring-2 > *:nth-of-type(1) {
    transform: rotate(360deg) translate(4em) rotate(-360deg);
  }
}

.ring-3 {
  width: 7em;
  height: 7em;
  animation: clockwiseRotate 20s linear infinite;
}

@media (max-width: 767px) {
  .ring-3 {
    width: 3em;
    height: 3em;
  }
}

.ring-3 a {
  cursor: pointer;
  pointer-events: all;
}

.ring-3 a.disable {
  pointer-events: none;
  cursor: default;
}

.ring-3 a.active {
  pointer-events: all;
  cursor: pointer;
}

.ring-3 .cl-legal__orbit-icon {
  animation: counterClockwiseRotate 20s linear infinite;
}

.ring-3.stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.ring-3.stop .cl-legal__orbit-icon {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.ring-3 > *:nth-of-type(1) {
  transform: rotate(360deg) translate(3.5em) rotate(-360deg);
}

@media (max-width: 767px) {
  .ring-3 > *:nth-of-type(1) {
    transform: rotate(360deg) translate(1.5em) rotate(-360deg);
  }
}

.cl-legal ul[class^=ring] {
  border: solid 1.5px #FFCD00;
  position: relative;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  box-sizing: content-box;
}

.cl-legal ul[class^=ring] li {
  background-color: transparent;
  border: 1px solid transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.5rem;
  height: 5.5rem;
  margin: -2.75rem;
}

@keyframes clockwiseRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes counterClockwiseRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

html:not(.show-chatbox) iframe[data-product=web_widget] ~ div.popover {
  opacity: 1 !important;
}

.popover {
  max-width: 300px;
}

.popover h3.popover-header {
  padding: .5rem .75rem 0;
  background-color: transparent !important;
  margin-top: 0;
  border: none;
}

.cl-services__top-title {
  background-color: #FFCD00;
  color: #000;
  padding: .3rem 1.5rem .5rem;
  display: inline-block;
  border-radius: 25px;
  font-weight: 900;
  font-size: 1.2rem;
}

.cl-services__list--first .cl-services__list-item:first-child .cl-services__list-dot {
  border-top: 2px solid #FFCD00;
  border-radius: 25px 25px 0 0;
}

.cl-services__list--last .cl-services__list-item:last-child .cl-services__list-dot {
  border-bottom: 2px solid #FFCD00;
  border-radius: 0 0 25px 25px;
}

.cl-services__list-main {
  padding-right: 2rem;
}

.cl-services__list-main h4 {
  font-size: 1.5rem;
  font-weight: 900;
  color: #0514C2;
  margin: 0;
}

.cl-services__list-main p {
  margin: 0;
}

.cl-services__list-main--mbl {
  max-width: 400px;
  position: relative;
  padding-top: 1rem;
}

@media (max-width: 991px) {
  .cl-services__list-main--mbl::after {
    width: 80%;
    background-color: #FFCD00;
    position: absolute;
    height: 2px;
    bottom: -15px;
    left: 0;
    content: '';
  }
}

.cl-services__list-main--mbl h4,
.cl-services__list-main--mbl p {
  margin: 0 !important;
}

.cl-services__list-sub {
  padding-left: 1rem;
  position: relative;
}

.cl-services__list-sub::after {
  width: 2px;
  background-color: #FFCD00;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  content: '';
}

@media (max-width: 991px) {
  .cl-services__list-sub::after {
    display: none;
  }
}

.cl-services__list-item:last-child p {
  margin-bottom: 1.5rem;
}

@media (max-width: 991px) {
  .cl-services__list-item:first-of-type .col-8.d-block.d-lg-none,
.cl-services__list-item:first-of-type .col-4.d-block.d-lg-none {
    display: block !important;
  }
  .cl-services__list-item .col-8.d-block.d-lg-none,
.cl-services__list-item .col-4.d-block.d-lg-none {
    display: none !important;
  }
}

.cl-services__list-item p {
  padding-right: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.cl-services__list-item p strong {
  font-weight: 900;
  display: block;
}

.cl-services__list-dots {
  height: 100%;
}

.cl-services__list-dots > div {
  height: 100%;
}

.cl-services__list-dot {
  display: flex;
  height: 100%;
  width: 30px;
  border-left: 2px solid #FFCD00;
  border-right: 2px solid #FFCD00;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.cl-services__list-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #0514C2;
  transition: 0.5s;
}

.cl-services__list-dot--blue span {
  background-color: #0514C2;
}

.cl-services__list-dot--gray span {
  background-color: #696A6D;
}

.cl-services__list-dot-title {
  position: absolute;
  transform: rotate(270deg);
  top: 35px;
  text-align: right;
  bottom: 0;
  font-weight: 900;
  width: 115px;
}

@media (max-width: 1200px) {
  .cl-services__list-dot-title {
    top: 15px;
  }
}

@media (max-width: 576px) {
  .cl-services__list-dot-title {
    top: 0;
    bottom: -30px;
  }
}

@media (max-width: 420px) {
  .cl-services__list-dot-title {
    top: 0;
    bottom: 0;
  }
}

.cl-section-subscribe {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}

.cl-section-subscribe .cl-section__title--blue {
  margin-top: 0;
}

.cl-section-subscribe h5 {
  color: #6D6D6D;
}

.cl-section-subscribe__img {
  margin-top: -100px;
  margin-bottom: 50px;
  pointer-events: none;
}

@media (max-width: 992px) {
  .cl-section-subscribe__img {
    margin-top: 0;
  }
}

.cl-section-subscribe .cl-btn-yellow {
  display: inline-flex;
  align-items: center;
  color: #0514C2;
}

.cl-section-subscribe .cl-btn-yellow img {
  margin-left: 20px;
}

.cl-insights__filters {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
  border: 2px solid #FFCD00;
  border-radius: 25px;
  overflow: hidden;
}

@media (max-width: 652px) {
  .cl-insights__filters {
    justify-content: center;
  }
}

.cl-insights__filters .button {
  border-radius: 25px;
  border: none;
  background-color: transparent;
  font-weight: 900;
  padding: .5rem 2rem .7rem;
  color: #000;
  outline: none !important;
}

@media (max-width: 865px) {
  .cl-insights__filters .button {
    padding: .5rem 1rem .7rem;
  }
}

@media (max-width: 652px) {
  .cl-insights__filters .button {
    min-width: 33.33%;
  }
}

@media (max-width: 567px) {
  .cl-insights__filters .button {
    min-width: 50%;
  }
}

.cl-insights__filters .button.is-checked {
  background-color: #FFCD00;
}

.cl-insights h5 {
  font-size: 1.2rem;
  line-height: 24px;
}

.cl-insights__publications {
  padding: 1rem;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  height: 280px;
  justify-content: center;
}

.cl-insights__publications a {
  color: #000;
}

.cl-insights__publications a:hover {
  text-decoration: none;
}

.cl-insights__publications img {
  height: 190px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.cl-insights__publications-title {
  font-weight: 900;
  color: #000;
  margin-top: 0;
  margin-bottom: 1.5rem;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.cl-insights__video {
  border-radius: 25px;
  overflow: hidden;
}

.cl-insights__video-link {
  position: relative;
  overflow: hidden;
  display: block;
}

.cl-insights__video-link::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  z-index: 2;
  background-image: url(../assets/img/mena/play-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 50px;
  width: 50px;
}

.cl-insights__video-thumb {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.cl-insights__news {
  padding: 1rem;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.cl-insights__news a {
  color: #000;
}

.cl-insights__news a:hover {
  text-decoration: none;
}

.cl-insights__news img {
  height: 190px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.cl-insights__news-title {
  font-weight: 900;
  color: #000;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-top: 0;
}

.cl-insights__law {
  padding: 1rem;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.15);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
}

.cl-insights__law a {
  color: #000;
}

.cl-insights__law a:hover {
  text-decoration: none;
}

.cl-insights__law img {
  height: 190px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.cl-insights__law-title {
  font-weight: 900;
  color: #000;
  margin-top: 0;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

@media (max-width: 992px) {
  .cl-dbm-touch {
    text-align: center;
  }
}

.cl-dbm-touch__title {
  color: #0514C2;
  text-align: center;
  font-weight: 900;
  margin: 0 0 2rem;
}

.cl-dbm-touch__person {
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .cl-dbm-touch__person {
    flex-flow: column;
  }
}

.cl-dbm-touch__person-img {
  padding-right: 20px;
  min-width: 120px;
}

@media (max-width: 992px) {
  .cl-dbm-touch__person-img {
    padding-right: 0;
  }
}

.cl-dbm-touch__person-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  border: 2px solid #0514C2;
}

.cl-dbm-touch__person-details h5 {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.cl-dbm-touch__person-details h5 strong {
  display: block;
  font-weight: 900;
  font-size: 22px;
}

.cl-dbm-touch .cl-btn-yellow {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.cl-dbm-touch .cl-btn-yellow img {
  width: 20px;
}
