/* build css */
.pre-text {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.pre-text,
.pre-text-light {
  font-family: Rubik, sans-serif;
}

.pre-text-light {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.86;
}

.map__text {
  margin-bottom: 15px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
  font-size: 14px;
  padding: 6px;
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
  right: 4px;
}

.select2-search--dropdown {
  padding-right: 14px;
}

.select2-search--dropdown .select2-search__field {
  padding: 8px;
  background: url(1e93d88e71931915811733dc15ffcb54.png) no-repeat;
  background-position: 100%;
  background-size: 16px;
  background-position: center right 7px;
}

.select2-results {
  font-size: 14px;
  font-weight: 100;
}

.select2-results__option {
  cursor: pointer;
  padding: 4px 10px;
}

.select2-container--open .select2-dropdown--below {
  padding: 5px 0 5px 10px;
  top: -1px;
  border-radius: 0;
}

.select2-results__options::-webkit-scrollbar {
  width: 6px;
}

.select2-results__options::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-radius: 0;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background: #afafaf;
  height: 25px;
  border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #efefef;
  color: #000;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 250px;
}

.dd-project.body {
  overflow: hidden;
  will-change: background, color;
}

.dd-project.body--light {
  background: #f5f5f5;
  color: #494949;
}

.dd-project.body--light .arrow__link,
.dd-project.body--light .open-menu {
  color: #000000;
  font-weight: 400;
}

.dd-project.body--light .open-menu__icon,
.dd-project.body--light .open-menu__icon:before {
  background: #494949;
}

.dd-project .absolute-col {
  top: 0;
  position: absolute;
}

.dd-project .show-modal {
  z-index: 1;
}

.dd-project .main {
  width: 100%;
  height: 100%;
}

.dd-project .section {
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  padding: 50px 0;
}

.dd-project .section__content {
  position: relative;
  height: 100%;
  font-size: 40px;
  padding: 0 50px;
}

.dd-project .section--intro {
  position: fixed;
  z-index: 30;
  background: #122a39;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease 0s;
}

.dd-project .section--intro.visible {
  opacity: 1;
  pointer-events: auto;
}

.dd-project .section--bg:after {
  position: absolute;
  content: "";
  opacity: 0.8;
  background-image: linear-gradient(241deg, transparent, #000);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.dd-project .section--bg [class^="col-"] {
  z-index: 1;
}

.dd-project .section__image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  transform: scale(1);
  transition: all 10s ease 0.1s;
}

.dd-project .section__filter {
  opacity: 0;
  transition: all 2s ease 0.5s;
  background: rgba(28, 57, 76, 0.71);
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.dd-project .section .text {
  opacity: 0;
  transition: opacity 1s ease 0.8s;
}

.dd-project .section4__image {
  background: url(3dbba3b3351d87cb96c9c8724ba724cd.jpg) no-repeat 50%;
  background-size: cover;
  background-position: 50%;
}

.dd-project .section6__image {
  background: url(2017ed6f37e67ee8c4b9b154d762ddd2.jpg) no-repeat 50%;
  background-size: cover;
  background-position: 50%;
}

.dd-project .slick-active .section__image {
  transform: scale(1.05);
}

.dd-project .slick-active .home__image {
  transform: scale(1);
}

.dd-project .slick-active .home__image.transform {
  transform: scale(1.05);
}

.dd-project .slick-active .section4 .section__filter,
.dd-project .slick-active .section6 .section__filter,
.dd-project .slick-active .section-graph .section__filter {
  opacity: 1;
}

.dd-project .slick-active .whats-dividend__image,
.dd-project .slick-active .whats-dividend__image--fix {
  transform: scale(1.05);
}

.dd-project .slick-active .text {
  opacity: 1;
}

.dd-project .section4 .text,
.dd-project .section6 .text {
  color: #fff;
}

.dd-project .link {
  font-family: Rubik, sans-serif;
  font-size: 14px;
  text-align: center;
}

.dd-project .link:hover {
  opacity: 1;
}

.dd-project .link--rounded {
  opacity: 0.73;
  padding: 20px 60px;
  border: 1px solid;
  border-radius: 75px;
}

.dd-project .link--rounded:hover {
  background: #fff;
  color: #122a39;
}

.dd-project .link--secondary {
  color: #bababa;
  opacity: 0.52;
}

.dd-project .text-box {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease 0s;
}

.dd-project .text-box.visible {
  opacity: 1;
  pointer-events: auto;
}

.dd-project .pre-text-light {
  font-size: 18px;
}

.dd-project .indicator {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 10px;
}

.dd-project .indicator__bar {
  height: 10px;
  transition: width 0.2s ease-out;
  width: 0;
  background: linear-gradient(90deg, #00adbb, #04467a);
  background-size: 100vw;
}

.dd-project .fixed-control {
  position: absolute;
  bottom: 0;
  padding: 50px;
}

.dd-project .arrow {
  left: 0;
  border-color: #fff;
}

.dd-project .arrow__link {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid currentColor;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  opacity: 0.5;
  transition: all 0.3s ease-in;
}

.dd-project .arrow__link--up {
  margin-bottom: 5px;
}

.dd-project .arrow__link.slick-disabled {
  opacity: 0;
  display: none;
}

.dd-project .arrow__link.slick-disabled:hover {
  opacity: 0;
}

.dd-project .arrow__link:hover {
  opacity: 1;
}

.dd-project .arrow__text {
  opacity: 0;
  font-size: 12px;
  font-weight: 100;
  position: absolute;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in;
  bottom: 20px;
}

.dd-project .arrow__text.visible {
  opacity: 0.5;
}

.dd-project .sound {
  cursor: pointer;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dd-project .sound__link {
  text-transform: uppercase;
  display: none;
}

.dd-project .sound__link.on {
  opacity: 1;
  display: block;
}

.dd-project .sound .icon-sound {
  font-size: 9px;
  margin-right: 5px;
}

.dd-project .sound.play .off {
  opacity: 1;
  display: block;
}

.dd-project .sound.play .on {
  opacity: 0;
  display: none;
}

.dd-project .open-menu {
  position: absolute;
  z-index: 20;
  right: 0;
  top: 65px;
  cursor: pointer;
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  opacity: 0.71;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.dd-project .open-menu__icon {
  width: 14px;
  height: 1px;
  background: #fff;
  margin-right: 20px;
  position: relative;
}

.dd-project .open-menu__icon:after,
.dd-project .open-menu__icon:before {
  position: absolute;
  content: "";
  top: -4px;
  width: 7px;
  height: 7px;
  border: 1px solid;
  border-radius: 50%;
}

.dd-project .open-menu__icon:after {
  right: -8px;
}

.dd-project .open-menu__icon:before {
  background: #fff;
  left: -9px;
}

.dd-project .menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 33%;
  max-width: 575px;
  background: #ff4a4a;
  color: #fff;
  z-index: 100;
  transition: transform 0.5s ease;
  transform: translateX(575px);
}

.dd-project .menu.open {
  transform: translateX(0);
}

.dd-project .menu__close {
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: 0;
  cursor: pointer;
  transform: rotate(90deg);
  transform-origin: bottom;
  padding-left: 30px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 100;
}

.dd-project .menu__close::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background: #fff;
  top: -3px;
  left: 0;
  transform: rotate(45deg);
  transform-origin: bottom;
}

.dd-project .menu__close:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 25px;
  background: #fff;
  top: 3px;
  left: 0;
  transform: rotate(-45deg);
  transform-origin: top;
}

.dd-project .menu__nav {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 100px 20%;
}

.dd-project .menu__list {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}

.dd-project .menu__list:after {
  position: absolute;
  content: "";
  z-index: -1;
  left: 6px;
  border-right: 1px solid #fff;
  height: calc(100% - 30px);
  bottom: 15px;
  top: 15px;
  background: #fff;
  opacity: 0.3;
}

.dd-project .menu__item {
  position: relative;
  padding: 5px;
}

.dd-project .menu__item:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  background: #ff8585;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease-out;
}

.dd-project .menu__item.active:after,
.dd-project .menu__item:hover:after {
  background: #fff;
}

.dd-project .menu__item.active .menu__link,
.dd-project .menu__item:hover .menu__link {
  opacity: 1;
}

.dd-project .menu__link {
  display: block;
  padding-left: 40px;
  font-family: EB Garamond, serif;
  font-size: 25px;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.3s ease-out;
}

.dd-project .menu .fixed-control {
  display: none;
}

.dd-project .indicator__bar {
  will-change: width;
}

.dd-project .intro {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.dd-project .intro__info {
  margin-bottom: 100px;
}

.dd-project .intro__info__icons {
  text-align: center;
  margin-bottom: 15px;
}

.dd-project .intro__info__icons .icon-sound {
  font-size: 10px;
}

.dd-project .intro__info__icons [class^="icon-"] {
  opacity: 0.3;
  margin: 0 5px;
}

.dd-project .intro__info__text {
  font-family: EB Garamond, serif;
  font-size: 30px;
  line-height: 0.87;
  text-align: center;
}

.dd-project .intro__action {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.dd-project .intro__action .link {
  margin-bottom: 30px;
}

.dd-project .home__box {
  height: 100%;
  display: flex;
  align-items: center;
}

.dd-project .home__box .text--big {
  margin: 0.3em 0;
}

.dd-project .home__title {
  font-family: EB Garamond, serif;
  color: #f4f4f4;
}

.dd-project .home__image {
  background: url(0471c092bdb4d6ce50cabdd726feee9a.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}

.dd-project .demographic-dividend-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.dd-project .demographic-dividend-container__title {
  font-family: EB Garamond, serif;
  color: #f4f4f4;
}

.dd-project .demographic-title {
  transition: opacity 1s ease 0s;
  will-change: opacity;
  opacity: 0;
}

.dd-project .demographic-title.visible {
  opacity: 1;
}

.dd-project .demographic-dividend-container2 .demographic-pretext {
  transition: opacity 1s ease 0s;
  opacity: 0;
}

.dd-project .demographic-dividend-container2 .demographic-text {
  transition: opacity 1s ease 0ms;
  opacity: 0;
}

.dd-project .demographic-dividend-container2.visible .demographic-pretext {
  transition: opacity 1s ease 0s;
  opacity: 1;
}

.dd-project .demographic-dividend-container2.visible .demographic-text {
  transition: opacity 1s ease 0.8s;
  opacity: 1;
}

.dd-project .whats {
  position: absolute;
  right: 0;
  padding: 50px;
  font-size: 14px;
  top: 50%;
  cursor: pointer;
}

.dd-project .whats__icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  border: 1px solid;
  border-radius: 50%;
  transform: rotate(-90deg);
  margin-right: 10px;
}

.dd-project .whats__link {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  transform: rotate(90deg);
  transform-origin: right;
}

.dd-project .modal {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease 0s;
}

.dd-project .modal.visible {
  opacity: 1;
  pointer-events: auto;
}

.dd-project .modal__title {
  margin-bottom: 40px;
}

.dd-project .modal__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f1f1f1;
  padding: 40px 25px;
  width: 800px;
  border-radius: 10px;
  color: #494949;
}

.dd-project .modal__legend {
  width: 190px;
  font-family: Karla, sans-serif;
  font-size: 14px;
  line-height: 1.29;
  text-align: center;
}

.dd-project .modal__legend [class^="icon-"] {
  display: block;
  font-size: 25px;
  color: #acacac;
  margin: 5px 0;
}

.dd-project .modal__legend--left {
  position: absolute;
  left: -100px;
}

.dd-project .modal__legend--right {
  position: absolute;
  right: -100px;
}

.dd-project .modal__legend--relative {
  width: 220px;
  position: relative;
}

.dd-project .modal__legend .icon-arrow-l {
  margin-left: 15px;
}

.dd-project .modal__legend .icon-arrow-r {
  margin-right: 15px;
}

.dd-project .modal__graph {
  position: relative;
  display: flex;
  align-items: center;
}

.dd-project .modal__graph__image {
  width: 300px;
  height: 250px;
  margin-bottom: 30px;
}

.dd-project .modal__close {
  cursor: pointer;
  color: #494949;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: 0;
  transform: rotate(90deg);
  transform-origin: bottom;
  padding-left: 30px;
  z-index: 10;
}

.dd-project .modal__close:after {
  position: absolute;
  content: "\00d7";
  font-size: 40px;
  width: 0;
  height: 0;
  background: #494949;
  top: -22px;
  left: 0;
  transform: none;
  transform-origin: top;
}

.dd-project .modal__close:hover {
  color: #999;
}

.dd-project .close:focus,
.dd-project .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.dd-project .full-text--color {
  background: #ff4a4a;
}

.dd-project .full-text--color-dark {
  background: #182e3b;
}

.dd-project .full-text .section__content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 900px;
  margin: auto;
}

.dd-project .graph-container {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  padding: 120px 0 80px;
}

.dd-project .graph-container .graph {
  width: 100%;
  height: 600px;
  flex: none;
}

.dd-project .graph-container--controls {
  flex-direction: column;
}

.dd-project .graph-container__legend {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 10px 0;
  min-height: 35px;
}

.dd-project .graph-container__legend__male {
  color: #4cb6c1;
}

.dd-project .graph-container__legend__female {
  color: #ff4a4a;
}

.dd-project .graph-container__legend__age {
  position: relative;
  left: 8px;
  text-transform: uppercase;
}

.dd-project .graph-button {
  text-align: center;
  margin-bottom: 30px;
  flex: 1;
}

.dd-project .graph-button__legend {
  opacity: 0.5;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 25px;
  display: block;
}

.dd-project .graph-button__switch {
  display: flex;
  align-items: center;
}

.dd-project .graph-button__label {
  font-size: 14px;
  font-weight: 300;
  margin: 0 40px;
}

.dd-project .switch {
  position: relative;
  display: inline-block;
  user-select: none;
}

.dd-project .switch__input {
  display: none;
}

.dd-project .switch__input:checked+label:active:after {
  left: 5px;
  background: #122a39;
}

.dd-project .switch__input:checked+label:after {
  background: #fff;
  left: 5px;
}

.dd-project .switch__label {
  position: relative;
  display: block;
  margin: 0;
  width: 180px;
  height: 32px;
  border: 1px solid;
  border-radius: 75px;
  cursor: pointer;
  opacity: 0.9;
}

.dd-project .switch__label:after {
  position: relative;
  display: block;
  content: "";
  width: 21px;
  height: 21px;
  top: 5px;
  left: 150px;
  border-radius: 19px;
  background: #122a39;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .dd-project .switch__label:after {
    background: #ffffff;
    opacity: 0.6;
  }

  .dd-project .switch__input:checked+label::after {
    opacity: 1;
  }
}

.dd-project .switch__label:active:after {
  width: 30px;
}

.dd-project .switch:after,
.dd-project .switch:before {
  position: absolute;
  content: "";
  border: 1px solid;
  border-radius: 75px;
  pointer-events: none;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  transform-origin: center;
}

.dd-project .switch:after {
  top: -22%;
  height: 135%;
  transform: scale(1.25);
  opacity: 0.05;
  animation: circle2 1.5s ease-out 0.1s infinite;
}

.dd-project .switch:before {
  top: -13%;
  height: 120%;
  opacity: 0.03;
  transform: scale(1.1);
  opacity: 0.2;
  animation: circle1 1.5s ease-out infinite;
}

@keyframes circle1 {
  0% {
    transform: scale(1.05);
    opacity: 0;
  }

  30% {
    transform: scale(1.1);
    opacity: 0.2;
  }

  to {
    transform: scale(1.15);
    opacity: 0;
  }
}

@keyframes circle2 {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }

  50% {
    transform: scale(1.25);
    opacity: 0.05;
  }

  to {
    transform: scale(1.3);
    opacity: 0;
  }
}

.dd-project .whats-dividend__image {
  background: url(8c5c725546bf7d7a31b1a1026b2af2dd.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}

.dd-project .young-people__image {
  background: url(057016c8d02f4d38a1102f244700be5c.jpg) no-repeat;
  background-size: cover;
  background-position: 50%;
}

.dd-project .info {
  position: relative;
}

.dd-project .info .section__content {
  display: flex;
  align-items: center;
}

.dd-project .info__container {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}

.dd-project .info__box {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 350px;
  padding: 10px 0;
}

.dd-project .info__box__row {
  display: flex;
  width: 50%;
}

.dd-project .info__box__text {
  font-size: 18px;
  line-height: 1.86;
  font-weight: 300;
}

.lang-es .dd-project .info__box__text,
.lang-fr .dd-project .info__box__text {
  line-height: 1.56;
}

.dd-project .info__box__text:first-of-type {
  margin-right: 30px;
}

.dd-project .info .title {
  width: 50%;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 3px solid hsla(0, 0%, 100%, 0.5);
}

.dd-project .info .title:after {
  position: absolute;
  content: "";
  height: 3px;
  bottom: -3px;
}

.dd-project .info__image {
  max-width: 70%;
  width: 100%;
  height: auto;
}

.dd-project .info__box-image {
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dd-project .info:after {
  position: absolute;
  content: "";
  width: 33%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.dd-project .empowerment:after {
  background: #ff4a4a;
}

.dd-project .empowerment .title:after {
  width: 33%;
  left: 0;
  background: #ff4a4a;
}

.dd-project .education:after {
  background: #4cb6c1;
}

.dd-project .education .title:after {
  width: 33%;
  left: 33.33%;
  background: #4cb6c1;
}

.dd-project .employment:after {
  background: #5490c0;
}

.dd-project .employment .title:after {
  width: 33%;
  left: 67%;
  background: #5490c0;
}

.dd-project .map-info-icon {
  z-index: 100;
  display: inline-block;
  width: 16px;
  top: 3px;
  position: relative;
}

.dd-project .legend-tooltip {
  -webkit-box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.75);
  transition: opacity 0.5s ease;
  will-change: opacity;
  display: none;
  opacity: 0;
  max-width: 720px;
  position: absolute;
  left: 250px;
  top: 110px;
  padding: 20px;
  z-index: 200;
  background-color: #fff;
}

.dd-project .legend-tooltip.visible {
  display: block;
  opacity: 1;
}

.dd-project .legend-tooltip .map__text--small {
  color: #222;
}

.dd-project .tooltip-mask {
  display: none;
}

.dd-project .map-tooltip {
  width: 360px;
  height: 380px;
  opacity: 0;
  will-change: transform;
  pointer-events: none;
  padding: 40px 50px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fdfeff;
  color: #222;
  z-index: 100;
  -webkit-box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 6px 21px 0 rgba(0, 0, 0, 0.75);
  transition: opacity 0.2s ease-in-out;
}

.dd-project .map-tooltip__button,
.dd-project .map-tooltip__close,
.dd-project .map-tooltip__mask {
  display: none;
}

.dd-project .map-tooltip__name {
  font-family: EB Garamond, serif;
  font-weight: 800;
  font-size: 28px;
}

.dd-project .map-tooltip__header {
  margin-top: 22px;
  font-weight: 800;
  font-size: 14px;
}

.dd-project .map-tooltip__value {
  font-size: 14px;
  line-height: 1.5;
}

.dd-project .map-tooltip__graph {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  flex-basis: 70px;
  flex-shrink: 0;
}

.dd-project .map-tooltip__box {
  display: flex;
  padding: 10px 0;
  align-items: center;
}

.dd-project .map {
  background: #ffffff;
  color: #122a39;
}

.dd-project .map__text {
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 1.63;
}

.dd-project .map__text--small {
  font-size: 11px;
  line-height: 1.2em;
  color: #aaa;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
}

.dd-project .map__instructions-top {
  position: relative;
  font-size: 12px;
  max-width: 250px;
  margin-bottom: 15px;
  line-height: 1.7em;
  font-weight: 300;
  z-index: 100;
}

.dd-project .map__instructions,
.dd-project .map__instructions-top--mobile {
  display: none;
}

.dd-project .map__box {
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 170px;
}

.dd-project .map__image {
  max-height: 60vh;
  margin: auto;
}

.dd-project .map__legend {
  width: 100%;
  position: absolute;
  bottom: -18px;
  text-align: center;
  pointer-events: none;
  display: none;
}

.dd-project .map__buttons {
  display: none;
}

.dd-project .map .text {
  margin-bottom: 15px;
}

.dd-project .map__colors {
  position: absolute;
  bottom: 0;
  padding: 10px;
}

.dd-project .map__colors .text {
  position: relative;
  max-width: 150px;
  font-family: Rubik, sans-serif;
  font-size: 13px;
  line-height: 1.63;
}

.dd-project .map__colors__legend {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
  margin-left: 20px;
}

.dd-project .map__colors__legend__box {
  width: 25px;
  height: 35px;
  margin-right: 12px;
}

.dd-project .map__colors__legend__box.highest {
  background: #122a39;
}

.dd-project .map__colors__legend__box.high {
  background: #236c91;
}

.dd-project .map__colors__legend__box.medium {
  background: #4cb6c1;
}

.dd-project .map__colors__legend__box.low {
  background: #9fdbe0;
}

.dd-project .map__colors__legend__text {
  font-size: 14px;
}

.dd-project .map__colors__leg {
  display: flex;
}

.dd-project .map__colors__leg__grad {
  width: 30px;
  height: 110px;
  background: red;
  background-image: linear-gradient(0deg, #4cb6c1, #122a39);
}

.dd-project .map__colors__leg__data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  padding: 0 15px;
}

.dd-project .map__select-box {
  position: relative;
  right: 0px;
  top: -2px;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .dd-project .graph2-text-box {
    width: 200px;
    right: 40px;
  }

  .dd-project #graph2-text-box1 {
    top: 660px;
  }

  .dd-project #graph2-text-box2 {
    top: 560px;
  }

  .dd-project #graph2-text-box3 {
    top: 410px;
  }

  .dd-project #graph2-text-box4 {
    top: 125px;
  }
}

@media screen and (max-height: 900px) {
  .dd-project .graph-container .graph {
    height: 530px;
  }

  .dd-project .map__container {
    width: 80%;
    margin: auto;
  }

  .dd-project #graph2-text-box1 {
    top: 584px;
  }

  .dd-project #graph2-text-box2 {
    top: 500px;
  }

  .dd-project #graph2-text-box3 {
    top: 377px;
  }

  .dd-project #graph2-text-box4 {
    top: 125px;
  }
}

@media screen and (max-height: 800px) {
  .dd-project .graph-container .graph {
    height: 450px;
  }

  .dd-project .map__box {
    top: 50px;
  }

  .dd-project #graph2-text-box1 {
    top: 509px;
  }

  .dd-project #graph2-text-box2 {
    top: 430px;
  }

  .dd-project #graph2-text-box3 {
    top: 339px;
  }

  .dd-project #graph2-text-box4 {
    top: 125px;
  }
}

@media screen and (max-height: 750px) {
  .dd-project .graph-container {
    padding: 60px 0;
  }

  .dd-project .graph-container .graph {
    height: 450px;
  }

  .dd-project .map__box {
    width: 100%;
    top: -30px;
  }

  .dd-project .map__container {
    width: 80%;
    margin: auto;
  }

  .dd-project #graph2-text-box1 {
    top: 459px;
  }

  .dd-project #graph2-text-box2 {
    top: 382px;
  }

  .dd-project #graph2-text-box3 {
    top: 286px;
  }

  .dd-project #graph2-text-box4 {
    top: 125px;
  }
}

@media screen and (max-height: 700px) {
  .dd-project .graph-container {
    padding: 60px 0;
  }

  .dd-project .graph-container .graph {
    height: 400px;
  }

  .dd-project .map__container {
    width: 75%;
  }

  .dd-project #graph2-text-box1 {
    top: 404px;
  }

  .dd-project #graph2-text-box2 {
    top: 341px;
  }

  .dd-project #graph2-text-box3 {
    top: 253px;
  }

  .dd-project #graph2-text-box4 {
    top: 100px;
  }
}

@media screen and (max-height: 640px) {
  .dd-project .menu__nav {
    padding: 50px 20%;
  }

  .dd-project .graph-container {
    padding: 30px 0;
  }

  .dd-project .graph-container .graph {
    height: 370px;
  }

  .dd-project .map__container {
    width: 68%;
  }

  .dd-project #graph2-text-box1 {
    top: 346px;
  }

  .dd-project #graph2-text-box2 {
    top: 277px;
  }

  .dd-project #graph2-text-box3 {
    top: 210px;
  }

  .dd-project #graph2-text-box4 {
    top: 70px;
  }
}

@media screen and (max-width: 1380px) {
  .dd-project .info-box__text {
    font-size: 14px;
  }

  .dd-project .text {
    font-size: 22px;
  }

  .dd-project .text--big {
    font-size: 50px;
  }

  .dd-project .text--small {
    font-size: 18px;
  }

  .dd-project .text--medium {
    font-size: 40px;
  }

  .dd-project .title {
    font-size: 80px;
  }

  .dd-project .info__box-image {
    min-height: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .dd-project .menu {
    width: 40%;
  }
}

@media screen and (max-width: 1100px) {
  .dd-project .title {
    font-size: 75px;
  }

  .dd-project .info__box {
    flex: 1;
    width: 60%;
  }

  .dd-project .info__box__text {
    font-size: 13px;
  }

  .dd-project .info__box-image {
    flex: 1;
  }
}

@media screen and (max-width: 900px) {
  .dd-project .menu {
    width: 60%;
  }

  .dd-project .arrow {
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dd-project .arrow__link--up {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .dd-project .section-graph .row {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  .dd-project .graph-container {
    width: 100%;
    padding: 10px 0;
    height: auto;
  }

  .dd-project .whats-dividend .section__content .col-md-4,
  .dd-project .young-people .section__content .col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    height: 90%;
  }

  .dd-project .modal__content {
    width: 100%;
    margin: 5px;
  }

  .dd-project .info {
    padding: 0;
  }

  .dd-project .info .section__content {
    padding: 0;
    align-items: flex-start;
  }

  .dd-project .info__container {
    padding: 0;
  }

  .dd-project .info__box {
    padding: 0;
    height: auto;
  }

  .dd-project .info__box__row {
    position: relative;
    width: auto;
    padding: 30px 0;
    margin: 30px 15px;
    border-top: 3px solid;
  }

  .dd-project .info__box__row:after {
    position: absolute;
    content: "";
    height: 3px;
    top: -3px;
  }

  .dd-project .info__box__text {
    width: 50%;
  }

  .dd-project .info .title {
    width: 100%;
    padding: 70px 30px 50px;
    background: red;
    height: auto;
    margin-bottom: 0;
    border: 0;
  }

  .dd-project .info__box-image {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    transform: translate(0);
  }

  .dd-project .info__image {
    max-width: 100%;
  }

  .dd-project .empowerment:after {
    display: none;
  }

  .dd-project .empowerment .title {
    background: #ff4a4a;
  }

  .dd-project .empowerment .info__box__row:after {
    width: 33%;
    left: 0;
    background: #ff4a4a;
  }

  .dd-project .education:after {
    display: none;
  }

  .dd-project .education .title {
    background: #4cb6c1;
  }

  .dd-project .education .info__box__row:after {
    width: 33%;
    left: 33.33%;
    background: #4cb6c1;
  }

  .dd-project .employment:after {
    display: none;
  }

  .dd-project .employment .title {
    background: #5490c0;
  }

  .dd-project .employment .info__box__row:after {
    width: 33%;
    left: 67%;
    background: #5490c0;
  }
}

@media screen and (max-width: 767px) {
  .dd-project.body {
    height: 100%;
  }

  .dd-project .main {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }

  .dd-project .slick-list,
  .dd-project .slick-slider,
  .dd-project .slick-track {
    height: 100%;
  }

  .dd-project .slick-slide {
    will-change: opacity;
    overflow: scroll;
    height: 100%;
    padding-bottom: 80px;
  }

  .dd-project .slick-slide[data-slick-index="0"],
  .dd-project .slick-slide[data-slick-index="2"],
  .dd-project .slick-slide[data-slick-index="5"],
  .dd-project .slick-slide[data-slick-index="6"],
  .dd-project .slick-slide[data-slick-index="7"],
  .dd-project .slick-slide[data-slick-index="11"],
  .dd-project .slick-slide[data-slick-index="12"] {
    height: 100%;
    overflow: hidden;
    padding: 0;
  }

  .dd-project .slick-slide>div {
    height: 100%;
  }

  .dd-project .menu {
    width: 100%;
  }

  .dd-project .menu__nav {
    padding: 100px 10%;
  }

  .dd-project .arrow {
    padding: 15px;
  }

  .dd-project .arrow__link {
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
  }

  .dd-project .fixed-control {
    padding: 15px;
  }

  .dd-project .pre-text-light {
    font-size: 14px;
  }

  .dd-project .section {
    height: 100%;
    padding: 0;
  }

  .dd-project .section__content {
    padding: 30px 15px 0 15px;
    /*50px 30px 0 30px*/
    width: 90%;
  }

  .dd-project .section-graph .text-box {
    display: none;
  }

  .dd-project .section-graph .text-box.visible {
    display: block;
    padding-bottom: 80px;
  }

  .dd-project .graph-container .graph {
    margin-top: 15px;
    height: 300px;
  }

  .dd-project .graph-container__legend .icon-female,
  .dd-project .graph-container__legend .icon-male {
    font-size: 22px;
    padding: 0 5px;
  }

  .dd-project .graph-container__legend__female,
  .dd-project .graph-container__legend__male {
    display: flex;
    align-items: center;
  }

  .dd-project #graph2-text-box1,
  .dd-project #graph2-text-box2,
  .dd-project #graph2-text-box3,
  .dd-project #graph2-text-box4,
  .dd-project .graph2-text-box {
    top: 60px;
    left: 0;
  }

  .dd-project .fixed-control.sound {
    display: none;
  }

  .dd-project .whats {
    padding: 0;
    font-size: 14px;
    top: 160px;
    right: 40px;
  }

  .dd-project .whats__text {
    display: none;
  }

  .dd-project .title {
    font-size: 45px;
    line-height: 1.2;
  }

  .dd-project .text--big {
    font-size: 40px;
  }

  .dd-project .text--medium {
    font-size: 30px;
  }

  .dd-project .home__image {
    background: url(6b40184a0e38a0341ec86cbb7bda05e9.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
  }

  .dd-project .young-people__image {
    background: url(e7953342c0b68652645b2d2bc9c8a782.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
  }

  .dd-project .info__box__row {
    flex-direction: column;
  }

  .dd-project .info__box__text {
    width: 100%;
    margin-right: 0;
  }

  .dd-project .graph-button__label {
    margin: 0 20px;
  }

  .dd-project .modal__graph__image {
    width: 240px;
  }

  .dd-project .modal__legend {
    font-size: 13px;
  }

  .dd-project .modal__legend--left {
    left: -80px;
    width: 150px;
  }

  .dd-project .modal__legend--right {
    right: -77px;
    width: 150px;
  }

  .dd-project .modal__content {
    padding: 10px;
  }

  .dd-project .map {
    padding-top: 30px;
  }

  .dd-project .map__container {
    width: 100%;
    overflow: hidden;
  }

  .dd-project .map__text {
    max-width: 85%;
  }

  .dd-project .map__text--small {
    font-size: 10px;
  }

  .dd-project .map__instructions-top {
    display: none;
  }

  .dd-project .map__instructions-top--mobile {
    display: block;
    position: relative;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
  }

  .dd-project .map__colors {
    display: none;
  }

  .dd-project .map__box {
    width: 100%;
    top: auto;
    padding: 0;
  }

  .dd-project .map__legend {
    display: block;
    position: static;
  }

  .dd-project .map__legend .map__text {
    max-width: 100%;
  }

  .dd-project .map__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .dd-project .map__container {
    height: 50vh;
    margin-bottom: 20px;
  }

  .dd-project .map__link {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    background: #979797;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
  }

  .dd-project .map__instructions {
    opacity: 0;
  }

  .dd-project .map__select-box {
    text-align: center;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 5px;
  }

  .dd-project .select2-container--default .select2-results>.select2-results__options {
    max-height: 180px;
  }

  .dd-project #country-select {
    width: 280px;
    margin: 0 auto;
  }

  .dd-project .tooltip-mask {
    display: block;
    z-index: 100;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
  }

  .dd-project .absolute-col {
    width: 90%;
  }

  .dd-project .map-tooltip {
    width: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 30px 5px;
    height: auto;
    bottom: auto;
    right: auto;
  }

  .dd-project .map-tooltip__button {
    display: block;
    padding: 15px;
    background: #ff4a4a;
    position: relative;
    text-align: center;
    margin: 20px 0;
  }

  .dd-project .map-tooltip__close {
    display: block;
  }

  .dd-project .fixed-control.arrow {
    position: fixed;
    width: auto;
    background: transparent;
    padding: 10px 0;
    transition: background 0.1s ease 0s;
  }

  .dd-project .fixed-control.arrow .arrow__link {
    width: 40px;
    height: 40px;
  }

  .dd-project .fixed-control.arrow .arrow__link:hover {
    opacity: 0.5;
  }

  .dd-project .menu .fixed-control {
    display: flex;
    top: 0;
    left: 55px;
    bottom: auto;
    right: auto;
  }

  .dd-project .arrow__text.visible {
    opacity: 0;
  }
}

@media screen and (max-width: 376px) {
  .dd-project .modal__legend--left {
    left: -44px;
    width: 120px;
  }

  .dd-project .modal__legend--right {
    right: -46px;
    width: 120px;
  }
}

@media screen and (max-width: 320px) {
  .dd-project .menu__nav {
    padding: 70px 10%;
  }

  .dd-project .menu__link {
    padding-left: 35px;
    font-size: 20px;
  }

  .dd-project .title {
    font-size: 35px;
  }

  .dd-project .text {
    font-size: 20px;
  }

  .dd-project .text--big {
    font-size: 30px;
  }

  .dd-project .graph-container .graph {
    height: 240px;
  }

  .dd-project .info .title {
    padding: 60px 30px 25px;
  }

  .dd-project .switch__label {
    width: 150px;
  }

  .dd-project .switch__label:after {
    left: 120px;
  }

  .dd-project .modal__graph__image {
    width: 190px;
    height: 200px;
  }

  .dd-project .modal__legend {
    width: 125px;
    font-size: 12px;
  }

  .dd-project .modal__legend--left {
    left: -60px;
  }

  .dd-project .modal__legend--right {
    right: -60px;
  }

  .dd-project .modal__legend--relative {
    width: 200px;
  }

  .dd-project .map__container {
    height: 28vh;
  }
}

@media screen and (min-width: 2559px) {
  .dd-project .text {
    font-size: 50px;
  }

  .dd-project .pre-text {
    font-size: 28px;
  }

  .dd-project .text--big,
  .dd-project .text--medium {
    font-size: 100px;
  }

  .dd-project .pre-text-light {
    font-size: 28px;
  }

  .dd-project .title {
    font-size: 200px;
  }

  .dd-project .info__box__text {
    font-size: 28px;
  }

  .dd-project .map__text {
    font-size: 50px;
    max-width: 1000px;
  }

  .dd-project .map__instructions-top {
    font-size: 28px;
    max-width: 600px;
  }

  .dd-project .full-text .section__content {
    max-width: 50%;
  }

  .dd-project .graph-container {
    left: 15%;
  }

  .dd-project .graph2-text-box {
    right: -20%;
    width: 250px;
  }

  .dd-project .graph2-text-box .text--small {
    font-size: 28px;
  }

  .dd-project #section9 .text {
    font-size: 80px;
  }

  .dd-project #section9 .pre-text {
    line-height: 1.36em;
  }

  .dd-project .legend-tooltip {
    left: 30%;
  }
}

@media screen and (max-width: 767px) {

  body,
  html {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  #container,
  #main,
  body,
  html {
    height: 100%;
  }

  .dd-project .whats__icon {
    margin-top: 22px;
  }
}

.ins-select {
  max-width: 675px;
  height: 50px;
  margin: 0 auto;
  display: flex;
  background-color: #e8e6e6;
}

.ins-select .ins-msz-wrapper {
  width: 400px;
  background-color: #294351;
  height: 50px;
  padding: 15px;
  margin-right: 15px;
}

.ins-select .ins-msz-wrapper p {
  font-size: 15px;
  color: #ffffff;
  position: relative;
  max-width: 85%;
  float: left;
  line-height: 20px;
}

.ins-msz-wrapper .ins-msz {
  width: 450px;
  height: 50px;
  position: relative;
}

.map__select-box .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  height: 40px;
}

.map__select-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 8px;
  right: 6px;
  width: 20px;
}

/* right bounce */
@-webkit-keyframes bounceRight {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

@-moz-keyframes bounceRight {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(-30px);
  }

  60% {
    transform: translateX(-15px);
  }
}

@keyframes bounceRight {

  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}

/* /right bounce */
/* down bounce */
@-webkit-keyframes bounceDown {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-moz-keyframes bounceDown {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounceDown {

  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* /right bounce */

.ins-msz-wrapper .arrow-right {
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
  float: right;
  width: 16px;
  height: 16px;
  background: url(../images/arrow-right-white.svg);
  display: inline;
}

.lang-es .ins-msz-wrapper .arrow-right,
.lang-fr .ins-msz-wrapper .arrow-right {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .pre-text {
    font-size: 14px;
  }

  .dd-project .map__text {
    font-size: 12px;
  }

  .dd-project .map__select-box {
    width: 100%;
  }

  .ins-select .ins-msz-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .ins-msz-wrapper .arrow-right {
    -webkit-transform: rotateZ(90deg);
    /* Safari prior 9.0 */
    transform: rotateZ(90deg);
    /* Standard syntax */
  }

  .ins-msz-wrapper .arrow-right.down {
    -webkit-animation: bounceDown 2s infinite;
    animation: bounceDown 2s infinite;
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/arrow-down-white.svg);
    display: inline;
  }

  .dd-project .legend-tooltip {
    display: none;
    left: -1000px;
  }

  .dd-project .menu__item {
    width: 100%;
  }

  .dd-project .menu__link {
    display: block;
  }
}

.lang-en .site-language.dd-data ul.language-switcher-locale-url li.en a,
.lang-es .site-language.dd-data ul.language-switcher-locale-url li.es a,
.lang-fr .site-language.dd-data ul.language-switcher-locale-url li.fr a {
  color: #f7941e;
}

.lang-es .dd-project .arrow__text,
.lang-fr .dd-project .arrow__text {
  width: 104px;
  text-align: center;
  bottom: 10px;
  line-height: 15px;
}

.lang-es .ins-select,
.lang-fr .ins-select {
  max-width: 720px;
}

.lang-es .ins-select .ins-msz-wrapper p,
.lang-fr .ins-select .ins-msz-wrapper p {
  font-size: 13px;
  line-height: 18px;
}

.lang-es .ins-select .ins-msz-wrapper {
  padding: 8px 15px;
}

.lang-fr .ins-select .ins-msz-wrapper {
  padding: 8px 15px;
}

@media (max-width: 480px) {
  .ins-select {
    max-width: 320px;
    flex-wrap: wrap;
    height: 102px;
  }

  .ins-select .ins-msz-wrapper {
    height: 50px;
  }

  .dd-project .map__select-box {
    margin: 0 auto;
  }

  .dd-project .text {
    line-height: 1.2;
  }

  .dd-project .title {
    line-height: 1.2 !important;
  }

  .pre-text {
    width: 92%;
  }

  .dd-project .modal__legend--relative {
    width: auto;
  }

  .dd-project .modal__content {
    top: 18px;
  }

  .dd-project .slick-slide[data-slick-index="12"] {
    overflow-y: auto;
  }
}

.main-header,
.main-nav,
footer {
  display: none;
}

@media (max-width: 600px) {
  .ins-select .ins-msz-wrapper {
    flex: auto;
  }

  .dd-project .map__select-box {
    flex: auto;
  }

  .ins-select {
    height: auto;
    padding-right: 0;
  }
}

@media (max-width: 850px) {
  .lang-es .ins-select .ins-msz-wrapper {
    padding: 8px 15px;
  }

  .lang-es .dd-project .legend-tooltip {
    top: 173px;
    left: 0;
  }
}

section.info.empowerment,
section.info.employment,
section.info.education {
  padding: 15px 0 85px;
}

@media (max-width: 1050px) {
  .dd-project .map__colors {
    left: 0;
  }
}

@media (max-width: 767px) {
  .dd-project .graph-container .graph-button__legend {
    color: #ccc;
    opacity: 1;
  }

  .dd-project .graph-container .graph-button__label {
    color: #ccc;
  }

  .dd-project .section-graph .text-box {
    color: #ccc;
  }

  .dd-project .section-graph .graph-container__legend__age span {
    color: #ccc;
  }

  .dd-project.body--light #menu+#arrows-control .arrow__link,
  .dd-project.body--light .sound__link {
    color: #fff !important;
  }

  .dd-project .open-menu {
    opacity: 1;
  }

  .path-data .map__legend p {
    color: #000;
  }

  .dd-project .map-tooltip__button {
    color: #fff;
  }
}

/*------- SOF Cookie css -------*/
#cookies-popup.sliding-popup-bottom {
  background: #2f3640;
  bottom: -100%;
  -webkit-box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  color: #f5f6fa;
  position: fixed;
  left: 0;
  right: 0;
  padding: 0 32px;
  -webkit-transition: 1000ms;
  transition: 1000ms;
  z-index: 100;
}

#cookies-popup.sliding-popup-bottom.active {
  bottom: 0;
  z-index: 1000;
}

#cookies-popup.sliding-popup-bottom .cookies-content {
  padding: 16px 50px 16px 50px;
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 3fr 150px;
  align-items: center;
  gap: 16px;
}

#cookies-popup.sliding-popup-bottom .cookies-content .cookies-text {
  display: inline-block;
  max-width: 100%;
}

#cookies-popup.sliding-popup-bottom .cookies-content .cookies-text p {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  font-weight: normal;
}

@media (max-width: 800px) {
  #cookies-popup.sliding-popup-bottom .cookies-content {
    padding-left: 30px;
  }
}

@media (max-width: 575px) {
  #cookies-popup.sliding-popup-bottom .cookies-content .cookies-text p {
    font-size: 14px;
  }

  #cookies-popup.sliding-popup-bottom .cookies-content {
    padding: 50px 0 16px 0;
    grid-template-columns: 1fr;
    justify-content: center;
  }
}

#cookies-buttons {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 15px;
}

#cookies-buttons a {
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  padding: 5px 10px;
  outline: none;
}

#btn-accept-cookies {
  padding: 10px 20px;
  border-radius: 4px;
  border: 0;
  position: relative;
  cursor: pointer;
  outline: none;
  background-color: #ffffff;
  color: #000000;
}

@media (max-width: 575px) {
  #btn-accept-cookies {
    margin-left: 0;
  }
}

#btn-accept-cookies:focus {
  background-color: #ccc;
}

body .uwy.userway_p3 .uai {
  transform: none !important;
}

/*------- EOF Cookie css -------*/

.dd-project .main {
  position: relative;
}

.page-node-type-ct-topics .dd-project .map__box .map-svg {
  width: 100%;
}

.page-node-type-ct-topics .dd-project .map__box .mapGroup {
  width: 150%;
}

.page-node-type-ct-topics .dd-project .map__box .mapContainer {
  width: 100%;
}

.page-node-type-ct-topics .dd-project .pre-text,
.page-node-type-ct-topics .dd-project .pre-text-light {
  font-family: Roboto, sans-serif !important;
  font-weight: 700 !important;
}

.page-node-type-ct-topics .dd-project .map__text,
.page-node-type-ct-topics .dd-project .ins-select .ins-msz-wrapper p,
.page-node-type-ct-topics .dd-project .map__select-box,
.page-node-type-ct-topics .dd-project .map__colors .text {
  font-family: Roboto, sans-serif !important;
  font-weight: 400 !important;
}

.page-node-type-ct-topics .dd-project .map-tooltip__name,
.page-node-type-ct-topics .dd-project .map-tooltip__header,
.page-node-type-ct-topics .dd-project .map-tooltip__header,
.page-node-type-ct-topics .dd-project .map-tooltip__header {
  font-family: Roboto, sans-serif !important;
  font-weight: 700 !important;
}

.page-node-type-ct-topics .dd-project .map-tooltip__value,
.page-node-type-ct-topics .dd-project .map-tooltip__value {
  font-family: Roboto, sans-serif !important;
  font-weight: 400 !important;
}

/* custom_style.css */
body.path-data {
  background-color: #122a39;
  color: #ffffff;
  overflow: hidden;
}

.dd-project .home__box .text--big {
  color: #ffffff;
}

header.header,
footer.footer-pad {
  display: none;
}

.container-fluid.page {
  padding: 0;
}

.section__content.intro a,
.dd-project .link,
#menu+#arrows-control .arrow__link {
  color: #ffffff;
  text-decoration: none;
}

.dd-project.body--light #menu+#arrows-control .arrow__link,
.dd-project.body--light .sound__link {
  color: #494949;
}

.dd-project.body--light .intro__info__text,
.dd-project .demographic-title,
.dd-project .info .title,
.dd-project .menu__close {
  color: #ffffff;
}

.home__box .col-md-6 {
  padding: 0;
}

.dd-project .map__select-box {
  max-width: 280px;
}

.select2-container {
  max-width: 100%;
  top: -10px;
}

.map__select-box .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999999;
}

.select2-search--dropdown .select2-search__field {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  padding: 2px 8px;
}

.dd-project .title {
  line-height: 1.2em;
}

/*----*/
.dd-project .title {
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.dd-project .home__box .text--big {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .dd-project .section {
    float: left;
  }
}

.lang-es .dd-project .graph-container__legend__age,
.lang-fr .dd-project .graph-container__legend__age {
  left: auto;
}

.slick-slider.overlay {
  z-index: 100;
}

/*---css for language switcher block on dd home page start---*/
.site-language.dd-data {
  border-left: 0 none;
  position: absolute;
  z-index: 20;
  right: 80px;
  top: 20px;
  align-items: center;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 570px) {
  .site-language.dd-data {
    right: 20px;
    top: 10px;
  }
}

.site-language.dd-data ul.language-switcher-locale-url {
  list-style: none;
  display: flex;
  min-width: 100px;
}

.site-language.dd-data ul.language-switcher-locale-url li {
  margin: 0 5px;
}

.site-language.dd-data ul.language-switcher-locale-url li a {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.dd-project.body--light .site-language.dd-data ul.language-switcher-locale-url li a {
  color: #494949;
  margin: 0;
  padding: 0;
}

.lang-en .site-language.dd-data ul.language-switcher-locale-url li.en a,
.lang-es .site-language.dd-data ul.language-switcher-locale-url li.es a,
.lang-fr .site-language.dd-data ul.language-switcher-locale-url li.fr a {
  color: #f7941e;
}

/*---css for language switcher block on dd home page end---*/

@media (max-width: 480px) {
  .dd-project .modal__legend--left {
    left: -45px;
    width: 110px;
    top: 20px;
  }

  .dd-project .modal__legend--right {
    right: -45px;
    width: 110px;
    top: 20px;
  }

  .dd-project .demographic-dividend-container .col-md-6 {
    padding: 0;
  }

  .dd-project .section-graph .row {
    margin-left: 0;
    margin-right: 0;
  }

  .dd-project .section.map {
    height: auto;
  }

  .dd-project .map__legend {
    padding-bottom: 10px;
  }
}

@media (max-width: 360px) {
  .dd-project .info .title {
    font-size: 40px;
  }

  .lang-fr .dd-project .demographic-dividend-container .title {
    font-size: 36px;
  }

  .lang-fr .dd-project .home__title.title {
    font-size: 40px;
  }
}

@media (max-width: 300px) {
  .dd-project .info .title {
    font-size: 30px;
  }

  .lang-fr .dd-project .home__title.title {
    font-size: 36px;
  }
}

/* topic.css */
/*SOF Ticket GW-4000 UI fixes*/
.page-node-type-ct-topics .dd-project #section-map {
  height: auto;
}

.page-node-type-ct-topics .dd-project #section-map .ins-select {
  background: none;
}

.page-node-type-ct-topics .dd-project #section-map .section__content {
  max-width: 1070px;
}

.page-node-type-ct-topics .dd-project #section-map .map__instructions-top {
  margin-bottom: 35px;
}

.page-node-type-ct-topics .dd-project #section-map .map__box {
  max-width: 1330px;
  padding: 0;
}

.page-node-type-ct-topics .dd-project #section-map .map__container {
  width: 100%;
  padding: 0 15px;
  max-width: 950px;
}

.page-node-type-ct-topics .dd-project #section-map .map__colors {
  bottom: 30px;
}

@media (max-width: 800px) {
  .ins-select .ins-msz-wrapper p {
    font-size: 13px;
  }

  .page-node-type-ct-topics .dd-project #section-map .map__colors {
    bottom: -20px;
  }
}

@media (max-width: 767px) {
  .page-node-type-ct-topics .dd-project #section-map .map__container {
    padding: 0;
    height: 300px;
    margin: 0 0 40px;
  }

  .page-node-type-ct-topics .dd-project #section-map .map__legend {
    margin: 0 0 30px;
  }
}

.page-node-type-ct-topics .hero-image.withEffect .hero-image__content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.page-node-type-ct-topics .hero-image__content h1,
.page-node-type-ct-topics .hero-image__content h2 {
  margin-bottom: 30%;
  font-weight: 600;
}

@media (max-width: 480px) {
  .page-node-type-ct-topics .dd-project #section-map .map__container {
    width: 100%;
    overflow: visible;
    margin: 0;
    height: 40vh;
  }

  .page-node-type-ct-topics .hero-image.withEffect .hero-image__content {
    margin-left: 0;
    max-width: 100%;
  }

  .page-node-type-ct-topics .hero-image__content h1,
  .page-node-type-ct-topics .hero-image__content h2 {
    padding: 0 20px;
  }

  .page-node-type-ct-topics .dd-project .map__buttons {
    z-index: 100;
  }

  .page-node-type-ct-topics .dd-project #section-map .map__container g.mapContainer {
    -webkit-transform: translate(-312.472px, 0px) !important;
    transform: translate(-312.472px, 0px) !important;
  }

  .page-node-type-ct-topics .dd-project #section-map .map__legend {
    margin: 0 0 20px;
  }
}

@media (max-width: 365px) {
  .ins-select .ins-msz-wrapper p {
    max-width: 90%;
  }
}

.page-node-type-ct-topics .dd-project .map__text--small {
  color: #000;
}

.page-node-type-ct-topics .dd-project.body {
  overflow: initial;
  margin: 0;
  background: #dcdcdc;
}

@media (max-width: 1100px) {
  .page-node-type-ct-topics .dd-project .map__box {
    padding: 0 0 0 150px;
  }
}

@media (max-width: 800px) {
  .page-node-type-ct-topics .dd-project .map-tooltip {
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .page-node-type-ct-topics .dd-project .map__box {
    padding: 0;
  }
}

.page-node-type-ct-topics .topic-header__content .breadcrumb a:hover {
  color: #919fae;
}

.page-node-type-ct-topics header,
.page-node-type-ct-topics .main-nav,
.page-node-type-ct-topics footer {
  display: block;
}

/*EOF Ticket GW-4000 UI fixes*/
@media (min-width: 720px) and (max-width: 767px) {
  .page-node-type-ct-topics .dd-project #section-map .map__container {
    height: 500px;
  }
}

.dd-project #section-map .pre-text,
.dd-project #section-map .pre-text-light {
  font-family: Roboto, sans-serif !important;
  font-weight: 700 !important;
}

.dd-project #section-map .map__text,
.dd-project #section-map .ins-select .ins-msz-wrapper p,
.dd-project #section-map .map__select-box,
.dd-project #section-map .map__colors .text {
  font-family: Roboto, sans-serif !important;
  font-weight: 400 !important;
}

.dd-project #section-map .map-tooltip__name,
.dd-project #section-map .map-tooltip__header,
.dd-project #section-map .map-tooltip__header,
.dd-project #section-map .map-tooltip__header {
  font-family: Roboto, sans-serif !important;
  font-weight: 700 !important;
}

.dd-project #section-map .map-tooltip__value,
.dd-project #section-map .map-tooltip__value {
  font-family: Roboto, sans-serif !important;
  font-weight: 400 !important;
}

body.page-node-type-ct-topics {
  font-family: "Atkinson Hyperlegible Next", sans-serif;
}

.lang-ar.page-node-type-ct-topics {
  font-family: "Noto Sans Arabic", sans-serif;
}