/* RWD */
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }

*:focus {
  outline: none; }

.extended-icon, .icon-arrow-with-belt, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .icon-close {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: left;
  text-indent: -10000px; }
  .extended-icon:before, .icon-arrow-with-belt:before, .mCSB_scrollTools .mCSB_buttonUp:before, .mCSB_scrollTools .mCSB_buttonDown:before, .icon-close:before, .extended-icon:after, .icon-arrow-with-belt:after, .mCSB_scrollTools .mCSB_buttonUp:after, .mCSB_scrollTools .mCSB_buttonDown:after, .icon-close:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .extended-icon:after, .icon-arrow-with-belt:after, .mCSB_scrollTools .mCSB_buttonUp:after, .mCSB_scrollTools .mCSB_buttonDown:after, .icon-close:after {
    opacity: 0; }
  .extended-icon:hover:before, .icon-arrow-with-belt:hover:before, .mCSB_scrollTools .mCSB_buttonUp:hover:before, .mCSB_scrollTools .mCSB_buttonDown:hover:before, .list-item--linked:hover .list-item__icon:before, .button-arrow:hover .button-arrow__arrow:before, .icon-close:hover:before {
    opacity: 0; }
  .extended-icon:hover:after, .icon-arrow-with-belt:hover:after, .mCSB_scrollTools .mCSB_buttonUp:hover:after, .mCSB_scrollTools .mCSB_buttonDown:hover:after, .list-item--linked:hover .list-item__icon:after, .button-arrow:hover .button-arrow__arrow:after, .icon-close:hover:after {
    opacity: 1; }

.icon-arrow-with-belt, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
  background-size: 100% auto;
  width: 39px;
  height: 16px; }
  .icon-arrow-with-belt::before, .mCSB_scrollTools .mCSB_buttonUp::before, .mCSB_scrollTools .mCSB_buttonDown::before, .icon-arrow-with-belt::after, .mCSB_scrollTools .mCSB_buttonUp::after, .mCSB_scrollTools .mCSB_buttonDown::after {
    background-size: auto 100% !important;
    background-position: right !important; }
  .icon-arrow-with-belt:before, .mCSB_scrollTools .mCSB_buttonUp:before, .mCSB_scrollTools .mCSB_buttonDown:before {
    background-image: url("/img/icons/icon-arrow-yellow.svg"); }
  .icon-arrow-with-belt:after, .mCSB_scrollTools .mCSB_buttonUp:after, .mCSB_scrollTools .mCSB_buttonDown:after {
    background-image: url("/img/icons/icon-arrow-green.svg"); }

.icon-arrow-with-belt--light:before, .mCSB_scrollTools .mCSB_buttonUp:before, .mCSB_scrollTools .mCSB_buttonDown:before {
  background-image: url("/img/icons/icon-arrow-white.svg"); }
.icon-arrow-with-belt--light:after, .mCSB_scrollTools .mCSB_buttonUp:after, .mCSB_scrollTools .mCSB_buttonDown:after {
  background-image: url("/img/icons/icon-arrow-green.svg"); }

.icon-arrow-with-belt--long {
  width: 110px; }

.icon-arrow-with-belt--right {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.icon-arrow-with-belt--up, .mCSB_scrollTools .mCSB_buttonUp {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.icon-arrow-with-belt--down, .mCSB_scrollTools .mCSB_buttonDown {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg); }

.hidden-information {
  overflow: hidden;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.hidden {
  opacity: 0; }

.visible {
  opacity: 1; }

html {
  font-family: europa, sans-serif;
  font-size: 14px;
  color: #000; }

body {
  font-family: europa, sans-serif; }

img {
  display: block;
  max-width: 100%;
  width: 100%; }

ol, ul {
  list-style: none; }

button {
  background: none;
  border: 0;
  cursor: pointer; }

a {
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.color-link {
  color: #000;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear; }

.color-link--secondary-theme:hover {
  color: #E2A965; }

.color-link:hover {
  color: #FFD018; }

.site-wrapper {
  overflow: hidden;
  margin: 0 auto; }

.full-site-container {
  min-height: 100vh;
  background-color: #043F3C; }

/** text **/
.tiny-text {
  font-family: europa, sans-serif;
  font-weight: 300; }
  .tiny-text p, .tiny-text span, .tiny-text a, .tiny-text h5, .tiny-text li {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px; }
  .tiny-text p {
    padding: 5px 0; }
    @media (min-width: 900px) {
      .tiny-text p {
        padding: 15px 0; } }
  .tiny-text p:first-child {
    padding-top: 0; }
  .tiny-text p:last-child {
    padding-bottom: 0; }
  .tiny-text a {
    color: #FFD018; }
  .tiny-text--regular {
    font-weight: 400; }
  .tiny-text--bold {
    font-weight: 700; }
  .tiny-text--justified {
    text-align: justify; }

.text, .label-section__title, .titled-point-list__list {
  font-family: europa, sans-serif;
  font-weight: 300; }
  .text p, .label-section__title p, .titled-point-list__list p, .text span, .label-section__title span, .titled-point-list__list span, .text a, .label-section__title a, .titled-point-list__list a, .text h5, .label-section__title h5, .titled-point-list__list h5, .text li, .label-section__title li, .titled-point-list__list li {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .text p, .label-section__title p, .titled-point-list__list p, .text span, .label-section__title span, .titled-point-list__list span, .text a, .label-section__title a, .titled-point-list__list a, .text h5, .label-section__title h5, .titled-point-list__list h5, .text li, .label-section__title li, .titled-point-list__list li {
        font-size: 16px;
        line-height: 22px; } }
    @media (min-width: 1300px) {
      .text p, .label-section__title p, .titled-point-list__list p, .text span, .label-section__title span, .titled-point-list__list span, .text a, .label-section__title a, .titled-point-list__list a, .text h5, .label-section__title h5, .titled-point-list__list h5, .text li, .label-section__title li, .titled-point-list__list li {
        font-size: 20px;
        line-height: 28px; } }
  .text p, .label-section__title p, .titled-point-list__list p {
    padding: 5px 0; }
    @media (min-width: 900px) {
      .text p, .label-section__title p, .titled-point-list__list p {
        padding: 15px 0; } }
  .text p:first-child, .label-section__title p:first-child, .titled-point-list__list p:first-child {
    padding-top: 0; }
  .text p:last-child, .label-section__title p:last-child, .titled-point-list__list p:last-child {
    padding-bottom: 0; }
  .text a, .label-section__title a, .titled-point-list__list a {
    color: #FFD018; }
  .text--regular {
    font-weight: 400; }
  .text--bold {
    font-weight: 700; }
  .text--justified {
    text-align: justify; }

.text--short {
  max-width: 350px; }

.quote {
  font-family: europa, sans-serif;
  font-weight: 300;
  font-style: italic; }
  .quote p, .quote span {
    font-size: 16px;
    line-height: 22px; }
    @media (min-width: 768px) {
      .quote p, .quote span {
        font-size: 18px;
        line-height: 24px; } }
    @media (min-width: 1300px) {
      .quote p, .quote span {
        font-size: 22px;
        line-height: 30px; } }

.quote--smaller p, .quote--smaller span {
  letter-spacing: 0.05em;
  font-size: 14px;
  line-height: 20px; }
  @media (min-width: 768px) {
    .quote--smaller p, .quote--smaller span {
      font-size: 16px;
      line-height: 22px; } }
  @media (min-width: 1300px) {
    .quote--smaller p, .quote--smaller span {
      font-size: 18px;
      line-height: 26px; } }

.quote--uppercase {
  text-transform: uppercase; }

.small-title, .pretitle, .breadcrumbs__item-wrapper::after, .breadcrumbs__link, .tile__pretitle {
  font-family: europa, sans-serif;
  font-weight: 300;
  font-size: 10px;
  line-height: 14px; }
  @media (min-width: 768px) {
    .small-title, .pretitle, .breadcrumbs__item-wrapper::after, .breadcrumbs__link, .tile__pretitle {
      font-size: 12px;
      line-height: 18px; } }
  @media (min-width: 1300px) {
    .small-title, .pretitle, .breadcrumbs__item-wrapper::after, .breadcrumbs__link, .tile__pretitle {
      font-size: 14px;
      line-height: 22px; } }

.smaller-title, .tile__title {
  font-family: "BwModelicaSS01", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 480px) {
    .smaller-title, .tile__title {
      font-size: 16px;
      line-height: 24px; } }
  @media (min-width: 650px) {
    .smaller-title, .tile__title {
      font-size: 16px;
      line-height: 24px; } }
  @media (min-width: 1100px) {
    .smaller-title, .tile__title {
      font-size: 16px;
      line-height: 24px; } }
  @media (min-width: 1300px) {
    .smaller-title, .tile__title {
      font-size: 16px;
      line-height: 24px; } }

.medium-title, .categorized-items__category-button, .details-list__title, .details-list__content a {
  font-family: europa, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px; }
  @media (min-width: 480px) {
    .medium-title, .categorized-items__category-button, .details-list__title, .details-list__content a {
      font-size: 15px;
      line-height: 23px; } }
  @media (min-width: 650px) {
    .medium-title, .categorized-items__category-button, .details-list__title, .details-list__content a {
      font-size: 16px;
      line-height: 24px; } }
  @media (min-width: 1100px) {
    .medium-title, .categorized-items__category-button, .details-list__title, .details-list__content a {
      font-size: 18px;
      line-height: 26px; } }
  @media (min-width: 1300px) {
    .medium-title, .categorized-items__category-button, .details-list__title, .details-list__content a {
      font-size: 20px;
      line-height: 28px; } }
  .medium-title--second-font, .categorized-items__category-button, .details-list__title {
    font-size: "BwModelicaSS01", sans-serif; }

.pretitle {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.4em; }

.section-title {
  font-family: "BwModelicaSS01", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  letter-spacing: 0.05em; }
  @media (min-width: 480px) {
    .section-title {
      font-size: 50px;
      line-height: 58px; } }
  @media (min-width: 650px) {
    .section-title {
      font-size: 54px;
      line-height: 62px; } }
  @media (min-width: 1100px) {
    .section-title {
      font-size: 60px;
      line-height: 68px; } }
  @media (min-width: 1300px) {
    .section-title {
      font-size: 64px;
      line-height: 72px; } }

.section-title--second-theme {
  color: #E2A965; }

.section-title--centre {
  text-align: center; }

.section-title--small {
  font-size: 20px;
  line-height: 26px; }
  @media (min-width: 480px) {
    .section-title--small {
      font-size: 26px;
      line-height: 32px; } }
  @media (min-width: 650px) {
    .section-title--small {
      font-size: 28px;
      line-height: 34px; } }
  @media (min-width: 1100px) {
    .section-title--small {
      font-size: 34px;
      line-height: 40px; } }
  @media (min-width: 1300px) {
    .section-title--small {
      font-size: 40px;
      line-height: 46px; } }

.line {
  display: block; }

@media (min-width: 768px) {
  .line--moved {
    padding-left: 100px; } }

@media (min-width: 768px) {
  .line--moved-a-little-bit {
    padding-left: 20px; } }

.small-decorated-title {
  position: relative;
  display: inline-block;
  margin-bottom: 40px; }
  .small-decorated-title__title {
    display: inline-block; }
  .small-decorated-title__arrow {
    position: absolute;
    top: 50%;
    left: calc(100% + 20px); }

.independent-link {
  color: #000; }
  .independent-link:hover {
    color: #FFD018; }

.independent-link--light {
  color: #fff; }

.decorated-link {
  z-index: 1;
  position: relative;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 20px;
  color: #000; }
  @media (min-width: 768px) {
    .decorated-link {
      font-size: 16px;
      line-height: 16px; } }
  @media (min-width: 1100px) {
    .decorated-link {
      font-size: 20px;
      line-height: 20px; } }
  .decorated-link::before {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    bottom: -40%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .decorated-link--primary-color::before {
    background-color: #FFD018; }
  .decorated-link:hover::before {
    height: 180%; }

/** site blocks **/
.subpage-header__wrapper {
  padding: 0 0 30px 0; }
  @media (min-width: 650px) {
    .subpage-header__wrapper {
      padding: 0 0 46px 0; } }
  @media (min-width: 1100px) {
    .subpage-header__wrapper {
      padding: 0 0 60px 0; } }
.subpage-header__wrapper--lower {
  padding: 0 0 30px 0; }
  @media (min-width: 650px) {
    .subpage-header__wrapper--lower {
      padding: 0 0 46px 0; } }
  @media (min-width: 1100px) {
    .subpage-header__wrapper--lower {
      padding: 0 0 60px 0; } }
.subpage-header__inner {
  padding: 0 20px; }
  @media (min-width: 420px) {
    .subpage-header__inner {
      padding: 0 40px; } }
  @media (min-width: 768px) {
    .subpage-header__inner {
      padding: 0;
      max-width: 600px;
      margin: 0 auto; } }
  @media (min-width: 1300px) {
    .subpage-header__inner {
      max-width: 800px; } }
.subpage-header__top-bar-wrapper {
  padding-bottom: 10px; }
  @media (min-width: 380px) {
    .subpage-header__top-bar-wrapper {
      padding-left: 5px;
      padding-bottom: 10px; } }
  @media (min-width: 480px) {
    .subpage-header__top-bar-wrapper {
      padding-bottom: 10px; } }
  @media (min-width: 650px) {
    .subpage-header__top-bar-wrapper {
      padding-bottom: 10px; } }
  @media (min-width: 900px) {
    .subpage-header__top-bar-wrapper {
      padding-left: 10px;
      padding-bottom: 10px; } }
.subpage-header__pretitle-wrapper {
  padding-bottom: 10px; }
  @media (min-width: 380px) {
    .subpage-header__pretitle-wrapper {
      padding-left: 5px;
      padding-bottom: 10px; } }
  @media (min-width: 480px) {
    .subpage-header__pretitle-wrapper {
      padding-bottom: 20px; } }
  @media (min-width: 650px) {
    .subpage-header__pretitle-wrapper {
      padding-bottom: 20px; } }
  @media (min-width: 900px) {
    .subpage-header__pretitle-wrapper {
      padding-left: 10px;
      padding-bottom: 30px; } }
.subpage-header__pretitle {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #000; }

.lower-header {
  text-align: right; }
  .lower-header--second-theme {
    background-color: #FFD018; }
  .lower-header__wrapper {
    min-height: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 150px 0 60px; }
    @media (min-width: 768px) {
      .lower-header__wrapper {
        padding: 200px 0 100px 0; } }
  .lower-header__inner {
    height: 100%;
    padding: 0 40px; }
    @media (min-width: 380px) {
      .lower-header__inner {
        padding: 0 60px; } }
    @media (min-width: 420px) {
      .lower-header__inner {
        padding: 0 80px; } }
    @media (min-width: 900px) {
      .lower-header__inner {
        padding: 0 100px; } }
  .lower-header__container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center; }
    @media (min-width: 768px) {
      .lower-header__container {
        height: 100%;
        flex-direction: row; } }
  @media (min-width: 768px) {
    .lower-header {
      text-align: center; } }
  .lower-header__right-column {
    padding-top: 30px; }
    @media (min-width: 768px) {
      .lower-header__right-column {
        padding-top: 50px; } }
  .lower-header__absolute-button-container {
    padding-top: 40px; }
  @media (min-width: 768px) {
    .lower-header__left-column {
      width: 50%;
      text-align: right;
      padding-right: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .lower-header__right-column {
      width: 50%;
      text-align: left;
      padding-top: 50px;
      padding-left: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .lower-header__absolute-button-container {
      position: absolute;
      right: 0;
      top: -100px; } }
  @media (min-width: 1300px) {
    .lower-header__absolute-button-container {
      top: 50%;
      right: 5%; } }
  @media (min-width: 1500px) {
    .lower-header__absolute-button-container {
      right: 10%; } }

.header-with-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; }
  @media (min-width: 768px) {
    .header-with-image {
      height: 80vh; } }
  .header-with-image__content {
    display: flex;
    height: 100%;
    align-items: center;
    padding-left: 15%; }

.simple-header__pretitle-wrapper {
  width: 100%;
  padding-bottom: 10px; }
@media (min-width: 768px) {
  .simple-header__pretitle-wrapper--to-right {
    text-align: right; } }

.simple-footer {
  background-color: #043F3C;
  color: #fff; }
  .simple-footer__container {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 650px) {
      .simple-footer__container {
        flex-direction: row; } }
  .simple-footer__item {
    padding: 20px 0; }
    @media (min-width: 650px) {
      .simple-footer__item {
        padding: 0 20px; } }
  .simple-footer__item:first-child {
    padding-top: 0;
    padding-left: 0; }
  .simple-footer__item:last-child {
    padding-bottom: 0;
    padding-right: 0; }
  .simple-footer__wrapper {
    padding: 50px 0; }
    @media (min-width: 650px) {
      .simple-footer__wrapper {
        padding: 30px 0; } }
    @media (min-width: 768px) {
      .simple-footer__wrapper {
        padding: 40px 0; } }
    @media (min-width: 1300px) {
      .simple-footer__wrapper {
        padding: 40px 0; } }
  .simple-footer__layer {
    padding: 0 20px; }
    @media (min-width: 650px) {
      .simple-footer__layer {
        padding: 0 30px; } }
    @media (min-width: 768px) {
      .simple-footer__layer {
        padding: 0 50px; } }
    @media (min-width: 1300px) {
      .simple-footer__layer {
        padding: 0 80px;
        max-width: 1400px;
        margin: 0 auto; } }

.simple-section--second-theme {
  background-color: #FFD018; }
.simple-section__wrapper {
  padding: 30px 0; }
  @media (min-width: 550px) {
    .simple-section__wrapper {
      padding: 60px 0; } }
  @media (min-width: 1300px) {
    .simple-section__wrapper {
      padding: 100px 0; } }
.simple-section__wrapper--heigher {
  padding: 50px 0; }
  @media (min-width: 650px) {
    .simple-section__wrapper--heigher {
      padding: 100px 0; } }
  @media (min-width: 1100px) {
    .simple-section__wrapper--heigher {
      padding: 130px 0; } }
.simple-section__wrapper--only-top {
  padding-bottom: 0; }
.simple-section__wrapper--only-bottom {
  padding-top: 0; }
@media (min-width: 768px) {
  .simple-section__inner {
    padding: 0;
    max-width: 600px;
    margin: 0 auto; } }
@media (min-width: 1300px) {
  .simple-section__inner {
    max-width: 800px; } }
.simple-section__layer {
  padding: 0 20px; }
  @media (min-width: 420px) {
    .simple-section__layer {
      padding: 0 60px; } }
  @media (min-width: 768px) {
    .simple-section__layer {
      padding: 0 80px; } }
  @media (min-width: 1100px) {
    .simple-section__layer {
      padding: 0 120px; } }
  @media (min-width: 1300px) {
    .simple-section__layer {
      padding: 0 150px;
      max-width: 1400px;
      margin: 0 auto; } }
.simple-section__layer--shorter {
  padding: 0 20px; }
  @media (min-width: 420px) {
    .simple-section__layer--shorter {
      padding: 0 60px; } }
  @media (min-width: 768px) {
    .simple-section__layer--shorter {
      padding: 0 160px; } }
  @media (min-width: 1100px) {
    .simple-section__layer--shorter {
      padding: 0 240px; } }
  @media (min-width: 1300px) {
    .simple-section__layer--shorter {
      padding: 0 300px; } }
.simple-section__layer--more-right {
  padding: 0 20px; }
  @media (min-width: 420px) {
    .simple-section__layer--more-right {
      padding: 0 40px; } }
  @media (min-width: 768px) {
    .simple-section__layer--more-right {
      padding: 0 120px 0 60px; } }
  @media (min-width: 1100px) {
    .simple-section__layer--more-right {
      padding: 0 160px 0 80px; } }
  @media (min-width: 1300px) {
    .simple-section__layer--more-right {
      padding: 0 200px 0 100px; } }
.simple-section__layer--more-left {
  padding: 0 20px; }
  @media (min-width: 420px) {
    .simple-section__layer--more-left {
      padding: 0 40px; } }
  @media (min-width: 768px) {
    .simple-section__layer--more-left {
      padding: 0 60px 0 120px; } }
  @media (min-width: 1100px) {
    .simple-section__layer--more-left {
      padding: 0 80px 0 160px; } }
  @media (min-width: 1300px) {
    .simple-section__layer--more-left {
      padding: 0 100px 0 200px; } }
@media (min-width: 1300px) {
  .simple-section__layer--limited-desktop {
    max-width: 1200px;
    margin: 0 auto; } }
.simple-section__layer--large {
  padding: 0 20px; }
  @media (min-width: 650px) {
    .simple-section__layer--large {
      padding: 0 30px; } }
  @media (min-width: 768px) {
    .simple-section__layer--large {
      padding: 0 50px; } }
  @media (min-width: 1300px) {
    .simple-section__layer--large {
      padding: 0 80px;
      max-width: 1400px;
      margin: 0 auto; } }
@media (min-width: 768px) {
  .simple-section__inner--short {
    padding: 0;
    max-width: 500px;
    margin: 0 auto; } }
@media (min-width: 1300px) {
  .simple-section__inner--short {
    max-width: 600px; } }
.simple-section__inner--to-left {
  margin: 0 auto 0 0; }
.simple-section__header-wrapper {
  padding-bottom: 30px; }
  @media (min-width: 650px) {
    .simple-section__header-wrapper {
      padding-bottom: 40px; } }
  @media (min-width: 1100px) {
    .simple-section__header-wrapper {
      padding-bottom: 70px; } }
@media (min-width: 768px) {
  .simple-section__header-inner {
    position: relative;
    left: -20px; } }
@media (min-width: 1100px) {
  .simple-section__header-inner {
    left: -30px; } }
.simple-section__row-wrapper {
  padding: 20px 0; }
  @media (min-width: 768px) {
    .simple-section__row-wrapper {
      padding: 30px 0; } }
  @media (min-width: 1100px) {
    .simple-section__row-wrapper {
      padding: 50px 0; } }
.simple-section__row-wrapper:first-child {
  padding-top: 0; }
.simple-section__row-wrapper:last-child {
  padding-bottom: 0; }
@media (min-width: 768px) {
  .simple-section__row-wrapper--left-padding {
    padding-left: 50px; } }

.site-section__wrapper {
  padding: 20px 0; }
  @media (min-width: 480px) {
    .site-section__wrapper {
      padding: 30px 0; } }
  @media (min-width: 768px) {
    .site-section__wrapper {
      padding: 50px 0; } }
  @media (min-width: 1100px) {
    .site-section__wrapper {
      padding: 80px 0; } }
  @media (min-width: 1500px) {
    .site-section__wrapper {
      padding: 100px 0; } }
.site-section__wrapper--only-top {
  padding-bottom: 0; }
.site-section__wrapper--only-bottom {
  padding-top: 0; }
.site-section__layer {
  padding: 0 20px; }
  @media (min-width: 420px) {
    .site-section__layer {
      padding: 0 40px; } }
  @media (min-width: 768px) {
    .site-section__layer {
      padding: 0 60px; } }
  @media (min-width: 1100px) {
    .site-section__layer {
      padding: 0 80px; } }
  @media (min-width: 1300px) {
    .site-section__layer {
      padding: 0 100px; } }

/** sections **/
.picture-section__layer {
  padding-right: 10px; }
  @media (min-width: 768px) {
    .picture-section__layer {
      padding-right: 100px; } }
  @media (min-width: 1300px) {
    .picture-section__layer {
      padding-right: 170px; } }
.picture-section__inner {
  position: relative;
  padding: 0 10px 20px 20px; }
  @media (min-width: 768px) {
    .picture-section__inner {
      padding: 0 50px 30px 30px; } }
  @media (min-width: 1300px) {
    .picture-section__inner {
      max-width: 1036px;
      margin: 0 auto;
      padding: 0 100px 60px 60px; } }
.picture-section__inner::before {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 70%;
  width: 1000%;
  background-color: #F6F4F4; }

.decorated-container__layer {
  margin-bottom: 20px;
  padding: 0 20px; }
  @media (min-width: 420px) {
    .decorated-container__layer {
      padding: 0 40px; } }
  @media (min-width: 900px) {
    .decorated-container__layer {
      padding: 0 100px 0 60px; } }
  @media (min-width: 1300px) {
    .decorated-container__layer {
      padding: 0 200px 0 60px; } }
.decorated-container__inner {
  position: relative; }
  @media (min-width: 900px) {
    .decorated-container__inner {
      margin: 0 0 0 auto;
      max-width: 584px; } }
  @media (min-width: 1300px) {
    .decorated-container__inner {
      max-width: 768px; } }
  @media (min-width: 1700px) {
    .decorated-container__inner {
      max-width: 1000px; } }
@media (min-width: 900px) {
  .decorated-container__inner--left {
    margin: 0 auto 0 0; } }
.decorated-container__inner::before {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: -16px;
  left: -16px;
  width: 70%;
  height: 60%;
  background-color: #E9187C; }
.decorated-container__inner--second-theme::before {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  bottom: -16px;
  left: -16px;
  width: 70%;
  height: 60%;
  background-color: #E2A965; }

.article__introduction {
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .article__introduction {
      padding-bottom: 40px; } }
  @media (min-width: 1300px) {
    .article__introduction {
      padding-bottom: 60px; } }
.article__row {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .article__row {
      padding-top: 50px; } }
  @media (min-width: 1300px) {
    .article__row {
      padding-top: 100px; } }
.article__row:first-child {
  padding-top: 0; }
.article__row:last-child {
  padding-bottom: 0; }
.article__quote {
  margin: 0 0 0 auto;
  max-width: 420px;
  text-align: right; }
  @media (min-width: 900px) {
    .article__quote {
      text-align: justify;
      padding-right: 30px; } }
  @media (min-width: 1300px) {
    .article__quote {
      max-width: 540px; } }

.simple-box {
  margin: 0 10px; }
  @media (min-width: 480px) {
    .simple-box {
      margin: 0 30px; } }
  @media (min-width: 650px) {
    .simple-box {
      max-width: 500px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .simple-box {
      max-width: 600px; } }
  .simple-box__wrapper {
    padding: 20px; }
    @media (min-width: 768px) {
      .simple-box__wrapper {
        padding: 30px 40px; } }
    @media (min-width: 1100px) {
      .simple-box__wrapper {
        padding: 30px 80px; } }

.simple-box--light {
  background-color: #fff; }

/** small Blocks **/
.subpage-header-space {
  height: 150px; }
  @media (min-width: 650px) {
    .subpage-header-space {
      height: 200px; } }
  @media (min-width: 1100px) {
    .subpage-header-space {
      height: 250px; } }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .breadcrumbs__item-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
  .breadcrumbs__item-wrapper::after {
    color: #000;
    content: '/';
    display: block;
    padding: 0 5px; }
    @media (min-width: 650px) {
      .breadcrumbs__item-wrapper::after {
        padding: 0 10px; } }
  .breadcrumbs__item-wrapper:last-child::after {
    content: none; }
  .breadcrumbs__link {
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0.16em;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .breadcrumbs__link--active, .breadcrumbs__link:hover {
    color: #FFD018; }
  .breadcrumbs--second-theme .breadcrumbs__link--active, .breadcrumbs--second-theme .breadcrumbs__link:hover {
    color: #E2A965; }

.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .list-item__title-container {
    max-width: 80%; }
  .list-item__icon-container {
    max-width: 20%;
    margin-right: 5px; }
    @media (min-width: 900px) {
      .list-item__icon-container {
        margin-right: 10px; } }

.list-item--linked .list-item__title {
  color: #000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.list-item--linked:hover .list-item__title {
  color: #FFD018; }

.list-item--linked.list-item--second-theme:hover .list-item__title {
  color: #E2A965; }

.common-list > li {
  padding: 4px 0;
  display: block; }
  .common-list > li:before {
    display: none; }

.std-link {
  color: #FFD018;
  font-size: 16px; }
  .std-link:hover, .std-link:focus {
    color: #043F3C; }

.square-image {
  display: block;
  width: 100%;
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 50% 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.quote-container {
  padding-right: 20px;
  max-width: 360px;
  margin: 0 0 0 auto;
  text-align: right; }

.curly-arrow {
  width: 60px;
  height: 33px;
  background-image: url("../img/decorations/curly-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
  @media (min-width: 768px) {
    .curly-arrow {
      width: 80px;
      height: 45px; } }

.header-container {
  width: min-content;
  width: -moz-min-content;
  margin: 0 auto; }

.label-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start; }
  .label-section__title {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600; }
  .label-section__label {
    margin: 10px 20px 10px 0;
    text-align: left;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.15em; }
    @media (min-width: 900px) {
      .label-section__label {
        font-size: 24px; } }
  .label-section__label::before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    top: 50%;
    left: 0;
    z-index: -1;
    background-color: #fff;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.scrollable-section {
  position: relative;
  max-height: 200px; }
  @media (min-width: 480px) {
    .scrollable-section {
      max-height: 300px; } }
  @media (min-width: 650px) {
    .scrollable-section {
      max-height: 400px; } }
  @media (min-width: 768px) {
    .scrollable-section {
      max-height: 480px; } }
  @media (min-width: 1100px) {
    .scrollable-section {
      max-height: 550px; } }
  @media (min-width: 1500px) {
    .scrollable-section {
      max-height: 500px; } }

.mCSB_scrollTools .mCSB_buttonUp {
  top: 30%;
  left: 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  top: 70%;
  left: 0; }

.simple-label {
  background-color: #FFD018;
  font-family: europa, sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 100%;
  font-weight: 400; }
  @media (min-width: 1300px) {
    .simple-label {
      font-size: 16px; } }
  .simple-label__wrapper {
    padding: 6px 14px; }

.tile {
  position: relative; }
  .tile__detail-info-container {
    z-index: 2;
    position: absolute;
    top: -10px;
    left: 10px; }
    @media (min-width: 768px) {
      .tile__detail-info-container {
        top: 10px;
        left: -50px; } }
  .tile__image-wrapper {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .tile__image-wrapper {
        padding-bottom: 26px; } }
  .tile__image-container {
    position: relative; }
  .tile__image {
    width: 100%;
    padding: 50% 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .tile__image::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 41px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../img/pictograms/eye-white.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: 0.3s opacity linear;
    -moz-transition: 0.3s opacity linear;
    -o-transition: 0.3s opacity linear;
    transition: 0.3s opacity linear; }
  .tile__image-container::before {
    z-index: 1;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 63, 60, 0.7);
    opacity: 0;
    -webkit-transition: 0.3s opacity linear;
    -moz-transition: 0.3s opacity linear;
    -o-transition: 0.3s opacity linear;
    transition: 0.3s opacity linear; }
  .tile__image-container::after {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: -8px;
    width: 70%;
    height: 90%;
    background-color: #FFD018;
    opacity: 0;
    -webkit-transition: 0.3s opacity linear;
    -moz-transition: 0.3s opacity linear;
    -o-transition: 0.3s opacity linear;
    transition: 0.3s opacity linear; }
    @media (min-width: 768px) {
      .tile__image-container::after {
        bottom: -20px;
        left: -20px; } }
  .tile__image-container:hover .tile__image::before, .tile__image-container:hover::before, .tile__image-container:hover::after {
    opacity: 1; }
  .tile__pretitle-wrapper {
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .tile__pretitle-wrapper {
        padding-bottom: 10px; } }
  .tile__pretitle {
    text-transform: uppercase;
    letter-spacing: 0.16em; }

/** big blocks **/
.simple-page-header--primary-color {
  background-color: #FFD018; }
.simple-page-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.simple-page-header__wrapper {
  padding: 20px 0; }
  @media (min-width: 650px) {
    .simple-page-header__wrapper {
      padding: 30px 0; } }
  @media (min-width: 768px) {
    .simple-page-header__wrapper {
      padding: 40px 0; } }
  @media (min-width: 1300px) {
    .simple-page-header__wrapper {
      padding: 40px 0; } }
.simple-page-header__layer {
  padding: 0 20px; }
  @media (min-width: 650px) {
    .simple-page-header__layer {
      padding: 0 30px; } }
  @media (min-width: 768px) {
    .simple-page-header__layer {
      padding: 0 50px; } }
  @media (min-width: 1300px) {
    .simple-page-header__layer {
      padding: 0 80px;
      max-width: 1400px;
      margin: 0 auto; } }
.simple-page-header__item {
  position: relative; }

.extended-list__item {
  border-bottom: 1px solid #000;
  padding: 15px 0;
  margin-bottom: 10px; }
  @media (min-width: 900px) {
    .extended-list__item {
      padding: 20px 0;
      margin-bottom: 15px; } }
  @media (min-width: 1300px) {
    .extended-list__item {
      padding: 25px 0;
      margin-bottom: 20px; } }
.extended-list__item:last-child {
  margin-bottom: 0; }

.squiggly-list li:nth-child(2n) {
  padding-left: 30px; }
  @media (min-width: 768px) {
    .squiggly-list li:nth-child(2n) {
      padding-left: 100px; } }
.squiggly-list li {
  padding: 30px 0; }
.squiggly-list li:first-child {
  padding-top: 0; }
.squiggly-list li:last-child {
  padding-bottom: 0; }

@media (min-width: 768px) {
  .titled-point-list {
    padding: 0 0 0 20px; } }
.titled-point-list__title {
  padding-bottom: 10px; }
.titled-point-list__list li {
  text-align: justify;
  position: relative;
  margin: 10px 0;
  padding-left: 20px; }
  @media (min-width: 768px) {
    .titled-point-list__list li {
      padding-left: 0; } }
.titled-point-list__list li:first-child {
  margin-top: 0; }
.titled-point-list__list li:last-child {
  margin-bottom: 0; }
.titled-point-list__list li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #FFD018;
  position: absolute;
  display: block;
  left: 0;
  top: 6px; }
  @media (min-width: 768px) {
    .titled-point-list__list li::before {
      left: -20px; } }
  @media (min-width: 1300px) {
    .titled-point-list__list li::before {
      top: 8px; } }

.vertical-boxes__row {
  padding: 15px 0;
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .vertical-boxes__row {
      padding: 25px 0;
      align-items: flex-end;
      flex-direction: row; } }
@media (min-width: 768px) {
  .vertical-boxes__row--centre {
    align-items: center; } }
.vertical-boxes__row:first-child {
  padding-top: 0; }
.vertical-boxes__row:last-child {
  padding-bottom: 0; }
@media (max-width: 767px) {
  .vertical-boxes__box {
    padding: 15px 0; }
  .vertical-boxes__box:first-child {
    padding-top: 0; }
  .vertical-boxes__box:last-child {
    padding-bottom: 0; } }
@media (min-width: 768px) {
  .vertical-boxes__box {
    padding: 0 25px; }
  .vertical-boxes__box:first-child {
    padding-left: 0; }
  .vertical-boxes__box:last-child {
    padding-right: 0; } }

.categorized-items__categories-container {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 650px) {
    .categorized-items__categories-container {
      flex-direction: row;
      align-items: flex-start; } }
.categorized-items__category-buttons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  @media (min-width: 650px) {
    .categorized-items__category-buttons {
      flex-direction: row;
      padding-left: 10px; } }
  @media (max-width: 649px) {
    .categorized-items__category-buttons {
      padding-top: 40px; } }
.categorized-items__main-category-button {
  padding: 0 10px;
  position: relative;
  font-family: "BwModelicaSS01", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 768px) {
    .categorized-items__main-category-button {
      margin-left: 20px; } }
  @media (min-width: 480px) {
    .categorized-items__main-category-button {
      font-size: 18px;
      line-height: 26px; } }
  @media (min-width: 650px) {
    .categorized-items__main-category-button {
      font-size: 20px;
      line-height: 28px; } }
  @media (min-width: 1100px) {
    .categorized-items__main-category-button {
      font-size: 22px;
      line-height: 30px; } }
  @media (min-width: 1300px) {
    .categorized-items__main-category-button {
      font-size: 24px;
      line-height: 32px; } }
.categorized-items__main-category-button::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #FFD018;
  z-index: -1; }
.categorized-items__category-button-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
  width: 100%;
  text-align: center; }
  @media (min-width: 650px) {
    .categorized-items__category-button-container {
      width: auto; } }
.categorized-items__category-button::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #FFD018;
  z-index: -1;
  opacity: 0; }
.categorized-items__category-button:hover::before {
  opacity: 1; }
.categorized-items__category-button {
  padding: 0 10px;
  position: relative; }
.categorized-items__content-container {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0 0; }
@media (min-width: 420px) {
  .categorized-items__item-wrapper:last-child {
    padding-bottom: 0; } }
.categorized-items__item-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 0 50px 0; }
  @media (min-width: 550px) {
    .categorized-items__item-wrapper {
      padding: 30px 10px;
      width: 50%;
      margin: 0; } }
  @media (min-width: 650px) {
    .categorized-items__item-wrapper {
      max-width: none;
      padding: 30px 20px; } }
  @media (min-width: 768px) {
    .categorized-items__item-wrapper {
      padding: 30px 20px;
      width: calc(100% / 3); } }
  @media (min-width: 1100px) {
    .categorized-items__item-wrapper {
      padding: 30px 40px; } }
.categorized-items__nav-container {
  padding-top: 50px; }
.categorized-items__page-numbers-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center; }
.categorized-items__page-number {
  padding: 0 5px;
  margin: 0 5px;
  position: relative;
  font-family: europa, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (min-width: 480px) {
    .categorized-items__page-number {
      font-size: 22px;
      line-height: 30px; } }
  @media (min-width: 650px) {
    .categorized-items__page-number {
      font-size: 24px;
      line-height: 32px; } }
  @media (min-width: 1100px) {
    .categorized-items__page-number {
      font-size: 26px;
      line-height: 34px; } }
  @media (min-width: 1300px) {
    .categorized-items__page-number {
      font-size: 28px;
      line-height: 36px; } }
.categorized-items__page-number:not(.categorized-items__page-number--active):hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2); }
.categorized-items__page-number:not(.categorized-items__page-number--active) {
  cursor: pointer; }
.categorized-items__page-number--active {
  cursor: default;
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 2px;
  border-bottom: 6px solid #FFD018; }
  @media (min-width: 480px) {
    .categorized-items__page-number--active {
      font-size: 36px;
      line-height: 44px; } }
  @media (min-width: 650px) {
    .categorized-items__page-number--active {
      font-size: 38px;
      line-height: 46px; } }
  @media (min-width: 1100px) {
    .categorized-items__page-number--active {
      font-size: 40px;
      line-height: 48px; } }
  @media (min-width: 1300px) {
    .categorized-items__page-number--active {
      font-size: 42px;
      line-height: 50px; } }
  @media (min-width: 768px) {
    .categorized-items__page-number--active {
      padding-bottom: 5px;
      border-bottom: 10px solid #FFD018; } }

.carousel__inner {
  padding: 0 50px; }
  @media (min-width: 900px) {
    .carousel__inner {
      padding: 0 5%; } }
  @media (min-width: 1100px) {
    .carousel__inner {
      padding: 0 10%; } }
.carousel__inner--to-left {
  padding: 0 50px; }
  @media (min-width: 900px) {
    .carousel__inner--to-left {
      width: 50%;
      margin: 0 0 0 auto;
      padding: 0 5%; } }
  @media (min-width: 1100px) {
    .carousel__inner--to-left {
      padding: 0 10%; } }
.carousel__core--decorated {
  position: relative;
  margin-bottom: 10%; }
.carousel__core--decorated::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 20%;
  height: 100%;
  width: 1000%;
  background-color: #F6F4F4; }
.carousel .owl-dot {
  display: none; }
.carousel .owl-dot.active {
  display: block; }
.carousel__dots {
  display: flex;
  align-items: center;
  padding: 0 20px; }
.carousel .owl-detail {
  padding-left: 4px; }
.carousel__header {
  color: #EBBD0B;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px; }
.carousel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto; }

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto; }

.carousel--second-theme .carousel__header {
  color: #E2A965; }

.carousel--chronology .owl-stage-outer {
  padding-top: 100px; }
  @media (min-width: 900px) {
    .carousel--chronology .owl-stage-outer {
      padding-top: 200px; } }
.carousel--chronology .owl-dots {
  height: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 900px) {
    .carousel--chronology .owl-dots {
      height: 200px; } }
.carousel--chronology .owl-dots::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #535353;
  top: 11px;
  left: 0; }
  @media (min-width: 900px) {
    .carousel--chronology .owl-dots::after {
      top: 16px; } }
.carousel--chronology .owl-dot {
  display: block !important;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear; }
.carousel--chronology .owl-dot span {
  display: block;
  margin-top: 20px;
  line-height: 1em;
  font-size: 10px;
  font-weight: 400;
  font-family: "BwModelicaSS01", sans-serif;
  -webkit-transition: font-size 0.3s linear;
  -moz-transition: font-size 0.3s linear;
  -o-transition: font-size 0.3s linear;
  transition: font-size 0.3s linear; }
  @media (min-width: 768px) {
    .carousel--chronology .owl-dot span {
      font-size: 12px;
      font-weight: 600; } }
  @media (min-width: 900px) {
    .carousel--chronology .owl-dot span {
      font-size: 19px; } }
.carousel--chronology a
.owl-dot::before {
  content: '';
  display: block;
  background-color: #FFD018;
  width: 4px;
  height: 20px;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  @media (min-width: 900px) {
    .carousel--chronology a
    .owl-dot::before {
      width: 4px;
      height: 30px; } }
.carousel--chronology .owl-dot.active::before {
  width: 6px;
  height: 40px; }
  @media (min-width: 900px) {
    .carousel--chronology .owl-dot.active::before {
      width: 8px;
      height: 60px; } }
.carousel--chronology .owl-dot.active {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  transform: translate(0, -10px); }
  @media (min-width: 900px) {
    .carousel--chronology .owl-dot.active {
      -webkit-transform: translate(0, -15px);
      -moz-transform: translate(0, -15px);
      transform: translate(0, -15px); } }
  .carousel--chronology .owl-dot.active span {
    font-size: 20px; }
    @media (min-width: 900px) {
      .carousel--chronology .owl-dot.active span {
        font-size: 30px; } }

.button-arrow {
  display: flex;
  align-items: center; }
  .button-arrow * {
    margin: 0 10px; }
    @media (min-width: 768px) {
      .button-arrow * {
        margin: 0 10px; } }
  .button-arrow *:last-child {
    margin-right: 0; }
  .button-arrow *:first-child {
    margin-left: 0; }
  .button-arrow__text {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #000;
    font-family: europa, sans-serif;
    font-size: 16px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .button-arrow__text {
        font-size: 20px; } }
  .button-arrow:hover .button-arrow__text {
    color: #FFD018; }
  .button-arrow__arrow {
    display: none; }
    @media (min-width: 480px) {
      .button-arrow__arrow {
        display: block; } }

.button-arrow--second-theme:hover .button-arrow__text {
  color: #E2A965; }

.columns {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .columns {
      flex-direction: row; } }
  .columns__column--isolated {
    padding: 20px 0; }
    @media (min-width: 768px) {
      .columns__column--isolated {
        padding: 0 30px; } }
  .columns__column--isolated:first-child {
    padding-top: 0;
    padding-left: 0; }
  .columns__column--isolated:last-child {
    padding-bottom: 0;
    padding-right: 0; }
  .columns--vertical-1100 {
    flex-direction: column;
    align-items: flex-start; }
    @media (min-width: 1100px) {
      .columns--vertical-1100 {
        align-items: flex-start;
        flex-direction: row; } }
    .columns--vertical-1100 .columns__column {
      padding: 20px 0; }
      @media (min-width: 1100px) {
        .columns--vertical-1100 .columns__column {
          padding: 0 30px; } }

.section-group-01 {
  position: relative; }

/* single elements */
.single-logo-container__wrapper {
  padding: 20px 0; }
  @media (min-width: 420px) {
    .single-logo-container__wrapper {
      padding: 30px 0 0; } }
  @media (min-width: 768px) {
    .single-logo-container__wrapper {
      padding: 30px 0 0; } }
  @media (min-width: 1100px) {
    .single-logo-container__wrapper {
      padding: 50px 0 0; } }
  @media (min-width: 1500px) {
    .single-logo-container__wrapper {
      padding: 130px 0 0; } }
.single-logo-container__container .logo-banialuka {
  margin: auto; }

.icon-close {
  background-size: 100% auto;
  width: 32px;
  height: 32px; }
  .icon-close::before, .icon-close::after {
    background-size: auto 100% !important;
    background-position: right !important; }
  .icon-close:before {
    background-image: url("/img/icons/icon-cancel-black.svg"); }
  .icon-close:after {
    background-image: url("/img/icons/icon-cancel-yellow.svg"); }
  .icon-close--no-animation:hover::before {
    opacity: 1; }
  .icon-close--no-animation:hover::after {
    opacity: 0; }

.bordered-form-field__container {
  position: relative;
  margin-bottom: 0;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out; }
  @media (min-width: 900px) {
    .bordered-form-field__container {
      text-align: right;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center; } }
.bordered-form-field__container--to-left {
  justify-content: flex-start; }
.bordered-form-field__header {
  display: block;
  font-weight: normal;
  margin-bottom: 9px;
  flex-grow: 1; }
  @media (min-width: 900px) {
    .bordered-form-field__header {
      position: relative;
      vertical-align: middle;
      margin-bottom: 0; } }
.bordered-form-field__title {
  font-size: 14px;
  color: #4b4b4b;
  display: block; }
.bordered-form-field__description {
  max-width: 360px;
  margin-top: 6px;
  display: block;
  font-size: 12px;
  line-height: 115%; }
  @media (min-width: 900px) {
    .bordered-form-field__description {
      position: absolute;
      right: 0;
      font-size: 10px; } }
  @media (min-width: 1100px) {
    .bordered-form-field__description {
      font-size: 12px; } }
.bordered-form-field__core {
  display: inline-block;
  width: 100%;
  max-width: 430px;
  height: 40px;
  margin: 0 auto;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #000;
  font-family: europa, sans-serif;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 40px; }
  @media (min-width: 340px) {
    .bordered-form-field__core {
      font-size: 14px;
      line-height: 40px; } }
.bordered-form-field input::placeholder {
  color: #000;
  appearance: none;
  opacity: 1; }
.bordered-form-field input:-ms-input-placeholder {
  color: #000;
  appearance: none;
  opacity: 1; }
.bordered-form-field input::-ms-input-placeholder {
  color: #000;
  appearance: none;
  opacity: 1; }
.bordered-form-field__core--text-area {
  height: auto;
  min-height: 126px;
  padding-top: 6px;
  font-size: 12px;
  line-height: 18px; }
  @media (min-width: 340px) {
    .bordered-form-field__core--text-area {
      font-size: 14px;
      line-height: 20px; } }
.bordered-form-field__error-container {
  width: 100%;
  max-width: 308px;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear; }
.bordered-form-field__core:focus {
  border-color: #FFD018; }
.bordered-form-field.error .bordered-form-field__core {
  border-color: #DB2B39; }
.bordered-form-field.error .bordered-form-field__container {
  margin-bottom: 30px; }
.bordered-form-field.error .bordered-form-field__error-container {
  opacity: 1; }
.bordered-form-field--lower.error .bordered-form-field__container {
  margin-bottom: 20px; }
.bordered-form-field--mobile .bordered-form-field__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
.bordered-form-field--mobile .bordered-form-field__core {
  margin-left: 0; }
.bordered-form-field--mobile .bordered-form-field__header {
  margin-bottom: 9px; }

.simple-form {
  text-align: center; }
  .simple-form__button-wrapper {
    padding-top: 20px;
    padding-bottom: 10px; }
  .simple-form__title-wrapper {
    padding-bottom: 50px; }
  .simple-form__special-info-wrapper {
    padding-top: 60px; }

.details-list__item {
  padding: 15px 0; }
.details-list__title {
  position: relative;
  z-index: 1;
  color: #000;
  display: inline-block; }
.details-list__item .details-list__title::before {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  bottom: -10px;
  left: -30px;
  width: calc(100% + 40px);
  height: 20px;
  background-color: #FFD018;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
.details-list__item .details-list__title:hover::before {
  opacity: 1; }
.details-list__item .details-list__title.active::before {
  opacity: 1; }
.details-list__content {
  padding: 10px 0; }
  .details-list__content a {
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    padding: 10px 0; }
  .details-list__content a.active {
    text-decoration: underline; }
  .details-list__content a:hover {
    color: #FFD018;
    text-decoration-color: transparent; }

.changeable-content__container {
  display: flex;
  position: relative;
  padding-top: 20px; }
  @media (min-width: 650px) {
    .changeable-content__container {
      padding-top: 40px; } }
  @media (min-width: 992px) {
    .changeable-content__container {
      padding-top: 0; } }
.changeable-content__option-list-container {
  background-color: #fff;
  width: 100%;
  max-width: 320px;
  position: fixed;
  top: 0;
  right: -350px;
  max-height: 80%;
  -webkit-transition: right 0.5s ease, box-shadow 0.3s 0.3s linear;
  -moz-transition: right 0.5s ease, box-shadow 0.3s 0.3s linear;
  -o-transition: right 0.5s ease, box-shadow 0.3s 0.3s linear;
  transition: right 0.5s ease, box-shadow 0.3s 0.3s linear;
  overflow-y: auto;
  padding: 10px 15px;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 992px) {
    .changeable-content__option-list-container {
      padding: 0;
      overflow-y: visible;
      position: static; } }
.changeable-content__option-list-container.open {
  right: 0; }
  @media (max-width: 991px) {
    .changeable-content__option-list-container.open {
      -webkit-box-shadow: 0 0 4px #000;
      -moz-box-shadow: 0 0 4px #000;
      box-shadow: 0 0 4px #000; } }
.changeable-content__mobile-option-button {
  z-index: 300;
  cursor: pointer;
  top: 0;
  left: 0;
  position: fixed; }
  @media (min-width: 650px) {
    .changeable-content__mobile-option-button {
      left: 30px; } }
  @media (min-width: 992px) {
    .changeable-content__mobile-option-button {
      display: none; } }
  .changeable-content__mobile-option-button .icon-hamburger__bar {
    background-color: #000 !important; }
@media (min-width: 992px) {
  .changeable-content__content-wrapper {
    width: calc(100% - 320px);
    padding: 0 0 0 40px; } }
@media (min-width: 1100px) {
  .changeable-content__content-wrapper {
    padding: 0 80px; } }
@media (min-width: 1300px) {
  .changeable-content__content-wrapper {
    padding: 0 150px; } }

.decorated-sections {
  position: relative; }
  .decorated-sections::before {
    content: '';
    background-size: contain;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }

.decorated-sections--01::before {
  display: none; }
  @media (min-width: 940px) {
    .decorated-sections--01::before {
      z-index: -1;
      background-image: url("../img/decorations/decoration-001.svg");
      display: block;
      bottom: -800px;
      left: -672px;
      width: 872px;
      height: 2580px;
      background-position: left bottom; } }
  @media (min-width: 992px) {
    .decorated-sections--01::before {
      left: -600px; } }
  @media (min-width: 1100px) {
    .decorated-sections--01::before {
      bottom: -950px;
      left: -650px; } }
  @media (min-width: 1550px) {
    .decorated-sections--01::before {
      left: -500px; } }

.simple-article h1, .simple-article h2, .simple-article h3 {
  font-family: "BwModelicaSS01", sans-serif;
  font-weight: 700;
  text-align: center; }
  @media (min-width: 650px) {
    .simple-article h1, .simple-article h2, .simple-article h3 {
      text-align: left; } }
.simple-article h1 {
  padding-bottom: 40px;
  font-size: 20px;
  line-height: 28px; }
  @media (min-width: 650px) {
    .simple-article h1 {
      font-size: 22px;
      line-height: 30px; } }
  @media (min-width: 900px) {
    .simple-article h1 {
      font-size: 26px;
      line-height: 34px; } }
  @media (min-width: 1100px) {
    .simple-article h1 {
      font-size: 30px;
      line-height: 38px; } }
  @media (min-width: 1500px) {
    .simple-article h1 {
      font-size: 34px;
      line-height: 42px; } }
.simple-article h2 {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px; }
  @media (min-width: 650px) {
    .simple-article h2 {
      font-size: 18px;
      line-height: 26px; } }
  @media (min-width: 900px) {
    .simple-article h2 {
      font-size: 22px;
      line-height: 30px; } }
  @media (min-width: 1100px) {
    .simple-article h2 {
      font-size: 26px;
      line-height: 34px; } }
  @media (min-width: 1500px) {
    .simple-article h2 {
      font-size: 30px;
      line-height: 38px; } }
.simple-article p, .simple-article address, .simple-article a, .simple-article li, .simple-article h5 {
  font-weight: 300;
  text-align: justify;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 22px; }
  @media (min-width: 650px) {
    .simple-article p, .simple-article address, .simple-article a, .simple-article li, .simple-article h5 {
      font-size: 15px;
      line-height: 23px; } }
  @media (min-width: 900px) {
    .simple-article p, .simple-article address, .simple-article a, .simple-article li, .simple-article h5 {
      font-size: 17px;
      line-height: 25px; } }
  @media (min-width: 1100px) {
    .simple-article p, .simple-article address, .simple-article a, .simple-article li, .simple-article h5 {
      font-size: 19px;
      line-height: 27px; } }
  @media (min-width: 1500px) {
    .simple-article p, .simple-article address, .simple-article a, .simple-article li, .simple-article h5 {
      font-size: 21px;
      line-height: 29px; } }
.simple-article ul li {
  position: relative;
  padding-left: 14px; }
.simple-article ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #FFD018;
  border-radius: 50%; }
  @media (min-width: 1100px) {
    .simple-article ul li::before {
      top: 13px; } }
  @media (min-width: 1500px) {
    .simple-article ul li::before {
      top: 15px; } }
.simple-article ol {
  counter-reset: numerated-list; }
  .simple-article ol > li {
    padding-left: 30px;
    position: relative; }
  .simple-article ol > li::before {
    content: counter(numerated-list) ".";
    counter-increment: numerated-list;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #FFD018; }
.simple-article li {
  padding-bottom: 5px; }
.simple-article ul {
  padding-bottom: 20px; }
.simple-article h5 {
  font-weight: 600;
  padding: 32px 0 12px 0; }
  .simple-article h5:first-child {
    padding-top: 0; }
.simple-article div {
  padding-bottom: 20px; }
.simple-article address {
  font-style: normal; }
.simple-article *:last-child {
  padding-bottom: 0; }
.simple-article p a {
  display: inline; }
.simple-article a {
  color: #FFD018;
  display: block; }

.logo-bip {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/logos/logo-bip.svg");
  width: calc(388px / 2);
  height: calc(96px / 2); }
  @media (min-width: 768px) {
    .logo-bip {
      width: calc(388px / 1.5);
      height: calc(96px / 1.5); } }
  @media (min-width: 1100px) {
    .logo-bip {
      width: 388px;
      height: 96px; } }
