@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap&subset=latin-ext");
.bgr-primary {
  background-color: #000;
  color: #fff;
}
.bgr-primary > a {
  color: inherit;
}
.bgr-primary > a:hover, .bgr-primary > a:hover {
  color: inherit;
}

body {
  font-family: "Lato", sans-serif;
  color: #000;
}

p {
  color: #000;
}

h1, .h1, .headline-big {
  /* Style for "H1  48/64" */
  font-family: "Lato", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
}

h2, .h2, .headline-small {
  /* Style for "H2  24/32" */
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

h3, .h3, .quote {
  /* Style for "H3  24/32" */
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h4, .h4, .subheadline {
  /* Style for "H4  18/26" */
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

h5, .h5, body, ul, ol, p {
  /* Style for "H5  18/26" */
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:hover {
  color: inherit;
}

.gallery-embed {
  position: relative;
}
.gallery-embed .h2 {
  font-size: 66px;
  line-height: 74px;
}
@media (max-width: 991px) {
  .gallery-embed .h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .gallery-embed .h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.gallery-embed h3 {
  font-size: 48px;
  line-height: 54px;
  font-weight: normal;
}
.gallery-embed .btn {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.gallery-embed .btn:hover {
  background-color: #54585A;
}
.gallery-embed p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.gallery-embed.chevron-bottom > .fa {
  position: absolute;
  z-index: 103;
  bottom: 48px;
  left: 50%;
  font-size: 36px;
  transform: translateX(-50%);
}

.embed-content-wrapper {
  position: absolute;
  z-index: 103;
  width: 100%;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  transform: translateX(-50%) translateY(-50%);
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background-color: rgba(255, 255, 255, 0.7);
}
.video-overlay .video-container {
  position: relative;
  top: 50%;
  height: 70%;
  text-align: center;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .video-overlay .video-container {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .video-overlay .video-container {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .video-overlay .video-container {
    width: 100%;
    margin: 0;
  }
}
.video-overlay .video-container video {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.video-overlay .video-container .video-overlay-close {
  content: "";
  position: absolute;
  top: -33px;
  right: 0;
  width: 22px;
  height: 22px;
  cursor: pointer;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAQAAABuvaSwAAAAe0lEQVQoz7XSXQrAIAgAYNkJPGI3TtaBnNuIDP+eMgiyDx9UgLPRoAOGvyi/bT0JOOQvZREqEfFJcU963KU+D6nlKd15SRe/5ZT050Mgy23o5XBWd1G3f1VHMibTLEynapqVctuskPt9dXk8AodTMoLJ1fJTuvykl/9EPGtOVxiOboLPAAAAAElFTkSuQmCC") no-repeat scroll 0 0;
}

.gallery-embed .embed-content-wrapper .h2, .gallery-embed .embed-content-wrapper h3, .gallery-embed .embed-content-wrapper .btn, .gallery-embed .embed-content-wrapper p {
  color: #fff;
}
.gallery-embed .embed-content-wrapper p {
  margin: 0;
}
.gallery-embed .embed-content-wrapper .btn {
  width: auto;
}
.gallery-embed .embed-content-wrapper .btn-secondary {
  background-color: #000;
  border-color: #000;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  margin: 32px 0 10px;
  text-decoration: none;
}
.gallery-embed .embed-content-wrapper .btn-secondary:hover {
  background-color: #54585A;
  border-color: #54585A;
}

article, div.article {
  padding-top: 70px;
  padding-bottom: 128px;
  border-bottom: 1px solid #000;
}
article:last-child, div.article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
article.cover-article, div.article.cover-article {
  padding-top: 0;
  border-bottom: none;
  /*.text .cikkblock {
    .padding-bottom-full-screen {
      padding-bottom: calc(100vh - 108px);
      @media (max-width: 991px) {
        padding-bottom: calc(100vh - 72px);
      }
    }
    .full-screen-image {
      height: calc(100% - 108px);
      @media (max-width: 991px) {
        height: calc(100% - 72px);
      }

      .img {
        text-align: center;
        img {
          width: 100%;
          @media (max-width: 991px) {
            width: auto;
          }
        }
      }
    }
  }*/
}
article .title-wrapper, div.article .title-wrapper {
  position: relative;
  margin: 0 0 64px;
}
article .title-wrapper a.anchor, div.article .title-wrapper a.anchor {
  position: absolute;
  left: 0;
  top: -130px;
}
@media (max-width: 991px) {
  article .title-wrapper a.anchor, div.article .title-wrapper a.anchor {
    top: -175px;
  }
}
@media (max-width: 767px) {
  article .title-wrapper a.anchor, div.article .title-wrapper a.anchor {
    top: -82px;
  }
}
article .title-wrapper h2, div.article .title-wrapper h2 {
  font-size: 48px;
  line-height: 54px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 575px) {
  article .title-wrapper h2, div.article .title-wrapper h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
article .title-wrapper h2 a, div.article .title-wrapper h2 a {
  text-decoration: none;
}
article .title-wrapper h2 a:hover, article .title-wrapper h2 a:focus, div.article .title-wrapper h2 a:hover, div.article .title-wrapper h2 a:focus {
  text-decoration: none;
}
article .title-wrapper h3, div.article .title-wrapper h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}
article .excerpt, article .excerpt p, div.article .excerpt, div.article .excerpt p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: #ad986e;
}
article .excerpt, div.article .excerpt {
  margin-bottom: 30px;
}
article .excerpt p, div.article .excerpt p {
  margin-bottom: 0;
}
article .text, div.article .text {
  font-size: 18px;
  line-height: 26px;
  max-width: 100%;
  overflow: visible;
  /*
  table.cloned {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    border-right: 5px solid rgba(0,0,0,0.5);
  }
  .table-custom-responsive {
    table.cloned {
      top: 40px;
      //top: 0;
    }
  }

  .wider-than-w-100 {
    .table-custom-responsive {
      position: static;
      //position: relative;
    }
    table.cloned {
      display: table;
    }
    .table-nav {
      display: block;
      //top: -40px;
    }
  }
  */
}
article .text > *:not(.wider-than-w-100), div.article .text > *:not(.wider-than-w-100) {
  overflow: visible;
}
article .text .wider-than-w-100, div.article .text .wider-than-w-100 {
  position: relative;
}
article .text .wider-than-w-100:before, div.article .text .wider-than-w-100:before {
  content: "";
  position: absolute;
  top: calc(50% - 10.5px);
  right: 2px;
  width: 13px;
  height: 21px;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAVCAYAAACdbmSKAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA6cAAAOxAF19oSBAAAAB3RJTUUH4AEICxU4MaYBFgAAAG9JREFUOMvVy6ERgmAYgOGHs1jBHWQDYR1GYAqzMziAVatjqFUiK2DwDzT4zjs83vKmh28NzqgFOmJAh2ouKnCNwmx98LYOuBvBdwQeEhpwmYNKPBO4I58C+ygoFwGPX0DxfwCnCNikb/FCi34KfQD3WTlHaD1/LQAAAABJRU5ErkJggg==") no-repeat center center;
  background-size: 100%;
  z-index: 101;
  opacity: 1;
  transition: opacity 300ms;
}
article .text .wider-than-w-100:after, div.article .text .wider-than-w-100:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 40px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  z-index: 100;
  opacity: 1;
  transition: opacity 300ms;
}
article .text .wider-than-w-100.hide-arrow:before, article .text .wider-than-w-100.hide-arrow:after, div.article .text .wider-than-w-100.hide-arrow:before, div.article .text .wider-than-w-100.hide-arrow:after {
  opacity: 0;
}
article .text .wider-than-w-100 > .wider-wrapper, div.article .text .wider-than-w-100 > .wider-wrapper {
  margin-top: 40px;
  margin-bottom: 100px;
  overflow: scroll;
  -ms-overflow-style: none;
}
article .text .wider-than-w-100 > .wider-wrapper::-webkit-scrollbar, div.article .text .wider-than-w-100 > .wider-wrapper::-webkit-scrollbar {
  display: none;
}
article .text .table-custom-responsive, div.article .text .table-custom-responsive {
  position: relative;
  margin: 0 auto;
}
article .text .table-custom-responsive .table-nav, div.article .text .table-custom-responsive .table-nav {
  display: none;
  position: absolute;
  top: 0;
  right: 20px;
}
article .text .table-custom-responsive .table-nav.bottom, div.article .text .table-custom-responsive .table-nav.bottom {
  bottom: -40px;
  top: auto;
}
article .text .table-custom-responsive .table-nav ul, div.article .text .table-custom-responsive .table-nav ul {
  position: relative;
  top: -4px;
  display: inline-block;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}
article .text .table-custom-responsive .table-nav ul li, div.article .text .table-custom-responsive .table-nav ul li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 5px;
  margin-right: 5px;
}
article .text .table-custom-responsive .table-nav ul li:before, div.article .text .table-custom-responsive .table-nav ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
}
article .text .table-custom-responsive .table-nav ul li.active:before, div.article .text .table-custom-responsive .table-nav ul li.active:before {
  width: 6px;
  height: 6px;
  background-color: black;
}
article .text .table-custom-responsive .table-nav .table-nav-btn, div.article .text .table-custom-responsive .table-nav .table-nav-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #000;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  text-decoration: none;
}
article .text .table-custom-responsive .table-nav .table-nav-btn:hover, article .text .table-custom-responsive .table-nav .table-nav-btn:focus, div.article .text .table-custom-responsive .table-nav .table-nav-btn:hover, div.article .text .table-custom-responsive .table-nav .table-nav-btn:focus {
  text-decoration: none;
}
article .text .table-custom-responsive .table-nav .table-nav-btn:before, div.article .text .table-custom-responsive .table-nav .table-nav-btn:before {
  content: "";
  width: 10px;
  height: 10px;
  font-family: FontAwesome;
  font-size: 24px;
  color: #000;
}
article .text .table-custom-responsive .table-nav .table-nav-btn.table-nav-left:before, div.article .text .table-custom-responsive .table-nav .table-nav-btn.table-nav-left:before {
  content: "";
  margin-left: -3px;
}
article .text .table-custom-responsive .table-nav .table-nav-btn.table-nav-right:before, div.article .text .table-custom-responsive .table-nav .table-nav-btn.table-nav-right:before {
  content: "";
  margin-left: 3px;
}
article .text table.cloned, div.article .text table.cloned {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  border-right: 5px solid rgba(0, 0, 0, 0.5);
}
article .text .table-custom-responsive table.cloned, div.article .text .table-custom-responsive table.cloned {
  top: 40px;
}
article .text .wider-than-w-100 .table-custom-responsive, div.article .text .wider-than-w-100 .table-custom-responsive {
  position: static;
}
article .text .wider-than-w-100 table, div.article .text .wider-than-w-100 table {
  position: relative;
  top: 40px;
}
article .text .wider-than-w-100 table.cloned, div.article .text .wider-than-w-100 table.cloned {
  position: absolute;
  display: table;
}
article .text .wider-than-w-100 .table-nav, div.article .text .wider-than-w-100 .table-nav {
  display: block;
}
article .text p, div.article .text p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}
article .text a, div.article .text a {
  text-decoration: underline;
}
article .text li, div.article .text li {
  margin-bottom: 15px;
}
article .text h1, div.article .text h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: bold;
  color: black;
}
article .text h2, div.article .text h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
}
article .text h3, div.article .text h3 {
  font-size: 1.17em;
  font-weight: bold;
}
article .text h3, article .text h4, article .text h5, article .text h6, div.article .text h3, div.article .text h4, div.article .text h5, div.article .text h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
article .text > table, div.article .text > table {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
article .text > table td, div.article .text > table td {
  vertical-align: top;
}
article .text table, div.article .text table {
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 2px solid #000;
}
article .text table tr:first-child td, div.article .text table tr:first-child td {
  border-top: 2px solid #000;
}
article .text table td, div.article .text table td {
  padding-top: 12px;
  padding-bottom: 12px;
}
article .text table td[data-classname=htRight], div.article .text table td[data-classname=htRight] {
  text-align: right;
}
article .text table td[data-classname=htCenter], div.article .text table td[data-classname=htCenter] {
  text-align: center;
}
article .text table td, article .text table td *:not([class*=figure]), div.article .text table td, div.article .text table td *:not([class*=figure]) {
  font-size: 18px !important;
  font-weight: normal !important;
  vertical-align: bottom !important;
}
article .text table td sup, article .text table td sub, article .text table td *:not([class*=figure]) sup, article .text table td *:not([class*=figure]) sub, div.article .text table td sup, div.article .text table td sub, div.article .text table td *:not([class*=figure]) sup, div.article .text table td *:not([class*=figure]) sub {
  font-size: 12px !important;
}
article .text table td sup, article .text table td *:not([class*=figure]) sup, div.article .text table td sup, div.article .text table td *:not([class*=figure]) sup {
  top: -1.6em !important;
}
article .text table td sub, article .text table td *:not([class*=figure]) sub, div.article .text table td sub, div.article .text table td *:not([class*=figure]) sub {
  bottom: -20px;
}
article .text table td.bold, article .text table td .bold, article .text table td *:not([class*=figure]).bold, article .text table td *:not([class*=figure]) .bold, div.article .text table td.bold, div.article .text table td .bold, div.article .text table td *:not([class*=figure]).bold, div.article .text table td *:not([class*=figure]) .bold {
  font-weight: bold !important;
}
article .text table td[class*=current], article .text table td[class*=current] *, div.article .text table td[class*=current], div.article .text table td[class*=current] * {
  font-weight: bold !important;
}
article .text table td[class*=current] .regular, article .text table td[class*=current].regular, article .text table td[class*=current] * .regular, article .text table td[class*=current] *.regular, div.article .text table td[class*=current] .regular, div.article .text table td[class*=current].regular, div.article .text table td[class*=current] * .regular, div.article .text table td[class*=current] *.regular {
  font-weight: normal !important;
}
article .text table td[class*=highlight], article .text table td[class*=highlight] *, div.article .text table td[class*=highlight], div.article .text table td[class*=highlight] * {
  font-weight: bold !important;
}
article .text table td[class*=highlight] .regular, article .text table td[class*=highlight].regular, article .text table td[class*=highlight] * .regular, article .text table td[class*=highlight] *.regular, div.article .text table td[class*=highlight] .regular, div.article .text table td[class*=highlight].regular, div.article .text table td[class*=highlight] * .regular, div.article .text table td[class*=highlight] *.regular {
  font-weight: normal !important;
}
article .text table td[class*=header], article .text table td[class*=header] *, div.article .text table td[class*=header], div.article .text table td[class*=header] * {
  font-size: 12px !important;
  line-height: 18px !important;
}
article .text table td[class*=header] sup, article .text table td[class*=header] * sup, div.article .text table td[class*=header] sup, div.article .text table td[class*=header] * sup {
  top: -6px !important;
}
article .text table td[class*=header] sup, article .text table td[class*=header] sub, article .text table td[class*=header] * sup, article .text table td[class*=header] * sub, div.article .text table td[class*=header] sup, div.article .text table td[class*=header] sub, div.article .text table td[class*=header] * sup, div.article .text table td[class*=header] * sub {
  font-size: 12px !important;
  line-height: 18px !important;
}
article .text table td[class*=header] span.superscript, article .text table td[class*=header] * span.superscript, div.article .text table td[class*=header] span.superscript, div.article .text table td[class*=header] * span.superscript {
  font-size: 12px !important;
  line-height: 18px !important;
  top: -6px !important;
}
article .text table td[class*=header] span.superscript sup, article .text table td[class*=header] * span.superscript sup, div.article .text table td[class*=header] span.superscript sup, div.article .text table td[class*=header] * span.superscript sup {
  top: 0 !important;
}
article .text table td[class$=_top], article .text table td[class$=_top] *, div.article .text table td[class$=_top], div.article .text table td[class$=_top] * {
  vertical-align: top !important;
}
article .text table td[class*=header_current], article .text table td[class*=header_prior], article .text table td[class*=header_category], div.article .text table td[class*=header_current], div.article .text table td[class*=header_prior], div.article .text table td[class*=header_category] {
  width: auto !important;
}
article .text table td[class*=header_current][class*=narrow], article .text table td[class*=header_prior][class*=narrow], article .text table td[class*=header_category][class*=narrow], div.article .text table td[class*=header_current][class*=narrow], div.article .text table td[class*=header_prior][class*=narrow], div.article .text table td[class*=header_category][class*=narrow] {
  width: 10% !important;
}
article .text table td[class*=header_current][class*=wide], article .text table td[class*=header_prior][class*=wide], article .text table td[class*=header_category][class*=wide], div.article .text table td[class*=header_current][class*=wide], div.article .text table td[class*=header_prior][class*=wide], div.article .text table td[class*=header_category][class*=wide] {
  width: 14% !important;
}
article .text table td[class*=header_current][class*=extra_wide], article .text table td[class*=header_prior][class*=extra_wide], article .text table td[class*=header_category][class*=extra_wide], div.article .text table td[class*=header_current][class*=extra_wide], div.article .text table td[class*=header_prior][class*=extra_wide], div.article .text table td[class*=header_category][class*=extra_wide] {
  width: 25% !important;
}
article .text table td[class*=header_current][class*=widest], article .text table td[class*=header_prior][class*=widest], article .text table td[class*=header_category][class*=widest], div.article .text table td[class*=header_current][class*=widest], div.article .text table td[class*=header_prior][class*=widest], div.article .text table td[class*=header_category][class*=widest] {
  width: 50% !important;
}
article .text table td[class*=header_thin], div.article .text table td[class*=header_thin] {
  width: 5px !important;
}
article .text table td.category_small_top .inline_graphic img, article .text table td.category_top .inline_graphic img, div.article .text table td.category_small_top .inline_graphic img, div.article .text table td.category_top .inline_graphic img {
  margin-left: -13px;
}
article .text table td span.superscript, div.article .text table td span.superscript {
  top: -1.6em !important;
}
article .text table td span.superscript sup, div.article .text table td span.superscript sup {
  top: 0.6em !important;
}
article .text table td.no_rules, div.article .text table td.no_rules {
  border-top: none;
  border-bottom: none;
}
article .text table .regular, div.article .text table .regular {
  font-weight: normal !important;
}
article .text table.no_rules tr:first-child, div.article .text table.no_rules tr:first-child {
  border-top: none;
}
article .text table.no_rules tr:first-child td, div.article .text table.no_rules tr:first-child td {
  border-top: none;
}
article .text table.no_rules tr:last-child, div.article .text table.no_rules tr:last-child {
  border-bottom: none;
}
article .text table.no_rules tr:last-child td, div.article .text table.no_rules tr:last-child td {
  border-bottom: none;
}
article .text .heading_1, article .text .introduction_heading_1, article .text .body_heading_1_centred, article .text .body_heading_1_rule_below, article .text .heading_1_continued, article .text .heading_1_span, div.article .text .heading_1, div.article .text .introduction_heading_1, div.article .text .body_heading_1_centred, div.article .text .body_heading_1_rule_below, div.article .text .heading_1_continued, div.article .text .heading_1_span {
  font-size: 18px;
  line-height: 26px;
}
article .text .heading_1, div.article .text .heading_1 {
  margin-bottom: 0;
}
article .text .introduction_heading_1, article .text .body_heading_1_centred, article .text .body_heading_1_rule_below, article .text .heading_1_continued, article .text .heading_1_span, div.article .text .introduction_heading_1, div.article .text .body_heading_1_centred, div.article .text .body_heading_1_rule_below, div.article .text .heading_1_continued, div.article .text .heading_1_span {
  margin-bottom: 15px;
}
article .text .body_heading_1_centred, article .text .body_heading_small_1, div.article .text .body_heading_1_centred, div.article .text .body_heading_small_1 {
  font-weight: bold;
}
article .text .heading_3, div.article .text .heading_3 {
  color: #ad986e;
  font-weight: bold;
}
article .text .body_heading_4, div.article .text .body_heading_4 {
  color: #ad986e;
  font-weight: bold;
  font-style: italic;
}
article .text .footnotes, article .text .footnotes_hanging, div.article .text .footnotes, div.article .text .footnotes_hanging {
  font-size: 12px !important;
  line-height: 18px !important;
}
article .text .highlight, article .text .bold_highlight, div.article .text .highlight, div.article .text .bold_highlight {
  color: #ad986e;
}
article .text .figures_small, article .text .small_figures, div.article .text .figures_small, div.article .text .small_figures {
  font-family: serif;
  font-size: 36px;
  line-height: 44px;
  color: #898D8D;
}
article .text .figures_large, article .text .large_figures, div.article .text .figures_large, div.article .text .large_figures {
  font-family: serif;
  font-size: 36px;
  line-height: 44px;
  color: #898D8D;
}
article .text h2, div.article .text h2 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 26px;
}
article .text h2 > *, div.article .text h2 > * {
  vertical-align: middle;
}
article .text .section_heading, div.article .text .section_heading {
  font-weight: bold;
  clear: both;
}
article .text .quote_centre_align, article .text .quote, article .text .quote_centre_align p, article .text .quote p, div.article .text .quote_centre_align, div.article .text .quote, div.article .text .quote_centre_align p, div.article .text .quote p {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: #54585A;
  margin-bottom: 20px;
}
article .text ul > p, div.article .text ul > p {
  display: list-item;
}
article .text .bold_highlight, div.article .text .bold_highlight {
  font-weight: bold;
  color: #000;
}
article .text [class*=bold], div.article .text [class*=bold] {
  font-weight: bold !important;
}
article .text [class*=caps], div.article .text [class*=caps] {
  text-transform: uppercase !important;
}
article .text .cikkblock.inline, div.article .text .cikkblock.inline {
  display: block;
}
article .text .cikkblock.margin-top-0, div.article .text .cikkblock.margin-top-0 {
  margin-top: 0 !important;
}
article .text .cikkblock.margin-top-sm, div.article .text .cikkblock.margin-top-sm {
  margin-top: 32px !important;
}
article .text .cikkblock.margin-top-lg, div.article .text .cikkblock.margin-top-lg {
  margin-top: 64px !important;
}
article .text .cikkblock.margin-top-xl, div.article .text .cikkblock.margin-top-xl {
  margin-top: 96px !important;
}
article .text .cikkblock.margin-top-xxl, div.article .text .cikkblock.margin-top-xxl {
  margin-top: 128px !important;
}
article .text .cikkblock.margin-bottom-0, div.article .text .cikkblock.margin-bottom-0 {
  margin-bottom: 0 !important;
}
article .text .cikkblock.margin-bottom-sm, div.article .text .cikkblock.margin-bottom-sm {
  margin-bottom: 32px !important;
}
article .text .cikkblock.margin-bottom-lg, div.article .text .cikkblock.margin-bottom-lg {
  margin-bottom: 64px !important;
}
article .text .cikkblock.margin-bottom-xl, div.article .text .cikkblock.margin-bottom-xl {
  margin-bottom: 96px !important;
}
article .text .cikkblock.margin-bottom-xxl, div.article .text .cikkblock.margin-bottom-xxl {
  margin-bottom: 128px !important;
}
article .text .cikkblock.centered, article .text .cikkblock.fcenter, div.article .text .cikkblock.centered, div.article .text .cikkblock.fcenter {
  margin-left: auto;
  margin-right: auto;
}
article .text .cikkblock:empty, div.article .text .cikkblock:empty {
  display: none;
}
article .text .cikkblock, div.article .text .cikkblock {
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  /*
  .gallery-multiple-embed {
    .row {
      margin-left: 0;
      margin-right: 0;

      > :first-child {
        padding-left: 0;
      }
      > :last-child {
        padding-right: 0;
      }
    }
  }
  */
}
article .text .cikkblock .kep-frame-embed:after, div.article .text .cikkblock .kep-frame-embed:after {
  content: "";
  display: block;
  clear: both;
}
article .text .cikkblock .kep-frame-embed > .w-50 > :first-child, div.article .text .cikkblock .kep-frame-embed > .w-50 > :first-child {
  margin-top: 0 !important;
}
article .text .cikkblock .kep-frame-embed .media-holder, div.article .text .cikkblock .kep-frame-embed .media-holder {
  position: relative;
}
article .text .cikkblock .frame-embed > :first-child, div.article .text .cikkblock .frame-embed > :first-child {
  margin-top: 0 !important;
}
article .text .cikkblock .full-screen-image, div.article .text .cikkblock .full-screen-image {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
article .text .cikkblock .full-screen-image:before, div.article .text .cikkblock .full-screen-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
  background-color: rgba(0, 0, 0, 0.15);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-0:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-0:before {
  background-color: rgba(0, 0, 0, 0);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-0:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-0:before {
  background-color: rgba(255, 255, 255, 0);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-5:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-5:before {
  background-color: rgba(0, 0, 0, 0.05);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-5:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-5:before {
  background-color: rgba(255, 255, 255, 0.05);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-10:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-10:before {
  background-color: rgba(0, 0, 0, 0.1);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-10:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-10:before {
  background-color: rgba(255, 255, 255, 0.1);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-15:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-15:before {
  background-color: rgba(0, 0, 0, 0.15);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-15:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-15:before {
  background-color: rgba(255, 255, 255, 0.15);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-20:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-20:before {
  background-color: rgba(0, 0, 0, 0.2);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-20:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-20:before {
  background-color: rgba(255, 255, 255, 0.2);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-25:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-25:before {
  background-color: rgba(0, 0, 0, 0.25);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-25:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-25:before {
  background-color: rgba(255, 255, 255, 0.25);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-30:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-30:before {
  background-color: rgba(0, 0, 0, 0.3);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-30:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-30:before {
  background-color: rgba(255, 255, 255, 0.3);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-35:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-35:before {
  background-color: rgba(0, 0, 0, 0.35);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-35:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-35:before {
  background-color: rgba(255, 255, 255, 0.35);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-40:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-40:before {
  background-color: rgba(0, 0, 0, 0.4);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-40:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-40:before {
  background-color: rgba(255, 255, 255, 0.4);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-45:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-45:before {
  background-color: rgba(0, 0, 0, 0.45);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-45:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-45:before {
  background-color: rgba(255, 255, 255, 0.45);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-50:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-50:before {
  background-color: rgba(0, 0, 0, 0.5);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-50:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-50:before {
  background-color: rgba(255, 255, 255, 0.5);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-55:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-55:before {
  background-color: rgba(0, 0, 0, 0.55);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-55:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-55:before {
  background-color: rgba(255, 255, 255, 0.55);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-60:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-60:before {
  background-color: rgba(0, 0, 0, 0.6);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-60:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-60:before {
  background-color: rgba(255, 255, 255, 0.6);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-65:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-65:before {
  background-color: rgba(0, 0, 0, 0.65);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-65:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-65:before {
  background-color: rgba(255, 255, 255, 0.65);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-70:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-70:before {
  background-color: rgba(0, 0, 0, 0.7);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-70:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-70:before {
  background-color: rgba(255, 255, 255, 0.7);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-75:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-75:before {
  background-color: rgba(0, 0, 0, 0.75);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-75:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-75:before {
  background-color: rgba(255, 255, 255, 0.75);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-80:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-80:before {
  background-color: rgba(0, 0, 0, 0.8);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-80:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-80:before {
  background-color: rgba(255, 255, 255, 0.8);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-85:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-85:before {
  background-color: rgba(0, 0, 0, 0.85);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-85:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-85:before {
  background-color: rgba(255, 255, 255, 0.85);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-90:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-90:before {
  background-color: rgba(0, 0, 0, 0.9);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-90:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-90:before {
  background-color: rgba(255, 255, 255, 0.9);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-95:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-95:before {
  background-color: rgba(0, 0, 0, 0.95);
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-95:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-95:before {
  background-color: rgba(255, 255, 255, 0.95);
}
article .text .cikkblock .full-screen-image.bgr-overlay-black-100:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-black-100:before {
  background-color: black;
}
article .text .cikkblock .full-screen-image.bgr-overlay-white-100:before, div.article .text .cikkblock .full-screen-image.bgr-overlay-white-100:before {
  background-color: white;
}
article .text .cikkblock .full-screen-image.full-height, div.article .text .cikkblock .full-screen-image.full-height {
  height: 100%;
  /*&.chevron-bottom > .fa {
    bottom: 112px;
  }*/
}
article .text .cikkblock .full-screen-image.full-height img, article .text .cikkblock .full-screen-image.full-height video, div.article .text .cikkblock .full-screen-image.full-height img, div.article .text .cikkblock .full-screen-image.full-height video {
  /*height: 100%;
  max-width: none;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);*/
  object-fit: cover;
  /*object-position: top center;*/
  width: 100%;
  height: 100vh;
}
@media (max-width: 991px) {
  article .text .cikkblock .full-screen-image, div.article .text .cikkblock .full-screen-image {
    height: 100%;
  }
  article .text .cikkblock .full-screen-image img, div.article .text .cikkblock .full-screen-image img {
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
  }
  article .text .cikkblock .full-screen-image.chevron-bottom > .fa, div.article .text .cikkblock .full-screen-image.chevron-bottom > .fa {
    bottom: 112px;
  }
}
article .text .cikkblock .full-screen-image .video.fluid, div.article .text .cikkblock .full-screen-image .video.fluid {
  margin: 0;
}
article .text .cikkblock .padding-bottom-full-screen, div.article .text .cikkblock .padding-bottom-full-screen {
  /*padding: 0;
  margin: 0;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  width: 100vw;
  padding-bottom: 100vh;*/
  position: relative;
  height: 0;
  transform: translateX(-50%);
  left: 50%;
}
article .text .cikkblock .padding-bottom-full-screen.padding-0, div.article .text .cikkblock .padding-bottom-full-screen.padding-0 {
  padding-bottom: 0;
}
article .text .cikkblock.w-25 .gallery-picture-title.padding-bottom-full-screen, div.article .text .cikkblock.w-25 .gallery-picture-title.padding-bottom-full-screen {
  width: 25vw;
}
article .text .cikkblock.w-33 .gallery-picture-title.padding-bottom-full-screen, div.article .text .cikkblock.w-33 .gallery-picture-title.padding-bottom-full-screen {
  width: 33vw;
}
article .text .cikkblock.w-50 .gallery-picture-title.padding-bottom-full-screen, div.article .text .cikkblock.w-50 .gallery-picture-title.padding-bottom-full-screen {
  width: 50vw;
}
article .text .cikkblock.w-66 .gallery-picture-title.padding-bottom-full-screen, div.article .text .cikkblock.w-66 .gallery-picture-title.padding-bottom-full-screen {
  width: 66vw;
}
article .text .cikkblock.w-75 .gallery-picture-title.padding-bottom-full-screen, div.article .text .cikkblock.w-75 .gallery-picture-title.padding-bottom-full-screen {
  width: 75vw;
}
article .text .cikkblock.w-100 .gallery-picture-title.padding-bottom-full-screen, div.article .text .cikkblock.w-100 .gallery-picture-title.padding-bottom-full-screen {
  width: 100vw;
}
article .text .cikkblock .gallery-picture-title.padding-bottom-full-screen .embed-content-wrapper, div.article .text .cikkblock .gallery-picture-title.padding-bottom-full-screen .embed-content-wrapper {
  bottom: 0px;
  left: 50%;
}
article .text .cikkblock.center table, div.article .text .cikkblock.center table {
  width: 100%;
}
article .text .w-25, div.article .text .w-25 {
  width: 25%;
}
article .text .w-33, div.article .text .w-33 {
  width: 33%;
}
article .text .w-50, div.article .text .w-50 {
  width: 50%;
}
article .text .w-66, div.article .text .w-66 {
  width: 66%;
}
article .text .w-75, div.article .text .w-75 {
  width: 75%;
}
article .text .w-100, div.article .text .w-100 {
  width: 100%;
}
article .text .pull-left, div.article .text .pull-left {
  float: left;
  margin-right: 20px;
  /*
  &:last-child {
    margin-right: 0;
  }
  */
}
article .text .pull-right, div.article .text .pull-right {
  float: right;
  margin-left: 20px;
  /*
  &:first-child {
    margin-left: 0;
  }
  */
}
article .text .pull-left, article .text .pull-right, div.article .text .pull-left, div.article .text .pull-right {
  margin-bottom: 20px;
}
article .text .pull-left.w-25, article .text .pull-right.w-25, div.article .text .pull-left.w-25, div.article .text .pull-right.w-25 {
  max-width: calc(25% - 20px);
}
article .text .pull-left.w-33, article .text .pull-right.w-33, div.article .text .pull-left.w-33, div.article .text .pull-right.w-33 {
  max-width: calc(33% - 20px);
}
article .text .pull-left.w-50, article .text .pull-right.w-50, div.article .text .pull-left.w-50, div.article .text .pull-right.w-50 {
  max-width: calc(50% - 20px);
}
article .text .pull-left.w-66, article .text .pull-right.w-66, div.article .text .pull-left.w-66, div.article .text .pull-right.w-66 {
  max-width: calc(66% - 20px);
}
article .text .pull-left.w-75, article .text .pull-right.w-75, div.article .text .pull-left.w-75, div.article .text .pull-right.w-75 {
  max-width: calc(75% - 20px);
}
article .text .w-25 table, article .text .w-33 table, article .text .w-50 table, article .text .w-66 table, article .text .w-75 table, article .text .w-100 table, div.article .text .w-25 table, div.article .text .w-33 table, div.article .text .w-50 table, div.article .text .w-66 table, div.article .text .w-75 table, div.article .text .w-100 table {
  width: 100%;
}
article .text .w-100, div.article .text .w-100 {
  margin-left: 0;
  margin-right: 0;
}
article .text .wf-10, article .text .wf-25, article .text .wf-50, article .text .wf-75, article .text .wf-100, article .text .wp-10, article .text .wp-25, article .text .wp-50, article .text .wp-75, article .text .wp-100, div.article .text .wf-10, div.article .text .wf-25, div.article .text .wf-50, div.article .text .wf-75, div.article .text .wf-100, div.article .text .wp-10, div.article .text .wp-25, div.article .text .wp-50, div.article .text .wp-75, div.article .text .wp-100 {
  min-width: 32px;
}
article .text .wf-10, div.article .text .wf-10 {
  width: 10%;
  height: auto !important;
}
article .text .wf-10 .wp-10, div.article .text .wf-10 .wp-10 {
  width: 100%;
  height: auto !important;
}
article .text .wf-25, div.article .text .wf-25 {
  width: 25%;
  height: auto !important;
}
article .text .wf-25 .wp-10, div.article .text .wf-25 .wp-10 {
  width: 40%;
  height: auto !important;
}
article .text .wf-25 .wp-25, div.article .text .wf-25 .wp-25 {
  width: 100%;
  height: auto !important;
}
article .text .wf-50, div.article .text .wf-50 {
  width: 50%;
  height: auto !important;
}
article .text .wf-50 .wp-10, div.article .text .wf-50 .wp-10 {
  width: 20%;
  height: auto !important;
}
article .text .wf-50 .wp-25, div.article .text .wf-50 .wp-25 {
  width: 50%;
  height: auto !important;
}
article .text .wf-50 .wp-50, div.article .text .wf-50 .wp-50 {
  width: 100%;
  height: auto !important;
}
article .text .wf-75, div.article .text .wf-75 {
  width: 75%;
  height: auto !important;
}
article .text .wf-75 .wp-10, div.article .text .wf-75 .wp-10 {
  width: 13.3333%;
  height: auto !important;
}
article .text .wf-75 .wp-25, div.article .text .wf-75 .wp-25 {
  width: 33.3333%;
  height: auto !important;
}
article .text .wf-75 .wp-50, div.article .text .wf-75 .wp-50 {
  width: 66.6667%;
  height: auto !important;
}
article .text .wf-75 .wp-75, div.article .text .wf-75 .wp-75 {
  width: 100%;
  height: auto !important;
}
article .text .wf-100, div.article .text .wf-100 {
  width: 100%;
  height: auto !important;
}
article .text .wf-100 .wp-10, div.article .text .wf-100 .wp-10 {
  width: 10%;
  height: auto !important;
}
article .text .wf-100 .wp-25, div.article .text .wf-100 .wp-25 {
  width: 25%;
  height: auto !important;
}
article .text .wf-100 .wp-50, div.article .text .wf-100 .wp-50 {
  width: 50%;
  height: auto !important;
}
article .text .wf-100 .wp-75, div.article .text .wf-100 .wp-75 {
  width: 75%;
  height: auto !important;
}
article .text .wf-100 .wp-100, div.article .text .wf-100 .wp-100 {
  width: 100%;
  height: auto !important;
}
article .text .wp-10, div.article .text .wp-10 {
  width: 10%;
  height: auto !important;
}
article .text .wp-25, div.article .text .wp-25 {
  width: 25%;
  height: auto !important;
}
article .text .wp-50, div.article .text .wp-50 {
  width: 50%;
  height: auto !important;
}
article .text .wp-75, div.article .text .wp-75 {
  width: 75%;
  height: auto !important;
}
article .text .wp-100, div.article .text .wp-100 {
  width: 100%;
  height: auto !important;
}
article .text * .wf-10.wp-10, div.article .text * .wf-10.wp-10 {
  max-width: 32px;
}
@media (max-width: 767px) {
  article .text .wf-25, article .text .wf-50, article .text .wf-75, article .text .wf-100, article .text .wp-25, article .text .wp-50, article .text .wp-75, article .text .wp-100, div.article .text .wf-25, div.article .text .wf-50, div.article .text .wf-75, div.article .text .wf-100, div.article .text .wp-25, div.article .text .wp-50, div.article .text .wp-75, div.article .text .wp-100 {
    width: 100% !important;
  }
  article .text .w-25, article .text .w-33, article .text .w-50, article .text .w-66, article .text .w-75, div.article .text .w-25, div.article .text .w-33, div.article .text .w-50, div.article .text .w-66, div.article .text .w-75 {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  article .text .quote_centre_align, article .text .quote, div.article .text .quote_centre_align, div.article .text .quote {
    font-size: 21px;
    line-height: 28px;
  }
  article .text table td, div.article .text table td {
    padding: 6px 8px !important;
    font-size: 16px !important;
    line-height: 21px !important;
  }
}
article table tr, div.article table tr {
  width: auto;
  height: auto;
}
article table td, div.article table td {
  width: auto;
  height: auto;
  padding: 10px 15px;
  border-bottom: 1px solid #000;
}
article table td[class*=header], div.article table td[class*=header] {
  border-bottom: 2px solid #000;
}
article table td.header_prior_year, article table td.header_current_year, article table td.header_prior_year p, article table td.header_current_year p, div.article table td.header_prior_year, div.article table td.header_current_year, div.article table td.header_prior_year p, div.article table td.header_current_year p {
  font-family: "Lato", sans-serif;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.5 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  /*padding-left: 24px;
  padding-bottom: 0 !important;*/
}
article table td[class*=category], div.article table td[class*=category] {
  text-align: left;
}
article table td[class*=category_highlighted], article table td[class*=category_total], div.article table td[class*=category_highlighted], div.article table td[class*=category_total] {
  font-weight: bold;
}
article table td.current_year, div.article table td.current_year {
  text-align: right;
}
article table td[class*=current_year_], div.article table td[class*=current_year_] {
  text-align: right;
  font-weight: bold;
  /*padding-left: 24px;*/
}
article table td[class^=current_year_], div.article table td[class^=current_year_] {
  background-color: #ededed;
}
article table td[class*=prior_year_], div.article table td[class*=prior_year_] {
  text-align: right;
  font-weight: normal;
  /*padding-left: 24px;*/
}
article table td[class*=negative], div.article table td[class*=negative] {
  padding-right: 10px;
}
@media (max-width: 575px) {
  article table td[class*=negative], div.article table td[class*=negative] {
    padding-right: 4px !important;
  }
}
article table td[class*=rule_left], div.article table td[class*=rule_left] {
  border: 1px solid transparent;
  border-left: 1px solid #000;
}
article table td[class*=rule_right], div.article table td[class*=rule_right] {
  border: 1px solid transparent;
  border-right: 1px solid #000;
}
article table td[class*=rule_left__right], article table td[class*=rule_left_right], article table td[class*=rule_right__left], article table td[class*=rule_right_left], div.article table td[class*=rule_left__right], div.article table td[class*=rule_left_right], div.article table td[class*=rule_right__left], div.article table td[class*=rule_right_left] {
  border: 1px solid transparent;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
article table td.current_year_positive_rule_left, article table td.current_year_negative_rule_left, div.article table td.current_year_positive_rule_left, div.article table td.current_year_negative_rule_left {
  border-bottom: 1px solid #000;
}
article table td.current_year_positive_subtotal_rule_left, article table td.current_year_negative_subtotal_rule_left, article table td.current_year_positive_total_rule_left, article table td.current_year_negative_total_rule_left, div.article table td.current_year_positive_subtotal_rule_left, div.article table td.current_year_negative_subtotal_rule_left, div.article table td.current_year_positive_total_rule_left, div.article table td.current_year_negative_total_rule_left {
  border-bottom: 1px solid #000;
}
article table td.prior_year_positive_rule_right, article table td.prior_year_negative_rule_right, div.article table td.prior_year_positive_rule_right, div.article table td.prior_year_negative_rule_right {
  border-bottom: 1px solid #000;
}
article table td.prior_year_positive_subtotal_rule_right, article table td.prior_year_negative_subtotal_rule_right, article table td.prior_year_positive_total_rule_right, article table td.prior_year_negative_total_rule_right, div.article table td.prior_year_positive_subtotal_rule_right, div.article table td.prior_year_negative_subtotal_rule_right, div.article table td.prior_year_positive_total_rule_right, div.article table td.prior_year_negative_total_rule_right {
  border-bottom: 1px solid #000;
}
article table td.accounting_policy_box, div.article table td.accounting_policy_box {
  border: 1px solid transparent !important;
  background-color: #ededed;
}
article table td img.header_image, article table td img.category_image, div.article table td img.header_image, div.article table td img.category_image {
  width: 100% !important;
  max-width: 100% !important;
}
article table tr:last-child td, div.article table tr:last-child td {
  border-bottom: 2px solid #000;
}
article ul, div.article ul {
  display: table;
  padding-inline-start: 20px;
}
article table td ul, div.article table td ul {
  display: block;
}
article .body_heading_1_rule_below, div.article .body_heading_1_rule_below {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}
article p.bullets, div.article p.bullets {
  padding-left: 40px;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAABFmlDQ1BJQ0MgUHJvZmlsZQAAKJFjYGBSSCwoyGESYGDIzSspCnJ3UoiIjFJgf8zAysDPIMggxSCcmFxc4BgQ4MMABDAaFXy7xsAIoi/rgszClMcLuFJSi5OB9B8gzkwuKCphYGDMALKVy0sKQOweIFskKRvMXgBiFwEdCGRvAbHTIewTYDUQ9h2wmpAgZyD7A5DNlwRmM4Hs4kuHsAVAbKi9IMDvnJ+TX+SbWJKcoQAMAhJ9QAQoSa0oAdHO+QWVRZnpGSUKjsCQSlXwzEvW01EwMjC0ZGAAhTtE9bc70PC0QoghAEKsKZuBwQ3oBzYzhFiQMgPDikoGBunrCDElDwYGQVUGho0KyaVFZVBjGBnPMjAQ4gMAEhBMlTzDpc0AAAAGYktHRAD/AP8A/6C9p5MAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfjBRAJHhecvpr0AAAARklEQVQI103KoQ2AMAAAwSs1DQvgGIcF2IqNagmOBfAM0dA0AVOBeHHJBwREJLx4YMSKEzsWmHH8rjx0FLReiai4MeHC9gGwfBAJ34VSRwAAAABJRU5ErkJggg==") no-repeat scroll 17px 10px;
}
article [class*=heading_1], div.article [class*=heading_1] {
  font-weight: bold;
}
article hr, div.article hr {
  display: block;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  border-top: none;
}
article hr.clearfix, div.article hr.clearfix {
  clear: both;
}
article .carousel-control-next, div.article .carousel-control-next {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 40%);
}
article .carousel-control-prev, div.article .carousel-control-prev {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 40%);
}
article .carousel-captions, div.article .carousel-captions {
  display: none;
}

[id=gtx-trans] {
  display: none;
}

.navbar-expand-never .navbar-toggler {
  display: block;
}

.modal-backdrop.show {
  opacity: 0.85;
}

body {
  overflow-x: hidden;
  padding-top: 65px;
}
@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

header .mcontainer {
  position: fixed;
  top: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  z-index: 10000;
  background-color: #fff;
}
header .mcontainer .container {
  flex-wrap: nowrap;
}
header .mcontainer .logo-title {
  float: left;
  margin-top: 14px;
  margin-bottom: 14px;
  font-weight: normal;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  color: #000;
}
header .mcontainer .logo-title .logo {
  width: 91px;
  margin-top: -16px;
}
header .mcontainer .logo-title:hover {
  color: #000;
}
header .mcontainer .logo-title sup {
  font-size: 1.6rem;
  font-weight: normal;
  top: -0.7em;
}
header .mcontainer .navbar-toggler:focus {
  outline: none;
}
header .mcontainer .nav-icon {
  display: block;
  margin: 0;
  width: 25px;
}
header .mcontainer .nav-icon:after,
header .mcontainer .nav-icon:before,
header .mcontainer .nav-icon span {
  background-color: #000;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  margin: 9px 0;
  transition: all 0.2s ease-in-out;
}
header .mcontainer.open {
  background-color: #000;
}
header .mcontainer.open .nav-icon:before {
  transform: translateY(14px) rotate(135deg) scaleX(1.2);
}
header .mcontainer.open .nav-icon:after {
  transform: translateY(-8px) rotate(-135deg) scaleX(1.2);
}
header .mcontainer.open .nav-icon span {
  transform: scale(0);
}
header .mcontainer .list-group-item {
  background-color: transparent;
  border: none;
  padding: 0;
  border-radius: 0;
  margin-right: 60px;
  font-size: 20px;
  font-weight: bold;
}
header .mcontainer .list-group-item:last-child {
  margin-right: 0;
}
header .mcontainer .list-group-item:first-child {
  font-size: 16px;
}
header .mcontainer .navbar-collapse .container {
  padding-top: 120px;
  padding-bottom: 120px;
}
header .mcontainer .navbar-nav {
  color: #fff;
}
header .mcontainer .navbar-nav .nav-item {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  margin: 6px 0;
  opacity: 0.5;
  transition: all 0.3s;
}
header .mcontainer .navbar-nav .nav-item.active, header .mcontainer .navbar-nav .nav-item:hover, header .mcontainer .navbar-nav .nav-item:active {
  opacity: 1;
}
header .mcontainer .nav-contact *, header .mcontainer .nav-contact p {
  color: #fff;
}
header .mcontainer .nav-contact p {
  font-size: 20px;
  font-weight: 300;
  padding-top: 0;
  padding-bottom: 0;
  margin: 12px 0;
}
header .mcontainer .nav-contact p.btn a, header .mcontainer .nav-contact p.btn-border a {
  text-align: center;
  margin-left: 0;
  margin-right: auto;
  display: block;
}
header .mcontainer .nav-contact p small {
  font-size: 16px;
}

article, .nav-contact {
  position: relative;
  overflow: visible;
  padding: 96px 0 128px 0;
  border-bottom: none;
}
article.first-slide, .nav-contact.first-slide {
  padding-top: 0px;
  margin-top: -80px;
}
article img, .nav-contact img {
  max-width: 840px;
}
@media (max-width: 991px) {
  article img, .nav-contact img {
    max-width: 100%;
  }
}
article h2, .nav-contact h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 16px;
}
article h2, article .lead, .nav-contact h2, .nav-contact .lead {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  article h2 .cikkblock, article .lead .cikkblock, .nav-contact h2 .cikkblock, .nav-contact .lead .cikkblock {
    margin-left: -180px;
    margin-right: -180px;
  }
  article h2 .cikkblock img, article .lead .cikkblock img, .nav-contact h2 .cikkblock img, .nav-contact .lead .cikkblock img {
    max-width: 100%;
  }
}
article .img-header, .nav-contact .img-header {
  margin-bottom: 15px;
}
article .text, .nav-contact .text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
article .text .cikkblock, .nav-contact .text .cikkblock {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  article .text .cikkblock img, .nav-contact .text .cikkblock img {
    max-width: 100%;
  }
}
article .modal .cikkblock, .nav-contact .modal .cikkblock {
  margin: 0 !important;
}
article .lead, .nav-contact .lead {
  margin-bottom: 20px;
}
article .lead, article .lead *, .nav-contact .lead, .nav-contact .lead * {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
}
article .text, article .text p, article .text *, .nav-contact .text, .nav-contact .text p, .nav-contact .text * {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
article .btn, .nav-contact .btn {
  padding-left: 0;
  padding-right: 0;
}
article .btn a, .nav-contact .btn a {
  padding: 14px 28px;
  border-radius: 2px;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
}
article .btn-border, .nav-contact .btn-border {
  display: inline-block;
}
article .btn-border a, .nav-contact .btn-border a {
  display: inline-block;
  font-weight: 700;
  padding: 11px 28px 13px 28px;
  border-radius: 2px;
  border: 2px solid #fff;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}
article .btn-border-with-play, .nav-contact .btn-border-with-play {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 8px !important;
}
article .btn-border-with-play a, .nav-contact .btn-border-with-play a {
  display: inline-block;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 2px;
  border: 2px solid #fff;
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
}
article .btn-border-with-play a:after, .nav-contact .btn-border-with-play a:after {
  content: "";
  font-family: FontAwesome;
  color: #fff !important;
  margin-left: 16px;
}
article.background-black .cikkblock, .nav-contact.background-black .cikkblock {
  margin-top: 80px;
  margin-bottom: 80px;
}
article.background-black .btn, .nav-contact.background-black .btn {
  width: 100%;
}
article.background-black .btn a, .nav-contact.background-black .btn a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  background-color: #fff;
  color: #000;
  border-radius: 0;
}
article.background-black .btn-border, .nav-contact.background-black .btn-border {
  width: 100%;
}
article.background-black .btn-border a, .nav-contact.background-black .btn-border a {
  width: 100%;
  max-width: 320px;
  border-radius: 0;
}
article.background-orange, .nav-contact.background-orange {
  background-color: #F8BE46;
}
article.background-orange .btn, .nav-contact.background-orange .btn {
  width: 100%;
}
article.background-orange .btn a, .nav-contact.background-orange .btn a {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  border-radius: 0;
}
article.background-orange .btn-border, .nav-contact.background-orange .btn-border {
  width: 100%;
}
article.background-orange .btn-border a, .nav-contact.background-orange .btn-border a {
  width: 100%;
  max-width: 320px;
  border-radius: 0;
  color: #000 !important;
  border: 2px solid #000;
}
article.background-light-blue, .nav-contact.background-light-blue {
  background-color: #F3F5F7;
}
article.background-light-blue .btn-border-with-play, .nav-contact.background-light-blue .btn-border-with-play {
  background-color: #000;
}
article.background-bluish-gray, .nav-contact.background-bluish-gray {
  background-color: #D9DCE1;
}
article.big-title, .nav-contact.big-title {
  padding-bottom: 116px !important;
}
article.big-title.first-slide, .nav-contact.big-title.first-slide {
  padding-bottom: 70px !important;
}
article.big-title h2, .nav-contact.big-title h2 {
  font-size: 54px;
  line-height: 64px;
}
article.first-slide .text, .nav-contact.first-slide .text {
  max-width: 840px;
}
article.first-slide :not(.embed-content-wrapper) > .btn, .nav-contact.first-slide :not(.embed-content-wrapper) > .btn {
  margin-top: 100px;
  margin-bottom: 200px !important;
}
@media (max-width: 530px) {
  article.first-slide :not(.embed-content-wrapper) > .btn, .nav-contact.first-slide :not(.embed-content-wrapper) > .btn {
    position: relative;
    z-index: 200;
  }
}
article:not(.first-slide) .slider-wrapper.carousels, .nav-contact:not(.first-slide) .slider-wrapper.carousels {
  margin-left: -120px;
  margin-right: -120px;
}
article.hidden-title .img-header, .nav-contact.hidden-title .img-header {
  max-width: 120px;
}
article.hidden-title h2, .nav-contact.hidden-title h2 {
  display: none;
}
article.hidden-title .text, .nav-contact.hidden-title .text {
  max-width: 320px;
}
article.hidden-title .text p:not(.btn):not(.btn-border), .nav-contact.hidden-title .text p:not(.btn):not(.btn-border) {
  padding-left: 20px;
  padding-right: 20px;
}
article.background-gray, .nav-contact.background-gray {
  background-color: #e5e5e5;
}
article.background-black, .nav-contact.background-black {
  padding-top: 180px;
}
article.background-black h2, .nav-contact.background-black h2 {
  font-weight: 700;
}
article.background-black h2, article.background-black .lead, article.background-black .text, article.background-black .lead *, article.background-black .text *, .nav-contact.background-black h2, .nav-contact.background-black .lead, .nav-contact.background-black .text, .nav-contact.background-black .lead *, .nav-contact.background-black .text * {
  color: #fff;
}
article.background-black.picture-open-modal .cikkblock, .nav-contact.background-black.picture-open-modal .cikkblock {
  margin: 60px auto 50px;
}
article.background-black small, .nav-contact.background-black small {
  font-size: 16px;
  line-height: 24px;
}
article.logo-on-top:before, .nav-contact.logo-on-top:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 60px);
  top: 140px;
  width: 120px;
  height: 42px;
  background-color: transparent;
  background-image: url(/static/shep/logo-white.png);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
article .cikkblock .gallery-embed .img img, .nav-contact .cikkblock .gallery-embed .img img {
  border-radius: 8px;
  overflow: hidden;
}
article .cikkblock .gallery-embed .img-subtitle, .nav-contact .cikkblock .gallery-embed .img-subtitle {
  display: none;
}
article .cikkblock .gallery-embed .h2, .nav-contact .cikkblock .gallery-embed .h2 {
  font-size: 66px;
  line-height: 74px;
  font-weight: 700;
}
@media (max-width: 575px) {
  article .cikkblock .gallery-embed .h2, .nav-contact .cikkblock .gallery-embed .h2 {
    font-size: 46px;
    line-height: 52px;
  }
}
@media (max-width: 390px) {
  article .cikkblock .gallery-embed .h2, .nav-contact .cikkblock .gallery-embed .h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
article .cikkblock .gallery-embed h3, .nav-contact .cikkblock .gallery-embed h3 {
  font-family: "Lato", sans-serif;
  font-weight: lighter;
  font-size: 48px;
  line-height: 54px;
}
@media (max-width: 575px) {
  article .cikkblock .gallery-embed h3, .nav-contact .cikkblock .gallery-embed h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 390px) {
  article .cikkblock .gallery-embed h3, .nav-contact .cikkblock .gallery-embed h3 {
    font-size: 26px;
    line-height: 29px;
  }
}
article .cikkblock .gallery-embed .btn span, .nav-contact .cikkblock .gallery-embed .btn span {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
article.video-slide .btn-border a, .nav-contact.video-slide .btn-border a {
  position: relative;
  padding-right: 54px;
}
article.video-slide .btn-border a:after, .nav-contact.video-slide .btn-border a:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 24px;
  width: 14px;
  height: 16px;
  background-color: transparent;
  background-image: url(/static/images/play-white.png);
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}
article.testimonial .slider-slide, .nav-contact.testimonial .slider-slide {
  width: 840px;
  background-color: transparent !important;
}
article.testimonial .slider-slide p, .nav-contact.testimonial .slider-slide p {
  display: none;
}
article.testimonial .slider-slide .cikkblock, .nav-contact.testimonial .slider-slide .cikkblock {
  float: left;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
article.testimonial .slider-slide .cikkblock .gallery-embed, .nav-contact.testimonial .slider-slide .cikkblock .gallery-embed {
  position: relative;
  min-height: 150px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.2);
}
article.testimonial .slider-slide .cikkblock .gallery-embed .img, .nav-contact.testimonial .slider-slide .cikkblock .gallery-embed .img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
article .video, .nav-contact .video {
  margin-top: 55px;
  margin-bottom: 55px;
}
article .video .img, .nav-contact .video .img {
  position: relative;
}
article .video .img:after, .nav-contact .video .img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  margin-left: -27px;
  margin-top: -27px;
  background-color: #000;
  background-image: url(/static/images/play-white.png);
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}
article .small_figures, .nav-contact .small_figures {
  font-size: 70% !important;
}
article .kep-frame-embed, .nav-contact .kep-frame-embed {
  width: 100%;
}
article .kep-frame-embed img, .nav-contact .kep-frame-embed img {
  max-width: 100%;
}
article .kep-frame-embed:after, .nav-contact .kep-frame-embed:after {
  content: "";
  display: block;
  clear: both;
}
article .slider-wrapper, .nav-contact .slider-wrapper {
  position: relative;
  overflow: hidden;
}
article .slider-wrapper .slider-content, .nav-contact .slider-wrapper .slider-content {
  position: relative;
  width: 10000px;
  left: 0;
  display: flex;
  flex-direction: row;
}
article .slider-wrapper .slider-content .slider-slide, .nav-contact .slider-wrapper .slider-content .slider-slide {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 1px;
  max-width: 100%;
  overflow: hidden;
  /*
  @media (max-width: $md - 1px) {
    max-width: 100%;
  }
  */
}
article .slider-wrapper .slider-content .slider-slide > p:empty:first-child, .nav-contact .slider-wrapper .slider-content .slider-slide > p:empty:first-child {
  display: none;
}
article .slider-wrapper .slider-content .slider-slide > p:empty:last-child, .nav-contact .slider-wrapper .slider-content .slider-slide > p:empty:last-child {
  display: none;
}
article .slider-wrapper .slider-content .slider-slide .kep-frame-embed .w-50.pull-left, .nav-contact .slider-wrapper .slider-content .slider-slide .kep-frame-embed .w-50.pull-left {
  padding-right: 0;
}
article .slider-wrapper .slider-content .slider-slide .kep-frame-embed .w-50.pull-right, .nav-contact .slider-wrapper .slider-content .slider-slide .kep-frame-embed .w-50.pull-right {
  padding: 35px 50px;
  color: #000;
  text-align: left;
}
article .slider-wrapper .slider-content .slider-slide .kep-frame-embed .w-50.pull-right h3, .nav-contact .slider-wrapper .slider-content .slider-slide .kep-frame-embed .w-50.pull-right h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 10px;
}
article .slider-wrapper .slider-content .slider-slide .kep-frame-embed .w-50.pull-right .btn, .nav-contact .slider-wrapper .slider-content .slider-slide .kep-frame-embed .w-50.pull-right .btn {
  text-align: left;
}
article .slider-wrapper .slider-content .slider-slide .kep-frame-embed .w-50.pull-right .btn a, .nav-contact .slider-wrapper .slider-content .slider-slide .kep-frame-embed .w-50.pull-right .btn a {
  display: inline-block;
  position: relative;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  padding-left: 55px;
  margin-top: 30px;
  width: auto;
}
article .slider-wrapper .slider-content .slider-slide .kep-frame-embed .w-50.pull-right .btn a:before, .nav-contact .slider-wrapper .slider-content .slider-slide .kep-frame-embed .w-50.pull-right .btn a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 3px;
  background-color: transparent;
  background-image: url("/static/images/play-black.png");
  background-size: auto;
  background-position: calc(50% + 2px) center;
  background-repeat: no-repeat;
}
article .slider-wrapper .slider-content .slider-slide .kep-frame-embed .w-50.pull-right *, .nav-contact .slider-wrapper .slider-content .slider-slide .kep-frame-embed .w-50.pull-right * {
  color: #000;
}
article .slider-wrapper .slider-content:after, .nav-contact .slider-wrapper .slider-content:after {
  content: "";
  display: block;
  clear: left;
}
article .slider-wrapper.logos .slider-content .slider-slide, .nav-contact .slider-wrapper.logos .slider-content .slider-slide {
  height: 175px;
}
article .slider-wrapper.logos .slider-content .slider-slide > a, article .slider-wrapper.logos .slider-content .slider-slide > span, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > a, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > span {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  height: 152px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
article .slider-wrapper.logos .slider-content .slider-slide > a > img, article .slider-wrapper.logos .slider-content .slider-slide > span > img, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > a > img, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > span > img {
  position: absolute;
  max-width: 140px;
  max-height: 120px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content .slider-slide > a, article .slider-wrapper.logos .slider-content .slider-slide > span > img, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > a, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > span > img {
    max-width: 140px;
    max-height: 120px;
  }
}
@media (max-width: 768px) {
  article .slider-wrapper.logos .slider-content .slider-slide > a, article .slider-wrapper.logos .slider-content .slider-slide > span, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > a, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > span {
    width: 120px;
    height: 130px;
  }
  article .slider-wrapper.logos .slider-content .slider-slide > a > img, article .slider-wrapper.logos .slider-content .slider-slide > span > img, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > a > img, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > span > img {
    max-width: 100px;
  }
}
@media (max-width: 576px) {
  article .slider-wrapper.logos .slider-content .slider-slide > a, article .slider-wrapper.logos .slider-content .slider-slide > span, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > a, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > span {
    width: 100px;
    height: 110px;
  }
  article .slider-wrapper.logos .slider-content .slider-slide > a > img, article .slider-wrapper.logos .slider-content .slider-slide > span > img, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > a > img, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > span > img {
    max-width: 80px;
  }
}
@media (max-width: 391px) {
  article .slider-wrapper.logos .slider-content .slider-slide > a, article .slider-wrapper.logos .slider-content .slider-slide > span, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > a, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > span {
    width: 70px;
    height: 80px;
  }
  article .slider-wrapper.logos .slider-content .slider-slide > a > img, article .slider-wrapper.logos .slider-content .slider-slide > span > img, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > a > img, .nav-contact .slider-wrapper.logos .slider-content .slider-slide > span > img {
    max-width: 60px;
  }
}
article .slider-wrapper.logos .slider-content.slide-items-1, .nav-contact .slider-wrapper.logos .slider-content.slide-items-1 {
  width: calc(100% * 1 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-1, .nav-contact .slider-wrapper.logos .slider-content.slide-items-1 {
    width: calc(100% * 1 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-1, .nav-contact .slider-wrapper.logos .slider-content.slide-items-1 {
    width: calc(100% * 1 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-1 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-1 .slider-slide {
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
}
article .slider-wrapper.logos .slider-content.slide-items-2, .nav-contact .slider-wrapper.logos .slider-content.slide-items-2 {
  width: calc(100% * 2 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-2, .nav-contact .slider-wrapper.logos .slider-content.slide-items-2 {
    width: calc(100% * 2 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-2, .nav-contact .slider-wrapper.logos .slider-content.slide-items-2 {
    width: calc(100% * 2 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-2 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-2 .slider-slide {
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}
article .slider-wrapper.logos .slider-content.slide-items-3, .nav-contact .slider-wrapper.logos .slider-content.slide-items-3 {
  width: calc(100% * 3 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-3, .nav-contact .slider-wrapper.logos .slider-content.slide-items-3 {
    width: calc(100% * 3 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-3, .nav-contact .slider-wrapper.logos .slider-content.slide-items-3 {
    width: calc(100% * 3 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-3 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-3 .slider-slide {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}
article .slider-wrapper.logos .slider-content.slide-items-4, .nav-contact .slider-wrapper.logos .slider-content.slide-items-4 {
  width: calc(100% * 4 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-4, .nav-contact .slider-wrapper.logos .slider-content.slide-items-4 {
    width: calc(100% * 4 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-4, .nav-contact .slider-wrapper.logos .slider-content.slide-items-4 {
    width: calc(100% * 4 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-4 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-4 .slider-slide {
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
}
article .slider-wrapper.logos .slider-content.slide-items-5, .nav-contact .slider-wrapper.logos .slider-content.slide-items-5 {
  width: calc(100% * 5 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-5, .nav-contact .slider-wrapper.logos .slider-content.slide-items-5 {
    width: calc(100% * 5 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-5, .nav-contact .slider-wrapper.logos .slider-content.slide-items-5 {
    width: calc(100% * 5 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-5 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-5 .slider-slide {
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5);
}
article .slider-wrapper.logos .slider-content.slide-items-6, .nav-contact .slider-wrapper.logos .slider-content.slide-items-6 {
  width: calc(100% * 6 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-6, .nav-contact .slider-wrapper.logos .slider-content.slide-items-6 {
    width: calc(100% * 6 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-6, .nav-contact .slider-wrapper.logos .slider-content.slide-items-6 {
    width: calc(100% * 6 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-6 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-6 .slider-slide {
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6);
}
article .slider-wrapper.logos .slider-content.slide-items-7, .nav-contact .slider-wrapper.logos .slider-content.slide-items-7 {
  width: calc(100% * 7 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-7, .nav-contact .slider-wrapper.logos .slider-content.slide-items-7 {
    width: calc(100% * 7 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-7, .nav-contact .slider-wrapper.logos .slider-content.slide-items-7 {
    width: calc(100% * 7 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-7 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-7 .slider-slide {
  flex: 0 0 calc(100% / 7);
  max-width: calc(100% / 7);
}
article .slider-wrapper.logos .slider-content.slide-items-8, .nav-contact .slider-wrapper.logos .slider-content.slide-items-8 {
  width: calc(100% * 8 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-8, .nav-contact .slider-wrapper.logos .slider-content.slide-items-8 {
    width: calc(100% * 8 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-8, .nav-contact .slider-wrapper.logos .slider-content.slide-items-8 {
    width: calc(100% * 8 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-8 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-8 .slider-slide {
  flex: 0 0 calc(100% / 8);
  max-width: calc(100% / 8);
}
article .slider-wrapper.logos .slider-content.slide-items-9, .nav-contact .slider-wrapper.logos .slider-content.slide-items-9 {
  width: calc(100% * 9 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-9, .nav-contact .slider-wrapper.logos .slider-content.slide-items-9 {
    width: calc(100% * 9 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-9, .nav-contact .slider-wrapper.logos .slider-content.slide-items-9 {
    width: calc(100% * 9 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-9 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-9 .slider-slide {
  flex: 0 0 calc(100% / 9);
  max-width: calc(100% / 9);
}
article .slider-wrapper.logos .slider-content.slide-items-10, .nav-contact .slider-wrapper.logos .slider-content.slide-items-10 {
  width: calc(100% * 10 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-10, .nav-contact .slider-wrapper.logos .slider-content.slide-items-10 {
    width: calc(100% * 10 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-10, .nav-contact .slider-wrapper.logos .slider-content.slide-items-10 {
    width: calc(100% * 10 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-10 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-10 .slider-slide {
  flex: 0 0 calc(100% / 10);
  max-width: calc(100% / 10);
}
article .slider-wrapper.logos .slider-content.slide-items-11, .nav-contact .slider-wrapper.logos .slider-content.slide-items-11 {
  width: calc(100% * 11 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-11, .nav-contact .slider-wrapper.logos .slider-content.slide-items-11 {
    width: calc(100% * 11 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-11, .nav-contact .slider-wrapper.logos .slider-content.slide-items-11 {
    width: calc(100% * 11 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-11 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-11 .slider-slide {
  flex: 0 0 calc(100% / 11);
  max-width: calc(100% / 11);
}
article .slider-wrapper.logos .slider-content.slide-items-12, .nav-contact .slider-wrapper.logos .slider-content.slide-items-12 {
  width: calc(100% * 12 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-12, .nav-contact .slider-wrapper.logos .slider-content.slide-items-12 {
    width: calc(100% * 12 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-12, .nav-contact .slider-wrapper.logos .slider-content.slide-items-12 {
    width: calc(100% * 12 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-12 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-12 .slider-slide {
  flex: 0 0 calc(100% / 12);
  max-width: calc(100% / 12);
}
article .slider-wrapper.logos .slider-content.slide-items-13, .nav-contact .slider-wrapper.logos .slider-content.slide-items-13 {
  width: calc(100% * 13 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-13, .nav-contact .slider-wrapper.logos .slider-content.slide-items-13 {
    width: calc(100% * 13 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-13, .nav-contact .slider-wrapper.logos .slider-content.slide-items-13 {
    width: calc(100% * 13 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-13 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-13 .slider-slide {
  flex: 0 0 calc(100% / 13);
  max-width: calc(100% / 13);
}
article .slider-wrapper.logos .slider-content.slide-items-14, .nav-contact .slider-wrapper.logos .slider-content.slide-items-14 {
  width: calc(100% * 14 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-14, .nav-contact .slider-wrapper.logos .slider-content.slide-items-14 {
    width: calc(100% * 14 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-14, .nav-contact .slider-wrapper.logos .slider-content.slide-items-14 {
    width: calc(100% * 14 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-14 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-14 .slider-slide {
  flex: 0 0 calc(100% / 14);
  max-width: calc(100% / 14);
}
article .slider-wrapper.logos .slider-content.slide-items-15, .nav-contact .slider-wrapper.logos .slider-content.slide-items-15 {
  width: calc(100% * 15 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-15, .nav-contact .slider-wrapper.logos .slider-content.slide-items-15 {
    width: calc(100% * 15 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-15, .nav-contact .slider-wrapper.logos .slider-content.slide-items-15 {
    width: calc(100% * 15 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-15 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-15 .slider-slide {
  flex: 0 0 calc(100% / 15);
  max-width: calc(100% / 15);
}
article .slider-wrapper.logos .slider-content.slide-items-16, .nav-contact .slider-wrapper.logos .slider-content.slide-items-16 {
  width: calc(100% * 16 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-16, .nav-contact .slider-wrapper.logos .slider-content.slide-items-16 {
    width: calc(100% * 16 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-16, .nav-contact .slider-wrapper.logos .slider-content.slide-items-16 {
    width: calc(100% * 16 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-16 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-16 .slider-slide {
  flex: 0 0 calc(100% / 16);
  max-width: calc(100% / 16);
}
article .slider-wrapper.logos .slider-content.slide-items-17, .nav-contact .slider-wrapper.logos .slider-content.slide-items-17 {
  width: calc(100% * 17 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-17, .nav-contact .slider-wrapper.logos .slider-content.slide-items-17 {
    width: calc(100% * 17 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-17, .nav-contact .slider-wrapper.logos .slider-content.slide-items-17 {
    width: calc(100% * 17 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-17 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-17 .slider-slide {
  flex: 0 0 calc(100% / 17);
  max-width: calc(100% / 17);
}
article .slider-wrapper.logos .slider-content.slide-items-18, .nav-contact .slider-wrapper.logos .slider-content.slide-items-18 {
  width: calc(100% * 18 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-18, .nav-contact .slider-wrapper.logos .slider-content.slide-items-18 {
    width: calc(100% * 18 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-18, .nav-contact .slider-wrapper.logos .slider-content.slide-items-18 {
    width: calc(100% * 18 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-18 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-18 .slider-slide {
  flex: 0 0 calc(100% / 18);
  max-width: calc(100% / 18);
}
article .slider-wrapper.logos .slider-content.slide-items-19, .nav-contact .slider-wrapper.logos .slider-content.slide-items-19 {
  width: calc(100% * 19 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-19, .nav-contact .slider-wrapper.logos .slider-content.slide-items-19 {
    width: calc(100% * 19 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-19, .nav-contact .slider-wrapper.logos .slider-content.slide-items-19 {
    width: calc(100% * 19 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-19 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-19 .slider-slide {
  flex: 0 0 calc(100% / 19);
  max-width: calc(100% / 19);
}
article .slider-wrapper.logos .slider-content.slide-items-20, .nav-contact .slider-wrapper.logos .slider-content.slide-items-20 {
  width: calc(100% * 20 / 3);
}
@media (min-width: 768px) {
  article .slider-wrapper.logos .slider-content.slide-items-20, .nav-contact .slider-wrapper.logos .slider-content.slide-items-20 {
    width: calc(100% * 20 / 3);
  }
}
@media (min-width: 992px) {
  article .slider-wrapper.logos .slider-content.slide-items-20, .nav-contact .slider-wrapper.logos .slider-content.slide-items-20 {
    width: calc(100% * 20 / 3);
  }
}
article .slider-wrapper.logos .slider-content.slide-items-20 .slider-slide, .nav-contact .slider-wrapper.logos .slider-content.slide-items-20 .slider-slide {
  flex: 0 0 calc(100% / 20);
  max-width: calc(100% / 20);
}
article .slider-wrapper.logos > ul, .nav-contact .slider-wrapper.logos > ul {
  margin-top: 33px;
}
article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg {
  width: 100%;
  height: 100%;
  max-width: 1112px;
  max-height: 368px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg > .row, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg > .row {
  height: 100%;
}
article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg > .row > div > span, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg > .row > div > span {
  display: flex;
  height: 100%;
}
article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg > .row > div > span > img, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg > .row > div > span > img {
  object-fit: cover;
  width: 100%;
}
article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg *, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg * {
  color: #000;
}
article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content {
  padding: 20px 65px;
  text-align: left;
}
@media (min-width: 576px) {
  article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content h4, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 14px;
}
article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content div, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content div {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}
article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content a, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content a {
  font-size: 16px;
  font-weight: bold;
}
article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content a .bordered, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content a .bordered {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #000;
  border-radius: 2px;
  margin-right: 18px;
}
article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content a .bordered .fa, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content a .bordered .fa {
  width: 36px;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
}
article .slider-wrapper.carousels .slider-content.slide-items-1, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-1 {
  width: calc(100% * 1);
}
article .slider-wrapper.carousels .slider-content.slide-items-1 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-1 .slider-slide {
  flex: 0 0 calc(100% / 1);
  max-width: calc(100% / 1);
}
article .slider-wrapper.carousels .slider-content.slide-items-2, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-2 {
  width: calc(100% * 2);
}
article .slider-wrapper.carousels .slider-content.slide-items-2 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-2 .slider-slide {
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}
article .slider-wrapper.carousels .slider-content.slide-items-3, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-3 {
  width: calc(100% * 3);
}
article .slider-wrapper.carousels .slider-content.slide-items-3 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-3 .slider-slide {
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
}
article .slider-wrapper.carousels .slider-content.slide-items-4, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-4 {
  width: calc(100% * 4);
}
article .slider-wrapper.carousels .slider-content.slide-items-4 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-4 .slider-slide {
  flex: 0 0 calc(100% / 4);
  max-width: calc(100% / 4);
}
article .slider-wrapper.carousels .slider-content.slide-items-5, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-5 {
  width: calc(100% * 5);
}
article .slider-wrapper.carousels .slider-content.slide-items-5 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-5 .slider-slide {
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5);
}
article .slider-wrapper.carousels .slider-content.slide-items-6, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-6 {
  width: calc(100% * 6);
}
article .slider-wrapper.carousels .slider-content.slide-items-6 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-6 .slider-slide {
  flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6);
}
article .slider-wrapper.carousels .slider-content.slide-items-7, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-7 {
  width: calc(100% * 7);
}
article .slider-wrapper.carousels .slider-content.slide-items-7 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-7 .slider-slide {
  flex: 0 0 calc(100% / 7);
  max-width: calc(100% / 7);
}
article .slider-wrapper.carousels .slider-content.slide-items-8, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-8 {
  width: calc(100% * 8);
}
article .slider-wrapper.carousels .slider-content.slide-items-8 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-8 .slider-slide {
  flex: 0 0 calc(100% / 8);
  max-width: calc(100% / 8);
}
article .slider-wrapper.carousels .slider-content.slide-items-9, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-9 {
  width: calc(100% * 9);
}
article .slider-wrapper.carousels .slider-content.slide-items-9 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-9 .slider-slide {
  flex: 0 0 calc(100% / 9);
  max-width: calc(100% / 9);
}
article .slider-wrapper.carousels .slider-content.slide-items-10, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-10 {
  width: calc(100% * 10);
}
article .slider-wrapper.carousels .slider-content.slide-items-10 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-10 .slider-slide {
  flex: 0 0 calc(100% / 10);
  max-width: calc(100% / 10);
}
article .slider-wrapper.carousels .slider-content.slide-items-11, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-11 {
  width: calc(100% * 11);
}
article .slider-wrapper.carousels .slider-content.slide-items-11 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-11 .slider-slide {
  flex: 0 0 calc(100% / 11);
  max-width: calc(100% / 11);
}
article .slider-wrapper.carousels .slider-content.slide-items-12, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-12 {
  width: calc(100% * 12);
}
article .slider-wrapper.carousels .slider-content.slide-items-12 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-12 .slider-slide {
  flex: 0 0 calc(100% / 12);
  max-width: calc(100% / 12);
}
article .slider-wrapper.carousels .slider-content.slide-items-13, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-13 {
  width: calc(100% * 13);
}
article .slider-wrapper.carousels .slider-content.slide-items-13 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-13 .slider-slide {
  flex: 0 0 calc(100% / 13);
  max-width: calc(100% / 13);
}
article .slider-wrapper.carousels .slider-content.slide-items-14, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-14 {
  width: calc(100% * 14);
}
article .slider-wrapper.carousels .slider-content.slide-items-14 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-14 .slider-slide {
  flex: 0 0 calc(100% / 14);
  max-width: calc(100% / 14);
}
article .slider-wrapper.carousels .slider-content.slide-items-15, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-15 {
  width: calc(100% * 15);
}
article .slider-wrapper.carousels .slider-content.slide-items-15 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-15 .slider-slide {
  flex: 0 0 calc(100% / 15);
  max-width: calc(100% / 15);
}
article .slider-wrapper.carousels .slider-content.slide-items-16, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-16 {
  width: calc(100% * 16);
}
article .slider-wrapper.carousels .slider-content.slide-items-16 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-16 .slider-slide {
  flex: 0 0 calc(100% / 16);
  max-width: calc(100% / 16);
}
article .slider-wrapper.carousels .slider-content.slide-items-17, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-17 {
  width: calc(100% * 17);
}
article .slider-wrapper.carousels .slider-content.slide-items-17 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-17 .slider-slide {
  flex: 0 0 calc(100% / 17);
  max-width: calc(100% / 17);
}
article .slider-wrapper.carousels .slider-content.slide-items-18, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-18 {
  width: calc(100% * 18);
}
article .slider-wrapper.carousels .slider-content.slide-items-18 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-18 .slider-slide {
  flex: 0 0 calc(100% / 18);
  max-width: calc(100% / 18);
}
article .slider-wrapper.carousels .slider-content.slide-items-19, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-19 {
  width: calc(100% * 19);
}
article .slider-wrapper.carousels .slider-content.slide-items-19 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-19 .slider-slide {
  flex: 0 0 calc(100% / 19);
  max-width: calc(100% / 19);
}
article .slider-wrapper.carousels .slider-content.slide-items-20, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-20 {
  width: calc(100% * 20);
}
article .slider-wrapper.carousels .slider-content.slide-items-20 .slider-slide, .nav-contact .slider-wrapper.carousels .slider-content.slide-items-20 .slider-slide {
  flex: 0 0 calc(100% / 20);
  max-width: calc(100% / 20);
}
article .slider-wrapper > ul, .nav-contact .slider-wrapper > ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
  margin: 55px auto 0 auto;
}
article .slider-wrapper > ul > li, .nav-contact .slider-wrapper > ul > li {
  display: inline-block;
  margin: 0 5px;
}
article .slider-wrapper > ul > li .slider-left .fa, article .slider-wrapper > ul > li .slider-right .fa, .nav-contact .slider-wrapper > ul > li .slider-left .fa, .nav-contact .slider-wrapper > ul > li .slider-right .fa {
  color: #999 !important;
}
article .slider-wrapper > ul > li .slider-left:hover .fa, article .slider-wrapper > ul > li .slider-left:focus .fa, article .slider-wrapper > ul > li .slider-right:hover .fa, article .slider-wrapper > ul > li .slider-right:focus .fa, .nav-contact .slider-wrapper > ul > li .slider-left:hover .fa, .nav-contact .slider-wrapper > ul > li .slider-left:focus .fa, .nav-contact .slider-wrapper > ul > li .slider-right:hover .fa, .nav-contact .slider-wrapper > ul > li .slider-right:focus .fa {
  color: #000 !important;
}
article .slider-wrapper > ul > li .slider-item, .nav-contact .slider-wrapper > ul > li .slider-item {
  position: relative;
  top: -8px;
  padding: 5px;
  text-decoration: none;
}
article .slider-wrapper > ul > li .slider-item .fa, .nav-contact .slider-wrapper > ul > li .slider-item .fa {
  color: #999 !important;
  font-size: 8px;
}
article .slider-wrapper > ul > li .slider-item.active, article .slider-wrapper > ul > li .slider-item:hover, article .slider-wrapper > ul > li .slider-item:focus, .nav-contact .slider-wrapper > ul > li .slider-item.active, .nav-contact .slider-wrapper > ul > li .slider-item:hover, .nav-contact .slider-wrapper > ul > li .slider-item:focus {
  font-weight: bold;
}
article .slider-wrapper > ul > li .slider-item.active .fa, article .slider-wrapper > ul > li .slider-item:hover .fa, article .slider-wrapper > ul > li .slider-item:focus .fa, .nav-contact .slider-wrapper > ul > li .slider-item.active .fa, .nav-contact .slider-wrapper > ul > li .slider-item:hover .fa, .nav-contact .slider-wrapper > ul > li .slider-item:focus .fa {
  color: #000 !important;
}
article .slider-wrapper > ul > li .slider-left .fa, article .slider-wrapper > ul > li .slider-right .fa, .nav-contact .slider-wrapper > ul > li .slider-left .fa, .nav-contact .slider-wrapper > ul > li .slider-right .fa {
  font-size: 28px;
  line-height: 28px;
}
article.background-black .slider-wrapper > ul > li .slider-left .fa, article.background-black .slider-wrapper > ul > li .slider-right .fa, .nav-contact.background-black .slider-wrapper > ul > li .slider-left .fa, .nav-contact.background-black .slider-wrapper > ul > li .slider-right .fa {
  color: #999 !important;
}
article.background-black .slider-wrapper > ul > li .slider-left:hover .fa, article.background-black .slider-wrapper > ul > li .slider-left:focus .fa, article.background-black .slider-wrapper > ul > li .slider-right:hover .fa, article.background-black .slider-wrapper > ul > li .slider-right:focus .fa, .nav-contact.background-black .slider-wrapper > ul > li .slider-left:hover .fa, .nav-contact.background-black .slider-wrapper > ul > li .slider-left:focus .fa, .nav-contact.background-black .slider-wrapper > ul > li .slider-right:hover .fa, .nav-contact.background-black .slider-wrapper > ul > li .slider-right:focus .fa {
  color: #fff !important;
}
article.background-black .slider-wrapper > ul > li .slider-item .fa, .nav-contact.background-black .slider-wrapper > ul > li .slider-item .fa {
  color: #999 !important;
}
article.background-black .slider-wrapper > ul > li .slider-item.active .fa, article.background-black .slider-wrapper > ul > li .slider-item:hover .fa, article.background-black .slider-wrapper > ul > li .slider-item:focus .fa, .nav-contact.background-black .slider-wrapper > ul > li .slider-item.active .fa, .nav-contact.background-black .slider-wrapper > ul > li .slider-item:hover .fa, .nav-contact.background-black .slider-wrapper > ul > li .slider-item:focus .fa {
  color: #fff !important;
}
article .accordion-wrapper, .nav-contact .accordion-wrapper {
  width: 100%;
  text-align: left;
}
@media (min-width: 1024px) {
  article .accordion-wrapper, .nav-contact .accordion-wrapper {
    width: calc(100% + 392px);
    margin-left: -196px;
    margin-right: -196px;
  }
}
article .accordion-wrapper .accordion-accord, .nav-contact .accordion-wrapper .accordion-accord {
  border-bottom: 1px solid #D9DCE1;
}
article .accordion-wrapper .accordion-accord:first-child, .nav-contact .accordion-wrapper .accordion-accord:first-child {
  border-top: 1px solid #D9DCE1;
}
article .accordion-wrapper .accordion-accord:last-child, .nav-contact .accordion-wrapper .accordion-accord:last-child {
  border-bottom: 1px solid #D9DCE1;
}
article .accordion-wrapper .accordion-accord .accordion-header, .nav-contact .accordion-wrapper .accordion-accord .accordion-header {
  padding: 30px 0;
  cursor: pointer;
}
article .accordion-wrapper .accordion-accord .accordion-header .counter, .nav-contact .accordion-wrapper .accordion-accord .accordion-header .counter {
  width: 50px;
  float: left;
  margin-right: 35px;
  text-align: center;
  font-weight: bold;
}
article .accordion-wrapper .accordion-accord .accordion-header .title, .nav-contact .accordion-wrapper .accordion-accord .accordion-header .title {
  width: calc(100% - 170px);
  float: left;
}
article .accordion-wrapper .accordion-accord .accordion-header .title h2, .nav-contact .accordion-wrapper .accordion-accord .accordion-header .title h2 {
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  font-weight: bold;
}
article .accordion-wrapper .accordion-accord .accordion-header .icon, .nav-contact .accordion-wrapper .accordion-accord .accordion-header .icon {
  position: relative;
  width: 50px;
  height: 24px;
  float: left;
  margin-left: 35px;
  text-align: center;
}
article .accordion-wrapper .accordion-accord .accordion-header .icon span:before, .nav-contact .accordion-wrapper .accordion-accord .accordion-header .icon span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../images/icon-plus.png");
  background-size: 16px 16px;
}
article .accordion-wrapper .accordion-accord .accordion-header:after, .nav-contact .accordion-wrapper .accordion-accord .accordion-header:after {
  content: "";
  display: block;
  clear: both;
}
article .accordion-wrapper .accordion-accord .accordion-content, .nav-contact .accordion-wrapper .accordion-accord .accordion-content {
  max-height: 0;
  padding: 0 85px;
  margin-top: 0;
  overflow: hidden;
  transition: all 0.5s;
}
article .accordion-wrapper .accordion-accord.open .accordion-header .icon span:before, .nav-contact .accordion-wrapper .accordion-accord.open .accordion-header .icon span:before {
  content: "";
  background-image: url("../images/icon-minus.png");
  background-size: 16px 16px;
}
article .accordion-wrapper .accordion-accord.open .accordion-content, .nav-contact .accordion-wrapper .accordion-accord.open .accordion-content {
  margin-top: -16px;
  padding: 0 85px 40px;
}

.article-2 {
  padding-bottom: 20px;
}
.article-2 .text {
  max-width: 100%;
}

.modal {
  z-index: 10050;
}
.modal.show {
  display: block;
}
.modal .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}
.modal .modal-dialog.video {
  max-width: 960px;
  background-color: none;
  margin: 0 auto;
}
.modal .modal-dialog.video .modal-content {
  background-color: unset;
  border: unset;
}
@media (min-width: 1280px) {
  .modal .modal-dialog.video {
    max-width: 1208px;
  }
}

.modal-backdrop {
  z-index: 10040;
}
.modal-backdrop.show {
  display: block;
}

.modal-content {
  border-radius: 0;
}
.modal-content .modal-body {
  padding: 0;
}
.modal-content .modal-body.video-container {
  height: 0;
  width: calc(100% - 132px);
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  padding-bottom: 56.25%;
}
@media (min-width: 1280px) {
  .modal-content .modal-body.video-container {
    max-width: 1208px;
  }
}
@media (max-width: 575px) {
  .modal-content .modal-body.video-container {
    width: 100%;
  }
}
.modal-content .modal-body.video-container iframe {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.modal-content .modal-body video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}
.modal-content .modal-close {
  color: #fff;
  display: block;
  position: absolute;
  top: -19px;
  left: 100%;
  width: 66px;
  height: 66px;
  padding: 17px;
}
@media (max-width: 575px) {
  .modal-content .modal-close {
    left: auto;
    right: -12px;
    top: -54px;
  }
}
.modal-content .modal-close span {
  display: block;
  height: 33px;
  width: 2px;
  margin-left: 14.3px;
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 102;
}
.modal-content .modal-close span:before {
  content: "";
  display: block;
  height: 33px;
  width: 2px;
  background-color: #fff;
  transform: rotate(90deg);
  z-index: 103;
}
.modal-content p:empty {
  display: none;
}

article .text .cikkblock .kep-frame-embed, div.article .text .cikkblock .kep-frame-embed {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

article .text .cikkblock.margin-top-sm, div.article .text .cikkblock.margin-top-sm {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

footer {
  padding: 70px 0 120px;
}
footer p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 14px;
}
footer p.copyright {
  margin-top: 58px;
  margin-bottom: 0;
  font-size: 13px;
}
footer h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}

.picture-open-modal .gallery-embed {
  cursor: pointer;
}

article.article-0.first-slide .btn {
  margin-bottom: 2px !important;
  margin-top: 48px;
}

article.article-1 .gallery-embed img {
  background-color: #fff;
}
article.article-1 .text {
  max-width: 100%;
}

article.article-3 {
  padding-bottom: 110px !important;
}
article.article-3 .text .cikkblock {
  margin-bottom: 0;
}
article.article-3 .text {
  max-width: 727px;
}
@media (min-width: 1120px) {
  article.article-3 .slider-wrapper.carousels {
    margin-left: -256px;
    margin-right: -256px;
  }
}

article.article-4 {
  padding-bottom: 110px;
}
article.article-4 h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
article.article-4 .text .cikkblock {
  margin-top: 64px;
}
article.article-4 .text {
  max-width: 858px;
}
@media (min-width: 992px) {
  article.article-4 .slider-wrapper.logos .slider-content .slider-slide span {
    width: 254px;
  }
}
@media (max-width: 991px) {
  article.article-4 .slider-wrapper.logos .slider-content .slider-slide span {
    width: 200px;
  }
}
@media (max-width: 768px) {
  article.article-4 .slider-wrapper.logos .slider-content .slider-slide span {
    width: 140px;
  }
}
@media (max-width: 576px) {
  article.article-4 .slider-wrapper.logos .slider-content .slider-slide span {
    width: 130px;
  }
}
@media (max-width: 391px) {
  article.article-4 .slider-wrapper.logos .slider-content .slider-slide span {
    width: 80px;
  }
}

article.article-5 {
  padding-top: 118px;
  padding-bottom: 128.5px !important;
}
article.article-5 h2 {
  margin-bottom: 45px;
}
article.article-5 .img-header {
  margin-bottom: 0;
}

article.article-6 {
  padding-top: 130px;
  padding-bottom: 98px;
}
article.article-6 .btn {
  margin-top: 10px;
  margin-bottom: 24px;
}
article.article-6 .btn a {
  font-size: 20px;
  line-height: 28px;
  padding: 11px 28px 13px 28px;
}

body > .overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10050;
}
body > .overlay > .close-icon {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10020;
}
body > .overlay > .embed-responsive {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 960px;
  max-height: 720px;
  width: 80%;
  height: 80%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1001;
}

.share-box:not(.horizontal) {
  position: absolute;
  top: calc(100% + 34px);
  right: 34px;
  z-index: 101;
}
.share-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(-50%) translateY(-50%);
}
.share-box .icon.icon-share {
  background-image: url("../images/icon-share.png");
  background-size: 24px 24px;
}
.share-box .icon.icon-close {
  background-image: url("../images/icon-close.png");
  background-size: 18px 18px;
}
.share-box .icon.icon-linkedin {
  background-image: url("../images/icon-linkedin.png");
  background-size: 22px 22px;
}
.share-box .icon.icon-envelope {
  background-image: url("../images/icon-envelope.png");
  background-size: 24px 16px;
}
.share-box .icon.icon-print {
  background-image: url("../images/icon-print.png");
  background-size: 24px 24px;
}
.share-box .share-button {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: all 0.3s;
}
.share-box .share-button .fa {
  font-size: 32px;
  line-height: 60px;
}
.share-box .share-button:hover, .share-box .share-button:focus {
  background-color: #ffffff;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
}
.share-box .share-button-open {
  display: block;
}
.share-box .share-button-close {
  display: none;
}
.share-box .share-buttons {
  position: relative;
  max-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.share-box.open .share-button-open {
  display: none;
}
.share-box.open .share-button-close {
  display: block;
}
.share-box.open .share-buttons {
  max-height: 250px;
  margin: -20px;
  padding: 20px;
}
.share-box.horizontal {
  float: left;
  margin-top: 50px;
  height: 100px;
  padding: 2px 0 0 10px;
  margin-left: -10px;
  margin-bottom: -40px;
  overflow: hidden;
}
.share-box.horizontal .share-button {
  float: left;
  display: block;
  margin-bottom: 40px;
  margin-right: 12px;
}
.share-box.horizontal .share-buttons {
  float: left;
  max-width: 0;
}
.share-box.horizontal.open .share-buttons {
  max-height: none;
  max-width: 260px;
  margin: -20px;
  padding: 20px;
}

.read-more-mobile {
  font-size: 12.8px !important;
  font-weight: bold !important;
}

.share-box.horizontal {
  display: none;
}

@media (max-width: 767px) {
  .share-box {
    display: none;
  }
  .share-box.horizontal {
    display: block;
  }
}
@media (max-width: 991px) {
  article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content {
    padding: 20px 30px;
    height: 100%;
  }

  article:not(.first-slide) .slider-wrapper.carousels {
    margin-left: unset;
    margin-right: unset;
  }

  article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content div, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content div {
    display: none;
  }

  article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content a, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content a {
    font-size: 12.8px;
    line-height: 19.2px;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content a, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content a {
    position: absolute;
    bottom: 32px;
  }
}
@media (max-width: 991px) {
  .nav-contact {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 767px) {
  header .mcontainer .logo-title {
    margin-top: 17px;
    margin-bottom: 17px;
    padding: 0;
  }
  header .mcontainer .logo-title .logo {
    width: 75px;
  }
  header .mcontainer .nav-icon {
    width: 27px;
  }
  header .mcontainer .nav-icon span, header .mcontainer .nav-icon:before, header .mcontainer .nav-icon:after {
    margin: 8px 0;
  }
  header .mcontainer.open .nav-icon:before {
    transform: translateY(10px) rotate(135deg) scaleX(1.2);
  }
  header .mcontainer.open .nav-icon span {
    margin: 8px 0;
  }
  header .mcontainer.open .nav-icon:after {
    transform: translateY(-10px) rotate(-135deg) scaleX(1.2);
  }

  header .mcontainer .navbar-collapse .container {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  header .mcontainer .navbar-nav .nav-item {
    font-size: 28.8px;
    line-height: 35.2px;
  }

  .nav-contact {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  header .mcontainer .navbar-nav {
    margin-bottom: 40px;
  }

  header .mcontainer .nav-contact p {
    font-size: 16px;
    line-height: 22.4px;
  }
  header .mcontainer .nav-contact p.text-left {
    max-width: 300px;
  }
  header .mcontainer .nav-contact p small {
    font-size: 12.8px;
    line-height: 17.6px;
  }

  article h2, .nav-contact h2 {
    font-size: 28.8px;
    line-height: 35.2px;
  }

  article.big-title h2, .nav-contact.big-title h2 {
    font-size: 43.2px;
    line-height: 51.2px;
  }

  article.first-slide .lead {
    max-width: 420px;
  }

  article.first-slide .text {
    max-width: 420px;
  }

  article.first-slide:before {
    width: 141px;
    height: 203px;
    bottom: 109px;
    left: calc(50% + 85px);
  }

  article.first-slide:after {
    bottom: 75px;
  }

  article.background-black .cikkblock {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  article .slider-wrapper > ul {
    margin-top: 40px;
  }

  article.article-4 {
    padding-bottom: 30px;
  }

  article .lead, article .lead *, .nav-contact .lead, .nav-contact .lead * {
    font-size: 20.8px;
    line-height: 27.2px;
  }

  article .text, article .text p, article .text *, .nav-contact .text, .nav-contact .text p, .nav-contact .text * {
    font-size: 16px;
    line-height: 22.4px;
  }

  article, .nav-contact {
    padding: 90px 0;
  }

  article.first-slide, .nav-contact.first-slide {
    padding-top: 90px;
  }

  article.first-slide {
    margin-top: -165px;
  }

  article.background-black, .nav-contact.background-black {
    padding-top: 90px;
  }

  article.big-title, .nav-contact.big-title {
    padding-bottom: 90px !important;
  }

  article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content {
    padding: 20px 30px;
    height: 100%;
  }

  article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content h4, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content h4 {
    font-size: 16px;
    line-height: 22.4px;
  }

  article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content a, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content a {
    font-size: 12.8px;
    line-height: 19.2px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content a, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content a {
    position: absolute;
    bottom: 32px;
  }
}
@media (max-width: 767px) {
  article.big-title.article-3 {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  article.article-6 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 50px 0 85px;
  }
}
@media (max-width: 767px) {
  footer h3 {
    font-size: 13.8px;
    line-height: 21.6px;
  }
}
@media (max-width: 767px) {
  footer p {
    font-size: 12.8px;
    line-height: 17.6px;
    margin-bottom: 8.5px;
  }
}
@media (max-width: 767px) {
  footer p.copyright {
    font-size: 9.6px;
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  footer .d-flex.d-md-none .col-6:last-child {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  footer .col-6.col-sm-3 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  footer .col-6.col-sm-3:last-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  footer nav {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  header .mcontainer .navbar-nav .nav-item {
    font-size: 20.8px;
    line-height: 27.2px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) and (max-width: 390px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  article.first-slide:before, .nav-contact.first-slide:before {
    width: 102px;
    height: 147px;
    bottom: 51px;
    left: calc(50% + 38px);
  }
}
@media (max-width: 575px) {
  article.first-slide:after {
    bottom: 88px;
  }
}
@media (max-width: 575px) {
  article.first-slide h2.title {
    font-size: 43.2px;
    line-height: 51.2px;
  }
}
@media (max-width: 575px) {
  article.first-slide .btn, .nav-contact.first-slide .btn {
    margin-top: 55px !important;
    margin-bottom: 120px !important;
  }
}
@media (max-width: 575px) {
  article.big-title.first-slide {
    padding-top: 50px;
    padding-bottom: 110px !important;
  }
}
@media (max-width: 575px) {
  article .lead, article .lead *, .nav-contact .lead, .nav-contact .lead * {
    font-size: 15.6px;
    line-height: 20.4px;
  }
}
@media (max-width: 575px) {
  article.background-black, .nav-contact.background-black {
    padding-top: 55px;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 575px) {
  article.background-black.picture-open-modal .cikkblock {
    margin: 25px auto 25px;
  }
}
@media (max-width: 575px) {
  article .text .cikkblock {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  article, .nav-contact {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  article h2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  article.big-title h2, .nav-contact.big-title h2 {
    font-size: 32.4px;
    line-height: 38.4px;
  }
}
@media (max-width: 575px) {
  article.article-5.big-title h2 {
    font-size: 28.8px;
    line-height: 35.2px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  article.article-5 .img-header {
    width: 110px;
  }
}
@media (max-width: 575px) {
  article .accordion-wrapper .accordion-accord .accordion-header .counter {
    width: 30px;
    text-align: left;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  article .accordion-wrapper .accordion-accord .accordion-header .icon {
    width: 30px;
    text-align: right;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  article .accordion-wrapper .accordion-accord .accordion-header .title {
    width: calc(100% - 60px);
  }
}
@media (max-width: 575px) {
  article .accordion-wrapper .accordion-accord .accordion-content {
    padding: 0 30px;
  }
}
@media (max-width: 575px) {
  article .accordion-wrapper .accordion-accord.open .accordion-content {
    padding: 0 30px 40px;
  }
}
@media (max-width: 575px) {
  article .slider-wrapper.carousels .slider-content .slider-slide img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  article.article-4 {
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  article .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content, .nav-contact .slider-wrapper.carousels .slider-content .slider-slide .slider-bg .carousel-content {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  article .slider-wrapper > ul, .nav-contact .slider-wrapper > ul {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  article .accordion-wrapper .accordion-accord .accordion-header, .nav-contact .accordion-wrapper .accordion-accord .accordion-header {
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  article .accordion-wrapper .accordion-accord .accordion-header .title h2, .nav-contact .accordion-wrapper .accordion-accord .accordion-header .title h2 {
    font-size: 16px;
    line-height: 22.4px;
  }
}
@media (max-width: 575px) {
  .share-box.horizontal {
    margin-top: 20px;
    margin-bottom: -70px;
  }
}
@media (max-width: 575px) {
  article.article-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (max-width: 575px) {
  article.big-title.article-3 {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 575px) {
  article.article-4 .text .cikkblock {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  article .slider-wrapper.logos > ul {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  footer {
    padding: 60px 0 70px;
  }
}
@media (max-width: 575px) {
  footer img {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  footer nav {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  footer .d-flex.d-md-none .col-6:last-child {
    margin-top: 36px;
  }
}
@media (max-width: 575px) {
  article .modal-content .modal-close, .nav-contact .modal-content .modal-close {
    left: auto;
    right: 0;
    top: -50px;
  }
}
.gallery-picture-text {
  position: relative;
  width: 100vw;
  transform: translateX(-50%);
  left: 50%;
}
.gallery-picture-text .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 0;
}
.gallery-picture-text .lg-title {
  font-size: 66px;
  line-height: 74px;
}
.gallery-picture-text .img-wrapper {
  padding-left: 0;
  padding-right: 0;
  height: 540px;
}
.gallery-picture-text .img-wrapper img {
  padding-bottom: 11px;
  padding-top: 11px;
}
.gallery-picture-text .text-wrapper {
  text-align: left;
  padding-left: 7px;
  padding-right: 8px;
  height: 540px;
}
.gallery-picture-text .md-text {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  margin-top: 8px;
}
.gallery-picture-text .md-text p {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
}
.gallery-picture-text .lg-text {
  font-size: 36px;
  line-height: 44px;
}
.gallery-picture-text .btn span {
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
}
.gallery-picture-text .btn-secondary {
  background-color: #000;
  border-color: #000;
  border-radius: 0;
  padding: 0.929rem 1.344rem;
  margin-top: 48px !important;
  text-decoration: none;
}
.gallery-picture-text .btn-secondary:hover {
  background-color: #54585A;
  border-color: #54585A;
}
@media (max-width: 991px) {
  .gallery-picture-text .gallery-block {
    flex-direction: column-reverse !important;
  }
}

article.first-slide .gallery-picture-text .btn {
  margin-bottom: 25px !important;
}

.mcontainer.open img.logo {
  filter: invert(100%);
}
.mcontainer.open .logo-title {
  color: #fff;
}
.mcontainer.open .list-group-item a {
  color: white;
}
.mcontainer.open .navbar-toggler .nav-icon:after,
.mcontainer.open .navbar-toggler .nav-icon:before,
.mcontainer.open .navbar-toggler .nav-icon span {
  background-color: #fff;
}

.cikkblock.orange {
  margin-bottom: 29px !important;
}

@media (max-width: 991px) {
  .text-wrapper, .img-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .img-wrapper.col-lg-4 {
    max-width: 349px;
  }

  .text-wrapper.col-lg-8 {
    max-width: 731px;
  }

  .img-wrapper.col-lg-8 {
    max-width: 731px;
  }

  .text-wrapper.col-lg-4 {
    max-width: 349px;
  }

  .img-wrapper.col-lg-6, .img-wrapper.col-lg-6 {
    max-width: 540px;
  }
}
/*# sourceMappingURL=landing.css.map */