@font-face {
  font-family: 'Myriad Pro Regular';
  src: url("fonts/myriadpro-regular.otf");
}
@font-face {
  font-family: 'Myriad Pro Bold';
  src: url("fonts/myriadpro-bold.otf");
}
@font-face {
  font-family: 'NexaBold';
  src: url("fonts/NexaTextDemo-Bold.eot");
  src: url("fonts/NexaTextDemo-Bold.woff2") format('woff2'), url("fonts/NexaTextDemo-Bold.woff") format('woff'), url("fonts/NexaDemo-Bold.ttf") format('truetype');
}
body {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body a {
  cursor: pointer;
}
.remit-iframe { width: 100%; min-height: 600px; border: none }
#canvas-wrap { height: 600px; background: #fff; }
#canvas-wrap .puzzle-header { padding: 15px; }
.puzzle-content { background: url('../images/puzzle3.svg') center center no-repeat; height: 500px; }
.puzzle-content a { margin-top: 215px; display: inline-block; text-decoration: none; text-align: center; }
.puzzle-content a span { font-weight: bold; font-size: 2rem; display: block }
.puzzle-content .puzzle-easy { margin-left: 34%; color: #006BA7 }
.puzzle-content .puzzle-hard { margin-left: 10%; color: #ffffff }
.puzzle-end { text-align: center; display: none; color: #1D3A58; font-size: 1.5rem; padding: 80px 0; }
.end-image { max-height: 400px; margin: 0 auto; display: block; }
#canvas-wrap h4 { color: #B3B3B3; text-align: center; font-size: 1.5rem; font-weight: normal; margin: 0; }
#canvas { z-index: 100; }
#puzzle-image, #puzzle-image-preview { display: none;}
#puzzle-image { margin: 0 auto; padding: 80px 0;}
.puzzle-pieces { margin-bottom: 25px;}

#canvas-wrap.active {
  border: 1px solid #38507C;
}
#canvas-wrap.active #canvas {
  border: 1px solid #38507C;
}

.ul--clear {
  margin: 0;
  padding: 0;
  list-style: none;
}
.text--center {
  text-align: center;
}
.text--right {
  text-align: right;
}
.text--left {
  text-align: left;
}
.ib {
  display: inline-block;
}
.ib--middle {
  vertical-align: middle;
}
.hidden {
  display: none !important;
}
.bold {
  font-weight: 800;
}
.semibold {
  font-weight: 600;
}
.ital {
  font-style: italic;
}
.link--clear {
  text-decoration: none;
  color: inherit;
}
.link--clear a {
  text-decoration: none;
  color: inherit;
}
.pre-line {
  white-space: pre-line;
}
.layout > .content {
  overflow: hidden;
}
.page-content { padding: 0 80px; }
.layout.modal_open {
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  overflow: hidden;
}
.layout > .header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 134px;
  background: #fff;
  font-family: 'Myriad Pro', sans-serif;
  font-weight: 700;
}
.layout > .header > .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  height: 134px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 44.19px;
  color: #015198;
  text-decoration: none;
}
.layout > .header > .logo svg {
  width: auto;
  height: 70%;
  fill: #006ba7;
}
.layout > .header > .nav__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
  height: 134px;
  height: 90px;
  background-color: #63a2df;
}
.layout > .header > .nav__list:after {
  content: ' ';
  position: absolute;
  top: 0;
  left: -49px;
  border-left: 50px solid transparent;
  border-top: 134px solid #63a2df;
  border-top-width: 90px;
}
.layout > .header > .nav__list .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  height: 134px;
  height: 90px;
  color: #fff;
  font-size: 22px;
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #63a2df;
  text-transform: uppercase;
}
.layout > .header > .aside {
  display: none;
  position: absolute;
  top: 134px;
  top: 90px;
  left: 0;
  background-color: rgba(239,239,239,0.9);
  background-color: #efefef;
  z-index: 500;
}
.layout > .header > .aside--search {
  left: auto;
  right: 0;
  background-color: #0c2b5f;
  color: #fff;
}
.layout > .header > .aside--search > .body {
  padding: 40px 50px 40px 60px;
  min-width: 315px;
}
.layout > .header > .aside--search > .body .aside__search > .title {
  margin-bottom: 13px;
  font-size: 28px;
  font-weight: 800;
}
.layout > .header > .aside--search > .body .aside__search .search__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
}
.layout > .header > .aside--search > .body .aside__search .search__container input {
  height: 100%;
  padding: 0 14px;
  font-size: 17px;
}
.layout > .header > .aside--search > .body .aside__search .search__container input::-webkit-input-placeholder {
  color: #909ba9;
}
.layout > .header > .aside--search > .body .aside__search .search__container input::-moz-placeholder {
  color: #909ba9;
}
.layout > .header > .aside--search > .body .aside__search .search__container input:-ms-input-placeholder {
  color: #909ba9;
}
.layout > .header > .aside--search > .body .aside__search .search__container input::-ms-input-placeholder {
  color: #909ba9;
}
.layout > .header > .aside--search > .body .aside__search .search__container input::placeholder {
  color: #909ba9;
}
.layout > .header > .aside--search > .body .separator {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0;
  min-height: 45px;
}
.layout > .header > .aside--search > .body .separator:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid #909ba9;
}
.layout > .header > .aside--search > .body .separator > .title {
  z-index: 100;
  padding: 0 20px;
  font-size: 17px;
  font-weight: 400;
  background-color: #0c2b5f;
  color: #64a1df;
}
.layout > .header > .aside--search > .body .search__dropdown > .title {
  margin-bottom: 13px;
}
.layout > .header > .aside--search > .body .dropdown__container {
  position: relative;
  height: 45px;
}
.layout > .header > .aside--search > .body .dropdown__container .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  stroke: #0c2b5f;
  fill: none;
  pointer-events: none;
  border-left: 1px solid #0c2b5f;
}
.layout > .header > .aside--search > .body .dropdown__container select {
  padding: 0 45px 0 20px;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #909ba9;
  font-size: 17px;
}
.layout > .header > .aside--search > .body .dropdown__container select::-ms-expand {
  display: none;
}
.layout > .header > .aside--search > .body .dropdown__container select option {
  height: 45px;
  color: #000;
}
.time_period { margin-top: 25px; }
.layout > .header > .aside--search > .body .time_period > .title {
  margin-bottom: 13px;
}
.layout > .header > .aside--search > .body .time_period .time_period__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}
.layout > .header > .aside--search > .body .time_period .time_period__container > .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 10px;
}
.layout > .header > .aside--search > .body .time_period .time_period__container input {
  width: 80%;
  height: 43px;
  text-align: center;
  border: none;
  border-right: 1px solid #0c2b5f;
}
.layout > .header > .aside.active {
  display: block;
}
.layout > .header > .aside .nav__list {
  position: relative;
  padding: 70px 0;
  padding: 50px 0;
}
.layout > .header > .aside .nav__list > li {
  padding: 0 45px;
  border-bottom: 1px solid #ccc;
}
.layout > .header > .aside .nav__list button.link {
  width: 100%;
  font-family: inherit;
  text-align: left;
}
.layout > .header > .aside .nav__list .icon {
  position: absolute;
  top: 50%;
  right: -30px;
  stroke: #003385;
  transform: translateY(-50%);
}
.layout > .header > .aside .nav__list .link {
  position: relative;
  display: block;
  padding: 10px 0;
  color: #003385;
  font-size: 28px;
  font-size: 20px;
  font-weight: 400;
}
.layout > .header > .aside .nav__list > li:hover,
.layout > .header > .aside .nav__list > li.active {
  background-color: #D3DDE7;
}
.layout > .header > .aside .nav__list__sublist, .layout > .header > .aside .nav__list__sublist__sub {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 70px 0 40px 0;
  padding: 50px 0 40px 0;
  width: 100%;
  background-color: #d3dde7;
}
.layout > .header > .aside .nav__list__sublist.active,
.layout > .header > .aside .nav__list__sublist__sub.active {
  display: block;
}
.layout > .header > .aside .nav__list__sublist > li,
.layout > .header > .aside .nav__list__sublist__sub > li {
  padding-left: 40px;
  padding-right: 40px;
  margin: 0;
}
.layout > .header > .aside .nav__list__sublist > li:hover,
.layout > .header > .aside .nav__list__sublist > li.active,
.layout > .header > .aside .nav__list__sublist__sub > li.active,
.layout > .header > .aside .nav__list__sublist__sub > li:hover { background-color: #B9C9D9;}
.layout > .header > .aside .nav__list__sublist .link,
.layout > .header > .aside .nav__list__sublist__sub .link {
  margin: 0;
  padding: 10px 0;
  color: #015198;
  font-size: 19px;
  font-size: 18px;
}
.layout > .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  max-width: 100%;
  background-color: #1d3a58;
  color: #fff;
  /*-ms-flex-wrap: wrap;*/
      /*flex-wrap: wrap;*/
  /*overflow: hidden;*/
}
.layout > .footer .footer__panel {
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 100px;
  padding: 0 60px;
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  word-break: break-word;
}
.layout > .footer .footer__panel:first-child {
  padding-left: 80px;
  /*-ms-flex-preferred-size: 66.6%%;*/
      /*flex-basis: 66.6%;*/
}
.layout > .footer .footer__panel:last-child {
  padding-right: 80px;
  /*-ms-flex-preferred-size: 66.6%%;*/
      /*flex-basis: 66.6%;*/
}
.layout > .footer .footer__panel:after {
  content: ' ';
  position: absolute;
  right: -0.5px;
  top: 20%;
  height: 80%;
  border-right: 1px solid #fff;
}
.layout > .footer .footer__panel:last-child:after {
  right: 0;
  border: none;
}
.layout > .footer .footer__panel.info_text--left .body .information {
  text-align: left;
}
.layout > .footer .footer__panel.info_text--rigt .body .information {
  text-align: right;
}
.layout > .footer .footer__panel > .title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}
.layout > .footer .footer__panel > .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 19px;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.layout > .footer .footer__panel > .body p {
  margin: 0;
}
.layout > .footer .footer__panel > .body .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.layout > .footer .footer__panel > .body .information {
  text-align: right;
}
.layout > .footer .footer__panel > .body .information p {
  /*margin: 15px 0;*/
  margin: 0;
}
.layout > .footer .footer__panel > .body .information p:last-child {
  margin: 0;
}
.layout > .footer .footer__panel > .body .information a {
  color: #fff;
}
.layout > .footer .footer__panel > .body .information .split {
  /*margin-top: 30px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;*/
      /*-ms-flex-pack: justify;*/
          /*justify-content: space-between;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout > .footer .footer__panel > .body .information .split p {
  margin: 0;
  margin-right: 20px;
}
.head_image__wrapper {
  position: relative;
  max-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-clip: content-box;
}
.head_image__wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.head_image__wrapper .aside {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
}
.head_image__wrapper .aside--left {
  width: 32%;
  left: 0;
}
.head_image__wrapper .aside--left:after {
  position: absolute;
  content: '';
  right: -84px;
  right: -186px;
  top: 0;
  border-width: 0;
  border-style: solid;
  border-left-width: 84px;
  border-left-width: 186px;
  border-top: 500px solid transparent;
}
.head_image__wrapper .aside--right {
  right: 0;
  width: 28%;
}
.head_image__wrapper .aside--right:after {
  position: absolute;
  content: '';
  left: -84px;
  left: -186px;
  top: 0;
  border-width: 0;
  border-style: solid;
  border-right-width: 84px;
  border-right-width: 186px;
  border-bottom: 500px solid transparent;
}
.head_image__wrapper .aside--inside {
  z-index: 12;
  left: calc(30px + 84px);
  left: 55px;
  width: 70px;
}
.head_image__wrapper .aside--inside:after {
  position: absolute;
  content: '';
  top: 0;
  left: -84px;
  left: -186px;
  border-width: 0;
  border-style: solid;
  border-right-width: 84px;
  border-right-width: 186px;
  border-bottom: 500px solid transparent;
}
.head_image__wrapper .aside--inside:before {
  position: absolute;
  content: '';
  top: 0;
  right: -84px;
  right: -186px;
  border-width: 0;
  border-style: solid;
  border-left-width: 84px;
  border-left-width: 186px;
  border-top: 500px solid transparent;
}
.head_image__wrapper--height {
  height: 225px;
}
.head_image__wrapper--height .aside--left:after {
  right: -84px;
  border-left-width: 84px;
  border-top-width: 225px;
}
.head_image__wrapper--height .aside--right:after {
  left: -84px;
  border-right-width: 84px;
  border-bottom-width: 225px;
}
.head_image__wrapper--height .aside--inside:after {
  left: -84px;
  border-right-width: 84px;
  border-bottom-width: 225px;
}
.head_image__wrapper--height .aside--inside:before {
  right: -84px;
  border-left-width: 84px;
  border-top-width: 225px;
}
.head_image__wrapper #particles-js {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  width: 100%;
  height: 400px;
  height: 100%;
}
.is-table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  color: #215494;
}
.is-table td,
.is-table th {
  border: 1px solid #215494;
  padding: 0.5rem;
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 90px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 60px;
}
.news-share-btn { background-size: contain; display: inline-block; width: 60px; height: 20px; margin-right: 3px; }
.tw-share {  background: url('../images/tweet-button.svg') no-repeat center center;  }
.fb-share {  background: url('../images/fb-button.svg') no-repeat center center;  }
.ln-share {  background: url('../images/linkedIn-button.svg') no-repeat center center;  }
.ul--breadcrumbs { flex-grow: 0; flex-shrink: 0; flex-basis: 80%; }
.share { flex-grow: 0; flex-shrink: 0; flex-basis: 20%; text-align: right; }
.ul--breadcrumbs li {
  position: relative;
  display: inline-block;
  padding: 0 2em 0 0;
}
.ul--breadcrumbs li:last-child:after {
  display: none;
}
.ul--breadcrumbs li:after {
  position: absolute;
  content: '>';
  right: 0.3em;
  width: 1em;
  height: 1em;
  color: #0E4887;
}
.ul--breadcrumbs li > a { color: #0E4887; }
.magazine__wrapper > .title {
  margin: 50px 0 0;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}
.ul--breadcrumbs--small li  a { font-weight: 400; }
.magazine__wrapper .module {
  flex-wrap: wrap;
  padding: 60px 80px 0 80px;
  padding: 60px 0 0 80px;
}
.magazine__wrapper .module > .part {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  padding: 0 80px 80px 0;
  max-width: 595px;
}
.magazine__wrapper .module > .part .magazine {
  position: relative;
  background-color: #808080;
  cursor: pointer;
}
.magazine__wrapper .module > .part .magazine .image__wrapper {
  height: 415px;
  overflow: hidden;
}
.magazine__wrapper .module > .part .magazine .image__wrapper img {
  width: 100%;
  height: 100%;
}
.magazine__wrapper .module > .part .magazine .information__wrapper {
  position: relative;
  height: 230px;
  background-color: #e9f8f8;
}
.magazine__wrapper .module > .part .magazine .information__wrapper .description--event .location,
.magazine__wrapper .module > .part .magazine .information__wrapper .description--event .time {
  margin: 0 0 10px;
  font-size: 15px;
}
.magazine__wrapper .module > .part .magazine .information__wrapper .description--event .icon {
  margin-right: 20px;
}
.magazine__wrapper .module > .part .magazine .information__wrapper .links {
  margin-top: 20px;
}
.magazine__wrapper .module > .part .magazine .information__wrapper .links .link {
  display: inline-block;
  min-width: 130px;
  margin-right: 30px;
  padding: 10px 15px;
  color: #fff;
  background-color: #77cedd;
  font-size: 19px;
  font-weight: 800;
  text-align: center;
}
.magazine__wrapper .module > .part .magazine .information__wrapper .content {
  padding: 20px 40px 20px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.magazine__wrapper .module > .part .magazine .information__wrapper .content p {
  margin: 0;
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
.magazine__wrapper .module > .part .magazine .information__wrapper .content .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 800;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 100px;
}
.magazine__wrapper .module > .part .magazine .information__wrapper .content .title > a { text-decoration: none; color: #65696A; outline: none; }
.magazine__wrapper .module > .part .magazine .information__wrapper .content .ib.ib--middle { color: #65696A; }
.magazine__wrapper .module > .part .magazine .information__wrapper .content .description,
.magazine__wrapper .module > .part .magazine .information__wrapper .content .description--mini {
  font-size: 15px;
}
.magazine__wrapper .module > .part .magazine .information__wrapper > .aside {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3ec9ce;
  width: 55px;
  height: 100%;
}
.magazine__wrapper .module > .part .magazine .information__wrapper > .aside:after {
  content: '';
  top: 0;
  right: 55px;
  position: absolute;
  border-right: 120px solid #3ec9ce;
  border-top: 230px solid transparent;
}
.magazine__wrapper .module > .part .magazine .information__wrapper > .aside .text {
  z-index: 12;
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}
.magazine__wrapper .module > .part .magazine .information__wrapper--event > .aside .text {
  bottom: 30px;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}
.magazine__wrapper .module > .part .magazine .information__wrapper--event > .aside .text p {
  margin: 0;
}
.magazine__wrapper .module > .part .magazine .information__wrapper--event > .aside .text .icon {
  width: 50px;
  height: 50px;
  fill: #fff;
}
.magazine__wrapper .module > .part .magazine .information__wrapper--event > .aside .price {
  font-size: 30px;
}
.magazine__wrapper .module > .part .magazine > .counter {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 250px;
  background: rgba(132,220,224,0.9);
}
.magazine__wrapper .module > .part .magazine > .counter .date,
.magazine__wrapper .module > .part .magazine > .counter .count {
  position: relative;
  padding: 50px 0 0 40px;
  color: #fff;
  font-weight: 800;
}
.magazine__wrapper .module > .part .magazine > .counter .date p,
.magazine__wrapper .module > .part .magazine > .counter .count p {
  margin: 0;
}
.magazine__wrapper .module > .part .magazine > .counter .date .number,
.magazine__wrapper .module > .part .magazine > .counter .count .number {
  font-size: 76px;
}
.magazine__wrapper .module > .part .magazine > .counter .date {
  padding: 50px 0 0 30px;
}
.magazine__wrapper .module > .part .magazine > .counter .date .day {
  font-size: 55px;
  font-weight: 800;
}
.magazine__wrapper .module > .part .magazine > .counter .date .month {
  font-size: 14px;
  font-weight: 400;
}
.magazine__wrapper .module > .part .magazine > .counter .date .year {
  font-size: 32px;
  font-weight: 400;
}
.magazine__wrapper .module > .part .magazine > .counter:before {
  content: '';
  left: 80px;
  position: absolute;
  border-left: 150px solid rgba(132,220,224,0.9);
  border-bottom: 250px solid transparent;
}
.is-carousel {
  position: relative;
}
.is-carousel__nav button {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.is-carousel__nav button .icon {
  width: 70px;
  height: 70px;
}
.is-carousel__nav button[data-dir="prev"] {
  left: 0;
}
.is-carousel__nav button[data-dir="next"] {
  right: 0;
}
.is-carousel__container {
  height: calc((33.33vw - 20px) * 0.56);
}
.is-carousel__list {
  position: absolute;
  left: 0;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
  -webkit-transition: 0.2s left cubic-bezier(0.74, 0.88, 0.87, 1.13);
  -o-transition: 0.2s left cubic-bezier(0.74, 0.88, 0.87, 1.13);
  transition: 0.2s left cubic-bezier(0.74, 0.88, 0.87, 1.13);
}
.is-carousel__item {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  padding: 0 10px;
  font-size: initial;
  cursor: pointer;
}
.is-carousel__item:first-child {
  padding-left: 0;
}
.is-carousel__item:last-child {
  padding-right: 0;
}
.is-carousel__item img {
  width: auto;
  height: 100%;
  width: calc(33.33vw - 20px);
  height: auto;
}
.is-gallery {
  margin: 40px 10px;
}
.is-gallery__item {
  position: absolute;
  padding: 10px;
}
.is-gallery__item img {
  cursor: pointer;
  width: 100%;
  height: auto;
}
.is-gallery__item:hover .is-gallery__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.is-gallery__information {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 10px;
  width: calc(100% - 20px);
  font-size: 20px;
  font-weight: 800;
}
.is-gallery__information .title { color: #666667 }
.is-gallery__information a.download {
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-size: 19px;
  font-weight: 800;
  background-color: #77cedd;
}
.modal {
  z-index: 100;
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  /*width: 70vw;*/
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
.modal a.download {
  z-index: 125;
  display: inline-block;
  padding: 10px 25px;
  background-color: #77cedd;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
}
.modal .button--close {
  z-index: 123;
  position: absolute;
  top: 0;
  right: -90px;
  border: none;
  border-radius: 0;
  background: none;
  opacity: 0.52;
  cursor: pointer;
}
.modal .button--close .icon {
  width: 60px;
  height: 60px;
  fill: #fff;
}
.modal__overlay {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  background-color: #fff;
}
.modal__content {
  position: absolute;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 20px;
}
.modal__content .image__wrapper {
  max-height: 80vh;
  text-align: center;
}
.modal__content .image__wrapper img {
  /*width: 100%;*/
  /*height: auto;*/
  /*width: auto;*/
  /*height: 100%;*/
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: inherit;
}
.modal__nav button {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.modal__nav button .icon {
  width: 70px;
  height: 70px;
}
.modal__nav button[data-dir="prev"] {
  left: 0;
  left: -100px;
}
.modal__nav button[data-dir="next"] {
  right: 0;
  right: -100px;
}
.closed {
  display: none;
}
.nav--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 80px;
  min-height: 95px;
  background-color: #3eb8ce;
  color: #fff;
}
.nav--line > li {
  margin-right: 80px;
  padding: 20px;
}
.nav--line > li a.active {
  font-weight: 800;
}
.nav--line .nav__search label {
  display: block;
  font-weight: 800;
}
.nav--line .nav__search input {
  padding: 5px 0;
  font-size: 20px;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #3eb8ce;
}
.nav--line .nav__search input::-webkit-input-placeholder {
  color: #fff;
}
.nav--line .nav__search input::-moz-placeholder {
  color: #fff;
}
.nav--line .nav__search input:-ms-input-placeholder {
  color: #fff;
}
.nav--line .nav__search input::-ms-input-placeholder {
  color: #fff;
}
.nav--line .nav__search input::placeholder {
  color: #fff;
}
.nav--line .is-dropdown label {
  font-weight: 800;
}
.nav--line .is-dropdown .icon {
  top: 0.8rem;
  width: 19px;
  height: 10px;
  fill: #fff;
  stroke: #fff;
}
.nav--line .is-dropdown .is-dropdown__title {
  border: none;
  color: #fff;
}
.nav--line .is-dropdown .is-dropdown__options {
  z-index: 200;
  position: absolute;
  background-color: #3eb8ce;
}
.nav--line .is-dropdown .is-dropdown__options li {
  color: #fff;
  white-space: pre;
}
.nav--line .is-dropdown .is-dropdown__options li:hover {
  font-weight: 400;
}
.nav--line .button--search {
  padding: 0 25px;
  min-height: 60px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
}
.nav--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.links__wrapper { background-color: #EEF7FE; }
.links__wrapper .module {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
}
.links__wrapper .module .part {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
}
.links__wrapper .module .part > .title {
  margin-bottom: 20px;
}
.links__wrapper .module .part > .title > a{

  color: #1b4881;
  font-weight: 800;
}
.links__wrapper .module .part a {
  color: #565a5d;
  text-decoration: none;
}

.links__wrapper .module .part a:hover {
  color: #63a2df;
}
.module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.module > .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.module > .background img {
  width: 100%;
  height: 100%;
  display: block;
}
.module > .part {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.module .part--angle {
  overflow: hidden;
}
.module .part--angle .text {
  z-index: 1000;
  padding: 0 200px 0 0;
}
.module .part--angle .text--absolute {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.module__wrapper > .title {
  margin: 50px 0;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}
.module--60-40 > .part {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.module--60-40 > .part:first-child {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.module--70-30 > .part {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.module--70-30 > .part:first-child {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.module--90-10 > .part {
  flex-basis: 10%;
}
.module--90-10 > .part:first-child {
  flex-basis: 90%;
}
.module--40-60 > .part {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.module--40-60 > .part:first-child {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.module--30-70 > .part {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.module--30-70 > .part:first-child {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.module--10-90 > .part {
  flex-basis: 90%;
}
.module--10-90 > .part:first-child {
  flex-basis: 10%;
}
.module--angle > .part--angle {
  position: relative;
  overflow: hidden;
}
.module--angle > .part--angle:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 200%;
  height: 200%;
  left: -200%;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.module--angle > .part--angle:first-child:after {
  right: -200%;
  left: auto;
  -webkit-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.module--angle--inverse > .part:after {
  top: 0;
  bottom: auto;
  left: 0;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.module--angle--inverse > .part:first-child:after {
  top: 0;
  right: 0;
  bottom: auto;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.module--45deg > .part:after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.module--45deg > .part:first-child:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.module--image {
  background-color: #fff;
}
.module--image > .part {
  padding: 60px 80px 60px 0;
}
.module--image > .part:first-child {
  padding: 60px 0 60px 80px;
}
.module--image > .part:first-child.part--image {
  margin: 0 80px 0 0;
  padding: 0;
}
.module--image > .part.part--image {
  margin: 0 0 0 80px;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-clip: content-box;
  min-height: 400px;
}
.padding--left-80 {
  padding-left: 80px;
}
.module--image .part .content .information {
  white-space: unset;
}
.module--height {
  overflow: hidden;
}
.module--height .part {
  height: 400px;
  overflow: initial;
}
.module--height.module--angle .part {
  position: relative;
  padding: 80px;
}
.module--height.module--angle .part > .content {
  z-index: 11;
  position: relative;
}
.module--height.module--angle .part:first-child {
  padding: 80px 0 80px 80px;
  margin: 0 80px 0 0;
}
.module--height.module--angle .part:first-child:after {
  z-index: 10;
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 200%;
  height: 200%;
  left: calc(-100%);
  -webkit-transform: rotate(24.22426699815455deg);
      -ms-transform: rotate(24.22426699815455deg);
          transform: rotate(24.22426699815455deg);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  background-color: inherit;
}
.module--height.module--angle.module--angle--inverse .part:first-child:after {
  -webkit-transform: rotate(-24.22426699815455deg);
      -ms-transform: rotate(-24.22426699815455deg);
          transform: rotate(-24.22426699815455deg);
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.module__wrapper--emissions {
  background: url("../images/powerplant.svg");
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: 70% auto;
}
.module__wrapper--emissions .title__wrapper {
  position: relative;
  padding: 0 15vw 100px;
  color: #59822b;
  color: #699019;
  font-size: 40px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(40%, #fff));
  background-image: -o-linear-gradient(top, rgba(255,255,255,0), #fff 40%);
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), #fff 40%);
}
.module__wrapper--emissions .title__wrapper:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/grass.png");
  background-repeat: repeat-x;
  background-position: 0 100%;
  background-size: auto 50%;
}
.module__wrapper--emissions .title__wrapper .title {
  position: relative;
  line-height: 117%;
}
.module__wrapper--emissions .title__wrapper .title--mini {
  position: relative;
  margin-top: 10px;
  text-align: right;
  font-size: 26px;
}
.module--emissions {
  padding: 0 10vw 40px;
}
.module--emissions .part {
  padding: 80px 0 0;
  text-align: center;
}
.module--emissions .part .number {
  font-size: 40px;
  font-family: 'Myriad Pro', sans-serif;
  font-family: 'NexaBold', sans-serif;
  font-weight: 700;
}
.module--emissions .part .text {
  font-size: 26px;
}
.module--height--500 .part {
  height: 500px;
}
.module--height--500.module--angle .part:first-child:after {
  -webkit-transform: rotate(19.987214339147318deg);
      -ms-transform: rotate(19.987214339147318deg);
          transform: rotate(19.987214339147318deg);
}
.module--height--500.module--angle.module--angle--inverse .part:first-child:after {
  -webkit-transform: rotate(-19.987214339147318deg);
      -ms-transform: rotate(-19.987214339147318deg);
          transform: rotate(-19.987214339147318deg);
}
.module--height--600 .part {
  height: 600px;
}
.module--height--600.module--angle .part:first-child:after {
  -webkit-transform: rotate(16.651647371855745deg);
      -ms-transform: rotate(16.651647371855745deg);
          transform: rotate(16.651647371855745deg);
}
.module--height--600.module--angle.module--angle--inverse .part:first-child:after {
  -webkit-transform: rotate(-16.651647371855745deg);
      -ms-transform: rotate(-16.651647371855745deg);
          transform: rotate(-16.651647371855745deg);
}
.module--height--800 .part {
  height: 800px;
}
.module--height--800.module--angle .part:first-child:after {
  -webkit-transform: rotate(12.614429527744981deg);
      -ms-transform: rotate(12.614429527744981deg);
          transform: rotate(12.614429527744981deg);
}
.module--height--800.module--angle.module--angle--inverse .part:first-child:after {
  -webkit-transform: rotate(-12.614429527744981deg);
      -ms-transform: rotate(-12.614429527744981deg);
          transform: rotate(-12.614429527744981deg);
}
.part.part--holder {
  padding: 0;
}
.part.part--holder > .module {
  height: 100%;
}
.part {
  padding: 60px 80px;
  background-color: inherit;
}
.part--text {
  color: #fff;
  background-color: rgba(167,182,95,0.5);
}
.part--text .title {
  font-size: 96px;
  font-weight: 800;
  line-height: 95px;
}
.part--text .subtitle {
  font-size: 44px;
  font-weight: 800;
  font-style: italic;
}
.part--text .text {
  margin-top: 30px;
  font-size: 19px;
}
.part--text .text.bold {
  font-size: 24px;
}
.part--list {
  color: #fff;
  margin: 0;
  list-style: none;
}
.part--list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 20px 15px 20px 20px;
  background-color: rgba(111,197,219,0.5);
  text-decoration: none;
  color: #fff;
}
.part--list > li:last-child {
  margin-bottom: 0;
}
.part--list > li .aside {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.part--list > li > a .aside img {
  width: 100%;
  height: auto;
}
.part--list > li > a .body > .title {
  font-size: 20px;
}
.part--list > li > a .body > .date {
  font-size: 17px;
}
.part--list > li > a .body > .description {
  margin-top: 20px;
  margin-top: 10px;
  font-size: 19px;
}
.part--infographic {
  color: #fff;
}
.part--infographic > .title {
  font-size: 40px;
  padding-bottom: 5px;
  text-transform: uppercase;
  word-break: break-word;
}
.part--infographic .module {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.part--infographic .module .part {
  padding: 0;
}
.part--infographic .column {
  padding: 0 5px;
  text-align: center;
}
.part--infographic .column > .title {
  font-size: 26px;
  font-weight: 800;
}
.part--infographic .column > .content {
  font-size: 70px;
  color: #fc0;
  font-weight: 800;
}
.part--infographic .column > .footer {
  font-size: 19px;
}
.title--inline {
  font-size: 25px;
  font-weight: 700;
}
.title--part {
  margin: 30px 0;
  font-size: 25px;
  font-weight: 800;
}
.title--news {
  margin: 0 0 5px;
  font-size: 25px;
  font-weight: 800;
}
.part .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.part .content p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.part .content .information {
  text-align: right;
  white-space: pre-wrap;
}
.part .information ul { display: block; padding: 0; }
.part .information ul li { display: inline-block; list-style-type: none; }
.part .information ul li:after { content: 'I'; margin: 0 20px;}
.part .information ul li:last-child:after { content: ''; }
.part .information a {
  font-weight: 800;
}
.part .information.title_mini ul li:after { content: 'I'; margin: 0 10px;}
.part .information.title_mini ul li:last-child:after { content: ''; }
.module--managementlist .part .information ul {min-height: 45px; }
.module.module--managementlist > .part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.module--managementlist .part--rectangle .links {
    margin-top: auto;
    padding-top: 40px;
}
.module--rectangle {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 80px 80px 0 0;
}
.module--rectangle > .part--rectangle {
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
}
.part--rectangle {
  background-color: #3472a9;
  margin: 0 0 80px 80px;
  width: calc(33.3% - 80px);
  color: #fff;
}
a.part--rectangle {
  text-decoration: none;
}
.part--rectangle > .title {
  margin-top: 0;
  font-size: 21px;
  font-size: 30px;
  font-weight: 800;
}
.part--rectangle > .title_mini {
  margin-top: 0;
  font-size: 20px;
  font-size: 19px;
}
.part--rectangle .image {
  width: 100%;
  margin-bottom: 20px;
}
.part--rectangle .image img {
  width: 100%;
  height: auto;
}
.part--rectangle .links {
  margin-top: 40px;
  text-align: right;
  font-weight: 800;
}
.bg--transparent_blue {
  background-color: rgba(62,184,206,0.9);
}
.bg--aec_from_far {
  background: url("/images/aec_from_far.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.module--job .part--description .title {
  font-size: 20px;
  font-weight: 800;
  color: #005198;
}
.module--job .part--description h3 {
  font-weight: 800;
  color: #005198;
  font-size: 18px;
}
.module--job .part--description .title--description {
  margin: 10px 0 30px;
}
.module--job .part--description .ul--title {
  margin: 0;
}
.module--job .part--description ul {
  padding-left: 20px;
}
.module--job .part--form .title {
  font-size: 20px;
  font-weight: 800;
  color: #005198;
  margin-bottom: calc(30px + 19px);
}
.module--job .part--form .module {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.module--job .part--form .module .part {
  padding: 0 25px 60px 0;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.module--job .part--form.part--form-signals .module .part {
  -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.module--job .part--form.part--form-signals .module.second--row .part:nth-last-of-type(2) {
  -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    flex-grow: 1;
}

.module--job .part--form .module .part.part--checks {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.module--job .part--form .module .part.part--submit {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
}
.module--job .part--form.part--form-signals .module .part.part--submit--form {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.module--job .part--form .module .part label {
  display: block;
  color: #8c8c8c;
}
.module--job .part--form .module .part label.textarea-label {
  margin-top: 20px;
  padding-bottom: 12px;
}
.module--job .part--form .module .part input {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  font-size: 20px;
  color: #093769;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
}
.module--job .part--form .module .part textarea {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  font-size: 20px;
  color: #093769;
  border: 1px solid #999;
  border-radius: 0;
  min-height: 200px;
}
.module--job .part--form .module .part .is-dropdown {
  margin-bottom: 60px;
}
.module--job .part--form .module .part .upload__wrapper {
  position: relative;
  margin-top: 15px;
  padding: 35px 0;
  width: 100%;
  min-height: 150px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #999;
}
.module--job .part--form .module .part .upload__wrapper p {
  margin: 0;
}
.module--job .part--form .module .part .upload__wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module--job .part--form .check--terms a {
  color: #093769;
}
.module--job .part--form .is-checkbox {
  margin-top: 25px;
}
.button--submit {
  padding-right: 48px;
  padding-left: 48px;
  height: 50px;
  background-color: #3eb8ce;
  color: #fff;
  border: none;
  font-size: 20px;
}
.is-checkbox {
  overflow: hidden;
  position: relative;
  line-height: 20px;
}
.is-checkbox label {
  z-index: 123;
  position: relative;
  padding: 0 0 0 25px;
  cursor: pointer;
}
.is-checkbox input {
  position: absolute;
  left: -100%;
  top: -100%;
}
.is-checkbox input:checked ~ .check__holder:before {
  display: block;
}
.is-checkbox .check__holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #666;
  border-radius: 100%;
}
.is-checkbox .check__holder:before {
  display: none;
  content: ' ';
  position: absolute;
  top: 5px;
  top: 3px;
  left: 5px;
  left: 3px;
  margin: auto;
  width: 15px;
  height: 15px;
  background-color: #666;
  border-radius: 100%;
}
.is-dropdown--closed .is-dropdown__options {
  display: none;
}
.is-dropdown--closed .is-dropdown__container .icon {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.is-dropdown__container {
  position: relative;
}
.is-dropdown__title {
  position: relative;
  z-index: 123;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  min-height: 38px;
  cursor: pointer;
  border-bottom: 1px solid #999;
  font-size: 20px;
  color: #093769;
}
.is-dropdown__options {
  display: block;
  padding: 10px 25px 25px;
  background-color: #f7f7f7;
}
.is-dropdown__options li {
  margin-top: 15px;
  color: #093769;
  line-height: 1.5rem;
  cursor: pointer;
}
.is-dropdown__options li:hover {
  font-weight: 800;
}
.is-dropdown .icon {
  stroke: #333;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.module--event .part > .title {
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 800;
  color: #005198;
}
.part--event {
  max-width: 560px;
}
.part--event > .title {
  color: #005198;
  font-weight: 800;
}
.part--event .information {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.part--event .information p {
  margin: 0;
}
.part--event .information .icon {
  width: 70px;
  height: 70px;
  fill: #3eb8ce;
}
.part--event .description .title {
  margin-bottom: 5px;
  color: #666;
}
.part--event .description .text {
  margin: 10px 0;
  color: #005198;
}
.part--event .description__row {
  margin-top: 50px;
  border-bottom: 1px solid #999;
}
.part--event .image__wrapper {
  margin-top: 50px;
}
.part--event .image__wrapper img {
  width: 100%;
  height: auto;
}
.part--event .price__holder {
  text-align: center;
  color: #3eb8ce;
  font-size: 28px;
}
.part--event .date {
  text-align: center;
  color: #005198;
}
.part--event .date .day {
  font-size: 55px;
  font-weight: 800;
}
.part--event .date .month {
  font-size: 14px;
  font-weight: 400;
}
.part--event .date .year {
  font-size: 32px;
  font-weight: 400;
}
.module__wrapper--event > .title {
  margin-top: 0;
  padding-left: 80px;
  text-align: left;
  color: #005198;
}
.procedures-date { color: gray; margin-top: 0; }
.procedures-description { color: gray; }
.procedure-link { text-decoration: none; }
.module__wrapper--event > .module .part--event {
  max-width: initial;
}
.btn--clear {
  border: none;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
}
.btn--nav-toggle {
  width: 134px;
  height: 134px;
  background-color: #efefef;
}
.btn--search {
  width: 134px;
  height: 100%;
  background-color: #0d2b5f;
  color: #fff;
}
.layout > .header > .nav__list .link.link--language { padding: 50px; background-color: #38507C; }
.btn--search.active {
  background-color: #0d2b5f;
}
.btn--aside_search {
  width: 65px;
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  font-family: inherit;
  color: #fff;
  background-color: #64a2df;
}
.btn--search_submit {
  width: 145px;
  height: 45px;
  font-size: 15px;
  font-weight: 400;
  font-family: inherit;
  color: #fff;
  background-color: #64a2df;
}
.link {
  text-decoration: none;
}
.link--block {
  display: block;
}
.icon {
  width: 30px;
  height: 30px;
  fill: #0d2b5f;
}
.module__wrapper--production .title {
  color: #084e8e;
}
.svg_production,
.svg_production--month,
.svg_production--period {
  padding: 0 5vw 80px;
  padding-bottom: 20px;
}
.production--content {
  padding-bottom: 40px;
}
.svg_production__label {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-weight: 700;
  fill: #fff;
}
.svg_production__bar {
  opacity: 0.7;
}
.svg_production__y_axis_text {
  font-size: 20px;
  font-weight: 800;
  fill: #095393;
  text-anchor: end;
}
.svg_production__y_axis_text--ie {
  display: none;
}
.svg_production--month .svg_production__label,
.svg_production--period .svg_production__label {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  fill: #065091;
  font-size: 16px;
  text-anchor: middle;
}
.svg_production--month .svg_production__y_axis_text,
.svg_production--period .svg_production__y_axis_text {
  font-weight: 400;
  font-size: 14px;
  font-size: 12px;
  text-anchor: middle;
  text-anchor: end;
}
.svg_production--month .svg_production__bar,
.svg_production--period .svg_production__bar {
  opacity: 1;
}
.svg_production--month .svg_production__y_axis_text_title,
.svg_production--period .svg_production__y_axis_text_title {
  font-weight: 700;
  text-anchor: middle;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  fill: #065091;
  font-size: 14px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .svg_production svg,
  .svg_production--month svg,
  .svg_production--period svg {
    height: 400px;
  }
}
.bg--white {
  background-color: #fff;
}
.bg--gray {
  background-color: #f0f0f0;
}
.bg--babyblue {
  background-color: #deedfa;
}
.bg--babyblue:after {
  border-color: #deedfa;
}
.bg--transparent-03 {
  background-color: rgba(255,255,255,0.3);
}
.bg--transparent-03:before,
.bg--transparent-03:after {
  border-color: rgba(255,255,255,0.3);
}
.bg--greenish {
  background-color: #a3c7be;
}
.bg--greenish:before,
.bg--greenish:after {
  border-color: #a3c7be;
}
.text--white {
  color: #fff;
}
.text--blue {
  color: #005198;
}
.module--bg--white {
  background-color: #fff;
}

.module--bg--white > .part--angle:after, .module--bg--white > .part--image:after { background-color: inherit; }
.module--bg--white > .part--angle.part--angle--white:after { background-color: #fff; }
.module--bg--white > .part--angle--news:after { background: #fff; }
.module--bg--white > .part--angle.part--angle-background, .module--bg--white > .part--image.part--angle-background { padding: 0; }
.module--bg--white > .part--angle > .part--angle-sub, .module--bg--white > .part--image > .part--image-sub { width: 100%; height: 100%; padding: 60px 80px; background-size: cover; background-repeat: no-repeat; background-position: center center; }
.part > .text > div > p { margin: 0 0 10px 0; }
.widget-map { height: 500px; }
.image__wrapper #map { height: 300px; }
.widge-map-marker { background:blue; border-radius:6px !important; border:1px solid white; box-shadow:0 0 3px blue; }
.module--bg--gray {
  background-color: #f0f0f0;
}
.module--bg--gray > .part--image:after,
.module--bg--gray > .part--angle:after {
  background-color: #f0f0f0;
}
.module--bg--babyblue {
  background-color: #deedfa;
}
.module--bg--babyblue > .part--image:after,
.module--bg--babyblue > .part--angle:after {
  background-color: #deedfa;
}
body {
  font-size: 19px;
  font-family: 'Myriad Pro', sans-serif;
}

.content-wrapper { padding: 40px 80px;}
.content-filter { background: #3EB8CF; width: 100%; padding: 20px 80px 20px 150px; white-space: nowrap; }
.content-filter ul { padding: 0; display: inline-block; }
.content-filter ul.content-filter-libraries { width: 70%; }
.content-filter ul.content-filter-years { width: 30%; text-align: right; }
.content-filter ul li { list-style-type: none; display: inline-block; margin-right: 50px; color: #fff; vertical-align: middle; }
.content-filter ul li a { color: #fff; text-decoration: none; outline: none; font-size: 1.5rem; }
.content-filter ul li.active a { font-weight: bold;}

.content-filter ul.content-filter-years li:first-child { text-align: left; }
.content-filter ul.content-filter-years li span, .content-filter ul.content-filter-years li button { font-weight: bold; text-transform: uppercase; font-size: 1.5rem; color: #fff; }
.content-filter ul.content-filter-years li span { display: block; margin-bottom: 5px; }
.content-filter ul.content-filter-years li select { background: none; border: none; color: #fff; font-size: 1.4rem; font-style: italic; -moz-appearance: none;
 -webkit-appearance: none; }
.content-filter ul.content-filter-years li select::-ms-expand { display: none; }
.content-filter ul.content-filter-years li button { background: none; border: 2px solid #fff; border-radius: 3px; padding: 15px; cursor: pointer }
.content-filter ul.content-filter-libraries.galleries { width: 100%; }
.pagination { text-align: center; background-color: #E0F3F9; z-index: 1000; position: relative; }
.pagination ul { display: block; padding: 25px 80px; margin: 0; }
.pagination ul li { list-style-type: none; display: inline-block; padding: 0 20px; }
.pagination ul li a { color: #247B85; text-decoration: none; font-size: 1.5rem; }
.pagination ul li.active a { font-weight: bold; }
.warning { margin: 25px 80px; border-radius: .25rem; padding: 1rem 1.25rem; color: #721c24; border-color: #f5c6cb; background-color: #f8d7da; border: 1px solid transparent; font-size: 1rem; text-align: center; }
.success { margin: 25px 80px; border-radius: .25rem; padding: 1rem 1.25rem; color: #155724; border-color: #c3e6cb; background-color: #d4edda; border: 1px solid transparent; font-size: 1rem; text-align: center; }

.gallery-title { text-align: center; color: #015198; margin: 40px 0; font-size: 2.2rem; }
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.header-image { height: 300px; background-size: cover; background-repeat: no-repeat; background-position: center; background-image: url('../images/top_kznpp.jpg'); }
.header-image h1 { font-size: 2rem; text-transform: uppercase; color: #fff; padding: 134px 0 134px 160px; line-height: 2rem; margin: 0; text-shadow: 2px 2px 4px rgba(0,107,167,0.65); }
.left-menu { position: absolute; background: #efefef; left: 0; right: 0; top: 90px; z-index: 999; padding: 25px; display: none; }
.left-menu.active { display: block; }
.row { display: flex; flex-wrap: wrap; }
.row > .column { flex: 1 0 25%; display: block; }
.left-menu h4 { margin-top: 15px; margin-bottom: 10px; }
.left-menu h4 a { text-transform: uppercase; color: #083570; text-decoration: none; }
.left-menu .level-one { padding: 0; margin: 0; }
.left-menu .level-one > li { list-style-type: none; display: block; }
.left-menu .level-one > li > a { display: inline-block; text-decoration: none; font-size: 16px; font-weight: 400; }
.left-menu .level-one > li:hover > a { color: #63a2df; }
.left-menu .level-one > li.has-childred > a { font-weight: 700; }
.left-menu .level-one > li.has-childred > ul { padding: 10px 0; margin: 0; border-top: 1px solid silver; }
.left-menu .level-one > li.has-childred > ul > li { list-style-type: none; display: block; padding: 2.5px 25px; }
.left-menu .level-one > li.has-childred > ul > li > a { text-decoration: none; font-size: 16px; font-weight: 400; }
.left-menu .level-one > li.has-childred > ul > li:hover { background: #d3dde7; }

.layout > .header {
  min-height: 90px;
}
.layout > .header .btn--nav-toggle {
  width: 90px;
  height: 90px;
}
.layout > .header .btn--search {
  width: 90px;
}
.layout > .header > .logo {
  height: 90px;
  font-size: 44.19px;
}
.layout > .header > .logo svg {
  height: 60%;
}
.layout > .header > .nav__list {
  height: 90px;
}
.layout > .header > .nav__list:after {
  border-top-width: 90px;
}
.layout > .header > .nav__list .link {
  height: 90px;
  font-size: 18px;
}
.layout > .header > .aside {
  top: 90px;
}
.layout > .header > .nav__list .link.link--language { padding:0 35px; }

.nav--line ul.link--group {
  display: flex;
  flex-wrap: wrap;

}
.nav--line ul.link--group li {
  padding: 15px 0;
}
.nav--line ul.link--group a {
  margin-right: 50px;
  outline: none;
  font-size: 1.5rem;
}
.nav--line ul.link--group .active a {
  font-weight: bold;
}
.part--list__news__wrapper {
  overflow: hidden;
  padding: 0;
}
.part--list__news {
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
}
.part--list__news.mobile {
  overflow: auto;
  margin-bottom: 60px;
}
.part--list__news li {
  display: block;
  margin: 60px 80px 0;
  white-space: normal;
  background-color: rgba(111,197,219,0.5);
}
.part--list__news li a {
  margin: 0;
  min-height: 30rem;
  min-height: 16em;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  background-color: unset;
}
.dots__wrapper {
  padding-bottom: 10px;
  margin-left: 80px;
  margin-right: 80px;
  margin-bottom: 60px;
  text-align: center;
  background-color: rgba(111,197,219,0.5);
}
.dot {
  margin: 5px;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, .5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.dot.active {
  background: rgba(255, 255, 255, .8);
}
.part--no_padding {
  padding: 0!important;
}
.no_background {
  background-color: transparent!important;
  background-color: rgba(0, 0, 0, 0)!important;
  background-color: unset!important;
}

#slider .part--list__news li a {
  background-color: rgba(111,197,219,0.5);
}

#slider .part--list__news li {
  display: inline-block;
  margin: 0;
  padding: 60px 80px 0;
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  background-color: unset;
}

#slider.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
#slider .swipe-wrap {
  overflow: hidden;
  position: relative;
}
#slider .swipe-wrap > li {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.part--list > li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.part--list > li .aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.part--list > li .aside .img__wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 20px;
  width: 190px;
  /*height: 125px;*/
}
.part--list__news li a .title__wrapper {
  max-width: calc(100% - 210px);
}
.nav--line a {
  color: inherit;
}
.part .information a:visited {
  color: inherit;
}
.nav--line a:visited {
  color: inherit;
}
a {
  color: #1c4881;
}
a:hover {
  color: #163865;
}
/* a:visited {
  color: #265ca3;
} */
p, ol, li {
  line-height: 135%;
}
.module.module--managementlist > .part {
  color: #fff;
}
.module.module--managementlist > а.part:visited {
  color: #fff;
}
.part--rectangle {
  color: #fff;
}
a.part--rectangle:visited {
  color: #fff;
}
.search-result__wrapper .ul--breadcrumbs {
  font-weight: 800;
}
.search-result__wrapper .ul--breadcrumbs li {
  padding-right: 1.2em;
}
.search-result__wrapper .ul--breadcrumbs li:after {
  right: 0;
  color: #727272;
}
.search-result__wrapper .ul--breadcrumbs a {
  color: #727272;
}
.search-result__wrapper .ul--breadcrumbs.ul--breadcrumbs--small { font-weight: 400; }
.search-result__wrapper .ul--breadcrumbs.ul--breadcrumbs--small li { padding-right: 2rem; }
.search-result__wrapper .ul--breadcrumbs.ul--breadcrumbs--small li > a { color: #0E4887 }
.search-result__wrapper .ul--breadcrumbs.ul--breadcrumbs--small li::after { color: #0E4887 }
.search-result__wrapper .match {
  color: #2d77bd;
  font-weight: 700;
}
.search-result {
  padding-top: 15px;
  border-bottom: 1px solid #dddddd;
  color: #727272;
}


.layout > .header {
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.layout {
  padding-top: 90px;
}
.left-menu.active {
  max-width: 100vw;
  max-height: calc(100vh - 90px);
  overflow-x: auto;
}
.layout > .header > .aside.active {
  max-width: 100vw;
  max-height: calc(100vh - 90px);
  overflow-x: auto;
}
.layout > .header > .aside--search {
  max-width: 100vw;
}
body.nav-open {
  /*overflow: hidden;*/
}

.module--production--half {
  width: 50%;
  margin: 0 auto;
}
.magazine__wrapper .module > .part .magazine .image__wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-clip: content-box;
}

.part {
    padding: 20px 80px;
    background-color: inherit;
}
.links__wrapper .module .part > .title {
    margin-bottom: 0px;
    text-transform: uppercase;
}
.part--text {
    background-color: rgba(167,182,95,0.5);
}

.part--text--infographic {
  background-color: transparent!important;
  background-color: rgba(0, 0, 0, 0)!important;
  background-color: unset!important;
}
.part--text--infographic > .title {
  font-size: 52px;
  line-height: 130%;
  text-transform: uppercase;
}
.part--text--infographic > .subtitle {
  word-break: break-word;
  font-size : 30px;
  text-transform: uppercase;
}
.part--text--infographic .module {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.end-image {
  width: auto;
}

.links__wrapper {
    background-color: ffffff;
    padding: 40px 0;
}
.left-menu .row > .column {
    padding: 0 20px;
}

.procedures-date {
    color: gray;
    margin-top: 0;
    margin-bottom: 0;
}

.module--procedurelist > .part:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
}
.power-text {
    font-size: 12px;
    font-style: italic;
}
.part--text--infographic {
    padding: 20px 80px;
}


.column--50,
.column--33,
.column--25 {
    padding: 10px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}
.column--33 {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
}
.column--25 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.column--50 img,
.column--33 img,
.column--25 img {
    width: 100%;
}

.part--rectangle {
  background-color: #3472a9;
}

.widget-slice.module--image > .part:first-child.part--image {
  margin: 0 0 0 0;
}
.widget-slice.module--image > .part.part--image {
  margin: 0 0 0 0;
}
.module--head {
  padding-top: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.module--head .part {
  z-index: 100;
}
.module--head .background {
  z-index: 10;
}

.part--list__news li {
  margin-top: 0;
}
.module--head .part--text {
  margin-bottom: 60px;
}


.nav--line .is-dropdown.is-dropdown--month .is-dropdown__options {
    background-color: #6fd2e4;
    min-width: 400px;
}
.nav--line .is-dropdown.is-dropdown--month .is-dropdown__options li {
    width: 20%;
    float: left;
    text-align: center;
    white-space: nowrap;
}

.header-image {
  height: auto;
  height: unset;
  background-image: none;
}
.header-image img {
  width: 100%;
  height: auto;
}

.module__wrapper--emissions .title__wrapper .title {
  font-size: 32px;
}
.module__wrapper--emissions .title__wrapper .title--mini {
  font-size: 22px;
  text-align: center;
}
.nav--line .is-dropdown label {
  display: none;
}
.nav--line .nav__search label {
  display: none;
}
.nav--line .nav__search #search_keyword {
  min-height: 38px;
}
.nav--line .nav__search input {
  padding: 18px 20px;
  border: 1px solid #fff;
  font-family: 'Myriad Pro', sans-serif;
}
.nav--line .nav__search input:focus {
  outline: none;
}
.is-dropdown {
  padding: 10px 20px;
  border: 1px solid #fff;
}
.nav--line > li {
  margin-right: 20px;
}
.nav--line .button--search {
  background-color: #fff;
  color: #3eb8ce;
  border-radius: 0;
}
#colorbox {
  z-index: 20000;
}
#cboxOverlay {
  z-index: 19000;
}

h1, h2, h3, h4, h5, h6 {
  color: #005198;
}
.title-content {
  padding: 0 90px
}
@media screen and (max-width: 1552px) {
  .layout > .header > .nav__list .link.link--language { padding:0 25px; }
}

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

  .magazine__wrapper .module {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .magazine__wrapper .module > .part {
    flex-basis: 50%;
  }

  .part--text {
    word-break: break-all;
  }
  .part--text .title {
    font-size: 80px;
  }
  .part--list__news li {
    margin-left: 65px;
    margin-right: 65px;
  }
  .dots__wrapper {
    margin-left: 65px;
    margin-right: 65px;
  }

  #slider .part--list__news li {
    padding-left: 65px;
    padding-right: 65px;
  }

  .layout > .header > .nav__list::after { border-top-color: #38507C; }
  .module--rectangle > .part--rectangle {
    width: calc(50% - 80px);
  }
  .layout > .header {
    min-height: 90px;
  }
  .layout > .header .btn--nav-toggle {
    width: 90px;
    height: 90px;
  }
  .layout > .header .btn--search {
    width: 90px;
  }
  .layout > .header > .logo {
    height: 90px;
    font-size: 44.19px;
  }
  .layout > .header > .logo svg {
    height: 70%;
  }
  .layout > .header > .nav__list {
    margin-left: 34px;
    height: 90px;
  }
  .layout > .header > .nav__list:after {
    left: -34px;
    border-left: 35px solid transparent;
    border-top-width: 90px;
    border-top-color: #38507C;;
  }
  .layout > .header > .nav__list .link {
    height: 90px;
    font-size: 18px;
  }
  .layout > .header > .nav__list .link:not(.link--language) {
    display: none;
  }
  .layout > .header > .aside {
    top: 90px;
    width: 100%;
  }
  .layout > .header > .aside--search > .body .aside__search .search__container input {
    width: 100%;
  }
  .layout > .header > .aside .nav__list {
    padding: 15px 0 30px;
  }
  .layout > .header > .aside .nav__list li {
    margin: 0;
    padding-right: 0;
    padding-bottom: 20px;
    padding-bottom: 0px;
    border: none;
  }
  .layout > .header > .aside .nav__list .icon {
    right: auto;
    left: -30px;
  }
  .layout > .header > .aside .nav__list .link,
  .layout > .header > .aside .nav__list button.link {
    font-size: 20px;
    margin: 0 0 0 35px;
    width: auto;
    width: calc(100% - 45px);
    border-bottom: 1px solid #ccc;
  }
  .layout > .header > .aside .nav__list__sublist,
  .layout > .header > .aside .nav__list__sublist__sub {
    position: static;
    padding: 15px 0 15px 15px;
    margin-bottom: 15px;
  }
  .layout > .header > .aside .nav__list__sublist li,
  .layout > .header > .aside .nav__list__sublist__sub li {
    margin: 0;
  }
  .layout > .header > .aside .nav__list__sublist__sub > li {
    /*margin-left: 20px;*/
    padding-left: 0;
    padding-bottom: 0;
  }
  .layout > .header > .aside .nav__list__sublist > li.active {
    /*padding-bottom: 20px;*/
    padding-bottom: .1px;
  }
  .module--emissions .part {
    max-width: 254px;
    word-break: break-all;
  }
  .part--infographic > .title {
      word-break: break-all;
  }
  .part {
    padding-left: 65px;
    padding-right: 65px;
  }
  .part--text--infographic > .title {
    word-break: break-word;
    font-size: 38px;
    line-height: 50px;
  }
  .part--text--infographic > .subtitle {
    word-break: break-word;
    font-size : 24px;
  }
}
@media screen and (max-width: 1000px) {
  .module--head {
    padding-top: 150px;
  }
  .mobile_hidden {
    display: none!important;
  }
  .magazine__wrapper .module > .part {
    max-width: unset;
  }
  .layout > .content {
    overflow: hidden;
  }
  .module > .part {
    width: auto;
    max-width: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .module--split_at_small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .module--split_at_small.module--image {
    position: relative;
  }
  .module--split_at_small.module--image + .module--image > .part--image:after {
    display: none;
  }
  .module--split_at_small.module--image:after {
    z-index: 5;
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200vw;
    height: 20px;
    height: 41vw;
    height: 25vw;
    background-color: #008000;
    background-color: inherit;
    -webkit-transform: rotate(22.34deg);
        -ms-transform: rotate(22.34deg);
            transform: rotate(22.34deg);
    -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
            transform: rotate(12deg);
    -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  .module--split_at_small.module--image:last-child:after {
    display: none;
  }
  .module--split_at_small.module--image > .part {
    z-index: 6;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 10px 20px;
  }
  .module--split_at_small.module--image > .part--image {
    z-index: 4;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 !important;
    padding: 0;
    height: 100vw;
    height: 80vw;
  }
  .module--split_at_small.module--image > .part--image:after {
    top: auto;
    bottom: 60vw;
    bottom: 78.7vw;
    bottom: 59vw;
    width: 200vw;
    -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: rotate(-22.34deg);
        -ms-transform: rotate(-22.34deg);
            transform: rotate(-22.34deg);
    -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  .module--split_at_small.module--image > .part--image:before {
    content: ' ';
    position: absolute;
    width: 200vw;
    height: 100%;
    top: 100%;
    background-color: #f00;
    background-color: inherit;
    -webkit-transform: rotate(-22.34deg);
        -ms-transform: rotate(-22.34deg);
            transform: rotate(-22.34deg);
    -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
            transform: rotate(-12deg);
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  .module--split_at_small.module--image > .part--image:first-child:after {
    display: none;
    content: '';
    -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
            transform-origin: 0 100%;
    -webkit-transform: rotate(-22.34deg);
        -ms-transform: rotate(-22.34deg);
            transform: rotate(-22.34deg);
    -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
            transform: rotate(-12deg);
  }
  .module--split_at_small.module--image > .part--image:first-child:before {
    right: 0;
    -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
            transform: rotate(12deg);
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  .module .part--angle .text--absolute {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: initial;
        -ms-transform: initial;
            transform: initial;
    padding: 10px 20px;
  }
  .part--list .body {
    word-break: break-word;
  }
  .module .part--angle .text {
    position: relative;
  }
  .magazine__wrapper .module {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .is-table {
    font-size: 16px;
  }
  .is-table td,
  .is-table th {
    word-break: break-word;
  }
  .layout > .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layout > .footer .footer__panel {
    margin: 15px 0;
    flex: none;
  }
  .layout > .footer .footer__panel:first-child {
    padding: 0 60px;
  }
  .layout > .footer .footer__panel:last-child {
    padding: 0 60px;
  }
  .layout > .footer .footer__panel:first-child .title {
    display: none;
  }
  .layout > .footer .footer__panel:after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 25%;
    width: 50%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .layout > .footer .footer__panel > .body {
    padding-bottom: 15px;
  }
  .layout > .footer .footer__panel > .body .information .split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .layout > .footer .footer__panel > .body .information .split p {
    margin: 5px 0;
  }
  .module__wrapper--emissions {
    background-position: 50% 90%;
  }
  .module--emissions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .module--emissions .part {
    min-width: 280px;
  }
  .widget-slice.module--split_at_small.module--image:after {
    display: none;
  }
  .widget-slice.module--split_at_small.module--image > .part--image:after {
    display: none;
  }
  .end-image {
    width: 100%;
  }
  .module--mobile-no-angle.module--split_at_small.module--image:after {
    display : none;
  }
}
@media screen and (max-width: 767px) {
  .layout > .header > .nav__list .link.link--language { padding: 20px;}
  .header-image h1 { padding-left: 0; text-align: center; }
  .breadcrumbs { padding: 20px; }
  .module__wrapper--production {
    padding-bottom: 40px;
  }
  .module--production {
    display: table;
    width: 100%;
  }
  .module--production .svg_production {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .module--production .svg_production .svg_production__y_axis_text {
    -webkit-transform: translate(-10px, 40px) rotate(-90deg);
        -ms-transform: translate(-10px, 40px) rotate(-90deg);
            transform: translate(-10px, 40px) rotate(-90deg);
  }
  .module--production .svg_production > svg {
    height: 100vw;
    width: 100vw;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .modal {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .modal__header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px;
    display: none;
  }
  .modal__body {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .modal__content {
    padding: 20px 0;
    background-color: rgba(0,0,0,0.5);
  }
  .modal__nav button {
    z-index: 90;.
    outline: none;
  }
  .modal__nav button[data-dir="prev"] {
    left: 0;
  }
  .modal__nav button[data-dir="next"] {
    right: 0;
  }
  .modal .button--close {
    position: absolute;
    top: 20px;
    right: auto;
    left: 20px;
  }
  .modal .button--close .icon {
    width: 40px;
    height: 40px;
    fill: #005198;
  }
  .title-content {
    padding: 0 20px;
  }
  .is-carousel__container {
    height: calc((100vw - 20px) * 0.56);
  }
  .is-carousel__item img {
    width: calc(100vw - 20px);
    height: auto;
  }
}
@media screen and (max-width: 708px) {
  .part--list > li .body > .description {
    /*display: none;*/
  }
  .layout > .header > .logo svg {
    /*height: 40%;*/
    height: 50%;
  }
}
@media screen and (max-width: 548px) {


  .part--list__news li {
    margin-left: 30px;
    margin-right: 30px;
  }
  .dots__wrapper {
    margin-left: 30px;
    margin-right: 30px;
  }

  #slider .part--list__news li {
    padding-left: 30px;
    padding-right: 30px;
  }

  .part--text .title { font-size: 55px; }
  .is-table {
    display: block;
    white-space: nowrap;
    overflow: auto;
    border: none;
    font-size: 14px;
  }
  .part {
    padding: 30px 30px;
  }
  .layout > .header {
    min-height: 60px;
    /* overflow: hidden; */
  }
  .layout {
    padding-top: 60px;
  }
  .left-menu.active {
    max-height: calc(100vh - 60px);
  }
  .layout > .header > .aside.active {
    max-height: calc(100vh - 60px);
  }
  .layout > .header .btn--nav-toggle {
    width: 60px;
    height: 60px;
  }
  .layout > .header .btn--search {
    width: 60px;
  }
  .layout > .header > .logo {
    height: 60px;
  }
  .layout > .header > .logo svg {
    /*height: 45%;*/
    height: 60%;
  }
  .layout > .header > .nav__list {
    margin-left: 34px;
    height: 60px;
  }
  .layout > .header > .nav__list:after {
    left: -23px;
    border-left-width: 23px;
    border-top-width: 60px;
  }
  .layout > .header > .nav__list .link {
    height: 60px;
  }
  .layout > .header > .aside {
    top: 60px;
  }
  .layout > .footer .footer__panel {
    padding: 0 20px;
    width: 100%;
  }
  .layout > .footer .footer__panel:first-child {
    padding: 0 20px;
  }
  .layout > .footer .footer__panel:last-child {
    padding: 0 20px;
  }
  .magazine__wrapper .module {
    padding: 0;
  }
  .magazine__wrapper .module > .part {
    padding: 60px 15px;
    min-width: auto;
    width: 100%;
  }
  .magazine__wrapper .module > .part .magazine .information__wrapper .content {
    padding-right: 60px;
    font-size: 14px;
  }
  .magazine__wrapper .module > .part .magazine .information__wrapper .content .title {
    font-size: 16px;
  }
  .magazine__wrapper .module > .part .magazine .information__wrapper .content .description--mini {
    font-size: 12px;
  }
  .magazine__wrapper .module > .part .magazine .information__wrapper .links .link {
    margin-right: 10px;
    min-width: unset;
    font-size: 14px;
  }
  .magazine__wrapper .module > .part .magazine .information__wrapper >.aside {
    width: 25px;
  }
  .magazine__wrapper .module > .part .magazine .information__wrapper >.aside:after {
    right: 25px;
  }
  .magazine__wrapper .module > .part .magazine .information__wrapper >.aside .text {
    right: 10px;
  }
  .module__wrapper--emissions .title__wrapper {
    font-size: 25px;
  }
  .module__wrapper--emissions .title__wrapper .title--mini {
    font-size: 18px;
  }

  .layout > .header > .nav__list .link.link--language {
    padding: 0 10px;
  }
  .layout > .header > .aside .nav__list > li {
    padding-left: 20px;
  }
  .nav--line {
    padding: 10px 20px;
  }

  .part--text--infographic > .title {
    word-break: break-word;
    font-size: 38px;
    line-height: 50px;
  }
  .part--text--infographic > .subtitle {
    word-break: break-word;
    font-size : 24px;
  }
}

@media screen and (max-width: 480px) {
/* start of phone styles */


  .nav--line .is-dropdown.is-dropdown--month .is-dropdown__options {
    min-width: 100vw;
    max-width: 100vw;
    left: -40px;
  }
  .nav--line .is-dropdown.is-dropdown--month .is-dropdown__options li {
    width: unset;
    width: auto;
    padding: 0 12.5px;
  }

  .part--text {
    word-break: break-word;
  }
  .part--text .title {
    font-size: 46px;
  }
  .part--text .subtitle {
    font-size: 25px;
  }
  .part-text .text {
    font-size: 16px;
  }
  .module > .background img {
    width: auto;
  }
  .module > .background {
    overflow: hidden;
  }
  .part--list > li .aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .part--infographic > .title {
    word-break: break-word;
    font-size: 30px;
  }
  .part--infographic .column > .title {
    font-size: 20px;
  }
  .part--infographic .column > .content {
    font-size: 50px;
  }
  .part--infographic .module {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .module--managementlist,
  .module--rectangle {
    padding: 20px 20px 0 0;
  }
  .module--managementlist .part--rectangle,
  .module--rectangle .part--rectangle{
    margin: 0 0 20px 20px;
  }
  .part p img {
    width: 100%;
    height: auto;
  }
  .content-wrapper {
    padding: 40px 30px;
  }
  .puzzle-content {
    padding: 1px;
  }
  .puzzle-content a {
    display: block;
    color: #006BA7;
  }
  .puzzle-content .puzzle-easy {
    margin: 0 auto;
    margin-top: 120px;
  }
  .puzzle-content .puzzle-hard {
    margin-left: 34%;
    margin: 0 auto;
    margin-top: 140px;
    color: #006BA7;
  }
  .part--text--infographic > .title {
    word-break: break-word;
    font-size: 26px;
    line-height: 140%;
  }
  .part--text--infographic > .subtitle {
    word-break: break-word;
    font-size : 18px;
  }
  .module--emissions .image svg {
    width: 100%;
  }
  .module--emissions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .module--emissions .part {
    min-width: unset;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .module--emissions .text {
    word-break: break-word;
  }
  .part--infographic .column:first-child {
    margin-bottom: 40px;
  }
  .column--50,
  .column--33,
  .column--25 {
      padding: 10px;
      -ms-flex-preferred-size: 100%;
      flex-basis:100%;
  }
  .module__wrapper--emissions .title__wrapper .title {
    font-size: 25px;
    font-size: 19px;
  }
  .module__wrapper--emissions .title__wrapper .title--mini {
    /*font-size: 18px;*/
    font-size: 14px;
  }
  .part--list__news li a {
    padding: 20px;
  }
  .part--list > li .aside .img__wrapper {
    padding-right: 0;
    width: 100%;
    height: auto;
  }
  .part--list__news li a .title__wrapper {
    max-width: 100%;
  }
  #particles-js {
    height: 100%;
  }
  .nav--line > li {
    padding: 8px 20px;
  }
  .module--emissions .part .number {
    font-size: 25px;
  }
  .part--text {
    background-color: rgba(111,197,219,0.5);
  }
  #canvas-wrap {
    height: auto;
    height: unset;
  }
}
@media screen and (max-width: 400px) {
  .layout > .header > .logo {
    padding-right: 0;
    padding-left: 5px;
  }
  .layout > .header > .logo svg {
    height: 35%;
  }
  .layout > .header > .nav__list .link {
    font-size: 14px;
  }
  .layout > .header > .nav__list .link.link--language {
    padding-left: 0;
  }
  .magazine__wrapper .module > .part .magazine .information__wrapper .content {
    padding-right: 60px;
    font-size: 14px;
  }
  .magazine__wrapper .module > .part .magazine .information__wrapper .content .title {
    font-size: 16px;
  }
  .magazine__wrapper .module > .part .magazine .information__wrapper .content .description--mini {
    font-size: 12px;
  }
  .magazine__wrapper .module > .part .magazine .information__wrapper .links {
    padding-right: 60px;
  }
}

@media screen and (min-width: 374px) and (max-width: 414px) {
  .layout > .header > .logo svg {
    height: 50%;
  }
}


@media screen and (max-width: 767px) and (-ms-high-contrast: active), screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .svg_production__y_axis_text.has_ie {
    display: none;
  }
  .svg_production__y_axis_text.svg_production__y_axis_text--ie {
    display: block;
  }
  .links__wrapper .module .part {
    flex: none;
    max-width: none;
  }
  .module--job .part--form.part--form-signals .module .part {
    flex: none;
    max-width: calc(100%);
    width:100%;
  }
  .module--job .part--form.part--form-signals .module.second--row :nth-last-of-type(2).part {
    max-width: 100%;
    width:100%;
    flex: none;
  }
  .svg_production__y_axis_text {
    font-size: 11px;
  }
}

@media screen and (min-width: 767px) and (-ms-high-contrast: active), screen and (min-width: 767px) and (-ms-high-contrast: none) {
  .left-menu .row > .column {
      max-width: 25%;
  }
  .part--rectangle .image {
    flex-shrink: 0;
  }
  .module--rectangle > .part--rectangle {
    flex: none;
  }
  .links__wrapper .module .part {
    flex: none;
    max-width: calc(33.3%);
    width:33.3%;
  }
  .module--job .part--form.part--form-signals .module .part {
    flex: none;
    max-width: calc(25%);
    width:25%;
  }
  .module--job .part--form.part--form-signals .module.second--row :nth-last-of-type(2).part {
    max-width: 50%;
    width:50%;
  }
  .svg_production__y_axis_text {
    font-size: 11px;
  }
}
