@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,800&subset=latin-ext");
@import url("normalize.css");
.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}
[style="color: red"] {
  color: inherit !important;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body *:focus {
  outline: 0;
}
body.outline *:focus {
  outline: 5px solid red;
}
html {
  color: #333;
  font: 16px/1.5em 'Montserrat', sans-serif;
  overflow-y: scroll;
}
html#home {
  font: 14px/1.3em 'Montserrat', sans-serif;
}
body {
  position: relative;
}
body.menu-is-open {
  height: 100vh;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #00a050;
}
.mt100 {
  margin-top: 100px;
}
h1 {
  color: #00a050;
  font: 1.88em/1.25em 'Montserrat', sans-serif;
  text-align: center;
}
figure {
  margin: 0;
}
figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.margin {
  margin: 60px 0;
}
.green {
  color: #00a050;
}
.gray {
  color: #737373;
}
.navy {
  color: #1d2532;
}
.red {
  color: #f00;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.custom-list {
  margin: 1em 0;
}
ul.custom-list li {
  padding-left: 1em;
  position: relative;
}
ul.custom-list li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .75em;
  border: 0.125em solid #00a050;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
ul.custom-list.underline li a:hover {
  text-decoration: underline;
}
ol {
  margin: 1em 0;
  counter-reset: orderList;
  list-style: none;
  padding: 0;
}
ol li {
  position: relative;
  padding-left: 2em;
}
ol li:before {
  counter-increment: orderList;
  content: counter(orderList) '.';
  position: absolute;
  color: #00a050;
  font-weight: bold;
  left: .25em;
}
button {
  background-color: transparent;
  border: none;
  display: block;
  cursor: pointer;
  padding: 0;
  font: 400 1em/1.5em 'Montserrat', sans-serif;
}
strong {
  color: #00a050;
}
.wrap {
  width: 100%;
  max-width: 960px;
  padding: 0 10px;
  margin: 0 auto;
}
.font-big .wrap {
  max-width: 1440px;
}
.wrap-small {
  width: 100%;
  max-width: 720px;
  padding: 0 10px;
  margin: 0 auto;
}
.font-big .wrap-small {
  max-width: 1080px;
}
.main-triangle {
  display: block;
}
.main-triangle .empty polygon {
  fill: none;
  stroke: #00a050;
  stroke-width: 5;
  stroke-linejoin: round;
}
.main-triangle .full polygon {
  fill: transparent;
  transition: fill .5s;
}
.main-triangle .full polygon.active {
  fill: #00a050;
}
.high-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print {
  .high-box {
    width: 100% !important;
    display: block !important;
  }
}
.high-box .txt {
  width: 50%;
}
@media print {
  .high-box .txt {
    width: 100%;
  }
}
.high-box .txt .header {
  font: bold 1.87em/1.25em 'Montserrat', sans-serif;
  text-transform: none;
}
@media print {
  .high-box .txt .header {
    display: none;
  }
}
.high-box .txt p {
  font: 1.13em/1.56em 'Montserrat', sans-serif;
}
@media print {
  .high-box .txt > p {
    display: none;
  }
}
.high-box .txt .more-btn {
  color: #00a050;
  border: 1px solid #00a050;
  padding: 0.94em 2.5em;
}
@media print {
  .high-box .txt .more-btn {
    display: none;
  }
}
.high-box .txt .more-btn:after {
  content: url('../img/more_arrow.svg');
  display: inline-block;
  margin-left: 0.88em;
}
.high-box .txt .more-btn:hover {
  background-color: #00a050;
  color: #fff;
}
.high-box .txt .more-btn:hover:after {
  content: url('../img/more_arrow_white.svg');
}
.high-box .txt .manage-btn:hover {
  color: #00a050;
}
.high-box .graph {
  max-width: 50%;
}
@media print {
  .high-box .graph {
    display: none;
  }
}
.high-box img {
  display: block;
  position: relative;
  z-index: -1;
}
@media print {
  .high-box img {
    display: none;
  }
}
.high-box div:first-child {
  background-image: linear-gradient(-90deg, white 0%, rgba(255, 255, 255, 0.01) 40%);
}
.high-box div:last-child {
  background-image: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.01) 40%);
}
.two-years {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 325px;
}
.two-years .graph {
  width: 40%;
  background-color: #00a050;
  position: relative;
}
.two-years .graph img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 80%;
  max-width: 80%;
}
.two-years .graph + .txt {
  border-right-width: 3px;
  border-left-width: 0;
}
.two-years .txt {
  width: 60%;
  padding: 0 50px;
  color: #00a050;
  border: 3px solid #eeeeee;
  border-right-width: 0;
}
.two-years .txt .header {
  font: bold 1.87em/1.2em 'Montserrat', sans-serif;
}
.two-years .txt .list-year span {
  color: #333;
}
.two-years .txt .list-year .year {
  position: relative;
  display: inline-block;
  padding: .25em 2em .25em 0;
}
.two-years .txt .list-year .year:after {
  content: '';
  display: block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-left-color: #00a050;
  border-width: 0.43em 0 0.43em 0.74em;
  top: 50%;
  right: .45em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.accordions {
  margin: 4.38em 0;
}
.accordions .accordion-header {
  margin: 0;
  padding: .5em 3em .5em 0;
  font: bold 1.5em/1.25em 'Montserrat', sans-serif;
  text-transform: uppercase;
  position: relative;
  border-bottom: 2px dotted #b9b9b9;
  transition: color .5s;
}
@media print {
  .accordions .accordion-header {
    border-bottom: none;
  }
}
.accordions .accordion-header:after {
  content: '';
  display: block;
  position: absolute;
  top: 0.75em;
  right: 0;
  border-style: solid;
  border-color: #333 transparent;
  border-width: 0.75em 0.41em 0;
  transition: border-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, border-color 0.5s;
  transition: transform 0.5s, border-color 0.5s, -webkit-transform 0.5s;
}
@media print {
  .accordions .accordion-header:after {
    display: none;
  }
}
.accordions .accordion-header.active {
  color: #00a050;
}
.accordions .accordion-header.active:after {
  top: 0.59em;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  border-top-color: #00a050;
}
.accordions .accordion-body {
  display: none;
  padding: 1px 0;
}
@media print {
  .accordions .accordion-body {
    display: block !important;
  }
}
.quote {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  min-height: 325px;
}
.quote.woman .quote-more {
  background-image: url('../img/quote_woman_icon.svg');
  background-position: 65% 30%;
}
.quote .quote-more {
  width: 40%;
  background-color: #1d2532;
  color: #fff;
  background-image: url('../img/quote_man_icon.svg');
  background-position: 60% 30%;
  background-repeat: no-repeat;
  position: relative;
}
@media print {
  .quote .quote-more {
    display: none;
  }
}
.quote .quote-more:hover span:after {
  margin-left: 1.75em;
}
.quote .quote-more span {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.quote .quote-more span:after {
  content: url('../img/more_arrow_white.svg');
  margin-left: 0.88em;
  transition: margin-left 0.3s;
}
.quote .txt {
  width: 60%;
  background-color: #eceff4;
  padding: 50px 25px 25px 50px;
}
.quote .txt blockquote {
  margin: 0;
}
.quote .txt .author {
  margin-top: 1.5em;
}
.quote .txt .author span {
  display: block;
  text-align: right;
}
.award {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 325px;
}
.award .award-more {
  width: 40%;
  background-color: #00a050;
  color: #fff;
  background-image: url('../img/award_icon.svg');
  background-position: 45% 25%;
  background-repeat: no-repeat;
  position: relative;
}
@media print {
  .award .award-more {
    display: none;
  }
}
.award .award-more:hover span:after {
  margin-left: 1.75em;
}
.award .award-more span {
  position: absolute;
  top: 84%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.award .award-more span:after {
  content: url('../img/more_arrow_white.svg');
  margin-left: 0.88em;
  transition: margin-left 0.3s;
}
.award .txt {
  width: 60%;
  padding: 50px;
  color: #00a050;
}
@media print {
  .award .txt {
    width: 100%;
    color: #333;
  }
}
.award .txt .header {
  font: bold 1.87em/1.2em 'Montserrat', sans-serif;
}
.award .txt .author {
  margin-top: 1.5em;
}
.award .txt .author span {
  display: block;
  text-align: right;
}
.tabs {
  margin: 4.38em 0 2.19em;
}
.tabs .tabs-nav button {
  font: bold 1.13em/1.33em 'Montserrat', sans-serif;
  opacity: .5;
}
.tabs .tabs-nav button.active {
  opacity: 1;
}
@media print {
  .tabs .tabs-nav {
    display: none !important;
  }
}
.tabs .tab-body:not(:first-of-type) {
  display: none;
}
@media print {
  .tabs .tab-body {
    display: block;
  }
}
.tabs.vertical .tabs-nav {
  background-color: #eceff4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.88em 0.88em 0;
}
.tabs.vertical .tabs-nav button {
  background-color: transparent;
  padding: 1.16em 3.1em;
  text-align: left;
}
.tabs.vertical .tabs-nav button.active {
  background-color: #fff;
}
.tabs.vertical .tab-body {
  padding: 2.63em 0 1px;
}
.tabs.vertical .tab-body .tab-header {
  font: bold 1em/1.5em 'Montserrat', sans-serif;
}
@media print {
  .tabs.vertical .tab-body .tab-header {
    font-size: 1.3em;
  }
}
.tabs.horizontal {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs.horizontal .tabs-nav {
  width: 50%;
}
.tabs.horizontal .tabs-nav button {
  padding: .75em 0;
  text-align: left;
}
.tabs.horizontal .tabs-nav button.active {
  color: #00a050;
  text-decoration: underline;
}
.tabs.horizontal .tab-body {
  width: 48%;
  position: relative;
  border: 3px solid #ebebeb;
  padding: 20px 30px;
}
.tabs.horizontal .tab-body:before {
  content: '';
  display: block;
  position: absolute;
  left: -17px;
  top: 50%;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-left: 3px solid #ebebeb;
  border-bottom: 3px solid #ebebeb;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.tiles {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.tiles li {
  width: 33.33%;
  height: 313.33333333px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  padding: 190px 40px 0;
}
@media all and (max-width: 960px) {
  .tiles li {
    height: 33.33vw;
  }
}
.tiles .tiles-header {
  font: bold 1.88em/1.25em 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 0em 0;
}
.tiles p {
  margin: 0;
  text-transform: uppercase;
  line-height: 1.25em;
}
.label-box {
  font-weight: bold;
  position: relative;
  padding: 1px 0 1px 2em;
  margin: 3em 0;
}
.label-box:before {
  content: '';
  display: block;
  position: absolute;
  left: .25em;
  top: .75em;
  bottom: 0;
  border-left: 7px solid #00a050;
}
#cookie-info {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
}
#cookie-info a {
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
#cookie-info .wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: .5rem 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#cookie-info .wrap p {
  margin-right: 5rem;
  font-size: 1rem;
  line-height: 1.5em;
}
#cookie-info .wrap button {
  border: 1px solid #fff;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  font: 1rem/1rem 'Montserrat', sans-serif;
  transition: all .5s;
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
}
#cookie-info .wrap button:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #333;
}
.gp {
  color: #00a050;
  cursor: pointer;
}
.gp:before {
  content: '[\2618  ';
  margin-right: 0.4em;
}
.gp:after {
  content: ']';
  margin-right: 0.4em;
}
.gp:hover {
  font-size: inherit;
}
.gp:hover + .gp-txt {
  color: #00a050;
}
.tiles-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media print {
  .tiles-list {
    display: block;
    background: none !important;
  }
}
.tiles-list[data-bg] {
  position: relative;
}
.tiles-list[data-bg]:after {
  content: '';
  display: block;
  position: absolute;
  border-right: 1px solid #fff;
  right: 0;
  top: 0;
  bottom: 0;
}
.tiles-list:not([data-bg]) {
  margin: 60px 0;
}
.tiles-list:not([data-bg]) li {
  background-color: #e1e1e1;
}
.tiles-list:not([data-bg]) li:hover img {
  display: none;
}
.tiles-list:not([data-bg]) li:hover img.hover {
  display: block;
}
.tiles-list:not([data-bg]) button {
  font: bold 1em/1.5em 'Montserrat', sans-serif;
}
.tiles-list:not([data-bg]) button figure {
  margin: 0;
  padding: 0;
  height: 40%;
}
.tiles-list:not([data-bg]) button figure img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  height: 70px;
}
.tiles-list:not([data-bg]) button figure .hover {
  display: none;
}
.tiles-list li {
  width: 33.333%;
  height: 310.2px;
  border: 4.7px solid #fff;
}
@media print {
  .tiles-list li {
    display: block;
    width: 100%;
    height: auto;
    border: none;
  }
}
.wrap-small .tiles-list li {
  height: 237.6px;
  border-width: 3.6px;
}
@media all and (max-width: 960px) {
  .tiles-list li {
    height: 33.33vw;
  }
}
@media print {
  .tiles-list li {
    display: block;
    width: 100%;
    height: auto;
    border: none;
  }
  .wrap-small .tiles-list li {
    border: none;
    height: auto;
  }
}
.tiles-list button {
  width: 100%;
  height: 100%;
  color: #00a050;
  background-color: transparent;
  font: bold 1.76em/1em 'Montserrat', sans-serif;
  padding: 0 10px;
}
@media print {
  .tiles-list button {
    display: none;
  }
}
.tiles-list button:hover {
  color: #fff;
  background-color: #00a050;
}
.back-info-box {
  text-align: center;
  border: 3px solid #e1e1e1;
  padding: 1em 0;
  margin: 5em 0;
}
.back-info-box h2 {
  font: bold 1em/1.5em 'Montserrat', sans-serif;
  color: #00a050;
}
.back-info-box address {
  font-style: normal;
}
.managment-btn:hover {
  color: #00a050;
}
.pop-up-img {
  padding: 25px;
  float: right;
}
html.home:lang(en-EN) section .hi-lightWide {
  color: #00a050;
  font: 1.8rem/1em 'Montserrat', sans-serif;
  position: absolute;
  max-width: 31rem;
}
header {
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
header .header-title {
  margin: 0;
  font: 400 13px/1.3em 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  color: inherit;
  text-align: left;
}
@media print {
  header .header-title {
    height: 100%;
    padding-top: 20px;
  }
}
header .header-title img {
  display: block;
  max-height: 29px;
  margin: 0 20px 0 40px;
}
header .header-title span {
  display: inline-block;
  width: 150px;
}
header .toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media print {
  header .toolbar {
    display: none;
  }
}
header .toolbar-btn {
  background-color: #555;
  height: 75px;
  width: 75px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  transition: background-color 0.3s;
}
header .toolbar-btn:hover {
  background-color: #3b3b3b;
}
header .search-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .search-btn {
  background-image: url('../img/search_icon.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 30%;
}
header .search-btn:before,
header .search-btn:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  top: 50%;
  left: 50%;
  border-right: 3px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
header .search-btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
header .search-btn:hover {
  background-color: #3b3b3b;
}
header .search-btn.active {
  background-image: none;
}
header .search-btn.active:before,
header .search-btn.active:after {
  height: 30px;
  transition: height .3s;
}
header .search-btn.active + form input {
  width: 300px;
  padding: 5px 10px;
}
header .search-btn.active + form .search-submit {
  width: auto;
  padding: 0 10px;
  opacity: 1;
  font-size: inherit;
}
header form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #555;
}
header form input {
  width: 0px;
  transition: width .5s;
  border: 0;
  height: 30px;
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0;
  position: relative;
  z-index: 2;
  font: 400 13px/1.3em 'Montserrat', sans-serif;
}
header form .search-submit {
  overflow: hidden;
  width: 0;
  text-transform: none;
  font-size: 14px;
  line-height: 1.3em;
  opacity: 0;
  font-size: 0;
  transition: opacity .1s .5s;
}
header .contrast-btn {
  background-image: url('../img/contrast.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 30%;
}
header .lang-btn {
  z-index: 3;
}
header .menu-btn {
  z-index: 4;
  background-color: #00a050;
}
header .menu-btn:hover {
  background-color: #006d37;
}
header .menu-btn.active .hamburger {
  font-size: 0;
}
header .menu-btn.active .hamburger:before,
header .menu-btn.active .hamburger:after {
  height: 35px;
  transition: height .3s;
}
header .menu-btn .hamburger {
  position: relative;
  display: block;
  width: 100%;
  transition: font-size 0.3s;
}
header .menu-btn .hamburger:before,
header .menu-btn .hamburger:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  border-right: 8px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
header .menu-btn .hamburger:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.main-menu {
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  position: fixed;
  background: #fff url('../img/nav_bg.jpg') 0 50% no-repeat;
  background-size: contain;
  font: 400 13px/1.3em 'Montserrat', sans-serif;
  opacity: 0;
  -webkit-animation: opacityAnim 2s forwards;
          animation: opacityAnim 2s forwards;
}
.main-menu:before {
  content: '';
  display: block;
  height: 75px;
  background-color: #555;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation: translateAnim 1s forwards;
          animation: translateAnim 1s forwards;
}
.main-menu.active {
  display: block;
}
.main-menu .menu-box {
  margin-left: 35vw;
  padding-left: 1vw;
  height: 100%;
  box-shadow: -4vw -2vw 12vw 4vw #fff;
  background: #fff;
}
.main-menu nav {
  padding-top: 5rem;
  text-transform: uppercase;
}
.main-menu nav > ul button {
  text-transform: uppercase;
  padding: .5em 0 .5em 2em;
  position: relative;
  display: block;
  max-width: 28.5em;
  text-align: left;
  line-height: 2em;
  font-size: 14px;
}
.main-menu nav > ul button:before {
  content: '';
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-style: solid;
  border-width: 0 0 4px 4px;
  border-color: transparent transparent #333 #333;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
  top: .65em;
  transition: border-color 0s 0.25s, -webkit-transform 0.5s;
  transition: transform 0.5s, border-color 0s 0.25s;
  transition: transform 0.5s, border-color 0s 0.25s, -webkit-transform 0.5s;
}
.main-menu nav > ul button.active:before {
  -webkit-transform: rotateX(180deg) rotateZ(-45deg);
          transform: rotateX(180deg) rotateZ(-45deg);
  border-color: transparent transparent #00a050 #00a050;
  top: 1.2em;
}
.main-menu nav > ul button.active + ul {
  display: block;
  padding-bottom: 1em;
}
.main-menu nav > ul button.active + ul a {
  margin-left: 3em;
  padding: 0.25em;
  text-transform: none;
  line-height: 1.3em;
}
.main-menu nav > ul > li:not(:nth-of-type(n+7)) {
  width: calc(51%);
  float: left;
}
.main-menu nav > ul > li:nth-of-type(n+7) {
  width: calc(49%);
  margin-left: calc(51%);
}
.main-menu nav > ul li ul {
  display: none;
  height: 25%;
}
.main-menu nav a {
  color: #333;
  display: block;
  max-width: 28.5em;
  padding: 0.5em 0;
  line-height: 2em;
  font-size: 14px;
}
.main-menu nav a:hover {
  color: #00a050;
  text-decoration: underline;
}
.main-menu .sub-menu-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  clear: both;
  padding-bottom: 5rem;
  position: absolute;
  bottom: 0;
  right: 75px;
}
.main-menu .sub-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.main-menu .sub-menu li a {
  padding: 0 25px;
  color: #333;
}
.main-menu .sub-menu li a:hover {
  color: #00a050;
  text-decoration: underline;
}
.main-menu .social-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
}
.main-menu .social-menu a {
  display: block;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.main-menu .social-menu .in {
  background-image: url('../img/in_icon.png');
}
.main-menu .social-menu .gl {
  background-image: url('../img/gl_icon.png');
}
.main-menu .social-menu .tw {
  background-image: url('../img/tw_icon.png');
}
.subpage-toolbar:before {
  content: '';
  display: block;
  height: 75px;
  background-color: #555;
}
.subpage-toolbar .wrap {
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
}
@media print {
  .subpage-toolbar .wrap {
    display: none;
  }
}
.subpage-toolbar .breadcrumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font: 0.86rem/1.25em 'Montserrat', sans-serif;
}
.subpage-toolbar .breadcrumbs li:not(:last-of-type):after {
  content: '/';
  margin: 0 .5rem;
}
.subpage-toolbar .breadcrumbs li:last-of-type {
  color: #00a050;
}
.subpage-toolbar .font-btn {
  background-color: transparent;
  transition: background-color 0.5s, color 0.5s;
}
.subpage-toolbar .font-btn:before {
  content: '+ A -';
  font: 0.92rem/42px 'Montserrat', sans-serif;
  display: block;
  width: 42px;
}
.subpage-toolbar .font-btn.active {
  color: #fff;
  background-color: #00a050;
}
.site-nav {
  position: fixed;
  z-index: 99;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print {
  .site-nav {
    display: none;
  }
}
.site-nav.only-scroll {
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  bottom: 0;
}
.site-nav li {
  background-color: #555;
  height: 50px;
  width: 50px;
}
.site-nav li:not(:last-of-type) {
  margin-bottom: 3px;
}
.site-nav li > * {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: relative;
  transition: background-color 0.5s;
}
.site-nav li > *:hover {
  background-color: #00a050;
}
.site-nav li > *:after {
  content: '';
  display: block;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.site-nav .scroll-up:after {
  border-width: 0 8px 13px;
  border-bottom-color: #fff;
}
.site-nav .next:after {
  border-width: 7px 0 7px 13px;
  border-left-color: #fff;
}
.site-nav .prev:after {
  border-width: 7px 13px 7px 0;
  border-right-color: #fff;
}
footer {
  font-size: 14px;
}
html:not(.home) footer {
  margin-top: 60px;
}
footer .top-list-box {
  background-color: #e1e1e1;
}
footer .top-list-box ul {
  min-height: 160px;
}
footer ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
}
footer a {
  color: #333;
}
footer a:hover {
  color: #00a050;
  text-decoration: underline;
}
@media print {
  footer {
    display: none;
  }
}
html#home {
  font-size: 0.732vw;
}
.home h3 {
  font: bold 4.19rem/1.25em 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .4em;
}
.home h3 + .subtitle {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3.5em;
}
.home h3 + .subtitleMargin25em {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2.5em;
}
.home .links a {
  color: #333;
  display: block;
  padding: 1em 0;
  position: relative;
}
.home .links a:before,
.home .links a:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  border-bottom: 1px solid #333;
  transition: width 0.3s 0.3s ease-out;
}
.home .links a:before {
  width: 13.66rem;
  transition: width 0.3s ease-in;
}
.home .links a:hover {
  color: #00a050;
}
.home .links a:hover:before {
  width: 0;
}
.home .links a:hover:after {
  border-bottom-color: #00a050;
  width: 13.66rem;
}
.home aside {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  width: 31.42rem;
  background-color: #fff;
  top: 100vh;
  height: 100vh;
  z-index: 1;
  text-align: center;
  padding: 0 5.19rem;
}
.home aside .title {
  font: bold 2.2rem/1.25em 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.home aside .title small {
  display: block;
  font: 1.39rem/1.25em 'Montserrat', sans-serif;
  margin: .5em;
  text-transform: none;
}
.home aside .main-triangle {
  margin-bottom: 2em;
}
.home aside .info {
  font-size: 1.2rem;
  line-height: 1.5em;
  margin-bottom: 2em;
}
.home aside .points-box {
  border: 3px solid #00a050;
  padding: .75em 0;
  letter-spacing: 1px;
  font: bold 1.6rem/1.25em 'Montserrat', sans-serif;
  pointer-events: none;
}
.home aside .points-box.active {
  pointer-events: auto;
  background-color: #00a050;
}
.home aside .points-box.active .points {
  color: #fff;
  margin-left: 0;
}
.home aside .points-box.active .points:before {
  display: none;
}
.home aside .points {
  position: relative;
  margin-left: 1.42rem;
}
.home aside .points:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -3.83rem;
  top: -0.27rem;
  border-style: solid;
  border-width: 0 1.37rem 2.46rem;
  border-color: transparent transparent #00a050;
}
.home section {
  padding: 3em 0;
  min-height: 100vh;
  font: 1.37rem/1.25em 'Montserrat', sans-serif;
  position: relative;
}
.home section:nth-of-type(2n) {
  background-color: #f1f1f1;
}
.home section.top {
  min-height: 100vh;
  position: relative;
  padding: 1px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home section.top h2 {
  color: #fff;
  text-align: center;
  font: bold 4.92rem/1.6em 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.home section.top h2:after {
  content: url('../img/triangle_white.svg');
  display: block;
  width: 25.6rem;
  height: 22.2rem;
  position: relative;
  margin: 5rem 0 0 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.home section.top h2 small {
  font: 400 1.78rem/1.25em 'Montserrat', sans-serif;
  display: block;
  letter-spacing: 0;
  text-transform: none;
}
.home section.under-top {
  min-height: 0;
}
.home section.under-top h3,
.home section.under-top .subtitle {
  text-align: center;
}
.home section.under-top h3 {
  margin-bottom: 1em;
}
.home section.under-top h3 + .subtitle {
  margin-bottom: 3em;
}
.home section.under-top .columns-2 {
  padding-left: 4.49rem;
  margin-top: 4em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home section.under-top .columns-2 p {
  width: 47%;
}
.home section.home-1 .bg {
  background-image: url('../img/home_1.jpg');
}
.home section.home-1 .hi-light {
  top: 60vh;
  left: 58.74rem;
}
.home section.home-1 .links {
  margin-top: 14vh;
}
.home section.home-2 svg {
  margin-top: calc(42vh - 15.5rem);
  max-width: calc(40% - (48.49rem - 36.88rem));
}
.home section.home-2 .hi-light {
  top: 60vh;
  left: 20.49rem;
}
.home section.home-2 .links {
  margin-top: 12vh;
}
.home section.home-3 .bg {
  background-image: url('../img/home_3.jpg');
}
.home section.home-3 .hi-light {
  top: 63vh;
}
.home section.home-3 .links {
  margin-top: 19vh;
}
.home section.home-4 svg {
  margin-top: calc(42vh - 15.5rem);
  max-width: calc(45% - (48.49rem - 36.88rem));
}
.home section.home-4 .hi-light {
  top: 60vh;
  left: 20.49rem;
}
.home section.home-4 .links {
  margin-top: 11vh;
}
.home section.home-5 .bg {
  background-image: url('../img/home_5.jpg');
}
.home section.home-5 .hi-light {
  top: 55vh;
  left: 54.64rem;
  width: 17.76rem;
}
.home section.home-5 .links {
  margin-top: 20vh;
}
.home section.home-6 svg {
  margin-top: calc(42vh - 15.5rem);
  max-width: calc(36.88rem - 15%);
}
.home section.home-6 .hi-light {
  top: 70vh;
  left: 20.49rem;
}
.home section.home-6 .links {
  margin-top: -2.5vh;
}
.home section .wrap {
  max-width: 71%;
}
.home section .left-col {
  width: 39%;
  float: left;
}
.home section .right-col {
  width: 47%;
  float: right;
  padding-right: 6%;
  margin-right: calc(48.49rem - 36.88rem);
}
.home section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: -1;
}
.home section .hi-light {
  color: #00a050;
  font: 1.8rem/1em 'Montserrat', sans-serif;
  position: absolute;
  max-width: 23.22rem;
  left: 61.47rem;
  top: 68vh;
}
.home section .hi-light span {
  font: bold 4.78rem/1.3em 'Montserrat', sans-serif;
  display: block;
}
.home .top-bg {
  background-image: url('../img/home_top.jpg');
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: -1;
  background-size: cover;
}
.home .top-bg .gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.66) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.3) 100%);
}
.home button[data-id="triangle-1"] {
  position: absolute;
  top: 13.66rem;
  left: 66.93rem;
}
.home button[data-id="triangle-2"] {
  position: absolute;
  top: 6.83rem;
  left: 6.83rem;
}
.home button[data-id="triangle-2"] svg {
  max-width: none;
}
.home button[data-id="triangle-3"] {
  position: absolute;
  top: 42.35rem;
  left: 12.29rem;
}
.home button[data-id="triangle-4"] {
  position: absolute;
  top: 42.35rem;
  left: 50.54rem;
}
.home button[data-id="triangle-4"] svg {
  max-width: none;
}
.home button[data-id="triangle-5"] {
  position: absolute;
  top: 42.35rem;
  left: 30.05rem;
}
.home button[data-id="triangle-6"] {
  position: absolute;
  top: 42.35rem;
  left: 12.29rem;
}
.home .sg-triangle {
  fill: #00a050;
  stroke: #00a050;
  stroke-width: 3px;
  fill-rule: evenodd;
}
.home .sg-triangle:hover {
  cursor: pointer;
}
.home .sg-triangle path.active {
  fill: none;
  pointer-events: none;
}
.home .full polygon {
  transition: opacity .3s;
  opacity: 0;
}
.home .full polygon.active {
  opacity: 1;
}
.stakeholders-circle {
  margin-top: 4rem;
}
.stakeholders-circle path {
  fill: #ededed;
  fill-rule: evenodd;
}
.stakeholders-circle path.active {
  fill: transparent;
  stroke-width: 4;
  stroke: #ededed;
}
.stakeholders-circle rect {
  fill: transparent;
}
.stakeholders-circle rect + text {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.stakeholders-circle circle.center-outside {
  fill: #00a050;
}
.stakeholders-circle circle.center-outside.active {
  fill: #fff;
  stroke: #00a050;
  stroke-width: 4;
}
.stakeholders-circle circle.center-outside.active + text {
  fill: #333;
}
.stakeholders-circle circle.center-inside {
  fill: #ededed;
  stroke: #00a050;
  stroke-width: 4;
}
.stakeholders-circle circle.center-inside.active {
  fill: #fff;
}
.stakeholders-circle circle.center-inside.active + text {
  fill: #00a050;
}
.stakeholders-circle circle + text {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.stakeholders-tab-body {
  position: relative;
  border: 3px solid #ebebeb;
  padding: 20px;
  margin: 20px 0 60px;
}
.stakeholders-tab-body:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -17px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-left: 3px solid #ebebeb;
  border-top: 3px solid #ebebeb;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.stakeholders-tab-body:not(:first-of-type) {
  display: none;
}
.stakeholders-tab-body .header {
  text-align: center;
  font: bold 1.71rem/1.25em 'Montserrat', sans-serif;
}
.stakeholders-tab-body .small-header {
  font: bold 1em/1.5em 'Montserrat', sans-serif;
}
.stakeholders-tab-body .small-header:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 100px;
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
}
.stakeholders-tab-body .target .small-header:before {
  background-size: 57px 48px;
  background-image: url('../img/family/target_icon.svg');
}
.stakeholders-tab-body .relations .small-header {
  margin-top: 3rem;
}
.stakeholders-tab-body .relations .small-header:before {
  background-size: 49px 49px;
  background-image: url('../img/family/relations_icon.svg');
}
.stakeholders-tab-body .dialogue .small-header:before {
  background-size: 53px 48px;
  background-image: url('../img/family/dialogue_icon.svg');
}
.stakeholders-tab-body .key-data .small-header:before {
  background-size: 65px 53px;
  background-image: url('../img/family/key_icon.svg');
}
.stakeholders-tab-body .risk .small-header:before {
  background-size: 57px 49px;
  background-image: url('../img/family/risk_icon.svg');
}
.stakeholders-tab-body .grid-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.stakeholders-tab-body .grid-box > div {
  width: 47%;
}
.value-chain .top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.5rem;
}
.value-chain .top > * {
  width: 42%;
}
.value-chain .tabs-add {
  text-align: center;
}
.value-chain .tabs-nav button {
  padding: 0.5em 0;
}
.value-chain .tabs-nav .active {
  color: #00a050;
  text-decoration: underline;
}
#rodzina ul.custom-list li::before {
  display: none;
}
#rodzina ul.custom-list img {
  max-height: 40px;
  margin-top: 20px;
}
#questionnaireForm #q14text {
  margin-top: 50px;
}
#questionnaireForm #q15text {
  padding: 40px 30px;
}
#questionnaireForm #nope {
  display: none;
}
#questionnaireForm #q-q14text {
  margin-top: 60px;
}
#questionnaireForm .questionnaire-question {
  padding: 40px 30px;
  min-height: 232px;
  margin-bottom: 20px;
}
#questionnaireForm .questionnaire-question .questionnaireForm-question {
  font-weight: bold;
  position: relative;
  min-height: 76px;
}
#questionnaireForm .questionnaire-question:nth-child(4n+1) {
  background-color: #f1f1f1;
}
#questionnaireForm .questionnaire-question:nth-child(4n+1) .number {
  color: #fff;
}
#questionnaireForm .questionnaire-question:nth-child(4n+2) {
  background-color: #f1f1f1;
}
#questionnaireForm .questionnaire-question.text {
  padding: 0 30px;
  margin-top: -27px;
  margin-bottom: 34px;
  min-height: 110px;
}
#questionnaireForm .questionnaire-question.text .questionnaireForm-question {
  min-height: auto;
}
#questionnaireForm .questionnaire-question .number {
  font-weight: 800;
  color: #f1f1f1;
  font-size: 8em;
  position: absolute;
}
#questionnaireForm .questionnaire-question input[type=radio],
#questionnaireForm .questionnaire-question input[type=checkbox] {
  display: none;
}
#questionnaireForm .questionnaire-question input[type=radio] + label:before,
#questionnaireForm .questionnaire-question input[type=checkbox] + label:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 1.5em;
  height: 1.5em;
  border: solid #00a050 3px;
  background-color: #fff;
}
#questionnaireForm .questionnaire-question input[type=radio]:hover,
#questionnaireForm .questionnaire-question input[type=checkbox]:hover {
  cursor: pointer;
}
#questionnaireForm .questionnaire-question input[type=radio]:checked + label {
  color: #00a050;
}
#questionnaireForm .questionnaire-question input[type=radio] + label {
  display: block;
  width: 25%;
  float: left;
  text-align: center;
}
#questionnaireForm .questionnaire-question input[type=radio]:hover {
  cursor: pointer;
}
#questionnaireForm .questionnaire-question input[type=radio] + label:before {
  display: block;
  border-radius: 50%;
  clear: both;
  margin: 0 auto 0.5em auto;
}
#questionnaireForm .questionnaire-question input[type=radio]:checked + label:before,
#questionnaireForm .questionnaire-question input[type=checkbox]:checked + label:before {
  background-color: #00a050;
}
#questionnaireForm .questionnaire-question input[type=checkbox] + label {
  display: block;
  margin-bottom: 0.5em;
}
#questionnaireForm .questionnaire-question input[type=text] {
  width: 100%;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #a9a9a9;
  background-color: transparent;
}
#questionnaireForm .questionnaire-question p.error {
  background-color: #faa;
  color: #f00;
}
#questionnaireForm p.thanks {
  text-align: center;
  color: #00a050;
}
#questionnaireForm ul.errorList {
  text-align: center;
}
#questionnaireForm ul.errorList a {
  color: #f00;
}
#questionnaireForm button {
  padding: 0.5em 3em;
  border: solid #00a050 3px;
  font-size: 1em;
  background-color: #fff;
  margin: auto;
}
#questionnaireForm .more-btn {
  color: #00a050;
  border: 1px solid #00a050;
  padding: 0.94rem 2.5rem;
}
#questionnaireForm .more-btn:after {
  content: url('../img/more_arrow.svg');
  display: inline-block;
  margin-left: 0.88rem;
}
#questionnaireForm .more-btn:hover {
  background-color: #00a050;
  color: #fff;
}
#questionnaireForm .more-btn:hover:after {
  content: url('../img/more_arrow_white.svg');
}
*:focus {
  outline: 5px solid red;
}
@media all and (max-width: 600px) {
  #questionnaireForm .questionnaire-question {
    min-height: 400px;
  }
}
@media all and (max-width: 350px) {
  #questionnaireForm .questionnaire-question {
    min-height: 550px;
  }
  #questionnaireForm .questionnaire-question input[type=radio] + label {
    width: 100%;
  }
}
#downloadCenter fieldset {
  border: none;
  background: #eceff4;
  padding: 3em;
}
#downloadCenter fieldset input[type=checkbox] {
  display: none;
}
#downloadCenter fieldset input[type=checkbox] + label:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 1.5em;
  height: 1.5em;
  border: solid #00a050 3px;
  background-color: #fff;
  margin-right: 1.5em;
}
#downloadCenter fieldset input[type=checkbox]:checked + label:before {
  background-color: #00a050;
}
#downloadCenter fieldset input[type=checkbox] + label {
  display: block;
  margin-bottom: 0.5em;
}
#downloadCenter fieldset .selectAll + label {
  padding-top: 3em;
}
#downloadCenter .buttons {
  margin-top: 3em;
}
#downloadCenter .buttons button {
  display: inline-block;
  margin: 1em 1.5em 0 0;
  padding: 0.5em 3em;
  color: #00a050;
  border: solid #00a050 1px;
  font-size: 1em;
  background-color: #fff;
  margin-right: 15px;
}
#downloadCenter .buttons button::after {
  content: '';
  display: inline-block;
  margin-left: 3em;
  width: 1em;
  height: 1em;
  background: url(../img/more_arrow.svg) center center no-repeat;
  vertical-align: middle;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
#downloadCenter .buttons button:hover {
  color: #fff;
  background-color: #00a050;
}
#downloadCenter .buttons button:hover::after {
  background: url(../img/more_arrow_white.svg) center center no-repeat;
}
table {
  margin-top: 60px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 0;
  font: 0.9em 'Montserrat', sans-serif;
}
table.fixed {
  table-layout: fixed;
}
table.color tr td {
  border-bottom: 1px solid #a8a9ad;
  text-align: left;
  padding: 20px 15px;
}
table.color tr td:nth-child(odd) {
  background-color: #fff;
}
table.color tr td.bdb {
  background: #ff7043;
  color: #fff;
  font-weight: bold;
}
table.color tr td.db {
  background: #ffb300;
  color: #fff;
  font-weight: bold;
}
table.color tr td.bckGrey {
  background-color: #eceff4;
}
table sup {
  color: #fff;
  text-decoration: underline;
  left: 5px;
}
table caption {
  margin: 1em 0;
  font-weight: bold;
  text-align: left;
}
table thead tr th {
  background-color: #00a050;
  text-align: center;
  padding: 20px 15px;
  color: #fff;
  font-weight: normal;
  border-bottom: 2px solid #fff;
  border-right: 1px solid #fff;
}
table tr td {
  border-bottom: 1px solid #a8a9ad;
  text-align: left;
  padding: 20px 15px;
}
table tr td:nth-child(odd) {
  background-color: #eceff4;
}
table tr td button {
  text-align: left;
}
table.gri {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 0;
}
table.gri thead tr th {
  background-color: #00a050;
  padding: 20px 5px;
  color: #fff;
  font-weight: normal;
  border-bottom: 2px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: top;
}
table.gri thead tr th.w10 {
  width: 9%;
}
table.gri thead tr th.w20 {
  width: 27.5%;
}
table.gri thead tr th:last-child {
  border-right: none;
}
table.gri tr td {
  text-align: left;
  padding: 20px 15px;
  vertical-align: top;
  background-color: transparent;
}
table.gri tr td.gray {
  background: #eceff3;
}
table.gri tr td:nth-child(1) a {
  color: black;
  text-transform: uppercase;
}
table.gri tr td:last-child a {
  text-decoration: underline;
}
table.gri tr td .circle:before {
  content: '\25CF';
  color: #00a050;
  font-size: 2.5em;
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
}
table.gri tr td .circleHalf:before {
  content: '\25D0';
  color: #00a050;
  font-size: 1.9em;
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
}
table.gri tr td .empty-mark:before {
  content: '\25CB';
  color: #00a050;
  font-size: 2.5em;
  position: relative;
  text-align: center;
  width: 100%;
  display: block;
}
table.gri tr.lvl1 td {
  border: none;
  color: #fff;
  text-transform: uppercase;
  background-color: #a8a9ad;
  text-align: Center;
  text-decoration: none;
}
table.gri tr.lvl2 td {
  border: none;
  background-color: #fff;
  text-align: Center;
  text-decoration: none;
  border-top: 1px solid #a8a9ad;
  border-bottom: 1px solid #a8a9ad;
}
table.gri tr:nth-child(1).lvl2 td {
  border-top: none;
}
p.sup .circle {
  margin-left: 30px;
  position: relative;
  margin-right: 10px;
}
p.sup .circle:before {
  content: '\25CF';
  color: #00a050;
  font-size: 2.5em;
  margin-top: -4px;
  position: absolute;
  margin-left: 0;
  left: -30px;
}
p.sup .circleHalf {
  margin-left: 30px;
  position: relative;
  margin-right: 10px;
}
p.sup .circleHalf:before {
  content: '\25D0';
  color: #00a050;
  font-size: 1.9em;
  margin-top: -4px;
  position: absolute;
  margin-left: 0;
  left: -30px;
}
p.sup .empty-mark {
  margin-left: 30px;
  position: relative;
}
p.sup .empty-mark:before {
  content: '\25CB';
  color: #00a050;
  font-size: 2.5em;
  margin-top: -4px;
  position: absolute;
  margin-left: 0;
  left: -30px;
}
p.sup a {
  height: 0;
  text-decoration: underline;
}
p.sup sup {
  font-size: 100%;
}
.risk h2 {
  text-align: center;
  display: block;
  width: 100%;
  font-size: 1.1em;
}
.risk h3 {
  font: 16px/1.5em 'Montserrat', sans-serif;
  margin-bottom: 0;
  font-weight: bold;
}
.risk p {
  margin-top: 0;
}
.risk .smallVisible {
  display: none;
}
.risk .riskWrap {
  margin-top: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.risk .riskWrap a {
  text-decoration: underline;
  font-weight: bold;
}
.risk .riskWrap:nth-of-type(2) {
  margin-top: 70px;
  margin-bottom: 50px;
}
.risk .riskWrap .col-1 {
  width: 60%;
}
.risk .riskWrap .col-1 .infoBox:nth-of-type(1) {
  margin-right: 30px;
}
.risk .riskWrap .col-1 .infoBox:nth-of-type(1):after {
  content: '';
  display: block;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  top: -50px;
  right: 107px;
  border-width: 0 20px 28px;
  border-bottom-color: #00a050;
}
.risk .riskWrap .col-1 .infoBox:nth-of-type(2):after {
  content: '';
  display: block;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  top: -50px;
  right: 107px;
  border-width: 0 20px 28px;
  border-bottom-color: #00a050;
}
.risk .riskWrap .col-2 {
  margin-left: auto;
}
.risk .riskWrap .col-2 .infoBox {
  min-height: 500px;
  margin-right: 30px;
}
.risk .riskWrap .riskBox1 {
  background-color: #eceff4;
  text-align: center;
  width: 60%;
  padding: 40px 0;
  margin-left: auto;
  position: relative;
}
.risk .riskWrap .riskBox1:after {
  content: '';
  display: block;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  bottom: -50px;
  right: 112px;
  border-width: 0 20px 28px;
  border-bottom-color: #00a050;
}
.risk .riskWrap .riskBox2 {
  background-color: #eceff4;
  text-align: center;
  width: 100%;
  padding: 40px 0;
  margin-right: auto;
  position: relative;
}
.risk .riskWrap .riskBox2:after {
  content: '';
  display: block;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  top: 35%;
  right: -80px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-width: 0 20px 28px;
  border-bottom-color: #00a050;
}
.risk .riskWrap .infoBox {
  border: 2px solid #eceff4;
  padding: 30px;
  width: 100%;
  min-height: 326px;
  position: relative;
}
.risk .riskWrap .infoBox a {
  text-align: center;
  display: block;
  width: 100%;
}
.contact .flexContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 60px;
}
.contact .flexContainer .item {
  width: 50%;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.contact .flexContainer .logo {
  margin: 0 auto;
  margin-top: 60px;
}
.contact .flexContainer .logos img {
  margin: 0;
}
.contact .flexContainer.box1 {
  padding-bottom: 40px;
  border-bottom: 1px solid #333;
}
.contact .flexContainer strong {
  color: #333;
}
.contact .flexContainer.bck {
  background-color: #ecf0f1;
}
.contact .flexContainer a {
  color: #333;
}
.contact .flexContainer a:hover {
  text-decoration: underline;
}
.hc body {
  background-color: #000;
  color: #fff;
}
.hc table thead tr th,
.hc .home section:nth-of-type(2n) {
  background-color: #000;
}
.hc .main-menu .sub-menu li a,
.hc .main-menu nav a,
.hc .home .links a,
.hc button,
.hc .chart .google-visualization-tooltip span {
  color: #fff !important;
}
.hc table sup,
.hc .two-years .txt .list-year span,
.hc .tabs.horizontal .tabs-nav button,
.hc .value-chain .tabs-nav button,
.hc .tabs.vertical .tabs-nav button,
.hc footer a {
  color: #fff;
}
.hc .quote .txt,
.hc .tabs.vertical .tabs-nav,
.hc .high-box .txt,
.hc footer .top-list-box {
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  background-image: none;
}
.hc .tabs.vertical .tabs-nav button.active {
  border: 1px solid #fff;
  background: none;
}
.hc .fancybox-slide > * {
  border: 1px solid #fff;
}
.hc .high-box {
  margin-top: 40px;
  margin-bottom: 30px;
}
.hc table thead tr th,
.hc table tr td,
.hc .tabs.horizontal .tab-body:before,
.hc .tabs.horizontal .tab-body {
  border-color: #fff;
}
.hc .tabs.horizontal .tab-body:before {
  background-color: #fff;
}
.hc .stakeholders-circle rect + text {
  fill: #fff;
}
.hc table thead tr th {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  color: #fff;
}
.hc .stakeholders-circle path {
  fill: #000;
}
.hc .stakeholders-circle path {
  stroke: #fff;
}
.hc .stakeholders-circle path.active {
  stroke: #00a050;
}
.hc .tiles-list:not([data-bg]) li,
.hc table.color tr td.bckGrey,
.hc table tr td:nth-child(odd) {
  background-color: #000;
}
.hc .fancybox-slide > *,
.hc .chart .google-visualization-tooltip {
  background-color: #000;
}
.hc .chart text {
  fill: #000;
}
.hc .quote .quote-more {
  background-color: #00a050;
}
.hc .chart text[text-anchor="start"],
.hc .chart text[text-anchor="end"] {
  fill: #fff;
}
.hc .two-years .txt {
  color: #fff;
  border-color: #fff;
}
.hc .risk .riskWrap .riskBox2,
.hc .risk .riskWrap .riskBox1 {
  border: 1px solid #fff;
  background-color: #000;
}
.hc .home aside,
.hc table.gri tr td.gray {
  background-color: #000;
}
.hc .accordions .accordion-header:after {
  border-top-color: #fff;
}
.hc .home aside {
  border: 3px solid #00a050;
}
.hc .home .top-bg,
.hc .home section.home-3 .bg,
.hc .home section.home-5 .bg,
.hc .home section.home-1 .bg {
  background: none;
}
.hc .slider.zaopatrzenie .jump-buttons li.active button {
  background-color: #00a050;
}
.hc .slider.zaopatrzenie .inner strong,
.hc .slider.hurt .inner strong {
  color: #00a050;
}
.hc .high-box div:last-child,
.hc .high-box div:first-child {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.hc .main-menu .menu-box,
.hc .main-menu {
  background: #000;
  box-shadow: none;
}
.hc .main-menu nav > ul button:before {
  border-color: #00a050;
}
@-webkit-keyframes translateAnim {
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@keyframes translateAnim {
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@-webkit-keyframes opacityAnim {
  to {
    opacity: 1;
  }
}
@keyframes opacityAnim {
  to {
    opacity: 1;
  }
}
#accessibility {
  list-style: none;
  height: 0;
  margin: 0;
  padding: 0;
}
#accessibility a,
#accessibility button {
  display: inline;
  font: 16px/1.5em 'Montserrat', sans-serif;
  left: -9000em;
  padding: 5px 10px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  width: 200px;
  z-index: 99;
  font-weight: normal;
}
#accessibility a:hover,
#accessibility button:hover,
#accessibility a:focus,
#accessibility button:focus,
#accessibility a:active,
#accessibility button:active {
  background: none repeat scroll 0 0 #555;
  border: 2px solid #fff;
  color: #fff;
  left: 0;
  position: fixed;
  top: 0;
}
.wcag_hide {
  height: 1px;
  width: 1px;
  position: absolute;
  left: -10000em;
  top: 0;
}
.toolbar .wcag-add {
  display: none;
}
.font-big {
  font-size: 1.5em;
  line-height: 1.25em;
}
.font-sm {
  font-size: 0.8em;
}
.chart {
  width: 100%;
  height: 450px;
}
.print-image {
  display: none;
}
.chart-tooltip {
  padding: 10px;
  min-width: 130px;
  max-width: 250px;
}
.chart-tooltip.event {
  background-color: #66bb6a;
  color: #fff;
}
.hc .chart-tooltip.event {
  background-color: #000;
}
.two-charts {
  width: 100%;
  height: 450px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two-charts .chart {
  width: 50%;
  height: 100%;
}
.chart-title {
  font-weight: 600;
  margin-top: 50px;
}
.chart-subtitle {
  text-align: center;
  margin-top: 150px;
}
.two-charts-titles {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two-charts-titles p {
  width: 50%;
  text-align: center;
}
.chart-growth {
  width: 100%;
  height: 450px;
  position: relative;
}
.chart-growth .value {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
  font-size: 1.8em;
  font-weight: 500;
}
@media all and (max-width: 800px) {
  .chart-growth .value {
    position: static;
  }
}
.chart-growth .value:before {
  display: block;
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #66bb6a;
  border-width: 30px 20px;
  left: -55px;
  top: -36px;
}
@media all and (max-width: 600px) {
  .chart-growth .value:before {
    display: none;
  }
}
.chart-growth .value .loss:before {
  top: -6px;
  border-color: #666 transparent transparent;
}
.chart-legend {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.chart-legend li {
  position: relative;
  padding-left: 40px;
  display: inline-block;
}
.chart-legend li:before {
  display: block;
  content: '';
  height: 1em;
  width: 30px;
  left: 5px;
  top: .25em;
  position: absolute;
}
.chart-legend.wskazRent li {
  width: 60%;
}
.chart-legend.wskazRent li:first-of-type:before {
  background-color: #66bb6a;
}
.chart-legend.wskazRent li:nth-of-type(2):before {
  background-color: #e6e6e6;
}
.chart-legend.wskazRent li:nth-of-type(3):before {
  background-color: #a7a9ac;
}
.chart-legend.wskazRent li:nth-of-type(4):before {
  background-color: #dae0e1;
}
.chart-legend.wskazRent li:nth-of-type(5):before {
  background-color: #d3d5e1;
}
.chart-legend.wskazRent li:nth-of-type(6):before {
  background-color: #b0b5c9;
}
.chart-legend.wskazRent li:nth-of-type(7):before {
  background-color: #8595ae;
}
.chart-legend.wskazRent li:nth-of-type(8):before {
  background-color: #00a050;
}
.chart-legend.lpwpno li {
  width: 49%;
}
.chart-legend.lpwpno li:first-of-type:before {
  background-color: #66bb6a;
}
.chart-legend.lpwpno li:nth-of-type(2):before {
  background-color: #e6e6e6;
}
.chart-legend.lpwpno li:nth-of-type(3):before {
  background-color: #a7a9ac;
}
.chart-legend.lpwpno li:nth-of-type(4):before {
  background-color: #00a050;
}
.chart-legend.lpwpno li:nth-of-type(5):before {
  background-color: #666;
}
.chart-legend.lpwpno li:nth-of-type(6):before {
  background-color: #333;
}
.chart-grid {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.chart-grid .chart {
  width: 48%;
  height: 350px;
  margin-bottom: 60px;
}
.chart-grid .chart-growth {
  width: 48%;
  height: 350px;
  position: relative;
  margin-bottom: 60px;
}
.chart-grid .chart-growth .chart {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.chart-grid .chart-growth .value {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-size: 1em;
  font-weight: 500;
}
@media all and (max-width: 800px) {
  .chart-grid .chart-growth .value {
    top: 50px;
    right: 25%;
  }
}
.chart-grid .chart-growth .value:before {
  display: block;
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #66bb6a;
  border-width: 30px 20px;
  left: -55px;
  top: -36px;
}
.chart-grid .chart-growth .value.loss:before {
  top: -6px;
  border-color: #666 transparent transparent;
}
@media all and (max-width: 800px) {
  .chart-grid .chart,
  .chart-grid .chart-growth {
    margin-top: 60px;
  }
}
@media all and (max-width: 700px) {
  .chart-grid .chart {
    width: 100%;
  }
  .chart-grid .chart-growth {
    width: 100%;
  }
}
.google-visualization-tooltip {
  z-index: 2;
}
.chart-annotation {
  text-align: right;
  display: block;
  width: 100%;
}
.hc .chart path[stroke="#636363"] {
  stroke: #fff;
  stroke-opacity: 1.0;
}
.hc .chart circle[fill="#636363"] {
  fill: #fff;
  fill-opacity: 1.0;
}
.hc .chart text {
  fill: #fff !important;
}
.slider {
  margin-top: 60px;
}
.slider.hurt .jump-buttons li.active button {
  background-color: #002156;
}
.slider.hurt .inner strong {
  color: #002156;
}
.slider.hurt .inner button {
  background-image: url('../img/carousel_arrow_hurt.svg');
}
.slider.detal .jump-buttons li.active button {
  background-color: #ef4d1c;
}
.slider.detal .inner strong {
  color: #ef4d1c;
}
.slider.detal .inner button {
  background-image: url('../img/carousel_arrow_detal.svg');
}
.slider.zaopatrzenie .jump-buttons li.active button {
  background-color: #1b4f81;
}
.slider.zaopatrzenie .inner strong {
  color: #1b4f81;
}
.slider.zaopatrzenie .inner button {
  background-image: url('../img/carousel_arrow_zaopatrzenie.svg');
}
.slider .inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider .inner div {
  width: 867px;
  overflow: hidden;
}
.slider .inner button {
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../img/carousel_arrow.svg');
}
.slider .inner button.prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider .inner button[disabled] {
  background-image: url('../img/carousel_arrow_disabled.svg');
}
@media print {
  .slider .inner button {
    display: none;
  }
}
.slider .inner ul {
  height: 250px;
  overflow: hidden;
  width: 1000000%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
@media all and (max-width: 960px) {
  .slider .inner ul {
    height: 290px;
  }
}
.slider .inner ul li {
  width: 289px;
  height: 100%;
  display: inline-block;
}
@media print {
  .slider .inner ul li {
    page-break-inside: avoid;
  }
}
.slider .inner ul li div {
  width: 100%;
  height: 100%;
  padding-top: 135px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
}
.slider .inner ul li div:before {
  display: block;
  content: '';
  width: 100%;
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.slider .inner ul li div p {
  max-width: 100%;
}
.slider .inner ul li strong {
  font-size: 1.19rem;
  font-weight: bold;
}
.slider .jump-buttons {
  width: 80%;
  height: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
@media print {
  .slider .jump-buttons {
    display: none;
  }
}
@media all and (max-width: 440px) {
  .slider .jump-buttons {
    display: none;
  }
}
@media all and (max-width: 960px) {
  .slider .jump-buttons {
    width: 100%;
    height: 15px;
  }
}
.slider .jump-buttons li {
  height: 100%;
}
.slider .jump-buttons li:not(:last-of-type) {
  margin-right: 4px;
}
.slider .jump-buttons li.active button {
  background-color: #66bb6a;
}
.slider .jump-buttons li button {
  width: 100%;
  height: 100%;
  background-color: #eceff4;
}
.sprzedaz-hurtowa li:nth-of-type(1) div:before {
  background-image: url('../img/rodzina-pelion/ico-hurt/ico-przychody.svg');
}
.hc .sprzedaz-hurtowa li:nth-of-type(1) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-hurt/ico-przychody.svg');
}
.sprzedaz-hurtowa li:nth-of-type(2) div:before {
  background-image: url('../img/rodzina-pelion/ico-hurt/ico-sprzedaz.svg');
}
.hc .sprzedaz-hurtowa li:nth-of-type(2) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-hurt/ico-sprzedaz.svg');
}
.sprzedaz-hurtowa li:nth-of-type(3) div:before {
  background-image: url('../img/rodzina-pelion/ico-hurt/ico-zatrudnienie.svg');
}
.hc .sprzedaz-hurtowa li:nth-of-type(3) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-hurt/ico-zatrudnienie.svg');
}
.sprzedaz-hurtowa li:nth-of-type(4) div:before {
  background-image: url('../img/rodzina-pelion/ico-hurt/ico-dystrybucja.svg');
}
.hc .sprzedaz-hurtowa li:nth-of-type(4) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-hurt/ico-dystrybucja.svg');
}
.sprzedaz-hurtowa li:nth-of-type(5) div:before {
  background-image: url('../img/rodzina-pelion/ico-hurt/ico-apteki.svg');
}
.hc .sprzedaz-hurtowa li:nth-of-type(5) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-hurt/ico-apteki.svg');
}
.sprzedaz-hurtowa li:nth-of-type(6) div:before {
  background-image: url('../img/rodzina-pelion/ico-hurt/ico-producenci.svg');
}
.hc .sprzedaz-hurtowa li:nth-of-type(6) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-hurt/ico-producenci.svg');
}
.sprzedaz-hurtowa li:nth-of-type(7) div:before {
  background-image: url('../img/rodzina-pelion/ico-hurt/ico-hurtownie.svg');
}
.hc .sprzedaz-hurtowa li:nth-of-type(7) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-hurt/ico-hurtownie.svg');
}
.sprzedaz-hurtowa li:nth-of-type(8) div:before {
  background-image: url('../img/rodzina-pelion/ico-hurt/ico-opakowania.svg');
}
.hc .sprzedaz-hurtowa li:nth-of-type(8) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-hurt/ico-opakowania.svg');
}
.sprzedaz-hurtowa li:nth-of-type(9) div:before {
  background-image: url('../img/rodzina-pelion/ico-hurt/ico-zarzadzanie.svg');
}
.hc .sprzedaz-hurtowa li:nth-of-type(9) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-hurt/ico-zarzadzanie.svg');
}
.sprzedaz-hurtowa li:nth-of-type(10) div:before {
  background-image: url('../img/rodzina-pelion/ico-hurt/ico-m2.svg');
}
.hc .sprzedaz-hurtowa li:nth-of-type(10) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-hurt/ico-m2.svg');
}
.sprzedaz-detaliczna li:nth-of-type(1) div:before {
  background-image: url('../img/rodzina-pelion/ico-detal/ico-przychody.svg');
}
.hc .sprzedaz-detaliczna li:nth-of-type(1) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-detal/ico-przychody.svg');
}
.sprzedaz-detaliczna li:nth-of-type(2) div:before {
  background-image: url('../img/rodzina-pelion/ico-detal/ico-sprzedaz.svg');
}
.hc .sprzedaz-detaliczna li:nth-of-type(2) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-detal/ico-sprzedaz.svg');
}
.sprzedaz-detaliczna li:nth-of-type(3) div:before {
  background-image: url('../img/rodzina-pelion/ico-detal/ico-zatrudnienie.svg');
}
.hc .sprzedaz-detaliczna li:nth-of-type(3) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-detal/ico-zatrudnienie.svg');
}
.sprzedaz-detaliczna li:nth-of-type(4) div:before {
  background-image: url('../img/rodzina-pelion/ico-detal/ico-apteki.svg');
}
.hc .sprzedaz-detaliczna li:nth-of-type(4) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-detal/ico-apteki.svg');
}
.sprzedaz-detaliczna li:nth-of-type(5) div:before {
  background-image: url('../img/rodzina-pelion/ico-detal/ico-natura.svg');
}
.hc .sprzedaz-detaliczna li:nth-of-type(5) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-detal/ico-natura.svg');
}
.sprzedaz-detaliczna li:nth-of-type(6) div:before {
  background-image: url('../img/rodzina-pelion/ico-detal/ico-pacjenci.svg');
}
.hc .sprzedaz-detaliczna li:nth-of-type(6) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-detal/ico-pacjenci.svg');
}
.sprzedaz-detaliczna li:nth-of-type(7) div:before {
  background-image: url('../img/rodzina-pelion/ico-detal/ico-klienci.svg');
}
.hc .sprzedaz-detaliczna li:nth-of-type(7) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-detal/ico-klienci.svg');
}
.sprzedaz-detaliczna li:nth-of-type(8) div:before {
  background-image: url('../img/rodzina-pelion/ico-detal/ico-internaci.svg');
}
.hc .sprzedaz-detaliczna li:nth-of-type(8) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-detal/ico-internaci.svg');
}
.zaopatrzenie-szpitali li:nth-of-type(1) div:before {
  background-image: url('../img/rodzina-pelion/ico-zaopatrzenie-szpitali/ico-przychody.svg');
}
.hc .zaopatrzenie-szpitali li:nth-of-type(1) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-zaopatrzenie-szpitali/ico-przychody.svg');
}
.zaopatrzenie-szpitali li:nth-of-type(2) div:before {
  background-image: url('../img/rodzina-pelion/ico-zaopatrzenie-szpitali/ico-sprzedaz.svg');
}
.hc .zaopatrzenie-szpitali li:nth-of-type(2) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-zaopatrzenie-szpitali/ico-sprzedaz.svg');
}
.zaopatrzenie-szpitali li:nth-of-type(3) div:before {
  background-image: url('../img/rodzina-pelion/ico-zaopatrzenie-szpitali/ico-zatrudnienie.svg');
}
.hc .zaopatrzenie-szpitali li:nth-of-type(3) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-zaopatrzenie-szpitali/ico-zatrudnienie.svg');
}
.zaopatrzenie-szpitali li:nth-of-type(4) div:before {
  background-image: url('../img/rodzina-pelion/ico-zaopatrzenie-szpitali/ico-leki.svg');
}
.hc .zaopatrzenie-szpitali li:nth-of-type(4) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-zaopatrzenie-szpitali/ico-leki.svg');
}
.zaopatrzenie-szpitali li:nth-of-type(5) div:before {
  background-image: url('../img/rodzina-pelion/ico-zaopatrzenie-szpitali/ico-szpital.svg');
}
.hc .zaopatrzenie-szpitali li:nth-of-type(5) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-zaopatrzenie-szpitali/ico-szpital.svg');
}
.zaopatrzenie-szpitali li:nth-of-type(6) div:before {
  background-image: url('../img/rodzina-pelion/ico-zaopatrzenie-szpitali/ico-dostawy.svg');
}
.hc .zaopatrzenie-szpitali li:nth-of-type(6) div:before {
  background-image: url('../img/hc/rodzina-pelion/ico-zaopatrzenie-szpitali/ico-dostawy.svg');
}
.maraton1 li:nth-of-type(1) div:before {
  background-image: url('../img/filozofia/ico-maraton/1/uczestnicy-01.svg');
}
.hc .maraton1 li:nth-of-type(1) div:before {
  background-image: url('../img/hc/filozofia/ico-maraton/1/uczestnicy-01.svg');
}
.maraton1 li:nth-of-type(2) div:before {
  background-image: url('../img/filozofia/ico-maraton/1/dzieci_pobiegly-01.svg');
}
.hc .maraton1 li:nth-of-type(2) div:before {
  background-image: url('../img/hc/filozofia/ico-maraton/1/dzieci_pobiegly-01.svg');
}
.maraton1 li:nth-of-type(3) div:before {
  background-image: url('../img/filozofia/ico-maraton/1/wolontariusze-01.svg');
}
.hc .maraton1 li:nth-of-type(3) div:before {
  background-image: url('../img/hc/filozofia/ico-maraton/1/wolontariusze-01.svg');
}
.maraton1 li:nth-of-type(4) div:before {
  background-image: url('../img/filozofia/ico-maraton/1/biegacze-01.svg');
}
.hc .maraton1 li:nth-of-type(4) div:before {
  background-image: url('../img/hc/filozofia/ico-maraton/1/biegacze-01.svg');
}
.maraton2 li:nth-of-type(1) div:before {
  background-image: url('../img/filozofia/ico-maraton/2/litrow_wody-01.svg');
}
.hc .maraton2 li:nth-of-type(1) div:before {
  background-image: url('../img/hc/filozofia/ico-maraton/2/litrow_wody-01.svg');
}
.maraton2 li:nth-of-type(2) div:before {
  background-image: url('../img/filozofia/ico-maraton/2/napoj_izotoniczny-01.svg');
}
.hc .maraton2 li:nth-of-type(2) div:before {
  background-image: url('../img/hc/filozofia/ico-maraton/2/napoj_izotoniczny-01.svg');
}
.maraton2 li:nth-of-type(3) div:before {
  background-image: url('../img/filozofia/ico-maraton/2/banany-01.svg');
}
.hc .maraton2 li:nth-of-type(3) div:before {
  background-image: url('../img/hc/filozofia/ico-maraton/2/banany-01.svg');
}
.maraton2 li:nth-of-type(4) div:before {
  background-image: url('../img/filozofia/ico-maraton/2/pomarancze-01.svg');
}
.hc .maraton2 li:nth-of-type(4) div:before {
  background-image: url('../img/hc/filozofia/ico-maraton/2/pomarancze-01.svg');
}
@media print {
  .wrap-small {
    width: 100% !important;
    max-width: 100% !important;
  }
  .wrap {
    width: 100% !important;
    max-width: 100% !important;
  }
  html {
    font-size: 14pt;
  }
  .quote-more {
    display: none !important;
  }
  .print-break-page {
    page-break-before: always;
  }
  .print-break-page-after {
    page-break-after: always;
  }
  .tabs .tab-body:not(:first-of-type) {
    display: block;
  }
  .tab-body {
    padding-top: 0px !important;
  }
  .accordion-body {
    display: block;
  }
  .slider .inner ul {
    width: 100%;
    height: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .slider .inner ul li {
    width: 285px;
  }
  .chart-subtitle {
    margin-top: 10mm;
  }
  .table-container {
    overflow: hidden !important;
  }
  .accordion-header {
    padding: 0 !important;
  }
  .tabs-nav {
    display: none !important;
  }
  .chart {
    display: none;
  }
  .print-image {
    display: block;
  }
  .chart-growth .value {
    top: 200px !important;
  }
  .chart-grid {
    display: block !important;
  }
  .txt {
    width: 100% !important;
    max-width: 100% !important;
  }
  .txt .pop-up {
    width: 100% !important;
    max-width: 100% !important;
  }
  .managment-btn {
    display: none !important;
  }
}
@media all and (max-width: 1200px) {
  html#home {
    font-size: 1vw;
  }
  .home button[data-id="triangle-1"] {
    left: 55rem;
  }
  .home section.home-1 .hi-light {
    left: 44rem;
  }
  .home section .hi-light {
    left: 41rem;
  }
  .home section .right-col {
    margin-right: calc(14.61rem);
  }
  .home h3 {
    font: bold 2.9rem/1.25em 'Montserrat', sans-serif;
  }
  .home section.home-4 #Grupa_5 {
    max-width: calc(28.39%);
  }
  .home section.home-2 .hi-light {
    left: 9.49rem;
  }
  .home section.home-4 .hi-light {
    left: 10.49rem;
  }
  .home section.home-5 .hi-light {
    left: 48.64rem;
  }
  .home section.home-6 #Layer_4 {
    max-width: calc(11.88rem);
  }
  .home button[data-id="triangle-4"] {
    top: 51.35rem;
  }
  .main-menu .menu-box {
    margin-left: 31vw;
  }
  header .search-btn.active + form input {
    width: 130px;
  }
}
@media all and (max-width: 900px) {
  .main-menu .menu-box {
    margin-left: 2vw;
  }
  .home aside {
    display: none;
  }
  /*#fancybox-container-1{display:none;}*/
  html#home {
    font-size: 1.4vw;
  }
  .home section.under-top .columns-2 {
    display: block;
    padding-left: 0;
  }
  .home section.under-top .columns-2 p {
    width: 100%;
  }
  .home section .right-col {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .home section .left-col {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .sg-triangle {
    display: none;
  }
  .home h3,
  .home h3 + .subtitle {
    text-align: center;
  }
  .home section {
    min-height: 71vh;
  }
  .home section.home-1 .hi-light {
    top: 37rem;
  }
  .home section.home-2 svg,
  .home section.home-6 #Layer_4,
  .home section.home-4 #Grupa_5 {
    display: none;
  }
  .home section.home-2 svg {
    margin-top: 0;
  }
  .home section.home-4 .hi-light {
    top: 37rem;
    left: 43.49rem;
  }
  .home section.home-5 .hi-light {
    top: 33.64rem;
  }
  .home section.home-6 .hi-light {
    top: 40rem;
    left: 40.49rem;
  }
  .home section.home-3 .links,
  .home section.home-1 .links,
  .home section.home-4 .links,
  .home section.home-5 .links,
  .home section.home-6 .links,
  .home section.home-2 .links {
    margin-top: 2vh;
  }
  .home section.home-2 .hi-light {
    top: 48vh;
    left: 47.49rem;
  }
  .home section .hi-light {
    left: 41rem;
    top: 31rem;
    font: 1.2rem/1em 'Montserrat', sans-serif;
  }
  .home section .hi-light span {
    font: bold 2.78rem/1.3em 'Montserrat', sans-serif;
  }
  .site-nav {
    display: none;
  }
  header .search-box {
    display: none;
  }
  .high-box {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .high-box .txt,
  .high-box .graph {
    width: 100%;
    max-width: 720px;
    margin-top: 20px;
  }
  .high-box .graph img {
    width: 100%;
  }
  .tabs.vertical .tabs-nav button {
    font: bold 0.9em/1.33em 'Montserrat', sans-serif;
  }
  .risk .riskWrap .riskBox2:after {
    right: -63px;
  }
  .risk .riskWrap .infoBox {
    padding: 15px;
  }
  .risk .riskWrap .riskBox2:after {
    display: none;
  }
  .stakeholders-tab-body .grid-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .home section.top h2 {
    margin-top: 162px;
  }
  .main-menu .sub-menu-box {
    display: none;
  }
  header .toolbar-btn {
    width: 50px;
    height: 50px;
  }
  .main-menu:before {
    height: 50px;
  }
  header .toolbar-btn {
    font-size: 12px;
  }
  body.menu-is-open {
    overflow: auto;
  }
  .main-menu {
    position: absolute;
    height: auto;
    background: #fff;
  }
  .main-menu nav {
    padding-top: 2rem;
  }
  .home section .right-col,
  .home section .left-col {
    float: none;
  }
  .table-container {
    overflow: scroll;
    overflow-y: hidden;
  }
  .home section .bg {
    background-position: 50%;
  }
  .risk .smallVisible {
    display: block;
  }
  .risk .smallVisible img {
    width: 100%;
  }
}
@media all and (max-width: 700px) {
  html#home {
    font-size: 1.8vw;
  }
  header .toolbar {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 9px;
    width: 100%;
  }
  .header-title {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding-top: 10px;
  }
  .main-menu:before {
    height: 120px;
  }
  .home section.top h2 {
    line-height: 1;
    margin-top: 162px;
  }
  .home section {
    min-height: 116vh;
    font: 1.67rem/1.25em 'Montserrat', sans-serif;
  }
  .home section .hi-light {
    position: inherit;
    font: 2.2rem/1em 'Montserrat', sans-serif;
  }
  footer .top-list-box {
    padding-top: 20px;
  }
  footer ul {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 200px;
    padding: 20px 0;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer ul li {
    padding-bottom: 20px;
  }
  .subpage-toolbar:before {
    height: 153px;
  }
  .tabs.vertical .tabs-nav {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs.vertical .tabs-nav button {
    margin: 0 auto;
  }
  .tabs .tabs-nav button {
    font: bold 0.9em/1.33em 'Montserrat', sans-serif;
  }
  .tiles-list button {
    font: bold 1.26em/1em 'Montserrat', sans-serif;
  }
  .subpage-toolbar .wrap {
    padding: 20px 10px;
  }
  .table-container {
    overflow: scroll;
  }
  .risk .riskWrap .riskBox2:after {
    right: -63px;
  }
  .risk .riskWrap .infoBox {
    padding: 5px;
  }
  .risk .riskWrap .riskBox2:after {
    display: none;
  }
  .quote {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quote .txt {
    width: 100%;
  }
  .quote.woman .quote-more {
    width: 100%;
    height: 70vw;
  }
  .two-years .txt {
    padding: 0 13px;
  }
  .two-years .txt .header {
    font: bold 1.47em/1.2em 'Montserrat', sans-serif;
  }
  .contact .flexContainer {
    padding: 15px 30px;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact .flexContainer .item {
    width: 100%;
  }
  .contact .flexContainer .logo {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .main-menu .sub-menu {
    display: none;
  }
  .award .txt {
    padding: 5px;
  }
  .award .award-more {
    width: 60%;
  }
  .risk .riskWrap {
    display: none;
  }
  .risk .smallVisible img {
    width: 100%;
  }
  .award {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .award .txt,
  .award .award-more {
    width: 100%;
  }
  .award .award-more {
    height: 300px;
  }
  .pop-up-img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .quote .quote-more {
    height: 300px;
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  .main-menu .menu-box {
    margin: 0;
    padding: 10px;
  }
  .main-menu nav > ul > li:not(:nth-of-type(n+7)) {
    float: none;
    width: 100%;
  }
  .main-menu nav > ul > li:nth-of-type(n+7) {
    width: 100%;
    margin: auto;
  }
  .main-menu:before {
    height: 120px;
  }
  .main-menu .sub-menu-box {
    display: none;
  }
  html#home {
    font-size: 2.4vw;
  }
  .home section .wrap {
    max-width: 93%;
  }
  .home section.top h2 {
    font: bold 2.92rem/1.6em 'Montserrat', sans-serif;
    margin-top: 162px;
    line-height: 1;
  }
  .subpage-toolbar:before {
    height: 153px;
  }
  .tabs .tabs-nav button {
    font: bold 0.8em/1.33em 'Montserrat', sans-serif;
    text-align: left;
  }
  .tabs.horizontal {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs.horizontal .tabs-nav {
    width: 100%;
  }
  .tabs.horizontal .tab-body {
    width: 100%;
  }
  .tabs.horizontal .tab-body:before {
    content: none;
  }
  .tabs.horizontal .tabs-nav button {
    margin: 0 auto;
  }
  .tiles-list button {
    font: bold 0.86em/1em 'Montserrat', sans-serif;
  }
  .two-years .txt .header {
    font: bold 1.27em/1.2em 'Montserrat', sans-serif;
  }
  .stakeholders-tab-body .grid-box > div {
    width: 52%;
  }
  body.menu-is-open {
    overflow: visible;
  }
  .main-menu nav {
    padding-top: 0;
  }
  .main-menu {
    position: absolute;
    background: none;
  }
  .main-menu .menu-box {
    height: auto;
    border-bottom: 3px solid #00a050;
  }
  header .header-title {
    font-size: 12px;
  }
  .tiles-list {
    background-size: inherit;
    background-repeat: initial;
  }
  .tiles-list li {
    width: 100%;
  }
  .home .top-bg {
    background-position: 12%;
  }
  .fancybox-slide > * {
    padding: 25px;
  }
  .quote .quote-more {
    height: 300px;
    width: 100%;
  }
}
@media only screen and (orientation: landscape) and (max-device-width: 1200px) {
  .home section .right-col,
  .home section .left-col {
    float: none;
  }
  #home .home section .hi-light {
    position: relative;
    left: auto;
    top: auto;
  }
  #home .home section svg {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.pop-up {
  display: none;
  width: 100%;
  max-width: 960px;
}
@media print {
  .pop-up {
    display: block !important;
    max-width: 100%;
    width: 100% !important;
  }
}
.pop-up:before {
  content: '';
  display: block;
  position: absolute;
  width: 23%;
  border-bottom: 7px solid #00a050;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print {
  .pop-up:before {
    display: none;
  }
}
.pop-up .pop-up-header {
  color: #00a050;
  text-align: center;
  font: bold 24px/1.25em 'Montserrat', sans-serif;
  margin: 1em 0 1.75em;
  text-transform: none;
}
.pop-up .pop-up-header.small {
  font: bold 16px/1.25em 'Montserrat', sans-serif;
}
.pop-up .fancybox-close-small:after,
.pop-up .fancybox-close-small:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 28px;
  height: auto;
  border-radius: 0;
  background-color: transparent!important;
  border-bottom: 7px solid #00a050;
}
.pop-up .fancybox-close-small:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.home .pop-up {
  text-align: center;
  max-width: 63vw;
}
.home .pop-up strong {
  color: #333;
}
.home .pop-up p {
  max-width: 35vw;
  margin: 2em auto;
  font: 1vw/1.25em 'Montserrat', sans-serif;
}
.home .pop-up .header {
  font: 1.06vw/1.25em 'Montserrat', sans-serif;
  max-width: 17vw;
  margin: 1em auto;
}
.home .pop-up .header strong {
  font: bold 1.57em/1.25em 'Montserrat', sans-serif;
  margin: .25em 0;
  display: block;
  text-transform: uppercase;
}
.home .pop-up .triangle-left {
  position: relative;
  text-align: left;
  width: 55%;
  padding-left: 5vw;
}
.home .pop-up .triangle-left:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-color: transparent transparent #00a050 transparent;
  border-width: 0 1.1vw 1.98vw;
}
.home .pop-up .two-triangle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .pop-up .two-triangle img {
  display: block;
}
.home .pop-up .two-triangle .triangle {
  max-width: 11.79vw;
}
.home .pop-up .two-triangle .arrow {
  max-width: 8.78vw;
  margin: 0 1vw;
}
.home .pop-up .btn-enter {
  font: 0.88vw/1.5em 'Montserrat', sans-serif;
  background-color: #00a050;
  color: #fff;
  text-transform: uppercase;
  padding: 1.46vw 2.2vw;
  margin: 0 auto;
}
.slider .inner {
  overflow-x: hidden;
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 25px 50px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}
/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}
.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}
.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}
.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}
.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close::before,
.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}
.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.fancybox-arrow--right {
  right: 0;
}
.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}
.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}
.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}
/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}
/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}
.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}
.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}
/* Thumbs */
.fancybox-thumbs {
  display: none;
}
.fancybox-button--thumbs {
  display: none;
}
@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }
  .fancybox-button--thumbs span {
    font-size: 23px;
  }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}
