﻿.fp-slide-container .slick-slide {margin: 0px 0px !important;}


.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

    .nice-select .option:before {
        content: none
    }

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.ps {
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

    .ps .browser-microsoftedge {
        overflow: auto !important
    }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important
    }
}

.ps.ps--active-x > .ps__scrollbar-x-rail, .ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: rgba(0,0,0,0)
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #f5f5f5;
    opacity: 1
}

    .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
        background-color: #000;
        height: 11px
    }

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #f5f5f5;
    opacity: 1
}

    .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
        background-color: #000;
        width: 12px
    }

.ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    opacity: 1;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    height: 15px
}

    .ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
        position: absolute;
        background-color: #000;
        border-radius: 2px;
        transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
        bottom: 2px;
        height: 6px
    }

    .ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail.nice-select.open > .ps__scrollbar-x {
        height: 11px
    }

.ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    opacity: 1;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    width: 12px
}

    .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
        position: absolute;
        background-color: #000;
        border-radius: 2px;
        transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
        right: 0;
        width: 4px
    }

    .ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail.nice-select.open > .ps__scrollbar-y {
        width: 12px
    }

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #f5f5f5;
    opacity: 1
}

    .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
        background-color: #000;
        height: 11px
    }

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #f5f5f5;
    opacity: 1
}

    .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
        background-color: #000;
        width: 12px
    }

.ps:hover > .ps__scrollbar-x-rail, .ps:hover > .ps__scrollbar-y-rail {
    opacity: 1
}

    .ps:hover > .ps__scrollbar-x-rail:hover {
        background-color: #f5f5f5;
        opacity: 1
    }

        .ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
            background-color: #000
        }

    .ps:hover > .ps__scrollbar-y-rail:hover {
        background-color: #f5f5f5;
        opacity: 1
    }

        .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
            background-color: #000
        }

#container-fluid {
    position: relative
}

    #container-fluid::after {
        content: '';
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        background: black;
        opacity: 0;
        z-index: 9999;
        transition: background-color 2s
    }

.theme-white #container-fluid::after {
    background: #fff
}

.page.leaving::before {
    background: rgba(255,255,255,0.8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    content: '';
    display: block;
    z-index: 1000
}

    .page.leaving::before::after {
        content: '';
        display: block;
        position: absolute;
        overflow: hidden;
        z-index: 75;
        -webkit-animation: loaderAnimation .8s infinite linear;
        animation: loaderAnimation .8s infinite linear;
        height: 22px;
        left: calc(50% - 11px);
        top: calc(50% - 11px);
        width: 22px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22' height='22' viewBox='0 0 22 22'%3E %3Ccircle cx='11' cy='11' r='10' fill='none' stroke='%23b2b2b2' stroke-width='1px' /%3E %3Ccircle cx='11' cy='11' r='10' fill='none' stroke='%23000000' stroke-width='1px' stroke-linecap='round' stroke-dashoffset='95' stroke-dasharray='16, 47.123'/%3E %3C/svg%3E")
    }

.search .page.leaving::before::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22' height='22' viewBox='0 0 22 22'%3E %3Ccircle cx='11' cy='11' r='10' fill='none' stroke='%23FFFFFF' stroke-opacity='0.3' stroke-width='1px' /%3E %3Ccircle cx='11' cy='11' r='10' fill='none' stroke='%23FFFFFF' stroke-width='1px' stroke-linecap='round' stroke-dashoffset='95' stroke-dasharray='16, 47.123'/%3E %3C/svg%3E")
}

.search .page.leaving::before {
    background: rgba(0,0,0,0.8)
}

.page.leaving::before.active {
    display: block
}

.theme-black .page.leaving::before {
    background: rgba(0,0,0,0.8)
}

.page.leaving::after {
    content: '';
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: 75;
    -webkit-animation: loaderAnimation .8s infinite linear;
    animation: loaderAnimation .8s infinite linear;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    width: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E %3Ccircle cx='20' cy='20' r='19' fill='none' stroke='%23FFFFFF' stroke-opacity='0.3' stroke-width='1.5px' /%3E %3Ccircle cx='20' cy='20' r='19' fill='none' stroke='%23FFFFFF' stroke-width='1px' stroke-linecap='round' stroke-dashoffset='95' stroke-dasharray='16, 57.123'/%3E %3C/svg%3E");
    position: fixed !important;
    z-index: 1001
}

.search .page.leaving::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E %3Ccircle cx='20' cy='20' r='19' fill='none' stroke='%23FFFFFF' stroke-opacity='0.3' stroke-width='1.5px' /%3E %3Ccircle cx='20' cy='20' r='19' fill='none' stroke='%23FFFFFF' stroke-width='1px' stroke-linecap='round' stroke-dashoffset='95' stroke-dasharray='16, 57.123'/%3E %3C/svg%3E")
}

.theme-white .page.leaving::after {
    content: '';
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: 75;
    -webkit-animation: loaderAnimation .8s infinite linear;
    animation: loaderAnimation .8s infinite linear;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    width: 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E %3Ccircle cx='20' cy='20' r='19' fill='none' stroke='%23b2b2b2' stroke-width='1.5px' /%3E %3Ccircle cx='20' cy='20' r='19' fill='none' stroke='%23000000' stroke-width='1px' stroke-linecap='round' stroke-dashoffset='95' stroke-dasharray='16, 57.123'/%3E %3C/svg%3E")
}

.search .theme-white .page.leaving::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E %3Ccircle cx='20' cy='20' r='19' fill='none' stroke='%23FFFFFF' stroke-opacity='0.3' stroke-width='1.5px' /%3E %3Ccircle cx='20' cy='20' r='19' fill='none' stroke='%23FFFFFF' stroke-width='1px' stroke-linecap='round' stroke-dashoffset='95' stroke-dasharray='16, 57.123'/%3E %3C/svg%3E")
}

.page.new-page {
    top: 0;
    left: 0;
    position: absolute;
    opacity: 1;
    width: 100%
}

html {
    height: 100%;
    width: 100%
}

    html body {
        height: 100%;
        position: relative
    }

    html #container-fluid {
        height: 100%;direction:ltr;
    }

    html.search.no-touchevents #container-fluid {
        height: 100.1%
    }

    html .page {
        height: 100%
    }

    html.project, html.projects, html.projectstype, html.projectstypelist, html.discipline, html.disciplines, html.news {
        height: auto
    }

        html.project body, html.projects body, html.projectstype body, html.projectstypelist body, html.discipline body, html.disciplines body, html.news body {
            height: auto
        }

            html.project body #container-fluid, html.projects body #container-fluid, html.projectstype body #container-fluid, html.projectstypelist body #container-fluid, html.discipline body #container-fluid, html.disciplines body #container-fluid, html.news body #container-fluid {
                height: auto
            }

            html.project body .page, html.projects body .page, html.projectstype body .page, html.projectstypelist body .page, html.discipline body .page, html.disciplines body .page, html.news body .page {
                height: auto
            }

        html.search body, html.projects body, html.projectstype body {
            background-color: #000
        }

.fp-pp-modules-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative
}

    .fp-pp-modules-block > .fp-pp-module {
        width: 100%
    }

@media screen and (min-width: 768px) {
    .fp-pp-modules-block > .fp-pp-module {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    .fp-pp-modules-block.fp-news-modules-block {
        border-right: none;
        border-left: none
    }
}

.mg-sprite-svg {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

body.overflow-hidden {
    overflow-y: hidden
}

.full-width {
    width: 100%
}

.grey-border-bottom {
    border-bottom: 1px solid #EBEBEB
}

.no-bottom-border {
    border-bottom: none
}

.fp-example .fp-title {
    color: #fff
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

    .slick-track::before, .slick-track::after {
        content: "";
        display: table
    }

    .slick-track::after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.fp-carousel {
    width: 100%;
    height: 100%
}

    .fp-carousel:hover .fp-slide-actions__cards a {
        background: rgba(255,255,255,0.25)
    }

    .fp-carousel .slick-list {
        height: 100%
    }

    .fp-carousel .slick-track {
        height: 100%
    }

    .fp-carousel .slick-slide {
        height: 100%;
        z-index: 15
    }

        .fp-carousel .slick-slide.slick-active {
            z-index: 10
        }

    .fp-carousel .fp-slide-arrows {
        display: none
    }

@media screen and (min-width: 768px) {
    .fp-carousel .fp-slide-arrows {
        height: 30%;
        width: 12.5%;
        position: absolute;
        top: 35%;
        z-index: 10;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: center;
        align-items: center;
        transition: opacity .3s;
        opacity: 0
    }

    .touchevents .fp-carousel .fp-slide-arrows {
        display: none
    }

    .no-touchevents .fp-carousel .fp-slide-arrows:hover, .fp-carousel .fp-slide-arrows.hover {
        opacity: 1
    }

    .fp-carousel .fp-slide-arrows.is-left {
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
}

.fp-carousel .fp-slide-arrows.is-left {
    left: 0
}

.fp-carousel .fp-slide-arrows.is-right {
    right: 0
}

.fp-carousel .slick-prev, .fp-carousel .slick-next {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/static/assets/images/icons/arrow-back-carousel.svg?v=1) top left no-repeat transparent;
    background-position: 48px center;
    background-size: 18px 30px;
    overflow: hidden;
    text-indent: 60px;
    cursor: pointer;
    font-size: 0;
    left: 0;
    top: 0
}

    .fp-carousel .slick-prev:focus, .fp-carousel .slick-next:focus {
        outline: 0 !important
    }

.fp-carousel .slick-next {
    background-image: url(/static/assets/images/icons/arrow-forward-carousel.svg?v=1);
    background-position-x: calc(100% - 48px)
}

.fp-carousel .fp-slide-dots {
    position: absolute;
    left: 50%;
    bottom:12%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 200
}

.browser-internetexplorer .fp-carousel .fp-slide-dots {
    width: 50%
}

@media screen and (min-width: 768px) {
    .fp-carousel .fp-slide-dots {
        bottom: 53px
    }
}

.fp-carousel .slick-dots {
    list-style: none;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

    .fp-carousel .slick-dots li, .fp-carousel .slick-dots .fp-list-item {
        line-height: 1;
        padding-left: 0;
        position: static
    }

        .fp-carousel .slick-dots li a, .fp-carousel .slick-dots .fp-list-item a {
            text-decoration: none
        }

        .fp-carousel .slick-dots li:before, .fp-carousel .slick-dots .fp-list-item:before {
            content: none
        }

@media screen and (min-width: 768px) {
    .fp-carousel .slick-dots {
        bottom: 50px
    }
}

.fp-carousel .slick-dots > li {
    position: relative;
    width: 28px;
    height: 20px;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    opacity: .3;
    transition: opacity .5s
}

    .fp-carousel .slick-dots > li.slick-active {
        opacity: 1
    }

    .fp-carousel .slick-dots > li:hover {
        opacity: 1
    }

    .fp-carousel .slick-dots > li > button {
        margin: 0;
        padding: 0;
        border: 0;
        background: transparent;
        overflow: hidden;
        width: 100%;
        height: 20px;
        display: block;
        font-size: 1px;
        text-indent: -200px;
        position: relative;
        cursor: pointer;
        -webkit-appearance: none
    }

.fp-carousel .fp-arc-loader {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    z-index: -1
}

.fp-slide-container {
    list-style: none;
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    background: #000
}

    .fp-slide-container li, .fp-slide-container .fp-list-item {
        line-height: 1;
        padding-left: 0;
        position: static
    }

        .fp-slide-container li a, .fp-slide-container .fp-list-item a {
            text-decoration: none
        }

        .fp-slide-container li:before, .fp-slide-container .fp-list-item:before {
            content: none
        }

    .fp-slide-container > li {
        width: 100%;
        height: 100%
    }

    .fp-slide-container.hide-videos video {
        display: none
    }

.fp-carousel-slide {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

    .fp-carousel-slide::after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        height: 45%;
        pointer-events: none;
        background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0) 80%);
        opacity: .7
    }

.fp-carousel-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

    .fp-carousel-image.is-feature {
        display: none
    }

    .fp-carousel-image.is-cover {
        display: block
    }

.fp-video-unavailable .fp-carousel-image.is-feature {
    display: block
}

.fp-video-unavailable .fp-carousel-image.is-cover {
    display: none
}

@media screen and (max-width: 769px) {
    .fp-slide-video-unavailable-mobile .fp-carousel-image.is-feature {
        display: block
    }

    .fp-slide-video-unavailable-mobile .fp-carousel-image.is-cover {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .fp-slide-video-unavailable-desktop .fp-carousel-image.is-feature {
        display: block
    }

    .fp-slide-video-unavailable-desktop .fp-carousel-image.is-cover {
        display: none
    }
}

.fp-carousel-slide__caption {
    position: absolute
}

.fp-slide-labels {
    width: 100%;
    z-index: 100;
    overflow: hidden;
    position: absolute;
    bottom: 120px;
    pointer-events: none
}

@media screen and (min-width: 768px) {
    .fp-slide-labels {
        bottom: 76px
    }
}

.fp-hp-figure__strapline, .fp-hp-figure__body, .fp-hp-figure__title, .fp-hp-figure__source {
    text-shadow: 0.5px 0.1px 2px rgba(0,0,0,0.2)
}

.fp-slide-labels__titles {
    list-style: none;
    list-style: none;
    padding: 0;
    position: relative;
    height: 100%
}

    .fp-slide-labels__titles li, .fp-slide-labels__titles .fp-list-item {
        line-height: 1;
        padding-left: 0;
        position: static
    }

        .fp-slide-labels__titles li a, .fp-slide-labels__titles .fp-list-item a {
            text-decoration: none
        }

        .fp-slide-labels__titles li:before, .fp-slide-labels__titles .fp-list-item:before {
            content: none
        }

@media screen and (min-width: 768px) {
    .fp-slide-labels__titles {
        margin: 0 0 0 48px
    }
}

.fp-slide-labels__titles > li {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    will-change: transform;
    width: calc(100% - 50px);
    padding-bottom: 2px
}

@media screen and (min-width: 768px) {
    .fp-slide-labels__titles > li {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        text-align: left;
        left: 0;
        width: auto;
        letter-spacing: 0.5px
    }
}

.fp-slide-labels__titles > li.is-transparent {
    pointer-events: none
}

.fp-slide-labels__titles > li > .fp-relative {
    position: relative;
    left: -50%
}

@media screen and (min-width: 768px) {
    .fp-slide-labels__titles > li > .fp-relative {
        left: 0
    }
}

.fp-hp-figure .fp-hp-figure__title {
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 28px;
    display: block;
    line-height: 35px;
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .fp-hp-figure .fp-hp-figure__title {
        font-size: 33px;
        font-size: 3.3rem;
        line-height: 40px
    }
}

@media screen and (min-width: 768px) {
    .fp-hp-figure .fp-hp-figure__title {
        margin-bottom: 0
    }
}

.fp-hp-figure .fp-hp-figure__title.fp-hp-figure-no-quote__title {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 40px
}

.fp-hp-figure .fp-hp-figure__body {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    margin-top: 5px;
    max-width: 420px;
    quotes: "\201C" "\201D";
    line-height: 23px;
    letter-spacing: .5px
}

@media screen and (min-width: 768px) {
    .fp-hp-figure .fp-hp-figure__body {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        margin-top: 7px
    }
}

.fp-hp-figure .fp-hp-figure__body::before {
    content: open-quote
}

.fp-hp-figure .fp-hp-figure__body::after {
    content: close-quote
}

.fp-hp-figure .fp-hp-figure__source {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 17px;
    letter-spacing: .5px;
    font-weight: 400;
    margin-top: 10px;
    display: block
}

@media screen and (min-width: 768px) {
    .fp-hp-figure .fp-hp-figure__source {
        margin-top: 8px
    }
}

.fp-hp-figure .fp-hp-figure__strapline {
    line-height: 17px;
    margin-bottom: 0
}

@media screen and (min-width: 768px) {
    .fp-hp-figure .fp-hp-figure__strapline {
        line-height: 22px
    }
}

.fp-hp-figure .fp-hp-figure__strapline.fp-hp-figure-no-quote__strapline {
    line-height: 30px
}

.fp-hp-figure.fp-news {
    margin-bottom: 0
}

    .fp-hp-figure.fp-news .fp-hp-figure__title {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px
    }

    .fp-hp-figure.fp-news .fp-hp-figure__body {
        margin-top: 5px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 29px;
        font-weight: 600;
        display: block;
        margin-bottom: 0
    }

@media screen and (min-width: 768px) {
    .fp-hp-figure.fp-news .fp-hp-figure__body {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 32px
    }
}

.fp-hp-figure.fp-news .fp-hp-figure__body::before {
    content: ""
}

.fp-hp-figure.fp-news .fp-hp-figure__body::after {
    content: ""
}

.fp-slide-actions {
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 64px;
    width: 100%;
    z-index: 20
}

@media screen and (min-width: 768px) {
    .fp-slide-actions {
        bottom: 30px
    }
}

.fp-slide-actions__cards {
    list-style: none;
    list-style: none;
    padding: 0;
    position: relative;
    height: 100%
}

    .fp-slide-actions__cards li, .fp-slide-actions__cards .fp-list-item {
        line-height: 1;
        padding-left: 0;
        position: static
    }

        .fp-slide-actions__cards li a, .fp-slide-actions__cards .fp-list-item a {
            text-decoration: none
        }

        .fp-slide-actions__cards li:before, .fp-slide-actions__cards .fp-list-item:before {
            content: none
        }

@media screen and (min-width: 768px) {
    .fp-slide-actions__cards {
        margin: 0 0 0 48px
    }
}

.fp-slide-actions__cards > li {
    position: absolute;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
    text-align: center;
    will-change: transform;
    width: 100%;
    white-space: nowrap
}

@media screen and (min-width: 768px) {
    .fp-slide-actions__cards > li {
        width: auto;
        min-width: 200px;
        text-align: left;
        left: 0
    }
}

.fp-slide-actions__cards > li.is-transparent {
    pointer-events: none
}

.fp-slide-actions__cards > li > .fp-relative {
    position: relative;
    left: -50%;
    white-space: nowrap;
    margin-left: 10px
}

    .fp-slide-actions__cards > li > .fp-relative:first-child {
        margin-left: 0
    }

@media screen and (min-width: 768px) {
    .fp-slide-actions__cards > li > .fp-relative {
        left: 0
    }
}

.fp-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
    transition: opacity .2s;
    opacity: 0
}

.browser-internetexplorer-11_0 .fp-video {
    transition-delay: 1s
}

.fp-video.playing {
    opacity: 1
}

.is-horizontal .fp-video {
    width: 100%
}

.is-vertical .fp-video {
    height: 100%
}

.fp-carousel-overlay {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1
}

    .fp-carousel-overlay.enabled {
        display: block
    }
