@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica.eot");
  src: url("../fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.svg#Helvetica") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica-Light';
  src: url("../fonts/Helvetica-Light.eot");
  src: url("../fonts/Helvetica-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Light.woff") format("woff"), url("../fonts/Helvetica-Light.ttf") format("truetype"), url("../fonts/Helvetica.svg#Helvetica-Light") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica-Bold';
  src: url("../fonts/Helvetica-Bold.eot");
  src: url("../fonts/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Bold.woff") format("woff"), url("../fonts/Helvetica-Bold.ttf") format("truetype"), url("../fonts/Helvetica.svg#Helvetica-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'ChronicleDisp-Light';
  src: url("../fonts/ChronicleDisp-Light.eot");
  src: url("../fonts/ChronicleDisp-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ChronicleDisp-Light.woff") format("woff"), url("../fonts/ChronicleDisp-Light.ttf") format("truetype"), url("../fonts/ChronicleDisp-Light.svg#ChronicleDisp-Light") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'ChronicleDisp-XLight';
  src: url("../fonts/ChronicleDisp-XLight.eot");
  src: url("../fonts/ChronicleDisp-XLight.eot?#iefix") format("embedded-opentype"), url("../fonts/ChronicleDisp-XLight.woff") format("woff"), url("../fonts/ChronicleDisp-XLight.ttf") format("truetype"), url("../fonts/ChronicleDisp-XLight.svg#ChronicleDisp-XLight") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Mckinsey';
  src: url("../fonts/McKinseySans-Regular.eot");
  src: url("../fonts/McKinseySans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/McKinseySans-Regular.woff") format("woff"), url("../fonts/McKinseySans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Mckinsey';
  src: url("../fonts/McKinseySans-Light.eot");
  src: url("../fonts/McKinseySans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/McKinseySans-Light.woff") format("woff"), url("../fonts/McKinseySans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Mckinsey';
  src: url("../fonts/McKinseySans-Medium.eot");
  src: url("../fonts/McKinseySans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/McKinseySans-Medium.woff") format("woff"), url("../fonts/McKinseySans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Bower';
  src: url("../fonts/Bower-Bold.eot");
  src: url("../fonts/Bower-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Bower-Bold.woff") format("woff"), url("../fonts/Bower-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 769px) {
  .cboxIframe {
    height: 300px;
  }
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #002960;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #002960;
}

.cboxIframe {
  background: #0A1C33;
}

#cboxError {
  padding: 50px;
  border: 1px solid #002960;
}

#cboxLoadedContent {
  background: #002960;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../img/loader.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #002960;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(../img/controls.png) no-repeat 0 0;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

body {
  background: #EFF3F7;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Mckinsey';
  font-weight: 400;
}

@media screen and (max-width: 769px) {
  body {
    background: #fff;
  }
}

.section {
  background: #fff;
  width: 100%;
  margin: 0;
}

.strong {
  font-family: 'Mckinsey';
  font-weight: 500;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0 0 4px 0;
  padding: 0 0 0 20px;
  list-style: none;
  background: url(../img/dot.png) 0px 12px no-repeat;
}

ul.buttons {
  border-bottom: none;
  font-size: 14px;
}

@media screen and (min-width: 990px) {
  ul.buttons {
    border: 1px solid #28588c;
  }
}

@media screen and (max-width: 769px) {
  ul.buttons {
    margin: 0;
  }
}

ul.buttons li {
  font-family: "Mckinsey";
  font-weight: 300;
  background: none;
  padding: 0;
}

@media screen and (min-width: 990px) {
  ul.buttons li {
    padding: 15px 50px 15px 15px;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #28588c;
    background: url(../img/icon-arrow-right.png) right 20px center no-repeat;
    cursor: pointer;
  }
}

@media screen and (min-width: 990px) {
  ul.buttons li:hover, ul.buttons li.active {
    background: #1f40e6;
  }
}

.flag-wrapper {
  margin: 20px auto 0;
  display: inline-block;
  line-height: 30px;
}

.flag {
  display: block;
  width: 22px;
  height: 22px;
  background: center center no-repeat;
  margin: 0 0 0 8px;
  float: left;
}

.flag.flag-au {
  background-image: url(../img/flags/flag-au.png);
}

.flag.flag-be {
  background-image: url(../img/flags/flag-be.png);
}

.flag.flag-bu {
  background-image: url(../img/flags/flag-bu.png);
}

.flag.flag-ch {
  background-image: url(../img/flags/flag-ch.png);
}

.flag.flag-cz {
  background-image: url(../img/flags/flag-cz.png);
}

.flag.flag-da {
  background-image: url(../img/flags/flag-da.png);
}

.flag.flag-fi {
  background-image: url(../img/flags/flag-fi.png);
}

.flag.flag-fr {
  background-image: url(../img/flags/flag-fr.png);
}

.flag.flag-gb {
  background-image: url(../img/flags/flag-gb.png);
}

.flag.flag-ge {
  background-image: url(../img/flags/flag-ge.png);
}

.flag.flag-ho {
  background-image: url(../img/flags/flag-ho.png);
}

.flag.flag-hu {
  background-image: url(../img/flags/flag-hu.png);
}

.flag.flag-ir {
  background-image: url(../img/flags/flag-ir.png);
}

.flag.flag-it {
  background-image: url(../img/flags/flag-it.png);
}

.flag.flag-li {
  background-image: url(../img/flags/flag-li.png);
}

.flag.flag-lu {
  background-image: url(../img/flags/flag-lu.png);
}

.flag.flag-pl {
  background-image: url(../img/flags/flag-pl.png);
}

.flag.flag-ru {
  background-image: url(../img/flags/flag-ru.png);
}

.flag.flag-sa {
  background-image: url(../img/flags/flag-sa.png);
}

.flag.flag-sk {
  background-image: url(../img/flags/flag-sk.png);
}

.flag.flag-sl {
  background-image: url(../img/flags/flag-sl.png);
}

.flag.flag-sp {
  background-image: url(../img/flags/flag-sp.png);
}

.flag.flag-sv {
  background-image: url(../img/flags/flag-sv.png);
}

.flag.flag-sw {
  background-image: url(../img/flags/flag-sw.png);
}

.cookies {
  display: none;
  background: #00acee;
  z-index: 1000;
  left: 0;
  right: 0;
  color: #fff;
  padding-bottom: 100px;
  font-family: 'Mckinsey';
  font-weight: 300;
  line-height: 24px;
  padding: 10px 5%;
}

.cookies .title {
  color: #fff;
  font-size: 42px;
  line-height: 48px;
  padding: 10px 0;
  color: #fff;
  font-family: 'Bower';
  font-weight: 700;
  margin: 0;
}

.cookies p {
  margin-right: 89px;
}

@media screen and (max-width: 769px) {
  .cookies p {
    margin-right: 0;
    text-align: justify;
  }
}

.cookies .x {
  display: block;
  background: url(../img/x.png) center center no-repeat;
  width: 46px;
  height: 46px;
  margin-top: 10px;
}

.cookies .x:hover {
  opacity: 0.7;
}

.cookies .button {
  line-height: 42px;
  padding: 0 38px;
  float: right;
  margin-top: 40px;
  opacity: 1;
}

.cookies .button:hover {
  opacity: 0.9;
}

#section-1 {
  background: url(../img/intro-bg.png) center top no-repeat;
  height: 580px;
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  #section-1 {
    background: #fff;
    min-height: 701px;
  }
}

@media screen and (min-width: 1339px) {
  #section-1 {
    height: 513px;
  }
}

#section-1 .row {
  height: 513px;
}

#section-1 .logo {
  margin-top: 55px;
}

#section-1 .button {
  position: absolute;
  bottom: 15px;
}

@media screen and (max-width: 990px) {
  #section-1 .button {
    width: 289px;
    top: 411px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 1339px) {
  #section-1 .button {
    bottom: 17px;
  }
}

#section-1 .button.secondButton {
  margin-top: 17px;
}

@media screen and (min-width: 769px) {
  #section-1 .button.secondButton {
    display: block;
  }
}

@media screen and (min-width: 990px) {
  #section-1 .button.secondButton {
    bottom: -50px;
    z-index: 20;
  }
}

@media screen and (min-width: 1339px) {
  #section-1 .button.secondButton {
    width: 338px;
    left: 317px;
    bottom: 17px;
  }
}

#section-1 .book {
  display: block;
  background: url(../img/intro-book.png) center center no-repeat;
  height: 659px;
  width: 510px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: book-animation;
          animation-name: book-animation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (min-width: 1339px) {
  #section-1 .book {
    right: -50px;
  }
}

@-webkit-keyframes book-animation {
  from {
    -webkit-transform: translate(-4px, 0px);
            transform: translate(-4px, 0px);
  }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes book-animation {
  from {
    -webkit-transform: translate(-4px, 0px);
            transform: translate(-4px, 0px);
  }
  to {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

#section-1 .mobile-book {
  display: block;
  background: url(../img/intro-book-mobile.png) center center no-repeat;
  height: 410px;
  width: 290px;
  position: absolute;
  top: 126px;
  right: 0;
  left: 0;
  margin: auto;
}

#section-1 h1 {
  font-size: 42px;
  line-height: 48px;
  padding-top: 30px;
  color: #fff;
  font-family: 'Bower';
  font-weight: 700;
  margin: 0;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-name: header-animation;
          animation-name: header-animation;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes header-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes header-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#section-1 h2 {
  font-size: 28px;
  line-height: 34px;
  padding-top: 30px;
  margin: 0;
  text-align: left;
  color: #fff;
  font-family: 'Bower';
  font-weight: 700;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-name: header-animation;
          animation-name: header-animation;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@keyframes header-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.reportTitle {
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-bottom: 14px;
  margin-top: 40px;
}

.reportTitle.noMarginTop {
  margin-top: 0;
}

.logo {
  display: block;
}

.logo img {
  max-width: 175px;
}

.logo-mobile {
  display: block;
  margin: 35px auto;
}

.logo-mobile img {
  display: block;
  max-width: 140px;
  margin: 0 auto;
}

.button {
  background: #1f40e6;
  display: inline-block;
  line-height: 54px;
  padding: 0 74px 0 38px;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  font-family: 'Mckinsey';
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
}

.button:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.975;
}

.button:hover .arrow {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: arrow-animation;
          animation-name: arrow-animation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.button:hover .download2-wrapper .arrow {
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-name: right-arrow-animation;
          animation-name: right-arrow-animation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  opacity: 0.96;
}

@-webkit-keyframes right-arrow-animation {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  to {
    -webkit-transform: translate(6px, 0px);
            transform: translate(6px, 0px);
  }
}

@keyframes right-arrow-animation {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  to {
    -webkit-transform: translate(6px, 0px);
            transform: translate(6px, 0px);
  }
}

.button.darkBlue {
  background: #0a1c33;
}

.button.multiline {
  line-height: 1.8;
  padding-top: 1em;
  padding-bottom: 1em;
}

.button .download-wrapper {
  display: inline-block;
  width: 19px;
  height: 18px;
  background: url(../img/icon-download-bottom.png) no-repeat center bottom;
  position: relative;
  overflow: hidden;
  position: absolute;
  right: 25px;
  top: 16px;
}

@-webkit-keyframes arrow-animation {
  from {
    top: -3px;
  }
  to {
    top: 0;
  }
}

@keyframes arrow-animation {
  from {
    top: -3px;
  }
  to {
    top: 0;
  }
}

.button .download-wrapper .arrow {
  display: block;
  position: absolute;
  width: 19px;
  height: 18px;
  background: url(../img/icon-download-arrow.png) no-repeat center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: -2px;
}

.button .download2-wrapper {
  display: inline-block;
  width: 19px;
  height: 18px;
  position: relative;
  overflow: hidden;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -9px;
}

@keyframes arrow-animation {
  from {
    top: -3px;
  }
  to {
    top: 0;
  }
}

.button .download2-wrapper .arrow {
  display: block;
  position: absolute;
  width: 19px;
  height: 18px;
  background: url(../img/arrow.png) no-repeat center center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: -2px;
}

.big-button {
  background: url(../img/button-big.png) center center no-repeat;
  height: 147px;
  width: 301px;
  display: inline-block;
  color: #fff;
  text-align: left;
  vertical-align: bottom;
  padding: 110px 0 0 20px;
  font-family: 'Mckinsey';
  font-weight: 500;
  position: relative;
}

.big-button .arrow {
  position: absolute;
  background: url(../img/icon-arrow-right.png) center center no-repeat;
  right: 70px;
  bottom: 20px;
  height: 11px;
  width: 19px;
}

.big-button:hover {
  text-decoration: none;
  color: #fff;
}

.big-button:hover .arrow {
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-name: right-arrow-animation;
          animation-name: right-arrow-animation;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  opacity: 0.96;
}

@keyframes right-arrow-animation {
  from {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  to {
    -webkit-transform: translate(6px, 0px);
            transform: translate(6px, 0px);
  }
}

.title {
  display: block;
  font-family: 'Mckinsey';
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #00adef;
  padding-bottom: 20px;
}

h2 {
  color: #1f3fe2;
  font-size: 42px;
  font-family: 'Bower';
  font-weight: 700;
  text-align: center;
  margin: 0 0 70px;
}

@media screen and (max-width: 769px) {
  h2 {
    font-size: 28px;
    margin: 0 0 40px;
  }
  h2 br {
    content: ' ';
  }
  h2 br:after {
    content: ' ';
  }
}

@media screen and (max-width: 769px) {
  .container {
    padding: 0;
    overflow: hidden;
  }
}

hr {
  border: none;
  border-top: 1px solid #28588c;
  width: 80%;
  text-align: center;
  margin: 35px auto;
}

#section-2 {
  background: #002960;
  z-index: 2;
  color: #fff;
}

@media screen and (max-width: 769px) {
  #section-2 {
    padding-bottom: 40px;
  }
}

#section-2 a:hover {
  text-decoration: none;
}

#section-2 .box {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media screen and (max-width: 1400px) {
  #section-2 .box {
    padding: 10px 40px;
  }
  #section-2 .box br {
    content: ' ';
  }
  #section-2 .box br:after {
    content: ' ';
  }
}

#section-2 .title {
  padding-bottom: 20px;
}

@media screen and (max-width: 1400px) {
  #section-2 .title {
    display: inline;
    padding: 0 5px 0 0;
  }
}

#section-2 p {
  font-family: 'Mckinsey';
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

@media screen and (max-width: 769px) {
  #section-2 p {
    display: inline;
  }
}

#section-2 .separator {
  height: 132px;
  width: 1px;
  border-left: 1px solid #1f40e6;
  position: absolute;
  top: 60px;
  right: 30px;
}

@media screen and (max-width: 1400px) {
  #section-2 .separator {
    top: 10px;
    right: 0;
  }
}

@media screen and (max-width: 1200px) {
  #section-2 .separator {
    display: none;
  }
}

#section-3 {
  padding: 40px 0;
}

@media screen and (max-width: 769px) {
  #section-3 {
    padding: 40px 0 0;
  }
}

#section-3 .video-wrapper {
  position: relative;
  display: block;
  background: url(../img/video.png) center center no-repeat;
  width: 100%;
  max-width: 792px;
  height: 445px;
}

@media screen and (max-width: 769px) {
  #section-3 .video-wrapper {
    height: 120px;
  }
}

#section-3 .video-wrapper .play {
  background: url(../img/icon-play.png) center center no-repeat;
  width: 43px;
  height: 51px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -26px;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

#section-3 .video-wrapper .play:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

#section-4 .title {
  text-align: center;
  display: block;
  margin-top: 30px;
}

#section-4 p {
  font-family: 'Mckinsey';
  font-weight: 300;
  color: #666666;
  font-size: 16px;
  line-height: 25px;
}

#section-5 {
  padding: 120px 0 0 0;
}

@media screen and (max-width: 769px) {
  #section-5 {
    padding: 40px 0 0;
  }
}

#section-5 #map {
  margin: 120px 0 0 0;
}

@media screen and (max-width: 769px) {
  #section-5 #map {
    margin: 0 0 40px 0;
  }
}

@media screen and (min-width: 1400px) {
  #section-5 #map {
    width: 400px;
    height: 551px;
  }
}

#section-5 .title {
  font-size: 20px;
}

#section-5 select {
  width: 100%;
  border: 1px solid #d1d2d3;
  color: #666666;
  font-size: 16px;
  padding: 15px 27px;
}

#section-5 .bar {
  width: 60px;
  height: 30px;
  background: #37dee7;
}

@media screen and (max-width: 769px) {
  #section-5 .bar {
    width: 50px;
    margin: auto;
  }
}

#section-5 .bar.bar-0 {
  height: 160px;
  width: 0;
  float: left;
}

@media screen and (max-width: 769px) {
  #section-5 .bar.bar-0 {
    height: 120px;
  }
}

#section-5 .bar.bar-00 {
  height: 120px;
  width: 0;
  float: left;
}

@media screen and (max-width: 769px) {
  #section-5 .bar.bar-00 {
    height: 100px;
  }
}

#section-5 .bar.color-1 {
  background: #37dee7;
}

#section-5 .bar.color-2 {
  background: #1f40e6;
}

#section-5 .bar.color-3 {
  background: #00295f;
}

#section-5 .bar.color-4 {
  background: #9E9E9E;
}

#section-5 #selector-1-data-1 .bar-6 {
  height: 9.23077px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-1-6-animation;
          animation-name: bar-1-6-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-1 .bar-6 {
    height: 9.23077px;
    -webkit-animation-name: bar-1-6-animation-mobile;
            animation-name: bar-1-6-animation-mobile;
  }
}

@-webkit-keyframes bar-1-6-animation {
  from {
    height: 0;
  }
  to {
    height: 9.23077px;
  }
}

@keyframes bar-1-6-animation {
  from {
    height: 0;
  }
  to {
    height: 9.23077px;
  }
}

@-webkit-keyframes bar-1-6-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 9.23077px;
  }
}

@keyframes bar-1-6-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 9.23077px;
  }
}

#section-5 #selector-1-data-1 .bar-10 {
  height: 15.38462px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-1-10-animation;
          animation-name: bar-1-10-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-1 .bar-10 {
    height: 15.38462px;
    -webkit-animation-name: bar-1-10-animation-mobile;
            animation-name: bar-1-10-animation-mobile;
  }
}

@-webkit-keyframes bar-1-10-animation {
  from {
    height: 0;
  }
  to {
    height: 15.38462px;
  }
}

@keyframes bar-1-10-animation {
  from {
    height: 0;
  }
  to {
    height: 15.38462px;
  }
}

@-webkit-keyframes bar-1-10-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 15.38462px;
  }
}

@keyframes bar-1-10-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 15.38462px;
  }
}

#section-5 #selector-1-data-1 .bar-32 {
  height: 49.23077px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-1-32-animation;
          animation-name: bar-1-32-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-1 .bar-32 {
    height: 49.23077px;
    -webkit-animation-name: bar-1-32-animation-mobile;
            animation-name: bar-1-32-animation-mobile;
  }
}

@-webkit-keyframes bar-1-32-animation {
  from {
    height: 0;
  }
  to {
    height: 49.23077px;
  }
}

@keyframes bar-1-32-animation {
  from {
    height: 0;
  }
  to {
    height: 49.23077px;
  }
}

@-webkit-keyframes bar-1-32-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 49.23077px;
  }
}

@keyframes bar-1-32-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 49.23077px;
  }
}

#section-5 #selector-1-data-1 .bar-65 {
  height: 100px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-1-65-animation;
          animation-name: bar-1-65-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-1 .bar-65 {
    height: 100px;
    -webkit-animation-name: bar-1-65-animation-mobile;
            animation-name: bar-1-65-animation-mobile;
  }
}

@-webkit-keyframes bar-1-65-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-1-65-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@-webkit-keyframes bar-1-65-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-1-65-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

#section-5 #selector-1-data-2 .bar-4 {
  height: 100px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-2-4-animation;
          animation-name: bar-2-4-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-2 .bar-4 {
    height: 100px;
    -webkit-animation-name: bar-2-4-animation-mobile;
            animation-name: bar-2-4-animation-mobile;
  }
}

@-webkit-keyframes bar-2-4-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-2-4-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@-webkit-keyframes bar-2-4-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-2-4-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

#section-5 #selector-1-data-2 .bar-3 {
  height: 75px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-2-3-animation;
          animation-name: bar-2-3-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-2 .bar-3 {
    height: 75px;
    -webkit-animation-name: bar-2-3-animation-mobile;
            animation-name: bar-2-3-animation-mobile;
  }
}

@-webkit-keyframes bar-2-3-animation {
  from {
    height: 0;
  }
  to {
    height: 75px;
  }
}

@keyframes bar-2-3-animation {
  from {
    height: 0;
  }
  to {
    height: 75px;
  }
}

@-webkit-keyframes bar-2-3-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 75px;
  }
}

@keyframes bar-2-3-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 75px;
  }
}

#section-5 #selector-1-data-2 .bar-2 {
  height: 50px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-2-2-animation;
          animation-name: bar-2-2-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-2 .bar-2 {
    height: 50px;
    -webkit-animation-name: bar-2-2-animation-mobile;
            animation-name: bar-2-2-animation-mobile;
  }
}

@-webkit-keyframes bar-2-2-animation {
  from {
    height: 0;
  }
  to {
    height: 50px;
  }
}

@keyframes bar-2-2-animation {
  from {
    height: 0;
  }
  to {
    height: 50px;
  }
}

@-webkit-keyframes bar-2-2-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 50px;
  }
}

@keyframes bar-2-2-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 50px;
  }
}

#section-5 #selector-1-data-3 .bar-6 {
  height: 60px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-3-6-animation;
          animation-name: bar-3-6-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-3 .bar-6 {
    height: 60px;
    -webkit-animation-name: bar-3-6-animation-mobile;
            animation-name: bar-3-6-animation-mobile;
  }
}

@-webkit-keyframes bar-3-6-animation {
  from {
    height: 0;
  }
  to {
    height: 60px;
  }
}

@keyframes bar-3-6-animation {
  from {
    height: 0;
  }
  to {
    height: 60px;
  }
}

@-webkit-keyframes bar-3-6-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 60px;
  }
}

@keyframes bar-3-6-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 60px;
  }
}

#section-5 #selector-1-data-3 .bar-10 {
  height: 100px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-3-10-animation;
          animation-name: bar-3-10-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-3 .bar-10 {
    height: 100px;
    -webkit-animation-name: bar-3-10-animation-mobile;
            animation-name: bar-3-10-animation-mobile;
  }
}

@-webkit-keyframes bar-3-10-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-3-10-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@-webkit-keyframes bar-3-10-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-3-10-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

#section-5 #selector-1-data-3 .bar-3 {
  height: 30px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-3-3-animation;
          animation-name: bar-3-3-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-3 .bar-3 {
    height: 30px;
    -webkit-animation-name: bar-3-3-animation-mobile;
            animation-name: bar-3-3-animation-mobile;
  }
}

@-webkit-keyframes bar-3-3-animation {
  from {
    height: 0;
  }
  to {
    height: 30px;
  }
}

@keyframes bar-3-3-animation {
  from {
    height: 0;
  }
  to {
    height: 30px;
  }
}

@-webkit-keyframes bar-3-3-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 30px;
  }
}

@keyframes bar-3-3-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 30px;
  }
}

#section-5 #selector-1-data-4 .bar-23 {
  height: 100px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-4-23-animation;
          animation-name: bar-4-23-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-4 .bar-23 {
    height: 100px;
    -webkit-animation-name: bar-4-23-animation-mobile;
            animation-name: bar-4-23-animation-mobile;
  }
}

@-webkit-keyframes bar-4-23-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-4-23-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@-webkit-keyframes bar-4-23-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-4-23-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

#section-5 #selector-1-data-4 .bar-5 {
  height: 21.73913px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-4-5-animation;
          animation-name: bar-4-5-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-4 .bar-5 {
    height: 21.73913px;
    -webkit-animation-name: bar-4-5-animation-mobile;
            animation-name: bar-4-5-animation-mobile;
  }
}

@-webkit-keyframes bar-4-5-animation {
  from {
    height: 0;
  }
  to {
    height: 21.73913px;
  }
}

@keyframes bar-4-5-animation {
  from {
    height: 0;
  }
  to {
    height: 21.73913px;
  }
}

@-webkit-keyframes bar-4-5-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 21.73913px;
  }
}

@keyframes bar-4-5-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 21.73913px;
  }
}

#section-5 #selector-1-data-4 .bar-13 {
  height: 56.52174px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-4-13-animation;
          animation-name: bar-4-13-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-4 .bar-13 {
    height: 56.52174px;
    -webkit-animation-name: bar-4-13-animation-mobile;
            animation-name: bar-4-13-animation-mobile;
  }
}

@-webkit-keyframes bar-4-13-animation {
  from {
    height: 0;
  }
  to {
    height: 56.52174px;
  }
}

@keyframes bar-4-13-animation {
  from {
    height: 0;
  }
  to {
    height: 56.52174px;
  }
}

@-webkit-keyframes bar-4-13-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 56.52174px;
  }
}

@keyframes bar-4-13-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 56.52174px;
  }
}

#section-5 #selector-1-data-5 .bar-17 {
  height: 100px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-5-17-animation;
          animation-name: bar-5-17-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-5 .bar-17 {
    height: 100px;
    -webkit-animation-name: bar-5-17-animation-mobile;
            animation-name: bar-5-17-animation-mobile;
  }
}

@-webkit-keyframes bar-5-17-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-5-17-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@-webkit-keyframes bar-5-17-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-5-17-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

#section-5 #selector-1-data-5 .bar-8 {
  height: 47.05882px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-5-8-animation;
          animation-name: bar-5-8-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-5 .bar-8 {
    height: 47.05882px;
    -webkit-animation-name: bar-5-8-animation-mobile;
            animation-name: bar-5-8-animation-mobile;
  }
}

@-webkit-keyframes bar-5-8-animation {
  from {
    height: 0;
  }
  to {
    height: 47.05882px;
  }
}

@keyframes bar-5-8-animation {
  from {
    height: 0;
  }
  to {
    height: 47.05882px;
  }
}

@-webkit-keyframes bar-5-8-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 47.05882px;
  }
}

@keyframes bar-5-8-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 47.05882px;
  }
}

#section-5 #selector-1-data-5 .bar-7 {
  height: 41.17647px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-5-7-animation;
          animation-name: bar-5-7-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-5 .bar-7 {
    height: 41.17647px;
    -webkit-animation-name: bar-5-7-animation-mobile;
            animation-name: bar-5-7-animation-mobile;
  }
}

@-webkit-keyframes bar-5-7-animation {
  from {
    height: 0;
  }
  to {
    height: 41.17647px;
  }
}

@keyframes bar-5-7-animation {
  from {
    height: 0;
  }
  to {
    height: 41.17647px;
  }
}

@-webkit-keyframes bar-5-7-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 41.17647px;
  }
}

@keyframes bar-5-7-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 41.17647px;
  }
}

#section-5 #selector-1-data-6 .bar-61 {
  height: 66.30435px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-6-61-animation;
          animation-name: bar-6-61-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-6 .bar-61 {
    height: 66.30435px;
    -webkit-animation-name: bar-6-61-animation-mobile;
            animation-name: bar-6-61-animation-mobile;
  }
}

@-webkit-keyframes bar-6-61-animation {
  from {
    height: 0;
  }
  to {
    height: 66.30435px;
  }
}

@keyframes bar-6-61-animation {
  from {
    height: 0;
  }
  to {
    height: 66.30435px;
  }
}

@-webkit-keyframes bar-6-61-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 66.30435px;
  }
}

@keyframes bar-6-61-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 66.30435px;
  }
}

#section-5 #selector-1-data-6 .bar-65 {
  height: 70.65217px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-6-65-animation;
          animation-name: bar-6-65-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-6 .bar-65 {
    height: 70.65217px;
    -webkit-animation-name: bar-6-65-animation-mobile;
            animation-name: bar-6-65-animation-mobile;
  }
}

@-webkit-keyframes bar-6-65-animation {
  from {
    height: 0;
  }
  to {
    height: 70.65217px;
  }
}

@keyframes bar-6-65-animation {
  from {
    height: 0;
  }
  to {
    height: 70.65217px;
  }
}

@-webkit-keyframes bar-6-65-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 70.65217px;
  }
}

@keyframes bar-6-65-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 70.65217px;
  }
}

#section-5 #selector-1-data-6 .bar-92 {
  height: 100px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-6-92-animation;
          animation-name: bar-6-92-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-6 .bar-92 {
    height: 100px;
    -webkit-animation-name: bar-6-92-animation-mobile;
            animation-name: bar-6-92-animation-mobile;
  }
}

@-webkit-keyframes bar-6-92-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-6-92-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@-webkit-keyframes bar-6-92-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-6-92-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

#section-5 #selector-1-data-7 .bar-157 {
  height: 88.70056px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-7-157-animation;
          animation-name: bar-7-157-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-7 .bar-157 {
    height: 88.70056px;
    -webkit-animation-name: bar-7-157-animation-mobile;
            animation-name: bar-7-157-animation-mobile;
  }
}

@-webkit-keyframes bar-7-157-animation {
  from {
    height: 0;
  }
  to {
    height: 88.70056px;
  }
}

@keyframes bar-7-157-animation {
  from {
    height: 0;
  }
  to {
    height: 88.70056px;
  }
}

@-webkit-keyframes bar-7-157-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 88.70056px;
  }
}

@keyframes bar-7-157-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 88.70056px;
  }
}

#section-5 #selector-1-data-7 .bar-177 {
  height: 100px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-7-177-animation;
          animation-name: bar-7-177-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-7 .bar-177 {
    height: 100px;
    -webkit-animation-name: bar-7-177-animation-mobile;
            animation-name: bar-7-177-animation-mobile;
  }
}

@-webkit-keyframes bar-7-177-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-7-177-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@-webkit-keyframes bar-7-177-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-7-177-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

#section-5 #selector-1-data-7 .bar-159 {
  height: 89.83051px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-7-159-animation;
          animation-name: bar-7-159-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-7 .bar-159 {
    height: 89.83051px;
    -webkit-animation-name: bar-7-159-animation-mobile;
            animation-name: bar-7-159-animation-mobile;
  }
}

@-webkit-keyframes bar-7-159-animation {
  from {
    height: 0;
  }
  to {
    height: 89.83051px;
  }
}

@keyframes bar-7-159-animation {
  from {
    height: 0;
  }
  to {
    height: 89.83051px;
  }
}

@-webkit-keyframes bar-7-159-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 89.83051px;
  }
}

@keyframes bar-7-159-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 89.83051px;
  }
}

#section-5 #selector-1-data-8 .bar-63 {
  height: 100px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-8-63-animation;
          animation-name: bar-8-63-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-8 .bar-63 {
    height: 100px;
    -webkit-animation-name: bar-8-63-animation-mobile;
            animation-name: bar-8-63-animation-mobile;
  }
}

@-webkit-keyframes bar-8-63-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-8-63-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@-webkit-keyframes bar-8-63-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-8-63-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

#section-5 #selector-1-data-8 .bar-31 {
  height: 49.20635px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-8-31-animation;
          animation-name: bar-8-31-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-8 .bar-31 {
    height: 49.20635px;
    -webkit-animation-name: bar-8-31-animation-mobile;
            animation-name: bar-8-31-animation-mobile;
  }
}

@-webkit-keyframes bar-8-31-animation {
  from {
    height: 0;
  }
  to {
    height: 49.20635px;
  }
}

@keyframes bar-8-31-animation {
  from {
    height: 0;
  }
  to {
    height: 49.20635px;
  }
}

@-webkit-keyframes bar-8-31-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 49.20635px;
  }
}

@keyframes bar-8-31-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 49.20635px;
  }
}

#section-5 #selector-1-data-8 .bar-53 {
  height: 84.12698px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-8-53-animation;
          animation-name: bar-8-53-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-8 .bar-53 {
    height: 84.12698px;
    -webkit-animation-name: bar-8-53-animation-mobile;
            animation-name: bar-8-53-animation-mobile;
  }
}

@-webkit-keyframes bar-8-53-animation {
  from {
    height: 0;
  }
  to {
    height: 84.12698px;
  }
}

@keyframes bar-8-53-animation {
  from {
    height: 0;
  }
  to {
    height: 84.12698px;
  }
}

@-webkit-keyframes bar-8-53-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 84.12698px;
  }
}

@keyframes bar-8-53-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 84.12698px;
  }
}

#section-5 #selector-1-data-9 .bar-128 {
  height: 93.43066px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-9-128-animation;
          animation-name: bar-9-128-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-9 .bar-128 {
    height: 93.43066px;
    -webkit-animation-name: bar-9-128-animation-mobile;
            animation-name: bar-9-128-animation-mobile;
  }
}

@-webkit-keyframes bar-9-128-animation {
  from {
    height: 0;
  }
  to {
    height: 93.43066px;
  }
}

@keyframes bar-9-128-animation {
  from {
    height: 0;
  }
  to {
    height: 93.43066px;
  }
}

@-webkit-keyframes bar-9-128-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 93.43066px;
  }
}

@keyframes bar-9-128-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 93.43066px;
  }
}

#section-5 #selector-1-data-9 .bar-137 {
  height: 100px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-9-137-animation;
          animation-name: bar-9-137-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-9 .bar-137 {
    height: 100px;
    -webkit-animation-name: bar-9-137-animation-mobile;
            animation-name: bar-9-137-animation-mobile;
  }
}

@-webkit-keyframes bar-9-137-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-9-137-animation {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@-webkit-keyframes bar-9-137-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

@keyframes bar-9-137-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 100px;
  }
}

#section-5 #selector-1-data-9 .bar-67 {
  height: 48.90511px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-9-67-animation;
          animation-name: bar-9-67-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media screen and (max-width: 769px) {
  #section-5 #selector-1-data-9 .bar-67 {
    height: 48.90511px;
    -webkit-animation-name: bar-9-67-animation-mobile;
            animation-name: bar-9-67-animation-mobile;
  }
}

@-webkit-keyframes bar-9-67-animation {
  from {
    height: 0;
  }
  to {
    height: 48.90511px;
  }
}

@keyframes bar-9-67-animation {
  from {
    height: 0;
  }
  to {
    height: 48.90511px;
  }
}

@-webkit-keyframes bar-9-67-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 48.90511px;
  }
}

@keyframes bar-9-67-animation-mobile {
  from {
    height: 0;
  }
  to {
    height: 48.90511px;
  }
}

#section-5 table {
  margin: 45px 0;
  font-size: 14px;
}

#section-5 table.country-data-filled tr td:last-child {
  border-bottom: 1px solid #d7d7d8;
}

#section-5 table tr:first-child td {
  font-size: 12px;
  line-height: 16px;
  border-top: none;
  border-left: none;
}

@media screen and (max-width: 769px) {
  #section-5 table tr:first-child td {
    font-size: 11px;
    line-height: 18px;
  }
}

#section-5 table tr td {
  font-size: 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  text-align: left;
  border: 1px solid #d7d7d8;
  vertical-align: bottom;
}

@media screen and (max-width: 769px) {
  #section-5 table tr td {
    padding: 5px;
    text-align: center;
  }
}

#section-5 table tr td.country-data {
  border: none;
}

#section-5 table tr td:first-child {
  padding: 25px 10px 25px 0;
  border-left: none;
  border-right: none;
  line-height: 16px;
}

#section-5 table tr td:last-child {
  border: none;
}

#section-5 table .number {
  font-size: 22px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  #section-5 table .number {
    font-size: 20px;
  }
}

#section-5 table .number.small {
  font-size: 24px;
}

@media screen and (max-width: 769px) {
  #section-5 table .number.small {
    font-size: 20px;
  }
}

#section-5 table .number.color-1 {
  color: #37dee7;
}

#section-5 table .number.color-2 {
  color: #1f40e6;
}

#section-5 table .number.color-3 {
  color: #00295f;
}

#section-5 table .number.color-4 {
  color: #9E9E9E;
}

#section-5 .big-button {
  float: right;
}

#section-6 {
  background: #002960;
  padding: 110px 0 1px 0;
  color: #fff;
}

@media screen and (max-width: 769px) {
  #section-6 {
    padding: 40px 0 1px 0;
  }
}

#section-6 .title {
  text-align: center;
}

#section-6 h2 {
  text-align: center;
  color: #37dee7;
}

#section-6 p.subtitle {
  text-align: center;
  font-family: "Mckinsey";
  font-weight: 300;
}

@media screen and (max-width: 769px) {
  #section-6 p.subtitle br {
    content: ' ';
  }
  #section-6 p.subtitle br:after {
    content: ' ';
  }
}

#section-6 .graph {
  margin: 60px 0;
}

#section-7 {
  background: #002960;
  padding: 0;
  color: #fff;
}

#section-7 h2 {
  color: #37dee7;
  margin: 0 0 70px 0;
}

#section-7 table {
  width: 100%;
}

#section-7 table tr td {
  text-align: center;
  border: 1px solid #19467b;
  padding: 20px;
}

#section-7 table tr td:first-child {
  border-left: 0;
  text-align: left;
  padding-left: 0;
}

@media screen and (max-width: 1200px) {
  #section-7 table tr td:first-child {
    font-size: 12px;
    line-height: 16px;
  }
}

#section-7 table tr td:first-child img {
  margin-bottom: 20px;
}

#section-7 table tr:first-child td {
  padding-top: 0;
  border-top: 0;
  vertical-align: top;
}

#section-7 .table-title {
  font-size: 16px;
  display: block;
  line-height: 18px;
}

#section-7 .number {
  color: #fff;
  font-size: 32px;
}

#section-7 .number-small {
  color: #fff;
  font-size: 26px;
}

#section-7 .circle {
  background-color: #00acee;
  border-radius: 50%;
  display: inline-block;
  line-height: 110px;
  -webkit-animation: grow 1.2s normal forwards;
          animation: grow 1.2s normal forwards;
}

#section-7 .circle.animation.hidden {
  display: none;
}

#section-7 .circle.circle-1 {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

#section-7 .circle.circle-small-1 {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

#section-7 .circle.circle-2 {
  width: 90px;
  height: 90px;
  line-height: 90px;
}

#section-7 .circle.circle-small-2 {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

#section-7 .circle.circle-3 {
  width: 100px;
  height: 100px;
  line-height: 100px;
}

#section-7 .circle.circle-small-3 {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

#section-7 .circle.circle-4 {
  width: 110px;
  height: 110px;
  line-height: 110px;
}

#section-7 .circle.circle-small-4 {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
}

@keyframes grow {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
}

#section-7 .note {
  color: #6879a2;
  font-size: 11px;
}

#section-8 {
  background: #002960;
  padding: 50px 0 0 0;
  color: #fff;
}

@media screen and (max-width: 769px) {
  #section-8 {
    padding: 0;
  }
}

#section-8 hr {
  margin-bottom: 50px;
}

#section-8 strong {
  color: #00adef;
  display: block;
  margin-bottom: 30px;
}

#section-8 .chart-9-label {
  position: absolute;
  top: 40px;
  font-size: 11px;
  text-align: center;
  width: 100%;
}

#section-8 table {
  float: right;
}

#section-8 table tr td {
  padding: 8px 10px;
  vertical-align: bottom;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  #section-8 table tr td {
    padding: 8px 4px;
  }
}

#section-8 table tr td.bar-wrapper {
  height: 220px;
}

#section-8 table tr td .number {
  text-align: left;
  color: #37dee7;
  font-size: 30px;
  line-height: 34px;
}

@media screen and (max-width: 1400px) {
  #section-8 table tr td .number {
    font-size: 22px;
  }
}

#section-8 table tr td .notes {
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
}

#section-8 table tr td .flag {
  margin: auto;
  float: none;
}

#section-8 table tr td .circle {
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  line-height: 110px;
  color: #00295f;
  font-size: 12px;
  text-align: center;
  font-family: "Mckinsey";
  font-weight: 500;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-animation: grow 1.2s normal forwards;
          animation: grow 1.2s normal forwards;
}

@keyframes grow {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
}

#section-8 .chart {
  margin: 20px auto;
  text-align: center;
}

#section-8 .notes {
  font-size: 10px;
  text-align: right;
  display: block;
  float: right;
  margin-right: 15px;
}

#section-8 .bar {
  width: 60px;
  background: #37dee7;
}

@media screen and (max-width: 1400px) and (min-width: 990px) {
  #section-8 .bar {
    width: 40px;
  }
}

@media screen and (max-width: 990px) {
  #section-8 .bar {
    width: 50px;
  }
}

#section-8 .bar.bar-201 {
  height: 77.307691px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-201-animation;
          animation-name: bar-201-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes bar-201-animation {
  from {
    height: 0;
  }
  to {
    height: 201 * 0.38462px;
  }
}

@keyframes bar-201-animation {
  from {
    height: 0;
  }
  to {
    height: 201 * 0.38462px;
  }
}

#section-8 .bar.bar-199 {
  height: 76.538461px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-199-animation;
          animation-name: bar-199-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes bar-199-animation {
  from {
    height: 0;
  }
  to {
    height: 199 * 0.38462px;
  }
}

@keyframes bar-199-animation {
  from {
    height: 0;
  }
  to {
    height: 199 * 0.38462px;
  }
}

#section-8 .bar.bar-198 {
  height: 76.153851px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-198-animation;
          animation-name: bar-198-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes bar-198-animation {
  from {
    height: 0;
  }
  to {
    height: 198 * 0.38462px;
  }
}

@keyframes bar-198-animation {
  from {
    height: 0;
  }
  to {
    height: 198 * 0.38462px;
  }
}

#section-8 .bar.bar-105 {
  height: 40.384621px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-105-animation;
          animation-name: bar-105-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes bar-105-animation {
  from {
    height: 0;
  }
  to {
    height: 105 * 0.38462px;
  }
}

@keyframes bar-105-animation {
  from {
    height: 0;
  }
  to {
    height: 105 * 0.38462px;
  }
}

#section-8 .bar.bar-87 {
  height: 33.461541px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-87-animation;
          animation-name: bar-87-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes bar-87-animation {
  from {
    height: 0;
  }
  to {
    height: 87 * 0.38462px;
  }
}

@keyframes bar-87-animation {
  from {
    height: 0;
  }
  to {
    height: 87 * 0.38462px;
  }
}

#section-8 .bar.bar-127 {
  height: 48.846151px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-127-animation;
          animation-name: bar-127-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes bar-127-animation {
  from {
    height: 0;
  }
  to {
    height: 127 * 0.38462px;
  }
}

@keyframes bar-127-animation {
  from {
    height: 0;
  }
  to {
    height: 127 * 0.38462px;
  }
}

#section-8 .bar.bar-237 {
  height: 91.153851px;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-name: bar-237-animation;
          animation-name: bar-237-animation;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes bar-237-animation {
  from {
    height: 0;
  }
  to {
    height: 237 * 0.38462px;
  }
}

@keyframes bar-237-animation {
  from {
    height: 0;
  }
  to {
    height: 237 * 0.38462px;
  }
}

#section-9 {
  background: #002960;
  padding: 50px 0 250px 0;
  color: #fff;
}

#section-9 .chart-9-2-label {
  position: absolute;
  top: 100px;
  font-size: 11px;
  text-align: center;
  width: 100%;
}

#section-9 .description-chart-9-5 {
  position: absolute;
  top: 520px;
  font-size: 12px;
  line-height: 16px;
  width: 90%;
  left: 10%;
}

@media screen and (max-width: 1339px) {
  #section-9 .description-chart-9-5 {
    top: 420px;
  }
}

@media screen and (max-width: 769px) {
  #section-9 .description-chart-9-5 {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  #section-9 {
    padding: 0 0 200px 0;
  }
}

#section-9 hr {
  margin-bottom: 50px;
}

#section-9 #chart-3 {
  margin: 20px 0;
}

#section-9 strong {
  color: #00adef;
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  #section-9 strong br {
    display: none;
  }
}

#section-9 .big-button {
  position: absolute;
  bottom: -250px;
  right: 15px;
}

@media screen and (max-width: 769px) {
  #section-9 .big-button {
    bottom: -200px;
  }
}

#section-10 {
  background: url(../img/section-11-bg.png) #1F40E6 no-repeat top left;
  min-height: 920px;
  padding: 110px 0 150px 0;
  position: relative;
}

#section-10 .bg2 {
  position: absolute;
  width: 249px;
  height: 343px;
  background: url(../img/section-11-bg-bottom.png) bottom right;
  bottom: 0;
  right: 0;
}

#section-10 .title {
  text-align: center;
}

#section-10 h2 {
  color: #fff;
  text-align: centerl;
}

#section-10 p,
#section-10 li {
  color: #fff;
  font-family: 'Mckinsey';
  font-weight: 300;
}

@media screen and (max-width: 1200px) {
  #section-10 #chart-1 {
    margin-bottom: 40px;
  }
}

#section-10 .big-button {
  background: url(../img/button-big-2.png) center center no-repeat;
  position: absolute;
  bottom: -150px;
  right: 15px;
}

#section-11 {
  padding: 110px 0 0 0;
}

@media screen and (max-width: 769px) {
  #section-11 {
    padding: 40px 0 0 0;
  }
}

#section-11 h2 {
  text-align: left;
  font-size: 40px;
}

#section-11 .big-button {
  position: absolute;
  bottom: 0;
  right: 0;
}

#section-11 .chart {
  margin: 100px 0 200px;
}

@media screen and (max-width: 1200px) {
  #section-11 .chart {
    margin: 20px 0 200px;
  }
}

@media screen and (min-width: 1400px) {
  #section-11 #chart-2 {
    width: 496px;
    height: 357px;
  }
}

#section-11 strong {
  color: #00295f;
  margin-bottom: 34px;
  display: block;
}

#section-12 {
  background: #002960;
  padding: 50px 0 0 0;
  color: #fff;
}

#section-12 .title {
  text-align: center;
}

#section-12 h2 {
  color: #37dee7;
}

#section-12 .big-button {
  position: absolute;
  bottom: 0;
  right: 15px;
}

#section-12 .accordion {
  margin: 40px 0 200px;
}

#section-13 {
  padding: 50px 0;
  text-align: center;
  color: #666666;
}

#section-13 .links {
  margin: 20px 0 90px;
}

#section-13 .links .button-linkedin {
  display: inline-block;
  background: url(../img/button-linkedin.png) center center no-repeat;
  width: 28px;
  height: 28px;
}

#section-13 .links .button-linkedin:hover {
  opacity: 0.9;
}

#section-13 .links .button-www {
  display: inline-block;
  background: url(../img/button-www.png) center center no-repeat;
  width: 28px;
  height: 28px;
}

#section-13 .links .button-www:hover {
  opacity: 0.9;
}

#section-13 h3 {
  font-size: 32px;
  color: #1f40e6;
  font-family: 'Bower';
  font-weight: 700;
  padding: 20px 10px 0;
}

#section-13 h4 {
  font-size: 16px;
  font-family: 'Mckinsey';
  font-weight: 500;
  padding: 0;
}

#section-13 p {
  padding: 20px 0;
}

#section-13 p.high {
  min-height: 220px;
}

@media screen and (max-width: 769px) {
  #section-13 p.high {
    min-height: 0;
  }
}

#section-13 .col-lg-4 h3 {
  padding: 20px 10% 0;
}

#section-13 .col-lg-4 h4 {
  padding: 0 10%;
}

#section-13 .col-lg-4 p {
  padding: 20px 10%;
}

#section-14 {
  padding: 70px 0 90px 0;
  background: #1f40e6 url(../img/section-14-bg.png) no-repeat;
  background-position: 90% 0;
}

#section-14 h2 {
  color: #fff;
  margin-bottom: 50px;
}

.buttonsCenterList {
  text-align: center;
  padding-top: 20px;
}

@media screen and (min-width: 990px) {
  .buttonsCenterList {
    padding-top: 20px;
  }
}

.buttonsCenterList .button {
  width: 100%;
  margin: 7.5px 0;
}

@media screen and (min-width: 769px) {
  .buttonsCenterList .button {
    width: auto;
    min-width: 185px;
    margin: 7.5px;
  }
}

footer {
  background: #0a1c33;
  padding: 80px 0;
  color: #fff;
}

footer .logo {
  margin-bottom: 50px;
}

footer p {
  margin: 25px 0 45px;
  text-align: right;
}

@media screen and (max-width: 769px) {
  footer p {
    text-align: center;
  }
}

footer .button {
  float: right;
}

@media screen and (max-width: 769px) {
  footer .button {
    width: 100%;
  }
}

footer ul {
  list-style: none;
  margin: 35px 0;
  padding: 0;
}

footer ul li {
  background: url(../img/icon-arrow-right-white.png) no-repeat center left;
  margin: 0;
  padding: 0 0 0 30px;
}

footer ul li a {
  color: #00acee;
  text-decoration: none;
}

footer ul li a:hover {
  color: #00acee;
  text-decoration: none;
}

.accordion {
  border: 1px solid #28588c;
  border-top: 0;
}

.accordion .header {
  cursor: pointer;
  color: #00adef;
  background: url(../img/accordion-arrow-up.png) right 10px center no-repeat;
}

.accordion .header.collapsed {
  color: #fff;
  background: url(../img/accordion-arrow-down.png) right 10px center no-repeat;
}

.accordion .card {
  background: #002960;
  border-radius: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #28588c;
}

.accordion .card > div {
  padding: 0;
}

.accordion .card > div > div {
  padding: 10px 35px 10px 15px;
}

.accordion .card-body {
  padding: 30px 0 10px 0;
}

.interactive .clickable {
  cursor: pointer;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}

.interactive path.on,
.interactive polygon.on {
  fill: #002960;
}

.interactive.no-action path.on,
.interactive.no-action polygon.on {
  fill: #9E9E9E;
}

.interactive text.on {
  fill: #fff;
}

.svg-description {
  pointer-events: none;
  position: absolute;
  font-size: 16px;
  text-align: center;
  background: white;
  padding: 10px;
  z-index: 5;
  line-height: 30px;
  margin: 0 auto;
  color: #21669e;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px #eee;
          box-shadow: 0 0 0 1px #eee;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  min-width: 100px;
}

.svg-description.active {
  display: block;
}

.svg-description:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}

.interactive-data {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 1s linear;
  transition: visibility 0s, opacity 1s linear;
}

.interactive-data.open {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.selector-data {
  display: none;
}

.selector-data .data-description {
  color: #00adef;
  padding: 30px 0 0 0;
}

.selector-data.open {
  display: block;
}

.display-element {
  display: none;
}

.display-element.open {
  display: block;
}

.display-element svg {
  position: absolute;
  top: 130px;
  max-height: 90%;
  max-width: 90%;
  left: 10%;
}

#chart-8,
#chart-9 {
  margin-top: -40px;
}

#chart-10 {
  margin-top: 60px;
}

#chart-11 {
  margin-top: -20px;
}

.pageCover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 95;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.pageCover.active {
  pointer-events: all;
  opacity: 1;
}

.new_edition {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 338px;
  height: 569px;
  background: url(../img/new_edition-mobile.jpg) no-repeat center;
  z-index: 100;
  padding: 27px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}

@media screen and (min-width: 990px) {
  .new_edition {
    background: url(../img/new_edition-desktop.jpg) no-repeat center;
    width: 700px;
    height: 479px;
    padding-left: 50px;
  }
}

.new_edition.active {
  opacity: 1;
  pointer-events: all;
}

.new_edition .title {
  font-family: 'Bower';
  font-weight: 700;
  font-size: 30px;
  line-height: 1.26;
  color: #fff;
}

@media screen and (min-width: 990px) {
  .new_edition .title {
    font-size: 34px;
  }
}

.new_edition .closeWrapper {
  text-align: right;
}

@media screen and (min-width: 990px) {
  .new_edition .closeWrapper {
    margin-bottom: 70px;
  }
}

.new_edition .button {
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.new_edition .button:hover {
  opacity: 1;
}

.closePop {
  cursor: pointer;
}
/*# sourceMappingURL=main.css.map */