@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,*::before,*::after {
    box-sizing: inherit
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.3333333333%
}

.pull-2 {
    right: 16.6666666667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.3333333333%
}

.pull-5 {
    right: 41.6666666667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.3333333333%
}

.pull-8 {
    right: 66.6666666667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.3333333333%
}

.pull-11 {
    right: 91.6666666667%
}

.pull-12 {
    right: 100%
}

@media(min-width: 576px) {
    .pull-sm-0 {
        right:auto
    }

    .pull-sm-1 {
        right: 8.3333333333%
    }

    .pull-sm-2 {
        right: 16.6666666667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.3333333333%
    }

    .pull-sm-5 {
        right: 41.6666666667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.3333333333%
    }

    .pull-sm-8 {
        right: 66.6666666667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.3333333333%
    }

    .pull-sm-11 {
        right: 91.6666666667%
    }

    .pull-sm-12 {
        right: 100%
    }
}

@media(min-width: 768px) {
    .pull-md-0 {
        right:auto
    }

    .pull-md-1 {
        right: 8.3333333333%
    }

    .pull-md-2 {
        right: 16.6666666667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.3333333333%
    }

    .pull-md-5 {
        right: 41.6666666667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.3333333333%
    }

    .pull-md-8 {
        right: 66.6666666667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.3333333333%
    }

    .pull-md-11 {
        right: 91.6666666667%
    }

    .pull-md-12 {
        right: 100%
    }
}

@media(min-width: 992px) {
    .pull-lg-0 {
        right:auto
    }

    .pull-lg-1 {
        right: 8.3333333333%
    }

    .pull-lg-2 {
        right: 16.6666666667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.3333333333%
    }

    .pull-lg-5 {
        right: 41.6666666667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.3333333333%
    }

    .pull-lg-8 {
        right: 66.6666666667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.3333333333%
    }

    .pull-lg-11 {
        right: 91.6666666667%
    }

    .pull-lg-12 {
        right: 100%
    }
}

@media(min-width: 1290px) {
    .pull-xl-0 {
        right:auto
    }

    .pull-xl-1 {
        right: 8.3333333333%
    }

    .pull-xl-2 {
        right: 16.6666666667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.3333333333%
    }

    .pull-xl-5 {
        right: 41.6666666667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.3333333333%
    }

    .pull-xl-8 {
        right: 66.6666666667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.3333333333%
    }

    .pull-xl-11 {
        right: 91.6666666667%
    }

    .pull-xl-12 {
        right: 100%
    }
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.3333333333%
}

.push-2 {
    left: 16.6666666667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.3333333333%
}

.push-5 {
    left: 41.6666666667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.3333333333%
}

.push-8 {
    left: 66.6666666667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.3333333333%
}

.push-11 {
    left: 91.6666666667%
}

.push-12 {
    left: 100%
}

@media(min-width: 576px) {
    .push-sm-0 {
        left:auto
    }

    .push-sm-1 {
        left: 8.3333333333%
    }

    .push-sm-2 {
        left: 16.6666666667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.3333333333%
    }

    .push-sm-5 {
        left: 41.6666666667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.3333333333%
    }

    .push-sm-8 {
        left: 66.6666666667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.3333333333%
    }

    .push-sm-11 {
        left: 91.6666666667%
    }

    .push-sm-12 {
        left: 100%
    }
}

@media(min-width: 768px) {
    .push-md-0 {
        left:auto
    }

    .push-md-1 {
        left: 8.3333333333%
    }

    .push-md-2 {
        left: 16.6666666667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.3333333333%
    }

    .push-md-5 {
        left: 41.6666666667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.3333333333%
    }

    .push-md-8 {
        left: 66.6666666667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.3333333333%
    }

    .push-md-11 {
        left: 91.6666666667%
    }

    .push-md-12 {
        left: 100%
    }
}

@media(min-width: 992px) {
    .push-lg-0 {
        left:auto
    }

    .push-lg-1 {
        left: 8.3333333333%
    }

    .push-lg-2 {
        left: 16.6666666667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.3333333333%
    }

    .push-lg-5 {
        left: 41.6666666667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.3333333333%
    }

    .push-lg-8 {
        left: 66.6666666667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.3333333333%
    }

    .push-lg-11 {
        left: 91.6666666667%
    }

    .push-lg-12 {
        left: 100%
    }
}

@media(min-width: 1290px) {
    .push-xl-0 {
        left:auto
    }

    .push-xl-1 {
        left: 8.3333333333%
    }

    .push-xl-2 {
        left: 16.6666666667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.3333333333%
    }

    .push-xl-5 {
        left: 41.6666666667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.3333333333%
    }

    .push-xl-8 {
        left: 66.6666666667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.3333333333%
    }

    .push-xl-11 {
        left: 91.6666666667%
    }

    .push-xl-12 {
        left: 100%
    }
}

.pull-0 {
    right: auto
}

.pull-1 {
    right: 8.3333333333%
}

.pull-2 {
    right: 16.6666666667%
}

.pull-3 {
    right: 25%
}

.pull-4 {
    right: 33.3333333333%
}

.pull-5 {
    right: 41.6666666667%
}

.pull-6 {
    right: 50%
}

.pull-7 {
    right: 58.3333333333%
}

.pull-8 {
    right: 66.6666666667%
}

.pull-9 {
    right: 75%
}

.pull-10 {
    right: 83.3333333333%
}

.pull-11 {
    right: 91.6666666667%
}

.pull-12 {
    right: 100%
}

@media(min-width: 576px) {
    .pull-sm-0 {
        right:auto
    }

    .pull-sm-1 {
        right: 8.3333333333%
    }

    .pull-sm-2 {
        right: 16.6666666667%
    }

    .pull-sm-3 {
        right: 25%
    }

    .pull-sm-4 {
        right: 33.3333333333%
    }

    .pull-sm-5 {
        right: 41.6666666667%
    }

    .pull-sm-6 {
        right: 50%
    }

    .pull-sm-7 {
        right: 58.3333333333%
    }

    .pull-sm-8 {
        right: 66.6666666667%
    }

    .pull-sm-9 {
        right: 75%
    }

    .pull-sm-10 {
        right: 83.3333333333%
    }

    .pull-sm-11 {
        right: 91.6666666667%
    }

    .pull-sm-12 {
        right: 100%
    }
}

@media(min-width: 768px) {
    .pull-md-0 {
        right:auto
    }

    .pull-md-1 {
        right: 8.3333333333%
    }

    .pull-md-2 {
        right: 16.6666666667%
    }

    .pull-md-3 {
        right: 25%
    }

    .pull-md-4 {
        right: 33.3333333333%
    }

    .pull-md-5 {
        right: 41.6666666667%
    }

    .pull-md-6 {
        right: 50%
    }

    .pull-md-7 {
        right: 58.3333333333%
    }

    .pull-md-8 {
        right: 66.6666666667%
    }

    .pull-md-9 {
        right: 75%
    }

    .pull-md-10 {
        right: 83.3333333333%
    }

    .pull-md-11 {
        right: 91.6666666667%
    }

    .pull-md-12 {
        right: 100%
    }
}

@media(min-width: 992px) {
    .pull-lg-0 {
        right:auto
    }

    .pull-lg-1 {
        right: 8.3333333333%
    }

    .pull-lg-2 {
        right: 16.6666666667%
    }

    .pull-lg-3 {
        right: 25%
    }

    .pull-lg-4 {
        right: 33.3333333333%
    }

    .pull-lg-5 {
        right: 41.6666666667%
    }

    .pull-lg-6 {
        right: 50%
    }

    .pull-lg-7 {
        right: 58.3333333333%
    }

    .pull-lg-8 {
        right: 66.6666666667%
    }

    .pull-lg-9 {
        right: 75%
    }

    .pull-lg-10 {
        right: 83.3333333333%
    }

    .pull-lg-11 {
        right: 91.6666666667%
    }

    .pull-lg-12 {
        right: 100%
    }
}

@media(min-width: 1290px) {
    .pull-xl-0 {
        right:auto
    }

    .pull-xl-1 {
        right: 8.3333333333%
    }

    .pull-xl-2 {
        right: 16.6666666667%
    }

    .pull-xl-3 {
        right: 25%
    }

    .pull-xl-4 {
        right: 33.3333333333%
    }

    .pull-xl-5 {
        right: 41.6666666667%
    }

    .pull-xl-6 {
        right: 50%
    }

    .pull-xl-7 {
        right: 58.3333333333%
    }

    .pull-xl-8 {
        right: 66.6666666667%
    }

    .pull-xl-9 {
        right: 75%
    }

    .pull-xl-10 {
        right: 83.3333333333%
    }

    .pull-xl-11 {
        right: 91.6666666667%
    }

    .pull-xl-12 {
        right: 100%
    }
}

.push-0 {
    left: auto
}

.push-1 {
    left: 8.3333333333%
}

.push-2 {
    left: 16.6666666667%
}

.push-3 {
    left: 25%
}

.push-4 {
    left: 33.3333333333%
}

.push-5 {
    left: 41.6666666667%
}

.push-6 {
    left: 50%
}

.push-7 {
    left: 58.3333333333%
}

.push-8 {
    left: 66.6666666667%
}

.push-9 {
    left: 75%
}

.push-10 {
    left: 83.3333333333%
}

.push-11 {
    left: 91.6666666667%
}

.push-12 {
    left: 100%
}

@media(min-width: 576px) {
    .push-sm-0 {
        left:auto
    }

    .push-sm-1 {
        left: 8.3333333333%
    }

    .push-sm-2 {
        left: 16.6666666667%
    }

    .push-sm-3 {
        left: 25%
    }

    .push-sm-4 {
        left: 33.3333333333%
    }

    .push-sm-5 {
        left: 41.6666666667%
    }

    .push-sm-6 {
        left: 50%
    }

    .push-sm-7 {
        left: 58.3333333333%
    }

    .push-sm-8 {
        left: 66.6666666667%
    }

    .push-sm-9 {
        left: 75%
    }

    .push-sm-10 {
        left: 83.3333333333%
    }

    .push-sm-11 {
        left: 91.6666666667%
    }

    .push-sm-12 {
        left: 100%
    }
}

@media(min-width: 768px) {
    .push-md-0 {
        left:auto
    }

    .push-md-1 {
        left: 8.3333333333%
    }

    .push-md-2 {
        left: 16.6666666667%
    }

    .push-md-3 {
        left: 25%
    }

    .push-md-4 {
        left: 33.3333333333%
    }

    .push-md-5 {
        left: 41.6666666667%
    }

    .push-md-6 {
        left: 50%
    }

    .push-md-7 {
        left: 58.3333333333%
    }

    .push-md-8 {
        left: 66.6666666667%
    }

    .push-md-9 {
        left: 75%
    }

    .push-md-10 {
        left: 83.3333333333%
    }

    .push-md-11 {
        left: 91.6666666667%
    }

    .push-md-12 {
        left: 100%
    }
}

@media(min-width: 992px) {
    .push-lg-0 {
        left:auto
    }

    .push-lg-1 {
        left: 8.3333333333%
    }

    .push-lg-2 {
        left: 16.6666666667%
    }

    .push-lg-3 {
        left: 25%
    }

    .push-lg-4 {
        left: 33.3333333333%
    }

    .push-lg-5 {
        left: 41.6666666667%
    }

    .push-lg-6 {
        left: 50%
    }

    .push-lg-7 {
        left: 58.3333333333%
    }

    .push-lg-8 {
        left: 66.6666666667%
    }

    .push-lg-9 {
        left: 75%
    }

    .push-lg-10 {
        left: 83.3333333333%
    }

    .push-lg-11 {
        left: 91.6666666667%
    }

    .push-lg-12 {
        left: 100%
    }
}

@media(min-width: 1290px) {
    .push-xl-0 {
        left:auto
    }

    .push-xl-1 {
        left: 8.3333333333%
    }

    .push-xl-2 {
        left: 16.6666666667%
    }

    .push-xl-3 {
        left: 25%
    }

    .push-xl-4 {
        left: 33.3333333333%
    }

    .push-xl-5 {
        left: 41.6666666667%
    }

    .push-xl-6 {
        left: 50%
    }

    .push-xl-7 {
        left: 58.3333333333%
    }

    .push-xl-8 {
        left: 66.6666666667%
    }

    .push-xl-9 {
        left: 75%
    }

    .push-xl-10 {
        left: 83.3333333333%
    }

    .push-xl-11 {
        left: 91.6666666667%
    }

    .push-xl-12 {
        left: 100%
    }
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px
}

@media(min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media(min-width: 1290px) {
    .container {
        max-width:1280px
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: none;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width: 576px) {
    .col-sm {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: none;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0%
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 768px) {
    .col-md {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: none;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0%
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 992px) {
    .col-lg {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: none;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0%
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width: 1290px) {
    .col-xl {
        flex-basis:0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: none;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0%
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

@media(min-width: 576px) {
    .flex-sm-row {
        flex-direction:row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }
}

@media(min-width: 768px) {
    .flex-md-row {
        flex-direction:row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }
}

@media(min-width: 992px) {
    .flex-lg-row {
        flex-direction:row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }
}

@media(min-width: 1290px) {
    .flex-xl-row {
        flex-direction:row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }
}

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

@media(min-width: 576px) {
    .d-sm-none {
        display:none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display:none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display:none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }
}

@media(min-width: 1290px) {
    .d-xl-none {
        display:none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }
}

.d-print-block {
    display: none!important
}

@media print {
    .d-print-block {
        display: block!important
    }
}

.d-print-inline {
    display: none!important
}

@media print {
    .d-print-inline {
        display: inline!important
    }
}

.d-print-inline-block {
    display: none!important
}

@media print {
    .d-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

@keyframes slide-in-left {
    0% {
        opacity: 0;
        transform: translateX(-30%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slide-in-right {
    0% {
        opacity: 0;
        transform: translateX(30%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slide-in-bottom {
    0% {
        opacity: 0;
        transform: translateY(20%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes tumble {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes tumble-ccw {
    0% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(0)
    }
}

.sleft {
    opacity: 0;
    transform: translateX(40%)
}

.sright {
    opacity: 0;
    transform: translateX(40%)
}

.sbottom {
    opacity: 0;
    transform: translateY(30%)
}

.dl-1 {
    animation-delay: .3s!important
}

.dl-2 {
    animation-delay: .4s!important
}

.dl-3 {
    animation-delay: .5s!important
}

.dl-4 {
    animation-delay: .6s!important
}

.dl-5 {
    animation-delay: .7s!important
}

.dl-6 {
    animation-delay: .8s!important
}

.dl-7 {
    animation-delay: .8s!important
}

.dl-8 {
    animation-delay: 1s!important
}

.dl-9 {
    animation-delay: 1.2s!important
}

.dl-10 {
    animation-delay: 1.4s!important
}

.dl-11 {
    animation-delay: 1.6s!important
}

.dl-12 {
    animation-delay: 1.8s!important
}

.go .sleft {
    animation-name: slide-in-left;
    animation-duration: .8s;
    animation-delay: .2s;
    animation-fill-mode: both;
    animation-timing-function: ease-out
}

.go .sright {
    animation-name: slide-in-right;
    animation-duration: .8s;
    animation-delay: .2s;
    animation-fill-mode: both;
    animation-timing-function: ease-out
}

.go .sbottom {
    animation-name: slide-in-bottom;
    animation-duration: .8s;
    animation-delay: .2s;
    animation-fill-mode: both;
    animation-timing-function: ease-out
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,picture,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,picture,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after {
    content: "";
    content: none
}

q:before,q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.group:after {
    content: "";
    display: table;
    clear: both
}

.text-center {
    text-align: center!important
}

.text-right {
    text-align: right!important
}

a {
    text-decoration: none
}

*:focus {
    outline: none
}

[placeholder]:focus::-webkit-input-placeholder {
    opacity: 0
}

[placeholder]:focus:-moz-placeholder {
    opacity: 0
}

[placeholder]:focus::-moz-placeholder {
    opacity: 0
}

[placeholder]:focus:-ms-input-placeholder {
    opacity: 0
}

:root {
    --white: #FFF;
    --black: #000;
    --dark: #717171;
    --light: #FCFCFC;
    --borders: #EFEFEF;
    --blue: #163f1c;
    --lightblue: #106b33;
    --lightblue50: #D0F3F4;
    --lightblue25: #E7F9F9;
    --yellow: #FFDD14;
    --green: #005231
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html,body {
    width: 100%
}

html {
    scroll-behavior: smooth
}

body {
    background-color: var(--white)
}

img {
    max-width: 100%;
    height: auto
}

ul,ol {
    list-style: none
}

.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px
}

.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

a>img {
    display: inline-block
}

.bg-white {
    background-color: var(--white)
}

.bg-white+.section.bg-white {
    padding-top: 0
}

.bg-white+.section.bg-white.no-intro {
    margin-top: -60px
}

.bg-white.article+.article.bg-white {
    margin-top: -60px
}

.bg-blue {
    color: var(--white);
    background-color: var(--blue)
}

.bg-blue+.section.bg-blue {
    padding-top: 0
}

.bg-blue.article+.article.bg-blue {
    margin-top: -60px
}

.bg-lightblue {
    color: var(--white);
    background-color: var(--lightblue)
}

.bg-lightblue+.section.bg-lightblue {
    padding-top: 0
}

.bg-lightblue.article+.article.bg-lightblue {
    margin-top: -60px
}

.bg-xlightblue {
    background-color: var(--lightblue50)
}

.bg-xlightblue+.section.bg-xlightblue {
    padding-top: 0
}

.bg-xlightblue.article+.article.bg-xlightblue {
    margin-top: -60px
}

.bg-xxlightblue {
    background-color: var(--lightblue25)
}

.bg-xxlightblue+.section.bg-xxlightblue {
    padding-top: 0
}

.bg-xxlightblue.article+.article.bg-xxlightblue {
    margin-top: -60px
}

.break-container-right {
    margin-right: calc(50% - 50vw)
}

.hidden {
    display: none
}

.mt-0 {
    margin-top: 0!important
}

.mb-0 {
    margin-bottom: 0!important
}

.pt-0 {
    padding-top: 0!important
}

.pb-0 {
    padding-bottom: 0!important
}

.mt-1 {
    margin-top: 15px
}

.mt-2 {
    margin-top: 30px
}

.mt-3 {
    margin-top: 45px
}

.mb-1 {
    margin-bottom: 15px
}

.mb-2 {
    margin-bottom: 30px
}

.mb-3 {
    margin-bottom: 45px
}

.picture-squared {
    position: relative
}

.picture-squared:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.picture-squared img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media(max-width: 991px) {
    .article .col-12+.col-12>.entry {
        margin-top:25px
    }
}

@media(max-width: 575px) {
    .container {
        padding-right:15px;
        padding-left: 15px
    }

    .row {
        margin-right: -15px;
        margin-left: -15px
    }

    .row.no-gutters {
        margin-right: 0;
        margin-left: 0
    }

    .col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1 {
        padding-right: 15px;
        padding-left: 15px
    }
}

body {
    font-family: golos text,sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.45;
    color: var(--blue)
}

p {
    margin-bottom: 25px
}

p.large {
    font-size: 24px
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    position: relative;
    line-height: 1.2;
    word-wrap: break-word;
    font-weight: 700
}

h1,.h1 {
    font-size: 124px
}

h2,.h2 {
    font-size: 64px
}

h3,.h3 {
    font-size: 48px
}

h4,.h4 {
    font-size: 28px
}

h5,.h5 {
    font-size: 20px
}

h6,.h6 {
    font-size: 18px
}

strong,.strong {
    font-weight: 700
}

sup {
    font-size: 60%;
    position: relative;
    top: -.5em
}

sub {
    vertical-align: sub;
    font-size: 60%
}

@media(max-width: 1289px) {
    body {
        font-size:19px
    }

    p.large {
        font-size: 23px
    }

    h1,.h1 {
        font-size: 85px
    }

    h2,.h2 {
        font-size: 60px
    }

    h3,.h3 {
        font-size: 44px
    }

    h4,.h4 {
        font-size: 26px
    }

    h5,.h5 {
        font-size: 19px
    }

    h6,.h6 {
        font-size: 17px
    }
}

@media(max-width: 991px) {
    body {
        font-size:18px
    }

    p.large {
        font-size: 22px
    }

    h1,.h1 {
        font-size: 60px
    }

    h2,.h2 {
        font-size: 50px
    }

    h3,.h3 {
        font-size: 38px
    }

    h4,.h4 {
        font-size: 24px
    }

    h5,.h5 {
        font-size: 18px
    }

    h6,.h6 {
        font-size: 16px
    }
}

@media(max-width: 575px) {
    body {
        font-size:17px
    }

    p.large {
        font-size: 19px
    }

    h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
        line-height: 1.1
    }

    h1,.h1 {
        font-size: 50px
    }

    h2,.h2 {
        font-size: 42px
    }

    h3,.h3 {
        font-size: 30px
    }

    h4,.h4 {
        font-size: 22px
    }

    h5,.h5 {
        font-size: 17px
    }

    h6,.h6 {
        font-size: 15px
    }
}

.header {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    padding-top: 19px;
    padding-bottom: 19px;
    background-color: initial;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.header .logo {
    display: block;
    width: 152px;
    height: 62px
}

.header .logo a {
    display: block;
    width: 100%;
    height: 100%
}

.header .logo a img {
    display: block
}

.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.admin-bar .header {
    top: 32px
}

.header.header--alt,.open-nav .header {
    background-color: var(--blue)
}

.header.header--alt .lang-select,.open-nav .header .lang-select {
    color: var(--white)
}

.navigation {
    display: flex;
    gap: 30px;
    font-size: 20px;
    font-weight: 500;
    color: var(--white);
    align-items: center
}

.main-nav {
    display: flex;
    gap: 30px
}

.main-nav>li>a {
    padding: 5px
}

.lang-select {
    display: flex;
    gap: 3px
}

.lang-select li {
    text-transform: uppercase;
    font-weight: 400
}

.lang-select li.active {
    font-weight: 500
}

.lang-select li.active a {
    color: var(--yellow)
}

.mobile-navigation {
    opacity: 0;
    pointer-events: none;
    display: block;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    color: var(--white);
    background-color: var(--blue);
    -webkit-transition: opacity 1.2s cubic-bezier(.19,1,.22,1);
    transition: opacity 1.2s cubic-bezier(.19,1,.22,1);
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    will-change: opacity;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.mobile-navigation>.container {
    height: 100%
}

.mobile-navigation__wrap {
    display: flex;
    align-items: center;
    height: 100%
}

.mobile-navigation__wrap>.row {
    width: 100%
}

.mobile-navigation .menu__wrap {
    display: flex;
    flex-direction: column;
    height: 100%
}

.mobile-navigation .menu__wrap .main__menu:last-child,.mobile-navigation .menu__wrap .social-nav {
    margin-top: auto
}

.mobile-navigation .main__menu,.mobile-navigation .social-nav {
    padding-top: 20px;
    padding-bottom: 20px
}

.mobile-navigation .menu__title {
    margin-bottom: 20px
}

.mobile-navigation .mobile-nav li,.mobile-navigation .menu li {
    display: block;
    margin: 1px 0;
    opacity: 0;
    transform: translateX(-3px);
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mobile-navigation .mobile-nav li:nth-child(1),.mobile-navigation .menu li:nth-child(1) {
    transition-delay: .1s
}

.mobile-navigation .mobile-nav li:nth-child(2),.mobile-navigation .menu li:nth-child(2) {
    transition-delay: .2s
}

.mobile-navigation .mobile-nav li:nth-child(3),.mobile-navigation .menu li:nth-child(3) {
    transition-delay: .3s
}

.mobile-navigation .mobile-nav li:nth-child(4),.mobile-navigation .menu li:nth-child(4) {
    transition-delay: .4s
}

.mobile-navigation .mobile-nav li:nth-child(5),.mobile-navigation .menu li:nth-child(5) {
    transition-delay: .5s
}

.mobile-navigation .mobile-nav li:nth-child(6),.mobile-navigation .menu li:nth-child(6) {
    transition-delay: .6s
}

.mobile-navigation .mobile-nav li:nth-child(7),.mobile-navigation .menu li:nth-child(7) {
    transition-delay: .7s
}

.mobile-navigation .mobile-nav li:nth-child(8),.mobile-navigation .menu li:nth-child(8) {
    transition-delay: .8s
}

.mobile-navigation .mobile-nav li a,.mobile-navigation .menu li a {
    display: inline-block;
    color: var(--white);
    line-height: 1.6
}

.mobile-navigation .mobile-nav li a:hover,.mobile-navigation .menu li a:hover {
    color: var(--lightblue);
    transform: translateX(3px)
}

.mobile-navigation .lang-select {
    opacity: 0;
    transform: translateX(-3px);
    margin-top: 30px;
    -webkit-transition: all .3s ease .9s;
    -moz-transition: all .3s ease .9s;
    -o-transition: all .3s ease .9s;
    transition: all .3s ease .9s
}

.mobile-navigation .social-nav {
    opacity: 0;
    transform: translateX(-3px);
    -webkit-transition: all .3s ease 1s;
    -moz-transition: all .3s ease 1s;
    -o-transition: all .3s ease 1s;
    transition: all .3s ease 1s
}

.open-nav {
    overflow: hidden
}

.open-nav .mobile-nav li,.open-nav .menu li,.open-nav .lang-select,.open-nav .social-nav {
    opacity: 1;
    transform: translateX(0)
}

.open-nav .mobile-navigation {
    opacity: 1;
    pointer-events: initial;
    -webkit-transition-duration: .9s;
    transition-duration: .9s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.trigger-menu {
    display: block;
    position: relative;
    width: 50px;
    height: 50px
}

.trigger-menu span {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
    height: 3px;
    background-color: var(--white);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.trigger-menu span:before,.trigger-menu span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--white);
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.trigger-menu span:before {
    top: -9.5px
}

.trigger-menu span:after {
    bottom: -9.5px
}

.open-nav .trigger-menu span {
    background-color: initial
}

.open-nav .trigger-menu span:before {
    top: 0;
    transform: rotate(45deg)
}

.open-nav .trigger-menu span:after {
    width: 100%;
    left: 0;
    bottom: 0;
    transform: rotate(-45deg)
}

@media(max-width: 1289px) {
    .navigation {
        gap:30px;
        font-size: 18px
    }

    .main-nav {
        display: flex;
        gap: 20px
    }

    .main-nav>li>a {
        padding: 3px
    }
}

@media(max-width: 991px) {
    .header {
        padding-top:15px;
        padding-bottom: 15px
    }

    .navigation {
        gap: 15px;
        font-size: 18px
    }
}

@media(max-width: 767px) {
    .mobile-navigation>.container {
        padding-top:120px;
        padding-bottom: 30px;
        height: auto
    }
}

@media(max-width: 575px) {
    .admin-bar .header {
        top:46px
    }

    .header {
        padding-top: 7.5px;
        padding-bottom: 7.5px
    }

    .header .logo {
        width: 122px;
        height: 50px
    }

    .mobile-navigation .main__menu,.mobile-navigation .social-nav {
        padding-top: 12.5px;
        padding-bottom: 12.5px
    }

    .mobile-navigation .menu__title {
        margin-bottom: 15px
    }
}

.hero {
    position: relative;
    height: 517px;
    overflow: hidden
}

.hero__content {
    position: relative;
    z-index: 1;
    padding-top: 145px;
    padding-bottom: 95px;
    height: 100%;
    color: var(--white)
}

.hero__content>.container,.hero__content>.container>.row {
    height: 100%
}

.hero__content__holder {
    display: flex;
    flex-direction: column;
    height: 100%
}

.hero__content h1 br+span {
    margin-left: 100px
}

.hero__content p {
    margin-top: 15px;
    max-width: 540px
}

.hero__content time {
    opacity: .6;
    color: var(--light)
}

.hero__image {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero__image img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../images/swoosh.svg);
    mask: url(../images/swoosh.svg);
    -webkit-mask-size: 120%;
    mask-size: 120%;
    -webit-mask-position: 50% 30%;
    mask-position: 50% 30%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.hero__cta {
    margin-top: auto;
    display: flex;
    justify-content: space-between
}

.hero.hero--default {
    background-color: var(--blue)
}

.hero.hero--default .hero__image {
    background-image: url(../images/swoosh.svg);
    background-repeat: no-repeat;
    background-position: 50% 35%;
    background-size: 105%
}

.hero.hero--video {
    background-color: var(--lightblue)
}

.hero.hero--image {
    background-color: var(--lightblue)
}

.hero.hero--high {
    min-height: 682px;
    max-height: 1080px;
    height: 100vh
}

.hero__video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

.hero__video video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(../images/swoosh.svg);
    mask: url(../images/swoosh.svg);
    -webkit-mask-size: 120%;
    mask-size: 120%;
    -webit-mask-position: 50% 30%;
    mask-position: 50% 30%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

@media(max-width: 1289px) {
    .hero.hero--high {
        height:782px
    }
}

@media(max-width: 991px) {
    .hero {
        height:390px
    }

    .hero.hero--high {
        height: 582px
    }

    .hero__content {
        padding-top: 125px;
        padding-bottom: 60px
    }
}

@media(max-width: 575px) {
    .hero {
        height:320px
    }

    .hero.hero--high {
        height: 480px
    }

    .hero.hero--default {
        background-color: var(--blue)
    }

    .hero.hero--default .hero__image {
        background-size: 155%
    }

    .hero__content {
        padding-top: 115px;
        padding-bottom: 45px
    }

    .hero__video {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%
    }

    .hero__video video {
        -webkit-mask-size: 160%;
        mask-size: 160%
    }

    .hero__cta>div {
        display: flex;
        gap: 10px;
        flex-wrap: wrap
    }

    .hero__cta .button.button--video {
        display: flex;
        align-self: end;
        line-height: 40px
    }
}

.footer {
    position: relative;
    padding-top: 90px;
    padding-bottom: 35px;
    color: var(--white);
    font-size: 85%;
    background-color: var(--blue)
}

.footer>.container {
    position: relative;
    z-index: 1
}

.footer .footer__block {
    margin-top: 70px
}

.footer .footer__heading {
    margin-bottom: 10px
}

.footer .footer__logo {
    width: 200px
}

.footer .footer__logo a,.footer .footer__logo img {
    display: block
}

.footer .copyright {
    margin-top: 40px;
    font-size: 13px;
    opacity: .5
}

.footer .menu ul li a {
    display: inline-block
}

.footer .menu ul li a:hover {
    transform: translateX(3px)
}

.footer .footer__animation {
    position: absolute;
    width: 60%;
    max-height: 90%;
    max-width: 900px;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.footer .footer__animation:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.footer .footer__animation img {
    position: absolute;
    width: 200%;
    max-width: none;
    display: block;
    animation-name: tumble;
    animation-duration: 250s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.footer ul.social-nav {
    margin-top: 155px
}

ul.social-nav {
    display: flex;
    gap: 6px
}

ul.social-nav li {
    width: 31px;
    height: 31px
}

ul.social-nav li a {
    display: block;
    width: 100%;
    height: 100%
}

ul.social-nav li a img {
    display: block;
    width: 100%
}

ul.social-nav li a:hover {
    transform: scale(1.04)
}

.pop-modal {
    display: block;
    position: fixed;
    z-index: 99;
    margin: 15px;
    max-width: 500px;
    bottom: 25px;
    right: 25px;
    border-radius: 6px
}

@media(max-width: 1023px) {
    .pop-modal {
        bottom:auto;
        top: 90px;
        right: 0
    }
}

.pop-modal.hidden {
    display: none
}

.pop-modal .pop-modal__inner {
    padding: 19px 23px;
    font-size: 14px;
    background: var(--white);
    border: 1px solid #f4f4f4;
    border-radius: 6px;
    box-shadow: 0 -1px 10px #acabab4d
}

.pop-modal .pop-modal__inner p {
    margin-bottom: 14px
}

@media(max-width: 991px) {
    .footer .footer__logo {
        width:160px
    }

    .footer ul.social-nav {
        margin-top: 105px
    }
}

@media(max-width: 575px) {
    .footer {
        padding-top:60px
    }

    .footer .footer__logo {
        width: 122px
    }

    .footer ul.social-nav {
        margin-top: 60px
    }
}

.button {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    padding: 19px 30px;
    max-width: 100%;
    height: auto;
    text-align: center;
    text-decoration: none!important;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    color: var(--blue);
    background-color: initial;
    box-shadow: none;
    background-color: var(--yellow);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.button.button--arrow:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 16px;
    margin-right: 30px;
    background-image: url(../images/arrow-right.svg);
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    vertical-align: bottom;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.button.button--arrow:hover:before {
    transform: translateX(3px)
}

.button.button--readmore {
    padding: 0;
    background-color: initial
}

.button.button--readmore:before {
    content: "";
    display: inline-block;
    width: 54px;
    height: 54px;
    margin-right: 15px;
    background-color: var(--yellow);
    background-image: url(../images/arrow-right.svg);
    background-size: 19px;
    background-position: 50%;
    background-repeat: no-repeat;
    vertical-align: middle;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.button.button--readmore:hover:before {
    background-position: 20px
}

.button+.button {
    margin-left: 2px
}

.button.button--readmore--outline {
    padding: 0;
    background-color: initial
}

.button.button--readmore--outline:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background-image: url(../images/arrow-right.svg);
    background-size: 14px;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid var(--blue);
    vertical-align: middle;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    border-radius: 21px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.button.button--readmore--outline:hover:before {
    background-position: 14px
}

.button.button--prev {
    padding: 0;
    background-color: initial
}

.button.button--prev:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background-image: url(../images/arrow-right.svg);
    background-size: 14px;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid var(--blue);
    vertical-align: middle;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    border-radius: 21px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: rotate(180deg)
}

.button.button--prev:hover:before {
    background-position: 14px
}

.button.button--lightblue {
    color: var(--white);
    background-color: var(--lightblue)
}

.button.button--video {
    padding: 0;
    font-weight: 700;
    color: var(--white);
    background-color: initial
}

.button.button--video:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    background-image: url(../images/arrow-white.svg);
    background-size: 14px;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid var(--white);
    vertical-align: middle;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    border-radius: 21px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.button.button--video:hover:before {
    background-position: 13px
}

.button.button--outline {
    background-color: initial;
    box-shadow: inset 0 0 0 1px var(--blue)
}

.button.button--small {
    font-size: 14px;
    padding: 14px 22px
}

.button img {
    margin-left: 5px
}

.bg-blue .button,.bg-lightblue .button {
    color: var(--white)
}

.bg-blue .button.button--readmore--outline,.bg-lightblue .button.button--readmore--outline {
    color: var(--white)
}

.bg-blue .button.button--readmore--outline:before,.bg-lightblue .button.button--readmore--outline:before {
    background-image: url(../images/arrow-white.svg);
    border: 1px solid var(--white)
}

.bg-blue .button.button--prev:before,.bg-lightblue .button.button--prev:before {
    background-image: url(../images/arrow-white.svg);
    border: 1px solid var(--white)
}

.header .button {
    color: var(--white)
}

.header .button.button--prev:before {
    background-image: url(../images/arrow-white.svg);
    border: 1px solid var(--white)
}

@media(max-width: 575px) {
    .button {
        padding:14px 25px;
        font-size: 15px
    }

    .button.button--arrow:before {
        margin-right: 15px;
        width: 17px;
        height: 15px
    }

    .button.button--readmore:before {
        width: 40px;
        height: 40px;
        background-size: 15px
    }
}

.article .entry {
    position: relative;
    height: 100%
}

.entry h1,.entry h2,.entry h2,.entry h3,.entry h4 {
    margin-bottom: 25px
}

.entry p:last-of-type {
    margin-bottom: 0
}

.entry ul,.entry ol {
    margin: 20px 0
}

.entry ul {
    padding-left: 20px;
    list-style-type: disc
}

.entry ol {
    padding-left: 20px;
    list-style-type: decimal
}

.entry li {
    position: relative;
    margin: 3px 0
}

.entry ul ul,.entry ol ol {
    margin-top: 0;
    margin-bottom: 0
}

em,cite {
    font-style: italic
}

abbr,acronym {
    cursor: help;
    border-bottom: 1px dotted
}

del {
    text-decoration: line-through
}

ins {
    text-decoration: none;
    background-color: #ffc
}

pre {
    margin: 20px 0;
    padding: 20px;
    width: 100%;
    color: #000;
    overflow: auto;
    white-space: pre-wrap;
    background-color: #f6f6f6
}

dl {
    margin: 0 0 25px
}

dl dt {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

dl dd {
    text-transform: uppercase
}

table,th,td {
    font-size: 16px
}

table {
    margin: 0 0 25px;
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0
}

caption,th,td {
    font-weight: 400;
    text-align: left
}

th {
    border-style: solid;
    border-width: 2px 0;
    font-weight: 700
}

td {
    border-style: solid;
    border-width: 2px 0
}

th,td {
    padding: 5px 3px;
    border-color: var(--lightblue50)
}

.table-wrapper {
    overflow-x: auto
}

table.sortable th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    background-color: var(--lightblue50);
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

table.sortable th:hover {
    background-color: var(--white)
}

table.sortable th:before {
    opacity: .5;
    content: "<";
    font-weight: 400;
    position: absolute;
    top: 3px;
    right: 8px;
    transform: rotate(90deg)
}

table.sortable th:after {
    opacity: .5;
    content: ">";
    font-weight: 400;
    position: absolute;
    bottom: 3px;
    right: 8px;
    transform: rotate(90deg)
}

table.sortable th.active:after {
    opacity: 1;
    color: var(--lightblue)
}

table.sortable th.active-reverse:before {
    opacity: 1;
    color: var(--lightblue)
}

table.sortable a {
    text-decoration: underline
}

table.sortable a:hover {
    text-decoration: none
}

table.sortable tr.th {
    padding-top: 10px;
    background-color: var(--lightblue25)
}

table.sortable tr.th td {
    padding-top: 15px
}

.single-opening-hours .table-wrapper {
    margin-top: -45px
}

.single-opening-hours table {
    margin-bottom: 20px;
    text-align: left;
    table-layout: auto;
    border-collapse: collapse;
    line-height: 1.5;
    border: 0
}

.single-opening-hours table tr:nth-child(2n) td {
    background-color: var(--lightblue25)
}

.single-opening-hours table td {
    font-size: 12px;
    white-space: nowrap;
    text-transform: capitalize
}

blockquote {
    position: relative;
    quotes: none;
    margin: 40px 0;
    padding: 0 0 0 50px;
    font-size: 120%;
    color: var(--lightblue)
}

blockquote p {
    margin: 0
}

blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3px;
    height: 100%;
    background-color: var(--lightblue50);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

hr {
    margin: 20px 0;
    width: 100%;
    height: 1px;
    background-color: var(--light);
    border: 0
}

.wp-caption {
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden
}

.wp-caption img {
    display: block
}

.wp-caption .wp-caption-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0!important;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,.9)
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.embed-container iframe,.embed-container object,.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

ul.arrowed {
    list-style: none;
    padding-left: 0
}

ul.arrowed li {
    position: relative;
    padding-left: 30px
}

ul.arrowed li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    display: inline-block;
    width: 22px;
    height: 18px;
    background-image: url(../images/arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

ul.arrowed.animated-arrows li {
    opacity: 0;
    transform: translateX(-10%);
    transition: all .5s ease
}

ul.arrowed.animated-arrows li:nth-child(1) {
    transition-delay: .2s
}

ul.arrowed.animated-arrows li:nth-child(2) {
    transition-delay: .4s
}

ul.arrowed.animated-arrows li:nth-child(3) {
    transition-delay: .6s
}

ul.arrowed.animated-arrows li:nth-child(4) {
    transition-delay: .8s
}

ul.arrowed.animated-arrows li:nth-child(5) {
    transition-delay: 1s
}

.go ul.arrowed.animated-arrows li {
    opacity: 1;
    transform: translateX(0)
}

.grid {
    display: grid;
    grid-template-areas: "item item item item item"
}

.grid>* {
    margin: 0;
    opacity: 0;
    transition: all .2s ease
}

.grid>*:nth-child(1) {
    transition-delay: .1s
}

.grid>*:nth-child(2) {
    transition-delay: .2s
}

.grid>*:nth-child(3) {
    transition-delay: .3s
}

.grid>*:nth-child(4) {
    transition-delay: .4s
}

.grid>*:nth-child(5) {
    transition-delay: .5s
}

.grid>*:nth-child(6) {
    transition-delay: .6s
}

.grid>*:nth-child(7) {
    transition-delay: .7s
}

.grid>*:nth-child(8) {
    transition-delay: .8s
}

.grid>*:nth-child(9) {
    transition-delay: .9s
}

.grid>*:nth-child(10) {
    transition-delay: 1s
}

.grid>*:nth-child(11) {
    transition-delay: 1.1s
}

.grid>*:nth-child(12) {
    transition-delay: 1.2s
}

.grid>*:nth-child(13) {
    transition-delay: 1.3s
}

.go .grid>* {
    opacity: 1
}

.entry .mask {
    -webkit-mask-image: url(../images/core-1.svg);
    mask-image: url(../images/core-1.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: 100% 100%
}

.entry .profile {
    margin-bottom: -60px
}

@media(min-width: 576px) {
    .entry .profile {
        margin-bottom:-95px
    }
}

@media(min-width: 992px) {
    .entry .profile {
        position:absolute;
        bottom: -120px;
        margin-bottom: 0;
        transform: scale(1.3);
        transform-origin: bottom center
    }
}

@media(min-width: 1290px) {
    .entry .profile {
        bottom:-140px
    }
}

@media only screen and (max-width: 991px) {
    table,th,td {
        font-size:14px
    }
}

@media only screen and (max-width: 575px) {
    blockquote {
        margin:20px 0;
        padding: 0 0 0 30px
    }

    blockquote:before {
        width: 2px
    }

    table.sortable th {
        padding-right: 20px
    }

    table,th,td {
        font-size: 11px
    }
}

input,label,select,button,textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: 0 0;
    line-height: 1;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    color: var(--dark);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

input:focus {
    outline: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box
}

::-webkit-search-decoration {
    display: none
}

button,input[type=reset],input[type=button],input[type=submit] {
    overflow: visible;
    width: auto
}

button:hover,input[type=reset]:hover,input[type=button]:hover,input[type=submit]:hover {
    cursor: pointer
}

textarea {
    vertical-align: top;
    overflow: auto
}

::-moz-placeholder {
    opacity: 1;
    color: var(--dark)
}

::placeholder {
    opacity: 1;
    color: var(--dark)
}

::-ms-input-placeholder {
    opacity: 1;
    color: var(--dark)
}

form p {
    margin: 0 0 20px!important
}

form br {
    display: none
}

.wpcf7 {
    margin: 30px 0
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 16px
}

fieldset {
    position: relative;
    margin-bottom: 10px;
    width: 100%
}

input[type=text],input[type=tel],input[type=email],input[type=password],input[type=number],textarea,select {
    margin: 0;
    padding: 10.5px 24px;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    background: var(--white);
    border: 1px solid var(--borders);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

input[type=text]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,textarea:focus,select:focus {
    border-color: var(--blue)
}

textarea {
    max-height: 200px
}

label {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: var(--blue)
}

input[type=checkbox] {
    display: inline
}

input[type=checkbox]+label {
    display: inline
}

input[type=file] {
    font-size: 16px
}

#vacancy-form {
    margin-top: 30px
}

#branche_form {
    position: relative;
    display: inline-block;
    margin-top: 30px
}

#branche_form:after {
    content: "";
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 4;
    display: block;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../images/loader.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .2s ease
}

#branche_form.loading:after {
    visibility: visible;
    opacity: 1
}

.select-branche {
    max-width: 340px;
    border-radius: 30px;
    border: 2px solid var(--lightblue)
}

button.cky-btn,.cky-btn {
    border-radius: 30px!important;
    font-weight: 400!important;
    border-width: 1px!important
}

.section {
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px
}

.section:not(.section--overlap):not(.overlap) {
    overflow-x: hidden
}

.section>.container {
    position: relative;
    z-index: 1
}

.section.c {
    background-size: 84vw;
    background-repeat: no-repeat;
    background-position: 100% calc(100% + 250px)
}

.section.c.bg-xlightblue {
    background-image: url(../images/c.svg)
}

.section.c.bg-white {
    background-image: url(../images/c-lightblue.svg)
}

.section .bg-text {
    opacity: .15;
    position: absolute;
    bottom: 40px;
    left: 15px;
    font-size: 30vw;
    font-weight: 700;
    line-height: .9;
    color: var(--black);
    z-index: 0;
    pointer-events: none
}

.section.section--overlap>.container>.row {
    margin-top: -230px
}

.section.swoosh-centered {
    background-image: url(../images/swoosh-white.svg);
    background-position: 90%;
    background-size: 155vw;
    background-repeat: no-repeat
}

.pillar {
    overflow-x: hidden
}

.pillar__wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid var(--blue)
}

.pillar__heading {
    margin-bottom: 15px
}

.pillar+.section.bg-white {
    margin-top: -50px
}

.image-blocks {
    overflow: hidden
}

.image-block {
    position: relative;
    z-index: 1;
    height: 100%
}

.image-block:after {
    content: "";
    display: block;
    padding-bottom: 72.5%
}

.image-block__content {
    position: absolute!important;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: end
}

.image-block__content .button {
    margin-top: 5px
}

.image-block__image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.image-block__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.content-carousel-wrapper {
    position: relative;
    padding-top: 45px
}

.content-carousel-wrapper>.row>.col-12 {
    margin-bottom: 16px
}

.content-carousel-nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.content-carousel-nav ul {
    display: flex;
    gap: 35px
}

.content-carousel-nav ul li a {
    display: block;
    width: 28px;
    height: 20px;
    background-image: url(../images/arrow-right.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.content-carousel-nav ul li a.prev-slide {
    transform: rotate(180deg)
}

.cards-carousel {
    margin-left: -8px;
    margin-right: -8px;
    padding-right: 16px
}

.content-carousel,.spotlight-carousel,.cards-carousel {
    margin-left: -8px
}

.content-carousel .slick-track,.spotlight-carousel .slick-track,.cards-carousel .slick-track {
    display: flex!important
}

.content-carousel .slick-slide,.spotlight-carousel .slick-slide,.cards-carousel .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
    height: inherit!important
}

.content-carousel .slick-slide .card,.spotlight-carousel .slick-slide .card,.cards-carousel .slick-slide .card {
    height: 100%
}

.vacancy-carousel-wrapper {
    position: relative
}

.vacancy-carousel__thumb {
    margin-top: 25px;
    height: 100%
}

.vacancy-carousel__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(min-width: 992px) {
    .vacancy-carousel__thumb {
        margin-top:60px;
        height: calc(100% - 60px)
    }
}

.vacancies-matchcriteria h2 {
    font-size: 30px
}

.vacancies-matchcriteria h3 {
    font-size: 20px
}

.vacancies-matchcriteria ul {
    padding-left: 0;
    list-style: none;
    font-size: 17px
}

.vacancies-list .vacancy-title {
    font-size: 32px;
    color: var(--lightblue)!important
}

.vacancy-header {
    z-index: 3
}

.owp-label {
    padding: 0 16px;
    font-size: 17px;
    color: var(--dark);
    background-color: var(--borders);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px
}

.core-values {
    overflow: hidden
}

.core-values__animation {
    position: relative;
    margin: 90px auto 0;
    max-width: 580px
}

.core-values__animation:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.core-values__animation>* {
    position: absolute
}

.core-values__animation .core-3,.core-values__animation .core-2,.core-values__animation .core-1 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

.core-values__animation .core-3 {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/core-3.svg)
}

.core-values__animation .core-2 {
    display: block;
    margin: 12.5%;
    width: 75%;
    height: 75%;
    background-image: url(../images/core-2.svg);
    animation-name: tumble;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.core-values__animation .core-1 {
    display: block;
    margin: 25%;
    width: 50%;
    height: 50%;
    background-image: url(../images/core-1.svg);
    animation-name: tumble;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.core-values__cards {
    margin-top: 90px
}

.core-values__cards .core-values__card {
    margin-bottom: 30px;
    font-size: 16px
}

@media(min-width: 992px) {
    .core-values__cards .core-values__card {
        padding-left:30px;
        padding-right: 30px
    }
}

.core-values__cards .core-values__card__title {
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--lightblue)
}

.contact-map {
    position: relative;
    z-index: 1;
    margin-top: -80px
}

.map-tab {
    position: relative;
    z-index: -1;
    margin-top: -38px;
    padding-top: 95px
}

.map-tab-nav {
    display: flex
}

.map-tab-nav>li {
    padding: 11px 35px;
    font-size: 30px;
    font-weight: 600;
    color: var(--white);
    background-color: var(--blue)
}

.map-tab-nav>li.active {
    background-color: var(--lightblue)
}

.map-tab-nav>li a {
    display: block
}

.locations__map {
    width: 100%;
    height: 550px
}

.gm-style .gm-style-iw {
    color: var(--blue);
    font-family: golos text,sans-serif;
    font-size: 15px
}

.gm-style .gm-style-iw .address {
    margin-bottom: 10px
}

.gm-style .gm-style-iw a {
    text-decoration: underline
}

.gm-style .gm-style-iw a:hover {
    text-decoration: none
}

.storage-details {
    padding: 30px;
    font-size: 85%;
    background-color: var(--lightblue25)
}

.storage-details+.storage-details {
    margin-top: 15px
}

.storage-details+.storage-details strong {
    display: block;
    margin-bottom: 15px
}

.storage-details+.storage-details .button {
    width: 100%
}

.storage-details+.storage-details .button+.button {
    margin-left: 0;
    margin-top: 10px
}

.fs-visual {
    position: relative;
    width: 100vw;
    height: auto;
    color: var(--white);
    background-color: var(--blue)
}

.fs-visual__heading {
    margin-bottom: 36px
}

.fs-visual .video {
    padding: 60px
}

.fs-visual .video video {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px
}

.fs-visual video,.fs-visual img {
    display: block;
    width: 100%
}

.share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.share>div:last-of-type {
    display: flex;
    justify-content: flex-end
}

.share .share__wrap {
    display: flex;
    gap: 30px;
    padding: 9px 11px 9px 22px;
    color: var(--white);
    align-items: center;
    background-color: var(--lightblue);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    -ms-border-radius: 28px;
    border-radius: 28px
}

.social-share {
    display: flex;
    gap: 10px
}

.social-share li a {
    display: block
}

.social-share li a img {
    display: block
}

.social-share li a:hover {
    transform: scale(1.04)
}

.views__slide {
    position: sticky;
    top: 100px;
    width: 100vw;
    height: calc(100vh - 100px)
}

.views__slide .container,.views__slide .row,.views__slide .col-12 {
    height: 100%
}

.views__slide__content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 115px;
    padding-bottom: 135px;
    height: 100%
}

@media(min-width: 992px) {
    .views__slide__content h3 {
        margin-bottom:20px
    }
}

.views__slide__content p {
    color: var(--lightblue)
}

.views__slide__content .button--wrapper {
    margin-top: auto
}

.views__slide__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%
}

.views__slide__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.views__slide.slide-has-content:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    background-color: var(--white)
}

.views__slide.slide-reverse .views__slide__image {
    left: 0;
    right: auto
}

.views__slide.slide-reverse .col-12 {
    margin-left: 58.3333333333%
}

.views__slide.slide-reverse.slide-has-content:after {
    left: auto;
    right: 0
}

.block-5050__inner {
    position: relative;
    width: 100vw;
    height: calc(75vh);
    min-height: 420px;
    max-height: 720px
}

.block-5050__inner .container,.block-5050__inner .row,.block-5050__inner .col-12 {
    height: 100%
}

.block-5050__inner.block-reverse .block-5050__image {
    left: 0;
    right: auto
}

.block-5050__inner.block-reverse .col-12 {
    margin-left: 50%
}

@media(min-width: 992px) {
    .block-5050__inner.block-reverse .block-5050__content {
        padding-right:0;
        padding-left: 50px
    }
}

.block-5050__content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100%;
    font-size: 16px
}

@media(min-width: 992px) {
    .block-5050__content {
        padding-right:50px
    }
}

.block-5050__content .entry {
    margin-top: auto
}

.block-5050__content .button--wrapper {
    margin-top: 30px
}

.block-5050__sub {
    margin-bottom: 15px;
    color: var(--lightblue)
}

@media(min-width: 992px) {
    .block-5050__sub {
        font-size:20px
    }
}

.block-5050__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%
}

.block-5050__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(max-width: 1289px) {
    .section {
        padding-top:120px;
        padding-bottom: 120px
    }

    .views__slide__content {
        padding-top: 90px;
        padding-bottom: 110px
    }
}

@media(max-width: 991px) {
    .section {
        padding-top:95px;
        padding-bottom: 95px
    }

    .section.section--overlap>.container>.row {
        margin-top: -160px
    }

    .pillar__wrapper img {
        margin-bottom: 25px
    }

    .views__slide {
        position: relative;
        top: auto;
        height: auto
    }

    .views__slide__image {
        position: relative;
        width: 100%
    }

    .views__slide__image:after {
        content: "";
        display: block;
        padding-bottom: 56%
    }

    .views__slide__image img {
        position: absolute
    }

    .views__slide__content {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .views__slide__content .button--wrapper {
        margin-top: 30px
    }

    .views__slide.slide-reverse .col-12 {
        margin-left: 0
    }

    .block-5050:not(.bg-white) {
        padding-top: 45px
    }

    .block-5050__inner {
        position: relative;
        top: auto;
        height: auto
    }

    .block-5050__inner.block-reverse .col-12 {
        margin-left: 0
    }

    .block-5050__image {
        position: relative;
        width: 100%
    }

    .block-5050__image:after {
        content: "";
        display: block;
        padding-bottom: 56%
    }

    .block-5050__image img {
        position: absolute
    }

    .block-5050__content {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .block-5050__content .entry {
        margin-top: 30px
    }

    .contact-map {
        margin-top: -60px
    }

    .map-tab {
        margin-top: -30px;
        padding-top: 65px
    }

    .map-tab-nav {
        display: flex
    }

    .map-tab-nav>li {
        padding: 10px 25px;
        font-size: 26px
    }

    .locations__map {
        height: 500px
    }

    .storage-details {
        margin-top: 45px
    }

    .image-block:after {
        content: none
    }

    .image-block__content {
        position: relative!important
    }

    .fs-visual__heading {
        margin-bottom: 25px
    }

    .fs-visual .video {
        padding: 30px
    }

    .fs-visual .video video {
        -webkit-border-radius: 11px;
        -moz-border-radius: 11px;
        -ms-border-radius: 11px;
        border-radius: 11px
    }
}

@media(max-width: 575px) {
    .section {
        padding-top:60px;
        padding-bottom: 60px
    }

    .section.section--overlap>.container>.row {
        margin-top: -120px
    }

    .image-block__content {
        padding: 30px
    }

    .contact-map {
        margin-top: -30px
    }

    .map-tab {
        margin-top: -15px;
        padding-top: 35px
    }

    .map-tab-nav>li {
        padding: 8px 12px;
        font-size: 19px
    }

    .locations__map {
        height: 400px
    }

    .content-carousel-wrapper {
        margin-top: 15px;
        padding-top: 30px
    }

    .content-carousel-nav ul {
        display: flex;
        gap: 15px
    }

    .content-carousel-nav ul li a {
        width: 18px;
        height: 14px
    }

    .core-values__animation {
        margin: 45px auto 0
    }

    .core-values__cards {
        margin-top: 45px
    }

    .core-values__cards .core-values__card {
        margin-bottom: 20px
    }

    .block-5050:not(.bg-white) {
        padding-top: 15px
    }

    .views__slide__content {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .fs-visual__heading {
        margin-bottom: 20px
    }

    .fs-visual .video {
        padding: 15px
    }

    .fs-visual .video video {
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        -ms-border-radius: 9px;
        border-radius: 9px
    }
}

.cards__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px
}

.cards .col-12 {
    margin-bottom: 16px
}

.cards.bg-xlightblue .card {
    background-color: var(--white)
}

.cards.bg-white .card {
    background-color: var(--lightblue50)
}

.card {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 24px;
    height: 100%;
    font-size: 16px
}

.card__thumb {
    position: relative;
    margin-bottom: 30px
}

.card__thumb:after {
    content: "";
    display: block;
    padding-bottom: 60.5%
}

.card__thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 9px
}

.card__content .align-down {
    margin-top: auto
}

.card .meta__date {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 12px
}

.card__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.card.bg-blue .card__title {
    color: var(--lightblue)
}

.card-spotlight {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%
}

.card-spotlight>.row {
    height: 100%
}

.card-spotlight__thumb {
    position: relative;
    height: 100%
}

.card-spotlight__thumb:after {
    content: "";
    display: block;
    padding-bottom: 110%
}

.card-spotlight__thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card-spotlight__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 22px;
    font-size: 20px;
    color: var(--lightblue)
}

.card-spotlight__title {
    margin-top: auto;
    font-size: 17px;
    color: var(--white)
}

.pagination {
    margin-top: 90px;
    width: 100%
}

.pagination .nav-links {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 20px
}

.pagination .nav-links>* {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.pagination .nav-links a {
    display: block
}

.pagination .nav-links .current {
    color: var(--lightblue)
}

.pagination .nav-links .pag-prev,.pagination .nav-links .pag-next {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    background-image: url(../images/arrow-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px 12px
}

.pagination .nav-links .pag-next {
    transform: rotate(180deg)
}

@media(max-width: 991px) {
    .card__title {
        font-size:22px
    }
}

@media(max-width: 575px) {
    .card {
        padding:19px
    }

    .card__title {
        font-size: 20px
    }

    .card__thumb {
        margin-bottom: 15px
    }

    .card-spotlight__thumb:after {
        padding-bottom: 100%
    }

    .card-spotlight__content {
        padding: 18px;
        font-size: 18px;
        color: var(--lightblue)
    }
}

.entry__head {
    margin-top: -220px;
    margin-bottom: 60px;
    background-color: var(--white);
    border-bottom: 5px solid var(--lightblue25);
    padding: 60px
}

.entry__head h3 {
    color: var(--lightblue)
}

.entry__head time {
    display: block;
    margin-top: 15px;
    font-size: 85%
}

@media(max-width: 1289px) {
    .entry__head {
        margin-top:-185px;
        margin-bottom: 45px;
        padding: 45px
    }
}

@media(max-width: 991px) {
    .entry__head {
        margin-top:-170px;
        margin-bottom: 30px;
        padding: 30px
    }
}

@media(max-width: 575px) {
    .entry__head {
        margin-top:0;
        margin-bottom: 30px;
        padding: 0 0 30px
    }
}

body.layout-sustainability {
    color: var(--green)
}

body.layout-sustainability .header.header--alt,body.layout-sustainability .mobile-navigation {
    background-color: var(--green)
}

body.layout-sustainability.open-nav .header {
    background-color: var(--green)
}

body.layout-sustainability .bg-blue {
    background-color: var(--green)
}

body.layout-sustainability .bg-blue.block-5050 h3 {
    color: var(--yellow)
}

body.layout-sustainability .bg-blue .button {
    color: var(--white)
}

body.layout-sustainability .bg-blue .button.button--readmore {
    color: var(--white)
}

body.layout-sustainability .header.header--alt {
    background-color: var(--green)
}

body.layout-sustainability .hero {
    background-color: var(--green)
}

body.layout-sustainability .card.bg-blue .card__title {
    color: var(--yellow)
}

body.layout-sustainability .button.button--readmore {
    color: var(--green)
}

body.layout-sustainability .footer {
    background-color: var(--green)
}
