/*! css-helpers */
* {
    box-sizing: border-box;
}
.img {
    width: 100%;
    height: auto;
}
.block {
    display: block;
}
address {
  font-style: normal
}
.link,
a {
  color: inherit;
  font-weight: 400;
  text-decoration-color: inherit;
}
.btn {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
   -webkit-appearance: none;
}
.object-fit {
    -o-object-fit: cover;
       object-fit: cover;
}
.clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-animation: none!important;
          animation: none!important;
}
/* a11y */
html.using-mouse *:focus {
    outline: none; /* Remove default focus styles when using mouse*/
}
.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
        clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;            
}
/* Media querys */
@media screen and (min-width: 1025px){
    .is-hidden-md{
        display: none!important;
    }
}
@media screen and (max-width: 1024px){
    .is-hidden-sm {
        display: none!important;
    }
}
@media screen and (max-width: 767px){
    .is-hidden-xs {
        display: none!important;
    }
}
@media screen and (max-width: 540px){
    .is-hidden-540 {
        display: none!important;
    }
}

.align-top {
    align-items: flex-start;
}
.align-middle {
    align-items: center;	
}
.align-bot {
    align-items: flex-end;
}
/*! css-grid */
.container {
    margin-right: auto;
    margin-left: auto;
  }
  
  .row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px;
  }
  .row.row--gutters {
      margin-right: -15px;
      margin-left: -15px;
  }
  
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  
  .col.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  
  .c-xs,
  .c1-xs,
  .c2-xs,
  .c3-xs,
  .c4-xs,
  .c5-xs,
  .c6-xs,
  .c7-xs,
  .c8-xs,
  .c9-xs,
  .c10-xs,
  .c11-xs,
  .c12-xs,
  .cos0-xs,
  .cos1-xs,
  .cos2-xs,
  .cos3-xs,
  .cos4-xs,
  .cos5-xs,
  .cos6-xs,
  .cos7-xs,
  .cos8-xs,
  .cos9-xs,
  .cos10-xs,
  .cos11-xs,
  .cos12-xs {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .row.row--gutters .c-xs,
  .row.row--gutters .c1-xs,
  .row.row--gutters .c2-xs,
  .row.row--gutters .c3-xs,
  .row.row--gutters .c4-xs,
  .row.row--gutters .c5-xs,
  .row.row--gutters .c6-xs,
  .row.row--gutters .c7-xs,
  .row.row--gutters .c8-xs,
  .row.row--gutters .c9-xs,
  .row.row--gutters .c10-xs,
  .row.row--gutters .c11-xs,
  .row.row--gutters .c12-xs,
  .row.row--gutters .cos0-xs,
  .row.row--gutters .cos1-xs,
  .row.row--gutters .cos2-xs,
  .row.row--gutters .cos3-xs,
  .row.row--gutters .cos4-xs,
  .row.row--gutters .cos5-xs,
  .row.row--gutters .cos6-xs,
  .row.row--gutters .cos7-xs,
  .row.row--gutters .cos8-xs,
  .row.row--gutters .cos9-xs,
  .row.row--gutters .cos10-xs,
  .row.row--gutters .cos11-xs,
  .row.row--gutters .cos12-xs {
    padding-right: 30px;
    padding-left: 30px;
  }
  
  .c-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  
  .c1-xs {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  
  .c2-xs {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  
  .c3-xs {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  
  .c4-xs {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  
  .c5-xs {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  
  .c6-xs {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  
  .c7-xs {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  
  .c8-xs {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  
  .c9-xs {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  
  .c10-xs {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  
  .c11-xs {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  
  .c12-xs {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  
  .cos0-xs {
    margin-left: 0;
  }
  
  .cos1-xs {
    margin-left: 8.33333333%;
  }
  
  .cos2-xs {
    margin-left: 16.66666667%;
  }
  
  .cos3-xs {
    margin-left: 25%;
  }
  
  .cos4-xs {
    margin-left: 33.33333333%;
  }
  
  .cos5-xs {
    margin-left: 41.66666667%;
  }
  
  .cos6-xs {
    margin-left: 50%;
  }
  
  .cos7-xs {
    margin-left: 58.33333333%;
  }
  
  .cos8-xs {
    margin-left: 66.66666667%;
  }
  
  .cos9-xs {
    margin-left: 75%;
  }
  
  .cos10-xs {
    margin-left: 83.33333333%;
  }
  
  .cos11-xs {
    margin-left: 91.66666667%;
  }
  
  .start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  
  .center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  
  .end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  
  .top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  
  .around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  
  .between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  
  .last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  
  @media only screen and (min-width: 767px) {
  
    .c-sm,
    .c1-sm,
    .c2-sm,
    .c3-sm,
    .c4-sm,
    .c5-sm,
    .c6-sm,
    .c7-sm,
    .c8-sm,
    .c9-sm,
    .c10-sm,
    .c11-sm,
    .c12-sm,
    .cos0-sm,
    .cos1-sm,
    .cos2-sm,
    .cos3-sm,
    .cos4-sm,
    .cos5-sm,
    .cos6-sm,
    .cos7-sm,
    .cos8-sm,
    .cos9-sm,
    .cos10-sm,
    .cos11-sm,
    .cos12-sm {
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 30px;
      padding-left: 30px;
    }
    .row.row--gutters .c-sm,
    .row.row--gutters .c1-sm,
    .row.row--gutters .c2-sm,
    .row.row--gutters .c3-sm,
    .row.row--gutters .c4-sm,
    .row.row--gutters .c5-sm,
    .row.row--gutters .c6-sm,
    .row.row--gutters .c7-sm,
    .row.row--gutters .c8-sm,
    .row.row--gutters .c9-sm,
    .row.row--gutters .c10-sm,
    .row.row--gutters .c11-sm,
    .row.row--gutters .c12-sm,
    .row.row--gutters .cos0-sm,
    .row.row--gutters .cos1-sm,
    .row.row--gutters .cos2-sm,
    .row.row--gutters .cos3-sm,
    .row.row--gutters .cos4-sm,
    .row.row--gutters .cos5-sm,
    .row.row--gutters .cos6-sm,
    .row.row--gutters .cos7-sm,
    .row.row--gutters .cos8-sm,
    .row.row--gutters .cos9-sm,
    .row.row--gutters .cos10-sm,
    .row.row--gutters .cos11-sm,
    .row.row--gutters .cos12-sm {
        padding-right: 30px;
        padding-left: 30px;
    }
    .c-sm {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      max-width: 100%;
    }
  
    .c1-sm {
      -ms-flex-preferred-size: 8.33333333%;
      flex-basis: 8.33333333%;
      max-width: 8.33333333%;
    }
  
    .c2-sm {
      -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
      max-width: 16.66666667%;
    }
  
    .c3-sm {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%;
    }
  
    .c4-sm {
      -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
      max-width: 33.33333333%;
    }
  
    .c5-sm {
      -ms-flex-preferred-size: 41.66666667%;
      flex-basis: 41.66666667%;
      max-width: 41.66666667%;
    }
  
    .c6-sm {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }
  
    .c7-sm {
      -ms-flex-preferred-size: 58.33333333%;
      flex-basis: 58.33333333%;
      max-width: 58.33333333%;
    }
  
    .c8-sm {
      -ms-flex-preferred-size: 66.66666667%;
      flex-basis: 66.66666667%;
      max-width: 66.66666667%;
    }
  
    .c9-sm {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%;
    }
  
    .c10-sm {
      -ms-flex-preferred-size: 83.33333333%;
      flex-basis: 83.33333333%;
      max-width: 83.33333333%;
    }
  
    .c11-sm {
      -ms-flex-preferred-size: 91.66666667%;
      flex-basis: 91.66666667%;
      max-width: 91.66666667%;
    }
  
    .c12-sm {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  
    .cos0-sm {
      margin-left: 0;
    }
  
    .cos1-sm {
      margin-left: 8.33333333%;
    }
  
    .cos2-sm {
      margin-left: 16.66666667%;
    }
  
    .cos3-sm {
      margin-left: 25%;
    }
  
    .cos4-sm {
      margin-left: 33.33333333%;
    }
  
    .cos5-sm {
      margin-left: 41.66666667%;
    }
  
    .cos6-sm {
      margin-left: 50%;
    }
  
    .cos7-sm {
      margin-left: 58.33333333%;
    }
  
    .cos8-sm {
      margin-left: 66.66666667%;
    }
  
    .cos9-sm {
      margin-left: 75%;
    }
  
    .cos10-sm {
      margin-left: 83.33333333%;
    }
  
    .cos11-sm {
      margin-left: 91.66666667%;
    }
  
    .start-sm {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: start;
    }
  
    .center-sm {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
    }
  
    .end-sm {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-align: end;
    }
  
    .top-sm {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .middle-sm {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .bottom-sm {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
    }
  
    .around-sm {
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
  
    .between-sm {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .first-sm {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
    }
  
    .last-sm {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
  }
  
  @media only screen and (min-width: 1025px) {
    .c-md,
    .c1-md,
    .c2-md,
    .c3-md,
    .c4-md,
    .c5-md,
    .c6-md,
    .c7-md,
    .c8-md,
    .c9-md,
    .c10-md,
    .c11-md,
    .c12-md,
    .cos0-md,
    .cos1-md,
    .cos2-md,
    .cos3-md,
    .cos4-md,
    .cos5-md,
    .cos6-md,
    .cos7-md,
    .cos8-md,
    .cos9-md,
    .cos10-md,
    .cos11-md,
    .cos12-md {
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 30px;
      padding-left: 30px;
    }
    .row.row--gutters .c-md,
   .row.row--gutters .c1-md,
   .row.row--gutters .c2-md,
   .row.row--gutters .c3-md,
   .row.row--gutters .c4-md,
   .row.row--gutters .c5-md,
   .row.row--gutters .c6-md,
   .row.row--gutters .c7-md,
   .row.row--gutters .c8-md,
   .row.row--gutters .c9-md,
   .row.row--gutters .c10-md,
   .row.row--gutters .c11-md,
   .row.row--gutters .c12-md,
   .row.row--gutters .cos0-md,
   .row.row--gutters .cos1-md,
   .row.row--gutters .cos2-md,
   .row.row--gutters .cos3-md,
   .row.row--gutters .cos4-md,
   .row.row--gutters .cos5-md,
   .row.row--gutters .cos6-md,
   .row.row--gutters .cos7-md,
   .row.row--gutters .cos8-md,
   .row.row--gutters .cos9-md,
   .row.row--gutters .cos10-md,
   .row.row--gutters .cos11-md,
   .row.row--gutters .cos12-md {
      padding-right: 30px;
      padding-left: 30px;
    }
  
    .c-md {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      max-width: 100%;
    }
  
    .c1-md {
      -ms-flex-preferred-size: 8.33333333%;
      flex-basis: 8.33333333%;
      max-width: 8.33333333%;
    }
  
    .c2-md {
      -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
      max-width: 16.66666667%;
    }
  
    .c3-md {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%;
    }
  
    .c4-md {
      -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
      max-width: 33.33333333%;
    }
  
    .c5-md {
      -ms-flex-preferred-size: 41.66666667%;
      flex-basis: 41.66666667%;
      max-width: 41.66666667%;
    }
  
    .c6-md {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }
  
    .c7-md {
      -ms-flex-preferred-size: 58.33333333%;
      flex-basis: 58.33333333%;
      max-width: 58.33333333%;
    }
  
    .c8-md {
      -ms-flex-preferred-size: 66.66666667%;
      flex-basis: 66.66666667%;
      max-width: 66.66666667%;
    }
  
    .c9-md {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%;
    }
  
    .c10-md {
      -ms-flex-preferred-size: 83.33333333%;
      flex-basis: 83.33333333%;
      max-width: 83.33333333%;
    }
  
    .c11-md {
      -ms-flex-preferred-size: 91.66666667%;
      flex-basis: 91.66666667%;
      max-width: 91.66666667%;
    }
  
    .c12-md {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  
    .cos0-md {
      margin-left: 0;
    }
  
    .cos1-md {
      margin-left: 8.33333333%;
    }
  
    .cos2-md {
      margin-left: 16.66666667%;
    }
  
    .cos3-md {
      margin-left: 25%;
    }
  
    .cos4-md {
      margin-left: 33.33333333%;
    }
  
    .cos5-md {
      margin-left: 41.66666667%;
    }
  
    .cos6-md {
      margin-left: 50%;
    }
  
    .cos7-md {
      margin-left: 58.33333333%;
    }
  
    .cos8-md {
      margin-left: 66.66666667%;
    }
  
    .cos9-md {
      margin-left: 75%;
    }
  
    .cos10-md {
      margin-left: 83.33333333%;
    }
  
    .cos11-md {
      margin-left: 91.66666667%;
    }
  
    .start-md {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: start;
    }
  
    .center-md {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
    }
  
    .end-md {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-align: end;
    }
  
    .top-md {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .middle-md {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .bottom-md {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
    }
  
    .around-md {
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
  
    .between-md {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .first-md {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
    }
  
    .last-md {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
  }
  
  @media only screen and (min-width: 1200px) {
    /* defaults to 1200px */
  
    .c-lg,
    .c1-lg,
    .c2-lg,
    .c3-lg,
    .c4-lg,
    .c5-lg,
    .c6-lg,
    .c7-lg,
    .c8-lg,
    .c9-lg,
    .c10-lg,
    .c11-lg,
    .c12-lg,
    .cos0-lg,
    .cos1-lg,
    .cos2-lg,
    .cos3-lg,
    .cos4-lg,
    .cos5-lg,
    .cos6-lg,
    .cos7-lg,
    .cos8-lg,
    .cos9-lg,
    .cos10-lg,
    .cos11-lg,
    .cos12-lg {
      box-sizing: border-box;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding-right: 0rem;
      padding-left: 0rem;
    }
    .row.row--gutters .c-lg,
    .row.row--gutters .c1-lg,
    .row.row--gutters .c2-lg,
    .row.row--gutters .c3-lg,
    .row.row--gutters .c4-lg,
    .row.row--gutters .c5-lg,
    .row.row--gutters .c6-lg,
    .row.row--gutters .c7-lg,
    .row.row--gutters .c8-lg,
    .row.row--gutters .c9-lg,
    .row.row--gutters .c10-lg,
    .row.row--gutters .c11-lg,
    .row.row--gutters .c12-lg,
    .row.row--gutters .cos0-lg,
    .row.row--gutters .cos1-lg,
    .row.row--gutters .cos2-lg,
    .row.row--gutters .cos3-lg,
    .row.row--gutters .cos4-lg,
    .row.row--gutters .cos5-lg,
    .row.row--gutters .cos6-lg,
    .row.row--gutters .cos7-lg,
    .row.row--gutters .cos8-lg,
    .row.row--gutters .cos9-lg,
    .row.row--gutters .cos10-lg,
    .row.row--gutters .cos11-lg,
    .row.row--gutters .cos12-lg {
      padding-right:15px;
      padding-left: 15px;
    }
  
    .c-lg {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      max-width: 100%;
    }
  
    .c1-lg {
      -ms-flex-preferred-size: 8.33333333%;
      flex-basis: 8.33333333%;
      max-width: 8.33333333%;
    }
  
    .c2-lg {
      -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
      max-width: 16.66666667%;
    }
  
    .c3-lg {
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      max-width: 25%;
    }
  
    .c4-lg {
      -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
      max-width: 33.33333333%;
    }
  
    .c5-lg {
      -ms-flex-preferred-size: 41.66666667%;
      flex-basis: 41.66666667%;
      max-width: 41.66666667%;
    }
  
    .c6-lg {
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%;
    }
  
    .c7-lg {
      -ms-flex-preferred-size: 58.33333333%;
      flex-basis: 58.33333333%;
      max-width: 58.33333333%;
    }
  
    .c8-lg {
      -ms-flex-preferred-size: 66.66666667%;
      flex-basis: 66.66666667%;
      max-width: 66.66666667%;
    }
  
    .c9-lg {
      -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
      max-width: 75%;
    }
  
    .c10-lg {
      -ms-flex-preferred-size: 83.33333333%;
      flex-basis: 83.33333333%;
      max-width: 83.33333333%;
    }
  
    .c11-lg {
      -ms-flex-preferred-size: 91.66666667%;
      flex-basis: 91.66666667%;
      max-width: 91.66666667%;
    }
  
    .c12-lg {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
    }
  
    .cos0-lg {
      margin-left: 0;
    }
  
    .cos1-lg {
      margin-left: 8.33333333%;
    }
  
    .cos2-lg {
      margin-left: 16.66666667%;
    }
  
    .cos3-lg {
      margin-left: 25%;
    }
  
    .cos4-lg {
      margin-left: 33.33333333%;
    }
  
    .cos5-lg {
      margin-left: 41.66666667%;
    }
  
    .cos6-lg {
      margin-left: 50%;
    }
  
    .cos7-lg {
      margin-left: 58.33333333%;
    }
  
    .cos8-lg {
      margin-left: 66.66666667%;
    }
  
    .cos9-lg {
      margin-left: 75%;
    }
  
    .cos10-lg {
      margin-left: 83.33333333%;
    }
  
    .cos11-lg {
      margin-left: 91.66666667%;
    }
  
    .start-lg {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: start;
    }
  
    .center-lg {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
    }
  
    .end-lg {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      text-align: end;
    }
  
    .top-lg {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
  
    .middle-lg {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
  
    .bottom-lg {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
    }
  
    .around-lg {
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
  
    .between-lg {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
  
    .first-lg {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
    }
  
    .last-lg {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
    }
  }
  /*! css-main */
  /*
## Variables
*/
:root {
    --animSpeed: 0.3s;
}

/*
## Page footer
*/
.ui-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.ui-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 1rem;
}

.ui-footer__logo {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: absolute;
    left: 1rem;
}

/*
## Page footer pagination
*/
.ui-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ui-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
}

.btn--ui {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ui-aside__close {
    padding: 0.6rem;
}

.btn--close {
    padding: 0.4rem;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: background-color var(--animSpeed) ease;
    -o-transition: background-color var(--animSpeed) ease;
    transition: background-color var(--animSpeed) ease;
}

html:not(.using-mouse) .btn--close:focus,
.btn--close:hover {
    background-color: white;
}


.btn--ui svg {
    display: block;
}

.ui-footer__more {
    position: absolute;
    right: 0;
}

.btn--ui:not(.btn--close) {
    -webkit-transition: background-color var(--animSpeed) ease;
    -o-transition: background-color var(--animSpeed) ease;
    transition: background-color var(--animSpeed) ease;
}

.btn--ui svg {
    width: 24px;
    height: 24px;
}

/* animations & feedback */
.ui-footer__more .btn svg,
.ui-nav__center svg,
.ui-nav__left svg,
.ui-nav__right svg {
    position: relative;
    -webkit-transition: -webkit-transform 0.15s ease;
    transition: -webkit-transform 0.15s ease;
    -o-transition: transform 0.15s ease;
    transition: transform 0.15s ease;
    transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}

.ui-nav__left .btn {
    padding-left: 1.35rem;
}

.ui-nav__right .btn {
    padding-right: 1.35rem;
}

.ui-footer__more .btn:hover svg {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
}

.ui-nav__left .btn:not([disabled]):hover svg {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
}

.ui-nav__right .btn:not([disabled]):hover svg {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

.ui-nav__center .btn:not(.is-active):hover svg {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* svg switch center button*/
.ui-nav__center .btn.is-active .open {
    display: none;
}

.ui-nav__center .btn:not(.is-active) .close {
    display: none;
}

.ui-nav__center .btn.is-active .close,
.ui-nav__center .btn.is-closed .open {
    -webkit-animation: fadeIn 0.15s linear;
    animation: fadeIn 0.15s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@media screen and (max-width: 1024px) {
    .btn--ui {
        padding: 0.8rem;
    }

    .btn--ui svg {
        width: 22px;
        height: 22px;
    }
}

@media screen and (max-width: 480px) {
    .btn--ui svg {
        width: 20px;
        height: 20px;
    }
}

/*
## Page aside (sliding)
*/
.ui-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity var(--animSpeed) ease;
    -o-transition: opacity var(--animSpeed) ease;
    transition: opacity var(--animSpeed) ease;
    z-index: 90;
}

.ui-overlay.is-active {
    opacity: 1;
}

.ui-aside {
    position: fixed;
    height: 100vh;
    width: 900px;
    z-index: 91;
    -webkit-transition: right var(--animSpeed) ease;
    -o-transition: right var(--animSpeed) ease;
    transition: right var(--animSpeed) ease;
    right: -100%;
    visibility: hidden;
    overflow-y: auto;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-aside.is-animating {
    visibility: visible !important;
}

.ui-aside.is-active {
    right: 0;
    visibility: visible;
    -webkit-touch-callout: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.ui-aside__close {
    position: absolute;
    right: 0;
}

.ui-aside__inner {
    padding: 60px 45px 45px 45px;
}

@media screen and (max-width: 1024px) {
    .ui-aside {
        width: 88vw;
    }
}

@media screen and (max-width: 480px) {
    .ui-aside {
        width: 100%;
    }

    .ui-aside__inner {
        padding: 60px 15px 15px 15px;
    }
}

/*
## Pages box
*/
a[data-ajax] {
    color: inherit;
    text-decoration: inherit;
    display: block;
}

.ui-pages {
    width: 100%;
    position: fixed;
    bottom: 54px;
    /* Same height as footer - box shadow*/
    -webkit-transition: -webkit-transform var(--animSpeed) ease;
    transition: -webkit-transform var(--animSpeed) ease;
    -o-transition: transform var(--animSpeed) ease;
    transition: transform var(--animSpeed) ease;
    transition: transform var(--animSpeed) ease, -webkit-transform var(--animSpeed) ease;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
}

.ui-pages.is-active {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.pages {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    scrollbar-width: thin;
    scrollbar-color: #a5a5a5 #f0f0f0;
}

.pages__item {
    position: relative;
    width: 400px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
}


.pages__title {
    font-size: 22px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 0;
	color: var(--blue);
}
.pages__subtitle {
    display: none;
    /* Subtitles off for now */
    height: 40px;
    font-weight: 400;
}

.pages__info {
    padding: 0.5rem;
}

.pages__media {
    position: relative;
}


.pages__media__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

.pages__media img {
    height: 260px;
    width: 100%;
}

.pages__error {
    width: 100%;
    text-align: center;
    padding: 1rem;
}

.pages__page {
    position: absolute;
    right: 8px;
    bottom: 8px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    -webkit-transition: all var(--animSpeed) ease;
    -o-transition: all var(--animSpeed) ease;
    transition: all var(--animSpeed) ease;
}

@media screen and (max-width: 1024px) {
    .pages__media img {
        height: 175px;
    }
	.pages__title {
    	font-size: 18px;
	}
    .pages__item {
        width: 250px;
    }

    .ui-pages {
        bottom: 44px;
        /* Same height as footer - box shadow */
    }

    .ui-pages.is-active {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }

}

@media screen and (max-width: 480px) {
    .pages__media img {
        height: 100px;
    }
	.pages__title {
    	font-size: 16px;
	}
    .pages__info {
        font-size: 15px;
    }

    .pages__page {
        font-size: 12px;
        width: 21px;
        height: 21px;
    }

    .pages__item {
        width: 160px;
    }

    .ui-pages {
        bottom: 43px;
        /* Same height as footer - box shadow */
    }

    .ui-pages.is-active {
        -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

/*
## Tabs
*/
.ui-tabnav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn--tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 8px;
    background-color: #fff;
	text-transform: uppercase;
    padding: 5px 15px;
    cursor: pointer;
	color: var(--blue);
    border: 1px solid white;
	font-weight: 600;
    -webkit-transition: all var(--animSpeed) ease;
    -o-transition: all var(--animSpeed) ease;
    transition: all var(--animSpeed) ease;
}

.ui-tabs__item[hidden] {
    display: none;
}

.ui-tabs__item.is-active {
    -webkit-animation: fadeIn var(--animSpeed) linear;
    animation: fadeIn var(--animSpeed) linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.tab__title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 400;
    width: 100%;
	color: var(--darkblue);
	font-weight: 600;
}

.tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.tab__content {
    width: 100%;
}

.tab--2col {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.tab--2col .tab__content {
    width: calc(50% - 15px);
}

.tab__media img {
    max-width: 500px;
}

.tab__media .img--share {
    width: 500px;
    max-width: 100%;
    height: 263px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 30px;
}

.tab--2col .tab__media .img--share {
    width: 100%;
    height: 205px;
}

@media screen and (max-width: 1024px) {
    .tab--2col .tab__content {
        width: 100%;
    }

    .tab--2col .tab__content {
        margin-top: 30px;
    }

    .tab--2col div:first-of-type {
        margin-top: 0;
    }

    .tab--2col .tab__media .img--share {
        width: 500px;
        height: 263px;
        margin-top: 0px;
    }
}

.tab__content p {
    margin-top: 0;
}

/*
## Social sharebar
*/
.sharebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px !important;
}

.btn--share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.8rem;
    background-color: white;
    margin-right: 10px;
    position: relative;
    -webkit-transition: background var(--animSpeed) ease;
    -o-transition: background var(--animSpeed) ease;
    transition: background var(--animSpeed) ease;
}

.btn--share:active {
    top: 1px;
}

.btn--share svg {
    fill: #939393;
    -webkit-transition: fill var(--animSpeed) ease;
    -o-transition: fill var(--animSpeed) ease;
    transition: fill var(--animSpeed) ease;
}

/* hovers */
.btn--facebook:hover,
html:not(.using-mouse) .btn--facebook:focus {
    background-color: #3b5998;
}

.btn--facebook:hover svg,
html:not(.using-mouse) .btn--facebook:focus svg {
    fill: white;
}

.btn--linkedin:hover,
html:not(.using-mouse) .btn--linkedin:focus {
    background-color: #007bb6;
}

.btn--linkedin:hover svg,
html:not(.using-mouse) .btn--linkedin:focus svg {
    fill: white;
}

.btn--twitter:hover,
html:not(.using-mouse) .btn--twitter:focus {
    background-color: #00aced;
}

.btn--twitter:hover svg,
html:not(.using-mouse) .btn--twitter:focus svg {
    fill: white;
}

.btn--email:hover,
html:not(.using-mouse) .btn--email:focus {
    background-color: #7d7d7d;
}

.btn--email:hover svg,
html:not(.using-mouse) .btn--email:focus svg {
    fill: white;
}

/*
## Main
*/
.ui-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 57px;
    /* Same height as footer */
    overflow-x: hidden;
    overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
}

@media screen and (max-width: 1024px) {
    .ui-main {
        bottom: 49px;
    }
}

@media screen and (max-width: 768px) {
    .ui-main {
        bottom: 47px;
    }
}

/*
## Keyframes
*/
@-webkit-keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: block;
    }

    100% {
        display: none;
        opacity: 0;
    }
}

/*
## Pagebuilder
*/
.pb-txt,
.pb-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
	
	
/*
## Look & Feel 
*/
/* Font */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Commissioner',Arial,Helvetica Neue,Helvetica,sans-serif; 
	font-weight: 400;
}

/* bg */
.ui-footer__inner {
    background-color: var(--lightblue);
}

/* logo */
.ui-footer__logo__media {
    width: 250px;
}

@media screen and (max-width: 1024px) {
    .ui-footer__logo__media {
        width: 80px;
    }
}

@media screen and (max-width: 480px) {
    .ui-footer__logo__media {
        width: 75px;
    }
}

/* buttons */
.ui-nav__left {
    border-right: 1px solid #a4daf0;
}

.ui-nav__right {
    border-left: 1px solid #a4daf0;
}

.ui-footer__more {
    border-left: 1px solid #a4daf0;
}

.btn--ui svg {
    stroke: var(--blue);
}

.btn--ui:not(.btn--close):hover,
html:not(.using-mouse) .btn--ui:not(.btn--close):focus {
    background-color: #fff;
}

/* Disabled buttons */
.btn--ui[disabled] {
    cursor: initial;
}

.btn--ui[disabled] {
    background-color: transparent !important;
}

.btn--ui[disabled] svg {
    stroke: #c3e5f4;
}

/* Aside */
.ui-aside {
    background-color: #f2f2f2;
}

.ui-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}
.btn--tab.is-current {
    border-color: var(--lightblue);
	background-color: var(--lightblue);
    color: #fff;
}

.btn--tab:hover,
html:not(.using-mouse) .btn--tab:focus {
    border-color: var(--lightblue);
	background-color: var(--lightblue);
    color: #fff;
}
/* pages */
.ui-pages {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}

.pages__item {
    color: #222;
}

.pages__item a {
    -webkit-transition: background-color var(--animSpeed) ease;
    -o-transition: background-color var(--animSpeed) ease;
    transition: background-color var(--animSpeed) ease;
}
.pages__item a:hover,
html:not(.using-mouse) .pages__item a:focus {
    background-color: #fff !important;
}

.pages li:nth-of-type(2n+1) {
    background-color: #E6E6E6;
}

.pages li:nth-of-type(2n) {
    background-color: #F0EFEF;
}

.pages__item a:hover .pages__page html:not(.using-mouse) .pages__item a:focus .pages__page {
    background-color: #fff !important;
}

.pages li:nth-of-type(2n+1) .pages__page {
    background-color: #E6E6E6;
}

.pages li:nth-of-type(2n) .pages__page {
    background-color: #F0EFEF;
}

.pages__item.is-current .pages__page {
    color: #fff;
    background-color: var(--lightblue) !important;
}
.pages__title {
	color: var(--blue);
	-webkit-transition: color var(--animSpeed) ease;
    -o-transition: color var(--animSpeed) ease;
    transition: color var(--animSpeed) ease;
}

.is-current .pages__title {
    color: var(--lightblue);
}

.pages__item a:hover .pages__title,
html:not(.using-mouse) .pages__item a:focus .pages__title {
    color: var(--lightblue);
}
/* css-willems */
/*
 * Container
 */
 .container {
    padding-left: 90px;
    padding-right: 90px;
    max-width: 1920px;
}
/*
* Base
*/
:root {
    --lightblue: #6fcaf3; /*85cfed*/
    --blue: #007ebd;
    --darkblue: #1961ac;
}
p {
    margin: 0;
}
body, p {
    font-size: 20px;
    line-height: 1.4;
}
h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--blue);
    margin: 0;
}
.font-b {
    color: var(--blue);
}
.font-lb {
    color: var(--lightblue);
}
.font-db {
    color: var(--darkblue);
}
.btn {
    text-decoration: none;
}
.btn.btn-primary {
    padding: 11px 22px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: var(--blue);
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px; 
}
.btn.btn-secondary {
    padding: 11px 22px;
    background-color: var(--blue);
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
}
/*
* Font helpers
*/
.font-600 {
    font-weight: 600;
}
.font-22 {
    font-size: 22px;
}
a {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}
/*
* UI extras
*/	
.tab__content.mt {
    margin-top: 45px;
}
img.linkedin {
    width: 35px;
    height: auto;
    margin-top: 25px;
}
/* 
* Header
*/
:root {
      --headerHeight: 100px;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 50;
}
.header:not(.megamenu-shown) .container {
    height: var(--headerHeight);
}
.wrapper {
    padding-top: calc(var(--headerHeight) + 150px);
}
.header .container {
    display: flex;
    justify-content: space-between;
}
.header__logo {
    position: relative;
}
.header__logo img {
    width: 240px;
    height: auto;
}
/* Text in header */
.header__logo {
    display: flex;
}
.header__logo .page-title {
    display: flex;
    align-items: center;
    margin-left: 75px;
}
.header__logo .page-title h1{
    color: var(--blue);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.header__logo .page-title h1 span {
    font-weight: 400;
    display: inline-block;
    margin-left: 30px;
    position: relative;
}
.header__logo .page-title span::before {
    content: "•";
    display:block;
    position: absolute;
    color: var(--lightblue);
    left: -26px;
    top: -2px;
    font-size: 32px;
}
/* Dark */
.header.header--dark {
    background-color: var(--blue);
}
.header.header--dark .btn--user svg {
    fill: #fff;
}
.header.header--dark .btn--user::after {
    filter: brightness(0) invert(1);
}
.header.header--dark .header__user__dropdown{
    background-color: #fff;
}
.header.header--dark .header__user__dropdown::after{
    border-color: transparent transparent #fff transparent;
}
.header.header--dark .user-dd {
    color: var(--darkblue);
}
.header.header--dark .header__logo .page-title h1{
    color: #fff;
}

/*
* Header user
*/
.btn--user {
    display: flex;
    align-items: center;
}
.btn--user * {
    pointer-events: none;
}
.btn--user svg {
    fill: #70706f;
    width: 18px;
    height: 18px;
}
.btn--user::after {
    display: block;
    content: "";
    background-image: url('/assets/theme/img/icon/i-chevron-down-small.png');
    background-size: cover;
    width: 12px;
    height: 7px;
    margin-left: 5px;
    transition: transform ease 200ms;
}
.btn--user.active::after {
    transform: rotate(180deg); 
}
.header__nav {
    display: flex;
    align-items: center;
}
/* Dropdown */
.header__user {
    position: relative;
}
.header__user__dropdown {
  display: none;
  position: absolute;
  background-color: var(--lightblue);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 40px;
  left: -45px;
}
.header__user__dropdown::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 20px 10px;
    border-color: transparent transparent var(--lightblue) transparent;
    position: absolute;
    top: -14px;
    right: 74px;
}
.header__user__dropdown a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.header__user__dropdown.active {
    display: block;
}
.user-dd {
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
}
/*
* content	
*/	
.intro.inner p {
    line-height: 1.75;
}
/*
* Banner	
*/
.full-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner {
    height: calc(100vh - var(--headerHeight));
    position: relative;
    width: 100%;
    margin-top: -150px;
    margin-bottom: 150px;
}
.banner .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.banner__content {
    margin-top: 19.5vh;
}
.banner__content__top {
    display: flex;
    padding-left: 150px;
    padding-right: 50px;
    align-items: center;
    height: 300px;
    background: rgba(255, 255, 255, .85);
}
.banner__content__top h1 {
    font-size: 110px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--blue);
    text-transform: uppercase;
}
.banner__content__bottom {
    display: flex;
    padding-left: 150px;
    padding-right: 50px;
    align-items: center;
    height: 100px;
    background: rgba(111, 202, 243, .95);
}
.banner__content__bottom span {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}
/* Info banner */
.page-uitleg .ui-main {
    overflow-y: hidden;
}
.banner--info .banner__content {
    margin-top: 0;
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    margin: auto

}
.banner--info .banner__content__top {
    display: flex;
    flex-direction: column;
    padding: 30px 20% 30px 20%;
    align-items: center;
    justify-content: center;
    height: auto;
    background: rgba(255, 255, 255, .85);
}
.banner--info .banner__content__top p{
    text-align: center;
    font-weight: 400;
}
.banner--info .arrow-down {
    margin-top: 30px;
}
.banner--info .arrow-down img {
    display: block;
    width: 40px;
}
/* button */
.banner__button {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 77px;
}
.banner__button .btn {
    padding: 17px 30px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: var(--blue); 
    font-weight: 600;
    display: flex;
    align-items: center;
}
.banner__button .btn::after {
    content: "";
    display: block;
    background-image: url('/assets/theme/img/icon/i-chevron-down.png');
    height: 16px;
    width: 27px;
    background-size: 27px 16px;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 15px;
    transform: translateY(0);
}
.banner__button .btn:hover::after {
    -moz-animation: bounce 1s infinite;
      -webkit-animation: bounce 1s infinite;
      animation: bounce 1s infinite;
}
/* Uitleg banner */
.banner.banner--uitleg {
    margin-bottom: 0 !important;
    height: calc(100vh - var(--headerHeight) - 57px) !important;
}
.banner.banner--uitleg .banner__content__top p {
    line-height: 1.75;
    font-size: 20px;
}
/*
* 	Login
*/
.login-page .banner{
    margin-bottom: 50px;
}
.login-page .inner.login {
    background-color: var(--lightblue);
    padding: 50px 60px 45px 90px;
}
.inner.login h2 {
    margin: 0;
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--darkblue);
    margin-bottom: 40px;
}
span.logged-in {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
span.logged-in a {
    font-weight: 600;
    text-decoration: none;
}
span.logged-in a:hover,
span.logged-in a:focus {
    text-decoration: underline;
}
.login-page h3 {
     margin-top: 50px;
}
.form__item label,
.form__item input {
    display: block;
}
.item__label {
    font-size: 20px;
    line-height: 1.75;
    font-weight: 600;
    color: #fff;
    margin-bottom: 4px;
}
.form__item input {
    width: 375px;
    border: none;
    padding: 13px 20px;
    box-sizing: border-box;
    margin-bottom: 14px;
    color: #70706f;
}
.form__link {
    text-decoration: none;
    color: var(--blue);
    font-size: 20px;
    line-height: 1.75;
}
.form__link:hover,
.form__link:focus {
    text-decoration: underline;
}
#WebLoginLayer0 .btn {
    margin-top: 50px;
}
#WebLoginLayer2 .btn {
    margin-top: 50px;
}
#WebLoginLayer2 .form__item--btns {
    display: flex;
    justify-content: space-between;
}
#WebLoginLayer2 p {
    color: #fff;
    margin-bottom: 8px;
}
/*
 * Footer
 */
/* Footer always on the bottom */
#content {
    height: 100%;
}
#main, #content  {
    display: flex;
    flex-direction: column;
}
.footer {
    margin-top: auto;
    padding-top: 150px;
}
.footer__top {
    background-color: var(--blue); 
}
.footer__txt {
    display: flex;
    align-items: center;
    height: 150px;
}
.footer__txt span {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.75;
}

.footer__btns {
    height: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.footer .btn.btn-primary,
.footer .btn.btn-secondary {
    font-size: 25px;
    padding: 10px 22px;
}
.footer .btn.btn-secondary {
    background-color: var(--lightblue);
}

.footer__bot {
    background-color: var(--lightblue);
}
.footer__bot .container {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer__credits .by {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}
.footer__credits .esens {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.footer__credits .esens:hover,
.footer__credits .esens:focus {
    text-decoration: underline;
}
/*
 * Pagebuilder
 */
.pb-block h2 {
    font-size: 25px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    color: var(--darkblue);
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 40px;
}
.pb-block p {
    line-height: 1.75;
    margin-bottom: 40px;
}
/* txt examples */
.txt-example__img {
    position: relative;
}
.txt-example__img::before {
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--lightblue);
    position: absolute;
    left: -70px;
}
.pb-txt-example {
    margin-bottom: 120px;
} 
.inner-img .txt {
    margin-bottom: 50px;
}
.inner-img .img-txt {
    margin-bottom: 50px;
}
.inner-img div:last-of-type {
    margin-bottom: 0;
}
.inner-img .witruimte {
    height: 50px;
}
/*
 * Willem pages style overwrite
 */
#pages .pages__subtitle {
    display: block;
}
#pages .pages li {
    background-color: var(--darkblue);
    width: 433px;
    height: 164px;
    border-right: 1px solid var(--lightblue);
}
#pages .pages li:last-of-type {
    border-right: none;
}
#pages .pages__item a {
    transition: none;
    height: 100%;
    display: flex;
    padding-left: 60px;
    align-items: center;
}
#pages .is-current .pages__info {
    background-color: var(--darkblue);
}
#pages .pages__item a:hover, html:not(.using-mouse) #pages .pages__item a:focus {
    background-color: var(--darkblue) !important;
}
#pages a{
    text-decoration: none !important;
}
#pages .pages__title {
    font-size: 30px;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
#pages .pages__subtitle {
    font-size: 30px;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
#pages .pages__subtitle::before {
    display: inline-block;
    content: "•";
    color: var(--lightblue);
    margin-right: 10px;
}
#pages .pages__subtitle {
    height: unset;
}
/*
 * Keyframe
 */
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Make download link */
.pb-block a {
    color: var(--lightblue);
    position: relative;
    padding-left: 25px;
    font-weight: 600;
}
.pb-block a::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/assets/theme/img/icon/icon-download.svg');
    background-repeat: no-repeat;
    
    width: 20px;
    height: 30px;
    top: 3px;
}

/* VW */
@media screen and (max-width: 1920px) and (min-width: 1024px){
    /*
     * Container
     */
        .container {
            padding-left: 4.688vw;
            padding-right: 4.688vw;
            max-width: 100.0vw;
        }
    /*
     * Base
     */
        :root {
            --lightblue: #85cfed;
            --blue: #007ebd;
            --darkblue: #1961ac;
        }
        p {
            margin: 0;
        }
        body, p {
            font-size: 1.042vw;
            line-height: 1.4;
        }
        h3 {
            font-size: 1.146vw;
            font-weight: 600;
            line-height: 1.6;
            color: var(--blue);
            margin: 0;
        }
        .font-b {
            color: var(--blue);
        }
        .font-lb {
            color: var(--lightblue);
        }
        .font-db {
            color: var(--darkblue);
        }
        .btn {
            text-decoration: none;
        }
        .btn.btn-primary {
            padding: 0.573vw 1.146vw;
            background-color: #fff;
            text-transform: uppercase;
            font-size: 1.198vw;
            line-height: 1.2;
            letter-spacing: 0.02em;
            color: var(--blue);
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 12.5vw; 
        }
        .btn.btn-secondary {
            padding: 0.573vw 1.146vw;
            background-color: var(--blue);
            text-transform: uppercase;
            font-size: 1.198vw;
            line-height: 1.2;
            letter-spacing: 0.02em;
            color: #fff;
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 12.5vw;
        }
        img {
            width: auto;
            height: auto;
            max-width: 100%;
        }
    /*
     * Font helpers
     */
        .font-600 {
            font-weight: 600;
        }
        .font-22 {
            font-size: 1.146vw;
        }
        a {
            text-decoration: none;
        }
        a:hover,
        a:focus {
            text-decoration: underline;
        }
    /*
     * UI extras
     */	
        .tab__content.mt {
            margin-top: 2.344vw;
        }
        img.linkedin {
            width: 1.823vw;
            height: auto;
            margin-top: 1.302vw;
        }
    /* 
     * Header
     */
        :root {
            --headerHeight: 5.208vw;
        }
        .header {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 50;
        }
        .header:not(.megamenu-shown) .container {
            height: var(--headerHeight);
        }
        .wrapper {
            padding-top: calc(var(--headerHeight) + 7.813vw);
        }
        .header .container {
            display: flex;
            justify-content: space-between;
        }
        .header__logo {
            position: relative;
        }
        .header__logo img {
            width: 12.5vw;
            height: auto;
        }
        /* Text in header */
        .header__logo {
            display: flex;
        }
        .header__logo .page-title {
            display: flex;
            align-items: center;
            margin-left: 3.906vw;
        }
        .header__logo .page-title h1{
            color: var(--blue);
            font-size: 1.563vw;
            line-height: 1.2;
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }
        .header__logo .page-title h1 span {
            font-weight: 400;
            display: inline-block;
            margin-left: 1.563vw;
            position: relative;
        }
        .header__logo .page-title span::before {
            content: "•";
            display:block;
            position: absolute;
            color: var(--lightblue);
            left: -1.354vw;
            top: -0.104vw;
            font-size: 1.667vw;
        }
        /* Dark */
        .header.header--dark {
            background-color: var(--blue);
        }
        .header.header--dark .btn--user svg {
            fill: #fff;
        }
        .header.header--dark .btn--user::after {
            filter: brightness(0) invert(1);
        }
        .header.header--dark .header__user__dropdown{
            background-color: #fff;
        }
        .header.header--dark .header__user__dropdown::after{
            border-color: transparent transparent #fff transparent;
        }
        .header.header--dark .user-dd {
            color: var(--darkblue);
        }
        .header.header--dark .header__logo .page-title h1{
            color: #fff;
        }

    /*
     * Header user
     */
        .btn--user {
            display: flex;
            align-items: center;
        }
        .btn--user * {
            pointer-events: none;
        }
        .btn--user svg {
            fill: #70706f;
            width: 0.938vw;
            height: 0.938vw;
        }
        .btn--user::after {
            display: block;
            content: "";
            background-image: url('/assets/theme/img/icon/i-chevron-down-small.png');
            background-size: cover;
            width: 0.625vw;
            height: 0.365vw;
            margin-left: 0.26vw;
            transition: transform ease 200ms;
        }
        .btn--user.active::after {
            transform: rotate(180deg); 
        }
        .header__nav {
            display: flex;
            align-items: center;
        }
        /* Dropdown */
        .header__user {
            position: relative;
        }
        .header__user__dropdown {
          display: none;
          position: absolute;
          background-color: var(--lightblue);
          min-width: 8.333vw;
          box-shadow: 0.0vw 0.417vw 0.833vw 0.0vw rgba(0,0,0,0.2);
          z-index: 1;
          top: 2.083vw;
          left: -2.344vw;
        }
        .header__user__dropdown::after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 0.521vw 1.042vw 0.521vw;
            border-color: transparent transparent var(--lightblue) transparent;
            position: absolute;
            top: -0.729vw;
            right: 3.854vw;
        }
        .header__user__dropdown a {
          padding: 0.625vw 0.833vw;
          text-decoration: none;
          display: block;
        }
        .header__user__dropdown.active {
            display: block;
        }
        .user-dd {
            line-height: 1.2;
            color: #fff;
            font-weight: 600;
        }
    /*
     * content	
     */	
        .intro.inner p {
            line-height: 1.75;
        }
    /*
     * Banner	
     */
        .full-bg {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }
        .banner {
            height: calc(100vh - var(--headerHeight));
            position: relative;
            width: 100%;
            margin-top: -7.813vw;
            margin-bottom: 7.813vw;
        }
        .banner .container {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            height: 100%;
        }
        .banner__content {
            margin-top: 19.5vh;
        }
        .banner__content__top {
            display: flex;
            padding-left: 7.813vw;
            padding-right: 2.604vw;
            align-items: center;
            height: 15.625vw;
            background: rgba(255, 255, 255, .85);
        }
        .banner__content__top h1 {
            font-size: 5.729vw;
            line-height: 1.2;
            font-weight: 700;
            letter-spacing: 0.1em;
            color: var(--blue);
            text-transform: uppercase;
        }
        .banner__content__bottom {
            display: flex;
            padding-left: 7.813vw;
            padding-right: 2.604vw;
            align-items: center;
            height: 5.208vw;
            background: rgba(111, 202, 243, .95);
        }
        .banner__content__bottom span {
            font-size: 1.563vw;
            line-height: 1.2;
            font-weight: 600;
            color: #fff;
        }
        /* Info banner */
        .banner--info .banner__content {
            bottom: 150px;
        }
        .banner--info .banner__content__top {
            padding: 1.563vw 20% 1.563vw 20%;
        }
        .banner--info .arrow-down {
            margin-top: 1.563vw;
        }
        .banner--info .arrow-down img {
            width: 2.083vw;
        }
        /* button */
        .banner__button {
            display: flex;
            justify-content: center;
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 4.01vw;
        }
        .banner__button .btn {
            padding: 0.885vw 1.563vw;
            background-color: #fff;
            text-transform: uppercase;
            font-size: 1.51vw;
            line-height: 1.2;
            letter-spacing: 0.02em;
            color: var(--blue); 
            font-weight: 600;
            display: flex;
            align-items: center;
        }
        .banner__button .btn::after {
            content: "";
            display: block;
            background-image: url('/assets/theme/img/icon/i-chevron-down.png');
            height: 0.833vw;
            width: 1.406vw;
            background-size: 1.406vw 0.833vw;
            background-repeat: no-repeat;
            background-position: center;
            margin-left: 0.781vw;
            transform: translateY(0);
        }
        .banner__button .btn:hover::after {
            -moz-animation: bounce 1s infinite;
            -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
        }
    /*
     * 	Login
     */
        .login-page .banner{
            margin-bottom: 2.604vw;
        }
        .login-page .inner.login {
            background-color: var(--lightblue);
            padding: 2.604vw 3.125vw 2.344vw 4.688vw;
        }
        .inner.login h2 {
            margin: 0;
            font-size: 1.302vw;
            line-height: 1.4;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            font-weight: 700;
            color: var(--darkblue);
            margin-bottom: 2.083vw;
        }
        span.logged-in {
            color: #fff;
            font-weight: 600;
            margin-bottom: 1.042vw;
            display: block;
        }
        span.logged-in a {
            font-weight: 600;
            text-decoration: none;
        }
        span.logged-in a:hover,
        span.logged-in a:focus {
            text-decoration: underline;
        }
        .login-page h3 {
             margin-top: 2.604vw;
        }
        .form__item label,
        .form__item input {
            display: block;
        }
        .item__label {
            font-size: 1.042vw;
            line-height: 1.75;
            font-weight: 600;
            color: #fff;
            margin-bottom: 0.208vw;
        }
        .form__item input {
            width: 19.531vw;
            border: none;
            padding: 0.677vw 1.042vw;
            box-sizing: border-box;
            margin-bottom: 0.729vw;
            color: #70706f;
        }
        .form__link {
            text-decoration: none;
            color: var(--blue);
            font-size: 1.042vw;
            line-height: 1.75;
        }
        .form__link:hover,
        .form__link:focus {
            text-decoration: underline;
        }
        #WebLoginLayer0 .btn {
            margin-top: 2.604vw;
        }
        #WebLoginLayer2 .btn {
            margin-top: 2.604vw;
        }
        #WebLoginLayer2 .form__item--btns {
            display: flex;
            justify-content: space-between;
        }
        #WebLoginLayer2 p {
            color: #fff;
            margin-bottom: 0.417vw;
        }
        /*
         * Footer
         */
        /* Footer always on the bottom */
        #content {
            height: 100%;
        }
        #main, #content  {
            display: flex;
            flex-direction: column;
        }
        .footer {
            margin-top: auto;
            padding-top: 7.813vw;
        }
        .footer__top {
            background-color: var(--blue); 
        }
        .footer__txt {
            display: flex;
            align-items: center;
            height: 7.813vw;
        }
        .footer__txt span {
            color: #fff;
            font-weight: 700;
            font-size: 2.083vw;
            line-height: 1.75;
        }

        .footer__btns {
            height: 100%;
            align-items: center;
            justify-content: space-between;
            display: flex;
        }
        .footer .btn.btn-primary,
        .footer .btn.btn-secondary {
            font-size: 1.302vw;
            padding: 0.521vw 1.146vw;
        }
        .footer .btn.btn-secondary {
            background-color: var(--lightblue);
        }

        .footer__bot {
            background-color: var(--lightblue);
        }
        .footer__bot .container {
            height: 2.604vw;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }
        .footer__credits .by {
            color: #fff;
            font-size: 0.729vw;
            letter-spacing: 0.1em;
            text-decoration: none;
            text-transform: uppercase;
        }
        .footer__credits .esens {
            color: #fff;
            font-size: 0.729vw;
            letter-spacing: 0.1em;
            font-weight: 600;
            text-decoration: none;
            text-transform: uppercase;
        }
        .footer__credits .esens:hover,
        .footer__credits .esens:focus {
            text-decoration: underline;
        }
        /*
         * Pagebuilder
         */
        .pb-block h2 {
            font-size: 1.302vw;
            line-height: 1.4;
            letter-spacing: 0.1em;
            color: var(--darkblue);
            text-transform: uppercase;
            font-weight: 700;
            margin-top: 0;
            margin-bottom: 2.083vw;
        }
        .pb-block p {
            line-height: 1.75;
            margin-bottom: 2.083vw;
        }
        /* txt examples */
        .txt-example__img {
            position: relative;
        }
        .txt-example__img::before {
            display: block;
            content: "";
            width: 0.104vw;
            height: 100%;
            background-color: var(--lightblue);
            position: absolute;
            left: -3.646vw;
        }
        .pb-txt-example {
            margin-bottom: 6.25vw;
        } 
        .inner-img .txt {
            margin-bottom: 2.604vw;
        }
        .inner-img .img-txt {
            margin-bottom: 2.604vw;
        }
        .inner-img div:last-of-type {
            margin-bottom: 0;
        }
        .inner-img .witruimte {
            height: 2.604vw;
        }
        /*
         * Willem pages style overwrite
         */
        #pages .pages__subtitle {
            display: block;
        }
        #pages .pages li {
            background-color: var(--darkblue);
            width: 22.552vw;
            height: 8.542vw;
            border-right: 0.052vw solid var(--lightblue);
        }
        #pages .pages li:last-of-type {
            border-right: none;
        }
        #pages .pages__item a {
            transition: none;
            height: 100%;
            display: flex;
            padding-left: 3.125vw;
            align-items: center;
        }
        #pages .is-current .pages__info {
            background-color: var(--darkblue);
        }
        #pages .pages__item a:hover, html:not(.using-mouse) #pages .pages__item a:focus {
            background-color: var(--darkblue) !important;
        }
        #pages a{
            text-decoration: none !important;
        }
        #pages .pages__title {
            font-size: 1.563vw;
            letter-spacing: 0.1em;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
        }
        #pages .pages__subtitle {
            font-size: 1.563vw;
            letter-spacing: 0.1em;
            color: #fff;
            font-weight: 400;
            text-transform: uppercase;
        }
        #pages .pages__subtitle::before {
            display: inline-block;
            content: "•";
            color: var(--lightblue);
            margin-right: 0.521vw;
        }
        /*
         * Keyframe
         */
        @keyframes bounce {
          0% {
            transform: translateY(0);
          }
          50% {
            transform: 0.104vw;
          }
          100% {
            transform: translateY(0);
          }
        }
    
        /* Make download link */
        .pb-block a {
            padding-left: 1.302vw;
        }
        .pb-block a::before {
            width: 1.042vw;
            height: 1.563vw;
            top: 0.156vw;
        }

}




/* Only big screens*/
#ui-notice {
    display: none;
}
@media screen and (max-width: 1024px){
    #ui-notice {
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99999;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: var(--lightblue);
    }
    #ui-notice .center {
        padding: 2rem;
        margin-top: -25vh;
    }
    #ui-notice .txt {
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 0.1em;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
    }
}