﻿@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,500,600,700,800|Roboto+Slab:300,700");

@keyframes sliderTitle {
    0% {
        opacity: 0;
        transform: translate(30px, 0)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes sliderSubTitle {
    0% {
        opacity: 0;
        transform: translate(30px, 0)
    }

    30% {
        opacity: 0;
        transform: translate(30px, 0)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes sliderCta {
    0% {
        opacity: 0;
        transform: translate(30px, 0)
    }

    60% {
        opacity: 0;
        transform: translate(30px, 0)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes btn_background_on {
    0% {
        background-color: transparent
    }

    100% {
        background-color: #60295e
    }
}

* {
    box-sizing: border-box;
    outline: none
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    z-index: 1
}

@media (min-width: 480px) {
    .wrapper {
        width: 480px
    }
}

@media (min-width: 768px) {
    .wrapper {
        width: 768px
    }
}

@media (min-width: 1024px) {
    .wrapper {
        width: 1024px
    }
}

@media (min-width: 1280px) {
    .wrapper {
        width: 1280px;
        padding: 0 100px
    }
}

@media (min-width: 1600px) {
    .wrapper {
        width: 1280px;
        padding: 0
    }
}

.wrapper:after {
    display: block;
    float: none;
    clear: both;
    content: ''
}

.clearfix::after {
    display: block;
    float: none;
    clear: both;
    content: ''
}

body {
    color: #333;
    margin: 0
}

    body ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

        body ul li {
            list-style-type: none
        }

    body a input, body a:hover input, body a:visited input {
        border: 0
    }

    body a svg, body i svg {
        height: 100%;
        width: 100%
    }

        body a svg path, body i svg path {
            -webkit-transition: all ease-out 200ms;
            -ms-transition: all ease-out 200ms;
            -o-transition: all ease-out 200ms;
            transition: all ease-out 200ms
        }

    body button:focus, body a:focus {
        outline-width: 0
    }

    body .content_center {
        margin: 30px 0 0 0;
        text-align: center
    }

    body input, body textarea {
        -webkit-appearance: none;
        box-shadow: none !important;
        border-radius: 0
    }

        body input::-ms-clear, body textarea::-ms-clear {
            height: 16px;
            width: 16px
        }

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[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-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

@media (min-width: 768px) {
    [data-aos][data-aos][data-aos-duration='50'], body[data-aos-duration='50'] [data-aos] {
        transition-duration: 50ms
    }

    [data-aos][data-aos][data-aos-delay='50'], body[data-aos-delay='50'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='50'].aos-animate, body[data-aos-delay='50'] [data-aos].aos-animate {
            transition-delay: 50ms
        }

    [data-aos][data-aos][data-aos-duration='100'], body[data-aos-duration='100'] [data-aos] {
        transition-duration: .1s
    }

    [data-aos][data-aos][data-aos-delay='100'], body[data-aos-delay='100'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='100'].aos-animate, body[data-aos-delay='100'] [data-aos].aos-animate {
            transition-delay: .1s
        }

    [data-aos][data-aos][data-aos-duration='150'], body[data-aos-duration='150'] [data-aos] {
        transition-duration: .15s
    }

    [data-aos][data-aos][data-aos-delay='150'], body[data-aos-delay='150'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='150'].aos-animate, body[data-aos-delay='150'] [data-aos].aos-animate {
            transition-delay: .15s
        }

    [data-aos][data-aos][data-aos-duration='200'], body[data-aos-duration='200'] [data-aos] {
        transition-duration: .2s
    }

    [data-aos][data-aos][data-aos-delay='200'], body[data-aos-delay='200'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='200'].aos-animate, body[data-aos-delay='200'] [data-aos].aos-animate {
            transition-delay: .2s
        }

    [data-aos][data-aos][data-aos-duration='250'], body[data-aos-duration='250'] [data-aos] {
        transition-duration: .25s
    }

    [data-aos][data-aos][data-aos-delay='250'], body[data-aos-delay='250'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='250'].aos-animate, body[data-aos-delay='250'] [data-aos].aos-animate {
            transition-delay: .25s
        }

    [data-aos][data-aos][data-aos-duration='300'], body[data-aos-duration='300'] [data-aos] {
        transition-duration: .3s
    }

    [data-aos][data-aos][data-aos-delay='300'], body[data-aos-delay='300'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='300'].aos-animate, body[data-aos-delay='300'] [data-aos].aos-animate {
            transition-delay: .3s
        }

    [data-aos][data-aos][data-aos-duration='350'], body[data-aos-duration='350'] [data-aos] {
        transition-duration: .35s
    }

    [data-aos][data-aos][data-aos-delay='350'], body[data-aos-delay='350'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='350'].aos-animate, body[data-aos-delay='350'] [data-aos].aos-animate {
            transition-delay: .35s
        }

    [data-aos][data-aos][data-aos-duration='400'], body[data-aos-duration='400'] [data-aos] {
        transition-duration: .4s
    }

    [data-aos][data-aos][data-aos-delay='400'], body[data-aos-delay='400'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='400'].aos-animate, body[data-aos-delay='400'] [data-aos].aos-animate {
            transition-delay: .4s
        }

    [data-aos][data-aos][data-aos-duration='450'], body[data-aos-duration='450'] [data-aos] {
        transition-duration: .45s
    }

    [data-aos][data-aos][data-aos-delay='450'], body[data-aos-delay='450'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='450'].aos-animate, body[data-aos-delay='450'] [data-aos].aos-animate {
            transition-delay: .45s
        }

    [data-aos][data-aos][data-aos-duration='500'], body[data-aos-duration='500'] [data-aos] {
        transition-duration: .5s
    }

    [data-aos][data-aos][data-aos-delay='500'], body[data-aos-delay='500'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='500'].aos-animate, body[data-aos-delay='500'] [data-aos].aos-animate {
            transition-delay: .5s
        }

    [data-aos][data-aos][data-aos-duration='550'], body[data-aos-duration='550'] [data-aos] {
        transition-duration: .55s
    }

    [data-aos][data-aos][data-aos-delay='550'], body[data-aos-delay='550'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='550'].aos-animate, body[data-aos-delay='550'] [data-aos].aos-animate {
            transition-delay: .55s
        }

    [data-aos][data-aos][data-aos-duration='600'], body[data-aos-duration='600'] [data-aos] {
        transition-duration: .6s
    }

    [data-aos][data-aos][data-aos-delay='600'], body[data-aos-delay='600'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='600'].aos-animate, body[data-aos-delay='600'] [data-aos].aos-animate {
            transition-delay: .6s
        }

    [data-aos][data-aos][data-aos-duration='650'], body[data-aos-duration='650'] [data-aos] {
        transition-duration: .65s
    }

    [data-aos][data-aos][data-aos-delay='650'], body[data-aos-delay='650'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='650'].aos-animate, body[data-aos-delay='650'] [data-aos].aos-animate {
            transition-delay: .65s
        }

    [data-aos][data-aos][data-aos-duration='700'], body[data-aos-duration='700'] [data-aos] {
        transition-duration: .7s
    }

    [data-aos][data-aos][data-aos-delay='700'], body[data-aos-delay='700'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='700'].aos-animate, body[data-aos-delay='700'] [data-aos].aos-animate {
            transition-delay: .7s
        }

    [data-aos][data-aos][data-aos-duration='750'], body[data-aos-duration='750'] [data-aos] {
        transition-duration: .75s
    }

    [data-aos][data-aos][data-aos-delay='750'], body[data-aos-delay='750'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='750'].aos-animate, body[data-aos-delay='750'] [data-aos].aos-animate {
            transition-delay: .75s
        }

    [data-aos][data-aos][data-aos-duration='800'], body[data-aos-duration='800'] [data-aos] {
        transition-duration: .8s
    }

    [data-aos][data-aos][data-aos-delay='800'], body[data-aos-delay='800'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='800'].aos-animate, body[data-aos-delay='800'] [data-aos].aos-animate {
            transition-delay: .8s
        }

    [data-aos][data-aos][data-aos-duration='850'], body[data-aos-duration='850'] [data-aos] {
        transition-duration: .85s
    }

    [data-aos][data-aos][data-aos-delay='850'], body[data-aos-delay='850'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='850'].aos-animate, body[data-aos-delay='850'] [data-aos].aos-animate {
            transition-delay: .85s
        }

    [data-aos][data-aos][data-aos-duration='900'], body[data-aos-duration='900'] [data-aos] {
        transition-duration: .9s
    }

    [data-aos][data-aos][data-aos-delay='900'], body[data-aos-delay='900'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='900'].aos-animate, body[data-aos-delay='900'] [data-aos].aos-animate {
            transition-delay: .9s
        }

    [data-aos][data-aos][data-aos-duration='950'], body[data-aos-duration='950'] [data-aos] {
        transition-duration: .95s
    }

    [data-aos][data-aos][data-aos-delay='950'], body[data-aos-delay='950'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='950'].aos-animate, body[data-aos-delay='950'] [data-aos].aos-animate {
            transition-delay: .95s
        }

    [data-aos][data-aos][data-aos-duration='1000'], body[data-aos-duration='1000'] [data-aos] {
        transition-duration: 1s
    }

    [data-aos][data-aos][data-aos-delay='1000'], body[data-aos-delay='1000'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1000'].aos-animate, body[data-aos-delay='1000'] [data-aos].aos-animate {
            transition-delay: 1s
        }

    [data-aos][data-aos][data-aos-duration='1050'], body[data-aos-duration='1050'] [data-aos] {
        transition-duration: 1.05s
    }

    [data-aos][data-aos][data-aos-delay='1050'], body[data-aos-delay='1050'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1050'].aos-animate, body[data-aos-delay='1050'] [data-aos].aos-animate {
            transition-delay: 1.05s
        }

    [data-aos][data-aos][data-aos-duration='1100'], body[data-aos-duration='1100'] [data-aos] {
        transition-duration: 1.1s
    }

    [data-aos][data-aos][data-aos-delay='1100'], body[data-aos-delay='1100'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1100'].aos-animate, body[data-aos-delay='1100'] [data-aos].aos-animate {
            transition-delay: 1.1s
        }

    [data-aos][data-aos][data-aos-duration='1150'], body[data-aos-duration='1150'] [data-aos] {
        transition-duration: 1.15s
    }

    [data-aos][data-aos][data-aos-delay='1150'], body[data-aos-delay='1150'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1150'].aos-animate, body[data-aos-delay='1150'] [data-aos].aos-animate {
            transition-delay: 1.15s
        }

    [data-aos][data-aos][data-aos-duration='1200'], body[data-aos-duration='1200'] [data-aos] {
        transition-duration: 1.2s
    }

    [data-aos][data-aos][data-aos-delay='1200'], body[data-aos-delay='1200'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1200'].aos-animate, body[data-aos-delay='1200'] [data-aos].aos-animate {
            transition-delay: 1.2s
        }

    [data-aos][data-aos][data-aos-duration='1250'], body[data-aos-duration='1250'] [data-aos] {
        transition-duration: 1.25s
    }

    [data-aos][data-aos][data-aos-delay='1250'], body[data-aos-delay='1250'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1250'].aos-animate, body[data-aos-delay='1250'] [data-aos].aos-animate {
            transition-delay: 1.25s
        }

    [data-aos][data-aos][data-aos-duration='1300'], body[data-aos-duration='1300'] [data-aos] {
        transition-duration: 1.3s
    }

    [data-aos][data-aos][data-aos-delay='1300'], body[data-aos-delay='1300'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1300'].aos-animate, body[data-aos-delay='1300'] [data-aos].aos-animate {
            transition-delay: 1.3s
        }

    [data-aos][data-aos][data-aos-duration='1350'], body[data-aos-duration='1350'] [data-aos] {
        transition-duration: 1.35s
    }

    [data-aos][data-aos][data-aos-delay='1350'], body[data-aos-delay='1350'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1350'].aos-animate, body[data-aos-delay='1350'] [data-aos].aos-animate {
            transition-delay: 1.35s
        }

    [data-aos][data-aos][data-aos-duration='1400'], body[data-aos-duration='1400'] [data-aos] {
        transition-duration: 1.4s
    }

    [data-aos][data-aos][data-aos-delay='1400'], body[data-aos-delay='1400'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1400'].aos-animate, body[data-aos-delay='1400'] [data-aos].aos-animate {
            transition-delay: 1.4s
        }

    [data-aos][data-aos][data-aos-duration='1450'], body[data-aos-duration='1450'] [data-aos] {
        transition-duration: 1.45s
    }

    [data-aos][data-aos][data-aos-delay='1450'], body[data-aos-delay='1450'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1450'].aos-animate, body[data-aos-delay='1450'] [data-aos].aos-animate {
            transition-delay: 1.45s
        }

    [data-aos][data-aos][data-aos-duration='1500'], body[data-aos-duration='1500'] [data-aos] {
        transition-duration: 1.5s
    }

    [data-aos][data-aos][data-aos-delay='1500'], body[data-aos-delay='1500'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1500'].aos-animate, body[data-aos-delay='1500'] [data-aos].aos-animate {
            transition-delay: 1.5s
        }

    [data-aos][data-aos][data-aos-duration='1550'], body[data-aos-duration='1550'] [data-aos] {
        transition-duration: 1.55s
    }

    [data-aos][data-aos][data-aos-delay='1550'], body[data-aos-delay='1550'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1550'].aos-animate, body[data-aos-delay='1550'] [data-aos].aos-animate {
            transition-delay: 1.55s
        }

    [data-aos][data-aos][data-aos-duration='1600'], body[data-aos-duration='1600'] [data-aos] {
        transition-duration: 1.6s
    }

    [data-aos][data-aos][data-aos-delay='1600'], body[data-aos-delay='1600'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1600'].aos-animate, body[data-aos-delay='1600'] [data-aos].aos-animate {
            transition-delay: 1.6s
        }

    [data-aos][data-aos][data-aos-duration='1650'], body[data-aos-duration='1650'] [data-aos] {
        transition-duration: 1.65s
    }

    [data-aos][data-aos][data-aos-delay='1650'], body[data-aos-delay='1650'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1650'].aos-animate, body[data-aos-delay='1650'] [data-aos].aos-animate {
            transition-delay: 1.65s
        }

    [data-aos][data-aos][data-aos-duration='1700'], body[data-aos-duration='1700'] [data-aos] {
        transition-duration: 1.7s
    }

    [data-aos][data-aos][data-aos-delay='1700'], body[data-aos-delay='1700'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1700'].aos-animate, body[data-aos-delay='1700'] [data-aos].aos-animate {
            transition-delay: 1.7s
        }

    [data-aos][data-aos][data-aos-duration='1750'], body[data-aos-duration='1750'] [data-aos] {
        transition-duration: 1.75s
    }

    [data-aos][data-aos][data-aos-delay='1750'], body[data-aos-delay='1750'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1750'].aos-animate, body[data-aos-delay='1750'] [data-aos].aos-animate {
            transition-delay: 1.75s
        }

    [data-aos][data-aos][data-aos-duration='1800'], body[data-aos-duration='1800'] [data-aos] {
        transition-duration: 1.8s
    }

    [data-aos][data-aos][data-aos-delay='1800'], body[data-aos-delay='1800'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1800'].aos-animate, body[data-aos-delay='1800'] [data-aos].aos-animate {
            transition-delay: 1.8s
        }

    [data-aos][data-aos][data-aos-duration='1850'], body[data-aos-duration='1850'] [data-aos] {
        transition-duration: 1.85s
    }

    [data-aos][data-aos][data-aos-delay='1850'], body[data-aos-delay='1850'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1850'].aos-animate, body[data-aos-delay='1850'] [data-aos].aos-animate {
            transition-delay: 1.85s
        }

    [data-aos][data-aos][data-aos-duration='1900'], body[data-aos-duration='1900'] [data-aos] {
        transition-duration: 1.9s
    }

    [data-aos][data-aos][data-aos-delay='1900'], body[data-aos-delay='1900'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1900'].aos-animate, body[data-aos-delay='1900'] [data-aos].aos-animate {
            transition-delay: 1.9s
        }

    [data-aos][data-aos][data-aos-duration='1950'], body[data-aos-duration='1950'] [data-aos] {
        transition-duration: 1.95s
    }

    [data-aos][data-aos][data-aos-delay='1950'], body[data-aos-delay='1950'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='1950'].aos-animate, body[data-aos-delay='1950'] [data-aos].aos-animate {
            transition-delay: 1.95s
        }

    [data-aos][data-aos][data-aos-duration='2000'], body[data-aos-duration='2000'] [data-aos] {
        transition-duration: 2s
    }

    [data-aos][data-aos][data-aos-delay='2000'], body[data-aos-delay='2000'] [data-aos] {
        transition-delay: 0
    }

        [data-aos][data-aos][data-aos-delay='2000'].aos-animate, body[data-aos-delay='2000'] [data-aos].aos-animate {
            transition-delay: 2s
        }

    [data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
        transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75)
    }

    [data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
        transition-timing-function: ease
    }

    [data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
        transition-timing-function: ease-in
    }

    [data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
        transition-timing-function: ease-out
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
        transition-timing-function: ease-in-out
    }

    [data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
        transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
        transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
        transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
        transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
        transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
        transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
        transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
        transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
        transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
        transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
        transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
        transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
    }

    [data-aos^=fade][data-aos^=fade] {
        opacity: 0;
        transition-property: opacity,transform
    }

        [data-aos^=fade][data-aos^=fade].aos-animate {
            opacity: 1;
            transform: translate(0)
        }

    [data-aos=fade-up] {
        transform: translateY(100px)
    }

    [data-aos=fade-down] {
        transform: translateY(-100px)
    }

    [data-aos=fade-right] {
        transform: translate(-100px)
    }

    [data-aos=fade-left] {
        transform: translate(100px)
    }

    [data-aos=fade-up-right] {
        transform: translate(-100px, 100px)
    }

    [data-aos=fade-up-left] {
        transform: translate(100px, 100px)
    }

    [data-aos=fade-down-right] {
        transform: translate(-100px, -100px)
    }

    [data-aos=fade-down-left] {
        transform: translate(100px, -100px)
    }
}

.scroll-element {
    position: absolute
}

    .scroll-element.scroll-x {
        left: 0;
        right: 0;
        bottom: 0
    }

        .scroll-element.scroll-x .scroll-element_track {
            width: 100%;
            height: 8px
        }

        .scroll-element.scroll-x .scroll-bar {
            bottom: 0;
            height: 8px
        }

    .scroll-element.scroll-y {
        top: 0;
        right: 0;
        bottom: 0
    }

        .scroll-element.scroll-y .scroll-element_size {
            height: 100%
        }

        .scroll-element.scroll-y .scroll-element_track {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 8px
        }

        .scroll-element.scroll-y .scroll-bar {
            right: 0;
            width: 8px
        }

.scroll-element_outer {
    width: 100%;
    height: 100%
}

.scroll-element_track {
    border-radius: 8px;
    background-color: #dadada
}

.scroll-element .scroll-bar {
    position: absolute;
    border-radius: 8px;
    background-color: #f86882
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0
        }

.scroll-element {
    display: none
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box
    }

        .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block
        }

        .scroll-element .scroll-arrow, .scroll-element .scroll-bar {
            cursor: default
        }

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: 0;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0
            }

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

    .scrollbar-inner > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%
    }

    .scrollbar-inner > .scroll-element.scroll-x {
        bottom: 2px;
        height: 8px;
        left: 0;
        width: 100%
    }

        .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size, .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
            left: -12px
        }

    .scrollbar-inner > .scroll-element.scroll-y {
        height: 100%;
        right: 2px;
        top: 0;
        width: 8px
    }

        .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size, .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
            top: -12px
        }

    .scrollbar-inner > .scroll-element .scroll-element_outer {
        overflow: hidden
    }

    .scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px
    }

    .scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_track {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        opacity: .4
    }

    .scrollbar-inner > .scroll-element .scroll-element_track {
        background-color: #e0e0e0
    }

    .scrollbar-inner > .scroll-element .scroll-bar {
        background-color: #c2c2c2
    }

    .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar, .scrollbar-inner > .scroll-element:hover .scroll-bar {
        background-color: #919191
    }

h1, h2, h3, h4, h5, h6, p {
    margin: 0
}

.purple {
    color: #60295e
}

.red {
    color: #60295e
}

.title, .title span, .title p, .title div, .title em, .title strong, .title i, .title a, .title b, .title li, .title h1 {
    font-size: 24.5px;
    letter-spacing: 0.05em;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700
}

@media (min-width: 480px) {
    .title, .title span, .title p, .title div, .title em, .title strong, .title i, .title a, .title b, .title li, .title h1 {
        font-size: 35px
    }
}

@media (min-width: 768px) {
    .title, .title span, .title p, .title div, .title em, .title strong, .title i, .title a, .title b, .title li, .title h1 {
        font-size: 42px
    }
}

@media (min-width: 1024px) {
    .title, .title span, .title p, .title div, .title em, .title strong, .title i, .title a, .title b, .title li, .title h1 {
        font-size: 48px
    }
}

.title sup, .title span sup, .title p sup, .title div sup, .title em sup, .title strong sup, .title i sup, .title a sup, .title b sup, .title li sup, .title h1 sup {
    font-size: 22px
}

@media (min-width: 1024px) {
    .title sup, .title span sup, .title p sup, .title div sup, .title em sup, .title strong sup, .title i sup, .title a sup, .title b sup, .title li sup, .title h1 sup {
        font-size: 30px
    }
}

.subtitle, .subtitle span, .subtitle p, .subtitle div, .subtitle em, .subtitle strong, .subtitle i, .subtitle a, .subtitle b, .subtitle li {
    line-height: 1.3;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase
}

    .subtitle sup, .subtitle span sup, .subtitle p sup, .subtitle div sup, .subtitle em sup, .subtitle strong sup, .subtitle i sup, .subtitle a sup, .subtitle b sup, .subtitle li sup {
        font-size: 17px
    }

.text {
    line-height: 1.3;
    font-size: 16px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300
}

    .text strong {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 700
    }

    .text sup {
        font-size: 11px
    }

    .text u {
        text-decoration: none;
        border-bottom: 2px solid #60295e
    }

    .text .underline {
        border-bottom: 2px solid #60295e
    }

sup {
    margin-left: 2px
}

.bold {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700
}

div, p, span, li, a, address {
    line-height: 1.2;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 16px
}

.border_btn {
    position: relative;
    display: inline-block;
    min-width: 130px;
    margin: 20px 20px 20px 0;
    padding: 10px 45px 10px 25px;
    border: 2px solid #f86882;
    border-radius: 50px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #f86882;
    -webkit-transition: all ease-out 200ms;
    -ms-transition: all ease-out 200ms;
    -o-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    background-color: transparent
}

    .border_btn:before {
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        width: 16px;
        -webkit-transition: all ease-out 400ms;
        -ms-transition: all ease-out 400ms;
        -o-transition: all ease-out 400ms;
        transition: all ease-out 400ms;
        content: '';
        background: url(/Contents/Images/arrow-bold-pink.svg) center center no-repeat;
        background-size: 15px 15px
    }

    .border_btn.grey {
        border: 2px solid #999999;
        color: #999999
    }

        .border_btn.grey:before {
            background: url(/Contents/Images/arrow-bold-grey.svg) center center no-repeat;
            background-size: 15px 15px
        }

    .border_btn sup {
        font-size: 10px
    }

@media (min-width: 1280px) {
    .border_btn:hover:before {
        right: 15px
    }
}

.arrow_btn {
    display: inline-block;
    padding: 5px 15px 5px 0;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    background: url(/Contents/Images/arrow-bold.svg) center right no-repeat;
    background-size: 12px 12px
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    z-index: 3;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15)
}

@media (min-width: 768px) {
    .header {
        height: 83px
    }
}

@media (min-width: 1024px) {
    .header {
        align-items: center
    }
}

@media (min-width: 1280px) {
    .header {
        box-shadow: none
    }
}

.header_logo {
    position: relative;
    display: block;
    height: 40px;
    width: 135px;
    margin-left: 15px;
    margin-top: 15px;
    background: url(/Contents/Images/logo-ceprotin.png) center center no-repeat;
    background-size: contain;
    z-index: 2
}

@media (min-width: 480px) {
    .header_logo {
        height: 55px;
        width: 185px;
        margin-left: 20px;
        background: url(/Contents/Images/logo-ceprotin.png) center center no-repeat;
        background-size: contain
    }
}

@media (min-width: 1024px) {
    .header_logo {
        margin-top: 0
    }
}

.header_baseline {
    position: relative;
    display: flex;
    margin-top: 15px;
    max-width: calc(100% - 150px - 60px);
    z-index: 4
}

@media (min-width: 480px) {
    .header_baseline {
        max-width: calc(100% - 200px - 80px);
        margin-top: 20px
    }
}

@media (min-width: 768px) {
    .header_baseline {
        max-width: calc(100% - 170px - 120px)
    }
}

@media (min-width: 1024px) {
    .header_baseline {
        margin-top: 10px;
        font-size: 14px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 400
    }
}

@media (min-width: 1280px) {
    .header_baseline {
        position: absolute;
        top: 4px;
        right: 40px;
        height: auto;
        max-width: none
    }
}

.header_baseline button {
    background: 0;
    border: 0 none;
    cursor: pointer;
    padding: 0
}

.header_baseline span, .header_baseline a, .header_baseline button {
    margin: 0;
    font-size: 9px
}

@media (min-width: 480px) {
    .header_baseline span, .header_baseline a, .header_baseline button {
        font-size: 10px
    }
}

@media (min-width: 768px) {
    .header_baseline span, .header_baseline a, .header_baseline button {
        font-size: 12px
    }
}

.header_baseline a {
    text-decoration: none
}

@media (max-width: 768px) {
    .header_baseline a {
        display: block
    }
}

.header_baseline a, .header_baseline button {
    color: #787878;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700
}

@media (min-width: 768px) {
    .header_baseline a, .header_baseline button {
        margin-left: 10px
    }
}

.header_baseline span {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    color: #60295e;
    line-height: 1.4
}

.header_nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    z-index: -1;
    overflow-y: auto
}

@media (min-width: 480px) {
    .header_nav {
        width: 370px
    }
}

@media (min-width: 1280px) {
    .header_nav {
        display: block !important;
        top: 0;
        left: 180px;
        right: 0;
        height: 83px !important;
        width: auto;
        max-height: none !important;
        overflow-y: visible;
        z-index: 3
    }
}

.header_nav_container {
    height: 100%;
    padding: 0;
    background: #60295e
}

@media (min-width: 1280px) {
    .header_nav_container {
        display: flex;
        justify-content: flex-end;
        background: transparent;
        padding: 0 20px 0 0
    }
}

.header_nav_container > li {
    display: block
}

@media (min-width: 1280px) {
    .header_nav_container > li {
        display: flex;
        align-items: flex-end;
        padding-bottom: 18px
    }

        .header_nav_container > li.current-menu-item a, .header_nav_container > li.current-menu-item span {
            color: #f86882
        }

        .header_nav_container > li:hover a, .header_nav_container > li:hover span {
            color: #f86882
        }
}

.header_nav_container > li a {
    text-decoration: none;
    display: block;
    flex: 1 1 auto;
    padding: 20px 40px 20px 15px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    cursor: pointer
}

    .header_nav_container > li a span {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 700;
        transition: color .45s ease-out;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase
    }

@media (min-width: 1280px) {
    .header_nav_container > li a {
        padding: 20px;
        text-align: center;
        border: 0
    }

        .header_nav_container > li a span {
            font-size: 15px;
            color: #fff;
            text-transform: uppercase
        }
}

.header_nav_container > li > a {
    position: relative;
    background: #60295e
}

@media (min-width: 1280px) {
    .header_nav_container > li > a {
        padding: 0 15px;
        background: transparent
    }
}

@media (min-width: 1600px) {
    .header_nav_container > li > a {
        padding: 0 40px
    }
}

.header_nav_container > li > a span {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700
}

@media (min-width: 1280px) {
    .header_nav_container > li > a span {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 600;
        color: #333
    }
}

.header_nav_container > li.menu-item-has-children > a:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    background: url(/Contents/Images/arrow-down-menu.svg) center center no-repeat;
    background-size: 22px 22px;
    -webkit-transition: all ease-out 200ms;
    -ms-transition: all ease-out 200ms;
    -o-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    content: ''
}

@media (min-width: 1280px) {
    .header_nav_container > li.menu-item-has-children > a:after {
        bottom: 0px;
        left: 50%;
        top: auto;
        right: auto;
        height: 6px;
        width: 10px;
        margin-left: -5px;
        opacity: 0;
        background: url(/Contents/Images/arrow-down.svg) center center no-repeat;
        background-size: contain
    }
}

.header_nav_container > li .sub-menu {
    display: none;
    background: #80547f
}

@media (min-width: 1280px) {
    .header_nav_container > li .sub-menu {
        position: absolute;
        top: 100%;
        left: -180px;
        right: 0;
        display: flex !important;
        justify-content: center;
        height: 0;
        overflow: hidden;
        -webkit-transition: all ease-out 200ms;
        -ms-transition: all ease-out 200ms;
        -o-transition: all ease-out 200ms;
        transition: all ease-out 200ms;
        transition-delay: 500ms;
        background: #60295e;
        z-index: -1
    }
}

@media (min-width: 1280px) {
    .header_nav_container > li .sub-menu li {
        opacity: 0;
        transform: translateY(10px);
        -webkit-transition: all ease-out 200ms;
        -ms-transition: all ease-out 200ms;
        -o-transition: all ease-out 200ms;
        transition: all ease-out 200ms
    }

        .header_nav_container > li .sub-menu li:nth-child(1) {
            transition-delay: calc(200ms)
        }

        .header_nav_container > li .sub-menu li:nth-child(2) {
            transition-delay: calc(280ms)
        }

        .header_nav_container > li .sub-menu li:nth-child(3) {
            transition-delay: calc(360ms)
        }

        .header_nav_container > li .sub-menu li:nth-child(4) {
            transition-delay: calc(440ms)
        }

        .header_nav_container > li .sub-menu li:nth-child(5) {
            transition-delay: calc(520ms)
        }

        .header_nav_container > li .sub-menu li:nth-child(6) {
            transition-delay: calc(600ms)
        }

        .header_nav_container > li .sub-menu li:nth-child(7) {
            transition-delay: calc(680ms)
        }

        .header_nav_container > li .sub-menu li:nth-child(8) {
            transition-delay: calc(760ms)
        }

        .header_nav_container > li .sub-menu li:nth-child(9) {
            transition-delay: calc(740ms)
        }

        .header_nav_container > li .sub-menu li:nth-child(10) {
            transition-delay: calc(820ms)
        }

        .header_nav_container > li .sub-menu li:nth-child(11) {
            transition-delay: calc(900ms)
        }

        .header_nav_container > li .sub-menu li:nth-child(12) {
            transition-delay: calc(980ms)
        }

        .header_nav_container > li .sub-menu li:nth-child(13) {
            transition-delay: calc(1060ms)
        }

        .header_nav_container > li .sub-menu li:nth-child(14) {
            transition-delay: calc(1140ms)
        }

        .header_nav_container > li .sub-menu li:nth-child(15) {
            transition-delay: calc(1220ms)
        }
}

.header_nav_container > li .sub-menu li a span {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400
}

@media (min-width: 1280px) {
    .header_nav_container > li .sub-menu li a {
        text-align: center
    }

        .header_nav_container > li .sub-menu li a span {
            color: #fff;
            border-bottom: 1px solid transparent;
            -webkit-transition: all ease-out 200ms;
            -ms-transition: all ease-out 200ms;
            -o-transition: all ease-out 200ms;
            transition: all ease-out 200ms;
            font-size: 14px
        }

        .header_nav_container > li .sub-menu li a:hover span {
            border-bottom: 1px solid #fff
        }
}

@media (min-width: 1600px) {
    .header_nav_container > li .sub-menu li a span {
        font-size: 15px
    }
}

@media (min-width: 1280px) {
    .header_nav_container > li .sub-menu li.current-menu-item a span {
        border-bottom: 1px solid #fff
    }
}

@media (min-width: 1280px) {
    .header_nav_container > li:hover > a:after {
        bottom: -8px;
        opacity: 1
    }

    .header_nav_container > li:hover .sub-menu {
        height: 100%;
        -webkit-transition: all ease-out 200ms;
        -ms-transition: all ease-out 200ms;
        -o-transition: all ease-out 200ms;
        transition: all ease-out 200ms
    }

        .header_nav_container > li:hover .sub-menu li {
            opacity: 1;
            transform: translateY(0)
        }
}

@media (min-width: 1280px) and (min-width: 1280px) {
    .header_nav_container > li.current-menu-parent > a span {
        color: #f86882
    }
}

.header_nav_container > li.opened a:after {
    transform: rotate(180deg)
}

.header_nav_container > li.opened .sub-menu {
    display: block
}

@media (min-width: 1280px) {
    .home .header:before {
        position: absolute;
        top: 0;
        bottom: 100%;
        left: 0;
        right: 0;
        background: #fff;
        content: '';
        -webkit-transition: all ease-out 200ms;
        -ms-transition: all ease-out 200ms;
        -o-transition: all ease-out 200ms;
        transition: all ease-out 200ms
    }

    .home .header.background:before {
        bottom: 0
    }
}

.toggle_nav {
    position: absolute;
    top: 0;
    right: 25px;
    bottom: 0;
    width: 30px;
    margin: 0;
    padding: 22px 0 0 0;
    background-color: transparent;
    cursor: pointer;
    border: none
}

@media (min-width: 480px) {
    .toggle_nav {
        right: 30px
    }
}

@media (min-width: 1024px) {
    .toggle_nav {
        padding-top: 28px
    }
}

@media (min-width: 1280px) {
    .toggle_nav {
        display: none;
        width: 150px;
        padding: 0 20px 0 90px
    }
}

.toggle_nav div.bar {
    -webkit-transition: all ease-out 200ms;
    -ms-transition: all ease-out 200ms;
    -o-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    position: relative;
    height: 2px;
    margin-bottom: 8px;
    background: #60295e
}

.voile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    background-color: rgba(0,0,0,0.3);
    content: '';
    opacity: 0;
    -webkit-transition: all ease-out 200ms;
    -ms-transition: all ease-out 200ms;
    -o-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    display: none;
}

.nav-open .voile {
    top: 100px;
    opacity: 1
}

@media (min-width: 768px) {
    .nav-open .voile {
        top: 83px
    }
}

.nav-open .toggle_nav .bar:nth-child(1) {
    top: 11px;
    transform: rotate(45deg)
}

.nav-open .toggle_nav .bar:nth-child(2) {
    opacity: 0
}

.nav-open .toggle_nav .bar:nth-child(3) {
    top: -9px;
    transform: rotate(-45deg)
}

.nav-open .header_nav {
    display: block
}

.admin-bar .nav-open .voile {
    top: 146px
}

@media (min-width: 768px) {
    .admin-bar .nav-open .voile {
        top: 115px
    }
}

.main_wrapper {
    position: relative;
    margin: 100px 0 0 0
}

@media (min-width: 768px) {
    .main_wrapper {
        margin: 83px 0 0 0;
    }
}

sup {
    margin-left: 0;
    vertical-align: top
}

div, p, span, li, a, address {
    line-height: 1.28
}

a {
    color: #006fba;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700
}

.pageint_img.pageint_img_swipeable + .credits {
    margin-top: -40px
}

.credits {
    margin-top: 1rem;
    margin-bottom: 40px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    color: #8b8c8b;
    font-size: 14px
}

.flex {
    display: flex
}

#wpadminbar * {
    color: #eee
}

body.fixed {
    overflow: hidden
}

@media (min-width: 768px) {
    .hidden-desktop {
        display: none
    }
}

.hidden-mobile {
    display: none
}

@media (min-width: 768px) {
    .hidden-mobile {
        display: block
    }
}

.home {
    background-color: #dce2e7
}

@media (min-width: 768px) {
    .home {
        background-color: #e4e9f0
    }
}

.home .main_wrapper {
    overflow: hidden
}

.admin-bar .header {
    top: 46px
}

@media (min-width: 768px) {
    .admin-bar .header {
        top: 32px
    }
}

.no-scroll {
    overflow: hidden
}

.img_rwd {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

    .img_rwd picture {
        display: none
    }

.indication {
    margin-top: 40px;
    background-color: #fff;
    padding: 15px 0 12px;
    z-index: 2;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15)
}

.indication_cta2 {
    font-family: Arial !important;
    letter-spacing: 0px !important
}

@media (min-width: 480px) {
    .indication {
        padding: 15px 0 12px
    }
}

.indication > .wrapper {
    width: 100%;
    max-width: 1365px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box
}

.indication.fixed {
    box-shadow: 0.8px 0.6px 10px 0 rgba(0,0,0,0.15);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: calc(100vh - 146px)
}

@media (min-width: 480px) {
    .indication.fixed {
        max-height: calc(100vh - 159px)
    }
}

.indication.fixed button {
    cursor: pointer
}

.indication.fixed .indication_subtitle {
    transition: opacity .45s ease-out, max-height .45s ease-out;
    opacity: 0;
    max-height: 0;
    overflow: hidden
}

@media (min-width: 768px) {
    .indication.fixed .indication_subtitle {
        opacity: 1;
        max-height: initial
    }
}

.indication.fixed.open {
    overflow: auto
}

    .indication.fixed.open .indication_subtitle {
        opacity: 1;
        max-height: 50rem
    }

.indication * {
    font-size: 15px
}

    .indication *:not(strong):not([class*=_title]):not(a):not(button) {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 400
    }

.indication.open {
    padding-top: 55px;
    padding-bottom: 55px;
    height: auto;
    transition: all 0s ease-in-out
}

    .indication.open button::after {
        content: "\25bc"
    }

    .indication.open .indication-notice {
        display: none
    }

    .indication.open .indication_list_intro {
        margin-top: 25px
    }

    .indication.open .drop_down .indication_list {
        margin-top: 25px;
        max-height: 100rem
    }

.indication .indication-notice {
    margin-top: 8px;
    font-weight: 700 !important;
    font-style: italic;
    border-bottom: 1px solid #000;
    color: #000;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none
}

@media (max-width: 768px) {
    .indication .indication-notice {
        border: none
    }
}

@media (min-width: 768px) {
    .indication .indication-notice {
        margin-bottom: 20px
    }
}

.indication button {
    cursor: default;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 0;
    color: #cd4855;
    text-align: left;
    background: 0;
    border: 0 none;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700
}

    .indication button::after {
        content: "\25b2";
        color: #fa5e7a;
        font-size: 20px;
        line-height: 1;
        margin-left: 15px
    }

@media (min-width: 768px) {
    .indication_list *, .indication_list_intro * {
        font-size: 15px
    }
}

.indication_list p:not(:last-child), .indication_list ul:not(:last-child), .indication_list ul li:not(:last-child), .indication_list_intro p:not(:last-child), .indication_list_intro ul:not(:last-child), .indication_list_intro ul li:not(:last-child) {
    margin-bottom: 22px
}

.indication_list a, .indication_list_intro a {
    font-weight: 700 !important;
    font-style: italic;
    border-bottom: 1px solid #000;
    color: #000;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    transition: all .35s ease-in-out
}

    .indication_list a:hover, .indication_list_intro a:hover {
        border-bottom-color: transparent
    }

.indication_list {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease-in-out
}

.refs {
    padding: 25px 0
}

@media (min-width: 480px) {
    .refs {
        padding: 50px 0
    }
}

.refs * {
    font-size: 12px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400
}

@media (min-width: 480px) {
    .refs * {
        font-size: 15px
    }
}

.indication_title, .refs_title {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px 0
}

.indication_list, .refs_list {
    margin: 0;
    padding: 0
}

.indication_item, .refs_item {
    list-style-position: inside
}

    .indication_item:not(:last-child), .refs_item:not(:last-child) {
        margin: 0 0 20px 0
    }

    .indication_item a, .refs_item a {
        word-wrap: break-word;
        overflow-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto
    }

    .indication_item *, .refs_item * {
        display: inline
    }

.refs_title {
    margin-bottom: 20px
}

@media (min-width: 1280px) {
    body:not(.home) .refs > .wrapper {
        width: 1024px;
        padding: 0 15px
    }
}

.page_list li {
    display: block
}

    .page_list li a {
        display: block;
        color: #333;
        text-decoration: none
    }

.page_list > li {
    margin: 20px 0 60px 0;
    position: relative
}

    .page_list > li > a {
        margin-bottom: 15px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 700;
        font-size: 30px;
        text-transform: uppercase
    }

.page_list ul {
    margin: 5px 0 15px 0;
    padding-left: 10px
}

    .page_list ul > li a {
        margin: 0 0 25px 20px;
        line-height: 1.3;
        font-size: 18px;
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 300
    }

.page_list .sub-menu {
    position: relative
}

    .page_list .sub-menu li {
        position: relative
    }

        .page_list .sub-menu li:before {
            height: 7px;
            width: 7px;
            border-radius: 7px;
            top: 7px;
            left: 0px;
            position: absolute;
            content: "";
            background-color: #f86882
        }

.hp_big_picture {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: -2
}

@media (min-width: 768px) {
    .hp_big_picture {
        display: block
    }
}

@media (min-width: 1280px) {
    .hp_big_picture {
        max-width: 1280px;
        margin: 0 auto
    }
}

.hp_big_picture:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    content: ''
}

@media (min-width: 768px) {
    .hp_big_picture:after {
        background: url(/Contents/Images/baby.png) -80px 0px no-repeat;
        background-size: 45% auto;
        top: 30px
    }
}

@media (min-width: 1024px) {
    .hp_big_picture:after {
        background: url(/Contents/Images/baby.png) -110px 0px no-repeat;
        background-size: 45% auto
    }
}

@media (min-width: 1280px) {
    .hp_big_picture:after {
        background: url(/Contents/Images/baby.png) 0 0px no-repeat;
        background-size: 580px auto
    }
}

@media (min-width: 1600px) {
    .hp_big_picture:after {
        background: url(/Contents/Images/baby.png) 0 0 no-repeat
    }
}

@media (min-width: 1920px) {
    .hp_big_picture:after {
        background: url(/Contents/Images/baby.png) 0 0 no-repeat
    }
}

.hp_img {
    width: 100%;
    margin: -10px 0
}

.hp_text {
    margin: 0 0 25px 0;
    padding: 30px 0 0 0
}

@media (min-width: 768px) {
    .hp_text {
        margin: 0 0 30px 0;
        padding: 90px 0 0 33.333%
    }
}

@media (min-width: 1024px) {
    .hp_text {
        margin: 0 0 50px 0;
        padding: 100px 0 0 33.333%
    }
}

@media (min-width: 1600px) {
    .hp_text {
        padding: 100px 0 0 50%
    }
}

.hp_text.title {
    margin-bottom: 0
}

    .hp_text.title p, .hp_text.title h1 {
        color: #ac004d;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 600;
        line-height: 1.2
    }

@media (min-width: 1024px) {
    .hp_text.title p, .hp_text.title h1 {
        font-size: 45px
    }
}

.hp_text.title p .purple, .hp_text.title h1 .purple {
    color: #60295e;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600
}

@media (min-width: 1024px) {
    .hp_text.title p .purple, .hp_text.title h1 .purple {
        font-size: 45px
    }
}

@media (min-width: 1280px) {
    .hp_text.title {
        margin-right: -10rem
    }

        .hp_text.title + .hp_text.sub {
            margin-right: -8rem
        }
}

.hp_text.sub {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    padding: 30px 0;
    margin: 0
}

@media (min-width: 768px) {
    .hp_text.sub {
        padding: 30px 0 0 33.33%
    }
}

@media (min-width: 1600px) {
    .hp_text.sub {
        padding: 30px 0 0 50%
    }
}

.hp_text.sub p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300
}

.hp_text.sub a {
    color: #333
}

.hp_text.box {
    background-color: white;
    padding: 20px;
    margin: 40px 0
}

@media (min-width: 1280px) {
    .hp_text.box {
        padding: 60px
    }

        .hp_text.box p {
            font-size: 20px
        }
}

.hp_text strong a {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 16px
}

.hp_cta_wrapper {
    position: relative
}

.hp_cta {
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 768px) {
    .hp_cta {
        margin-top: 2rem;
        justify-content: flex-end
    }
}

.hp_cta_bloc {
    width: 50%;
    padding: 2.5px
}

    .hp_cta_bloc a {
        color: #333;
        text-decoration: none
    }

@media (min-width: 768px) {
    .hp_cta_bloc {
        width: 120px
    }
}

@media (min-width: 1024px) {
    .hp_cta_bloc {
        width: 163px
    }
}

@media (min-width: 1280px) {
    .hp_cta_bloc {
        width: 180px
    }
}

@media (min-width: 1600px) {
    .hp_cta_bloc {
        width: 160px
    }
}

.hp_cta_link {
    display: block
}

.hp_cta_inner {
    display: flex;
    height: 136px;
    align-items: center;
    flex-direction: column;
    background-color: #fff
}

@media (min-width: 480px) {
    .hp_cta_inner {
        height: 210px
    }
}

@media (min-width: 768px) {
    .hp_cta_inner {
        height: 100px
    }
}

@media (min-width: 1024px) {
    .hp_cta_inner {
        height: 130px
    }
}

@media (min-width: 1280px) {
    .hp_cta_inner {
        height: 160px
    }
}

.hp_cta_text {
    width: 100%;
    padding: 0 15px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    text-align: center;
    font-size: 13.5px;
    margin-top: 15px
}

@media (min-width: 480px) {
    .hp_cta_text {
        font-size: 12px
    }
}

@media (min-width: 768px) {
    .hp_cta_text {
        font-size: 10px
    }
}

@media (min-width: 1024px) {
    .hp_cta_text {
        height: 35px;
        font-size: 12px
    }
}

@media (min-width: 1280px) {
    .hp_cta_text {
        height: 45px;
        font-size: 16px
    }
}

.hp_cta_picto {
    height: 40px;
    width: 40px;
    margin-top: 25px
}

@media (min-width: 480px) {
    .hp_cta_picto {
        height: 40px;
        width: 40px
    }
}

@media (min-width: 768px) {
    .hp_cta_picto {
        height: 30px;
        width: 30px
    }
}

@media (min-width: 1024px) {
    .hp_cta_picto {
        height: 40px;
        width: 40px
    }
}

@media (min-width: 1280px) {
    .hp_cta_picto {
        height: 50px;
        width: 50px;
        margin-top: 30px
    }
}

.cta_why.pink {
    background: url(/Contents/Images/hp-cta-why-pink.svg) center center no-repeat;
    background-size: contain
}

.cta_why.brightPink {
    background: url(/Contents/Images/hp-cta-why-brightPink.svg) center center no-repeat;
    background-size: contain
}

.cta_why.brightPurple {
    background: url(/Contents/Images/hp-cta-why-brightPurple.svg) center center no-repeat;
    background-size: contain
}

.cta_why.purple {
    background: url(/Contents/Images/hp-cta-why-purple.svg) center center no-repeat;
    background-size: contain
}

.cta_why.stEmilion {
    background: url(/Contents/Images/hp-cta-why-stEmilion.svg) center center no-repeat;
    background-size: contain
}

.cta_test.pink {
    background: url(/Contents/Images/hp-cta-test-pink.svg) center center no-repeat;
    background-size: contain
}

.cta_test.brightPink {
    background: url(/Contents/Images/hp-cta-test-brightPink.svg) center center no-repeat;
    background-size: contain
}

.cta_test.brightPurple {
    background: url(/Contents/Images/hp-cta-test-brightPurple.svg) center center no-repeat;
    background-size: contain
}

.cta_test.purple {
    background: url(/Contents/Images/hp-cta-test-purple.svg) center center no-repeat;
    background-size: contain
}

.cta_test.stEmilion {
    background: url(/Contents/Images/hp-cta-test-stEmilion.svg) center center no-repeat;
    background-size: contain
}

.cta_treatment.pink {
    background: url(/Contents/Images/hp-cta-treatment-pink.svg) center center no-repeat;
    background-size: contain
}

.cta_treatment.brightPink {
    background: url(/Contents/Images/hp-cta-treatment-brightPink.svg) center center no-repeat;
    background-size: contain
}

.cta_treatment.brightPurple {
    background: url(/Contents/Images/hp-cta-treatment-brightPurple.svg) center center no-repeat;
    background-size: contain
}

.cta_treatment.purple {
    background: url(/Contents/Images/hp-cta-treatment-purple.svg) center center no-repeat;
    background-size: contain
}

.cta_treatment.stEmilion {
    background: url(/Contents/Images/hp-cta-treatment-stEmilion.svg) center center no-repeat;
    background-size: contain
}

.cta_start.pink {
    background: url(/Contents/Images/hp-cta-start-pink.svg) center center no-repeat;
    background-size: contain
}

.cta_start.brightPink {
    background: url(/Contents/Images/hp-cta-start-brightPink.svg) center center no-repeat;
    background-size: contain
}

.cta_start.brightPurple {
    background: url(/Contents/Images/hp-cta-start-brightPurple.svg) center center no-repeat;
    background-size: contain
}

.cta_start.purple {
    background: url(/Contents/Images/hp-cta-start-purple.svg) center center no-repeat;
    background-size: contain
}

.cta_start.stEmilion {
    background: url(/Contents/Images/hp-cta-start-stEmilion.svg) center center no-repeat;
    background-size: contain
}

.cta_search.pink {
    background: url(/Contents/Images/hp-cta-search-pink.svg) center center no-repeat;
    background-size: contain
}

.cta_search.brightPink {
    background: url(/Contents/Images/hp-cta-search-brightPink.svg) center center no-repeat;
    background-size: contain
}

.cta_search.brightPurple {
    background: url(/Contents/Images/hp-cta-search-brightPurple.svg) center center no-repeat;
    background-size: contain
}

.cta_search.purple {
    background: url(/Contents/Images/hp-cta-search-purple.svg) center center no-repeat;
    background-size: contain
}

.cta_search.stEmilion {
    background: url(/Contents/Images/hp-cta-search-stEmilion.svg) center center no-repeat;
    background-size: contain
}

.hp_block {
    margin: 0 0 30px 0
}

    .hp_block .flex-container {
        display: flex
    }

    .hp_block.case-study {
        background-color: white
    }

        .hp_block.case-study .watermark {
            color: black;
            padding: 20px;
            font-size: 14px;
        }

@media (min-width: 1600px) {
    .hp_block.case-study .watermark {
        padding: 10px 55px 50px 55px
    }
}

.hp_block.case-study .hp_block_img {
    height: calc(80vw - 3em)
}

@media (min-width: 480px) {
    .hp_block.case-study .hp_block_img {
        height: 380px
    }
}

@media (min-width: 1024px) {
    .hp_block.case-study .hp_block_inner:nth-child(even) .hp_block_img {
        order: 2
    }
}

.hp_block.case-study .flex-container {
    flex-direction: column
}

@media (min-width: 768px) {
    .hp_block.case-study .flex-container .hp_block_inner {
        align-content: flex-start
    }

    .hp_block.case-study .flex-container .hp_block_img {
        width: 100%
    }
}

@media (min-width: 1024px) {
    .hp_block.case-study .flex-container {
        flex-direction: row;
        padding: 10px 0
    }

        .hp_block.case-study .flex-container .hp_block_inner {
            position: relative
        }

            .hp_block.case-study .flex-container .hp_block_inner .hp_block_img {
                min-height: unset;
                background-size: contain !important
            }

            .hp_block.case-study .flex-container .hp_block_inner:nth-child(1) .hp_block_title {
                align-self: flex-start
            }

            .hp_block.case-study .flex-container .hp_block_inner:nth-child(1), .hp_block.case-study .flex-container .hp_block_inner:nth-child(2) {
                flex: 2
            }

                .hp_block.case-study .flex-container .hp_block_inner:nth-child(1) .hp_block_img, .hp_block.case-study .flex-container .hp_block_inner:nth-child(2) .hp_block_img {
                    height: 221px
                }

            .hp_block.case-study .flex-container .hp_block_inner:nth-child(3) {
                flex: 3
            }

                .hp_block.case-study .flex-container .hp_block_inner:nth-child(3) .hp_block_img {
                    height: 310px
                }

            .hp_block.case-study .flex-container .hp_block_inner:after {
                content: "";
                position: absolute;
                right: 0;
                background: linear-gradient(to bottom, #FF628E 0%, #FF628E 33%, #fff 34%, #fff 100%);
                background-repeat: repeat;
                background-size: 2px 6px;
                height: auto;
                bottom: 20px;
                top: 0;
                width: 2px
            }

            .hp_block.case-study .flex-container .hp_block_inner:last-child:after {
                display: none
            }
}

@media (min-width: 1280px) {
    .hp_block.case-study .flex-container .hp_block_inner:nth-child(1) .hp_block_img, .hp_block.case-study .flex-container .hp_block_inner:nth-child(2) .hp_block_img {
        height: 257px
    }

    .hp_block.case-study .flex-container .hp_block_inner:nth-child(3) .hp_block_img {
        height: 348px
    }
}

@media (min-width: 1600px) {
    .hp_block.case-study .flex-container {
        padding: 25px
    }

        .hp_block.case-study .flex-container .hp_block_inner:nth-child(1) .hp_block_img, .hp_block.case-study .flex-container .hp_block_inner:nth-child(2) .hp_block_img {
            height: 257px
        }

        .hp_block.case-study .flex-container .hp_block_inner:nth-child(2) .hp_block_content {
            padding: 50px 35px
        }

        .hp_block.case-study .flex-container .hp_block_inner:nth-child(3) {
            flex: 0 0 531px
        }

            .hp_block.case-study .flex-container .hp_block_inner:nth-child(3) .hp_block_content {
                padding: 30px 35px 0 35px
            }

            .hp_block.case-study .flex-container .hp_block_inner:nth-child(3) .hp_block_img {
                height: 379px
            }
}

.hp_block.case-study .hp_block_content {
    width: 100%
}

@media (min-width: 1600px) {
    .hp_block.case-study .hp_block_content {
        padding: 40px 35px
    }

        .hp_block.case-study .hp_block_content .text p {
            margin: 5px 0 0 0
        }
}

.hp_block.case-study .hp_block_title {
    padding: 20px 15px;
    margin: 0
}

@media (min-width: 1600px) {
    .hp_block.case-study .hp_block_title {
        padding: 50px 55px 0 55px
    }
}

.hp_block.case-study .hp_block_title.subtitle {
    font-size: 45px;
    color: #b62c6b;
    letter-spacing: 2px;
    padding: 0;
    margin: 0 0 10px 0
}

@media (min-width: 1600px) {
    .hp_block.case-study .hp_block_title.subtitle {
        margin: 0
    }
}

.hp_block.case-study .hp_block_img {
    margin: 0 15px
}

@media (min-width: 1024px) {
    .hp_block.case-study .hp_block_img {
        margin: 0 20px
    }
}

@media (min-width: 1600px) {
    .hp_block.case-study .hp_block_img {
        margin: 0 35px
    }
}

.hp_block_link {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    text-decoration: none
}

@media (min-width: 768px) {
    .hp_block_inner {
        display: flex;
        flex-wrap: wrap;
        align-content: stretch
    }
}

.hp_block_img {
    height: 150px
}

@media (min-width: 340px) {
    .hp_block_img {
        height: 170px
    }
}

@media (min-width: 380px) {
    .hp_block_img {
        height: 190px
    }
}

@media (min-width: 768px) {
    .hp_block_img {
        min-height: 310px;
        height: auto;
        width: 58%
    }
}

@media (min-width: 1600px) {
    .hp_block_img {
        min-height: 450px
    }
}

.hp_block_content {
    position: relative;
    padding: 20px 15px;
    background: #fff
}

    .hp_block_content a {
        text-decoration: none
    }

@media (min-width: 768px) {
    .hp_block_content {
        display: flex;
        flex-direction: column;
        width: 42%
    }
}

@media (min-width: 1024px) {
    .hp_block_content {
        padding: 25px 20px
    }
}

@media (min-width: 1600px) {
    .hp_block_content {
        padding: 40px
    }
}

.hp_block:nth-child(even) .hp_block_inner .hp_block_content {
    order: -1
}

.hp_block:nth-child(odd) .hp_block_inner .hp_block_content {
    order: 1
}

.hp_block_title {
    margin: 0 0 10px 0;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: none;
    color: #333;
    letter-spacing: 0
}

    .hp_block_title p {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 700;
        font-size: 20px;
        text-transform: none;
        color: #333;
        letter-spacing: 0
    }

@media (min-width: 1280px) {
    .hp_block_title {
        font-size: 45px;
        line-height: 1.04
    }

        .hp_block_title p {
            font-size: 45px;
            line-height: 1.04
        }
}

.hp_block_text {
    margin: 0 0 15px 0;
    color: #333
}

@media (min-width: 1280px) {
    .hp_block_text {
        line-height: 1.15;
        font-size: 20px
    }

        .hp_block_text p {
            line-height: 1.15;
            font-size: 20px
        }
}

.hp_block_link_btn {
    color: #f86882;
    background: url(/Contents/Images/arrow-bold-pink.svg) center right no-repeat;
    background-size: 10px 10px
}

@media (min-width: 768px) {
    .hp_block_link_btn {
        margin: auto auto 0 0
    }
}

.pageint_body {
    padding: 20px 0
}

@media (min-width: 1280px) {
    .pageint_body {
        padding: 10px 0
    }
}

@media (min-width: 1180px) {
    .pageint_body > .wrapper {
        width: 1024px;
        padding: 0
    }
}

@media (min-width: 1280px) {
    .pageint_body > .wrapper {
        width: 1110px;
        padding: 0
    }
}

.pageint_body .sideshare {
    margin-bottom: 40px
}

@media (min-width: 1280px) {
    .pageint_body .sideshare {
        position: absolute;
        top: 0px;
        left: -118px
    }
}

@media (min-width: 1280px) {
    .pageint_body .sideshare.sticky {
        position: fixed;
        top: 198px;
        left: 50%;
        margin-left: -630px
    }
}

.pageint_body .sideshare a {
    float: left;
    height: 40px;
    width: 40px;
    margin: 0 12px 0 0;
    border-radius: 40px
}

@media (min-width: 1280px) {
    .pageint_body .sideshare a {
        float: none;
        margin: 0 0 10px 0
    }
}

.pageint_body .sideshare_linkedin {
    display: block;
    background: url(/Contents/Images/linkedin.html) center center no-repeat;
    background-size: contain
}

.pageint_body .sideshare_twitter {
    display: block;
    background: url(/Contents/Images/twitter.html) center center no-repeat;
    background-size: contain
}

.pageint_body .sideshare_print {
    display: none;
    background: #333 url(/Contents/Images/print.svg) center center no-repeat;
    background-size: 25px
}

@media (min-width: 1280px) {
    .pageint_body .sideshare_print {
        display: block
    }
}

.page-id-63 .pageint_body .sideshare, .page-id-65 .pageint_body .sideshare, .page-id-67 .pageint_body .sideshare {
    display: none
}

.page-id-63 .sticker_cta, .page-id-65 .sticker_cta, .page-id-67 .sticker_cta {
    display: none
}

.pageint_bulletList {
    margin: 0 0 30px 0
}

@media (min-width: 768px) {
    .pageint_bulletList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media (min-width: 1024px) {
    .pageint_bulletList_col {
        width: 48%
    }
}

.pageint_bulletList_col:nth-child(1) .checklist:nth-child(1) p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600
}

.pageint_bulletList_item {
    display: block;
    padding: 15px 0;
    position: relative
}

.pageint_bulletList_text {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #ac004d
}

    .pageint_bulletList_text p, .pageint_bulletList_text span, .pageint_bulletList_text a {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 300;
        font-size: 25px;
        color: #ac004d
    }

    .pageint_bulletList_text strong {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 600;
        font-size: 25px;
        color: #ac004d
    }

    .pageint_bulletList_text sup {
        font-size: 14px
    }

.pageint_bulletList .anchor .pageint_bulletList_text:after {
    padding: 0 15px 0 25px;
    background: url(/Contents/Images/arrow-cercle.svg) right center no-repeat;
    background-size: contain;
    content: ''
}

.pageint_bulletList .checklist .pageint_bulletList_text {
    min-height: 24px;
    padding: 0 0 0 40px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #ac004d
}

    .pageint_bulletList .checklist .pageint_bulletList_text::before {
        content: "\2022";
        position: absolute;
        left: -7px;
        top: 30px;
        font-size: 110px;
        line-height: 0
    }

.pageint_bulletList .bullet .pageint_bulletList_text {
    min-height: 24px;
    padding: 0 0 0 40px;
    background: url(/Contents/Images/bullet.svg) left 3px no-repeat;
    background-size: 24px 24px
}

.pageint_head {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 1280px) {
    .pageint_head {
        margin-bottom: 50px
    }
}

.pageint_head.no_background {
    background: linear-gradient(70deg, #000 0%, #fe637c 0%, #60295f 100%) !important
}

.pageint_head > .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 260px;
    padding: 35px 0 40px 0
}

@media (min-width: 768px) {
    .pageint_head > .wrapper {
        height: 325px
    }
}

@media (min-width: 1024px) {
    .pageint_head > .wrapper {
        height: 350px
    }
}

@media (min-width: 1280px) {
    .pageint_head > .wrapper {
        height: 400px
    }
}

@media (min-width: 1600px) {
    .pageint_head > .wrapper {
        height: 425px
    }
}

.pageint_head_title {
    width: 100%;
    margin: auto 0 10px 0;
    padding: 0 15px;
    color: #fff;
    text-align: center
}

@media (min-width: 1024px) {
    .pageint_head_title {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        align-content: flex-end;
        flex-wrap: wrap
    }
}

.pageint_head_title span {
    line-height: 1.3;
    color: #fff;
    text-align: center
}

@media (min-width: 1024px) {
    .pageint_head_title span {
        display: block;
        width: 100%
    }
}

.pageint_head_sub {
    width: 100%;
    margin: 0 0 auto 0;
    font-size: 25px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center
}

    .pageint_head_sub p, .pageint_head_sub span, .pageint_head_sub ul, .pageint_head_sub li, .pageint_head_sub a, .pageint_head_sub i, .pageint_head_sub em, .pageint_head_sub div {
        font-size: 25px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        color: #fff;
        text-align: center
    }

        .pageint_head_sub p sup, .pageint_head_sub span sup, .pageint_head_sub ul sup, .pageint_head_sub li sup, .pageint_head_sub a sup, .pageint_head_sub i sup, .pageint_head_sub em sup, .pageint_head_sub div sup {
            font-size: 14px
        }

.pageint_head_sub_link {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    border-bottom: 2px solid #fff
}

.pageint_howTo_title {
    margin-top: 2em
}

.pageint_howTo_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #dadada
}

@media (min-width: 768px) {
    .pageint_howTo_item.emptyimg .pageint_howTo_desc {
        margin-left: 50px
    }
}

.pageint_howTo_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

@media (min-width: 768px) {
    .pageint_howTo_inner {
        margin-right: 20px;
        justify-content: flex-start
    }
}

.pageint_howTo_num {
    position: relative;
    display: flex;
    height: 75px;
    width: 75px;
    justify-content: center;
    align-items: center;
    border-radius: 75px;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 30px
}

    .pageint_howTo_num:after {
        position: absolute;
        content: none;
        top: 0;
        bottom: 0;
        right: -18px;
        width: 0
    }

@media (min-width: 768px) {
    .pageint_howTo_num:after {
        content: ''
    }
}

.pageint_howTo_item:nth-child(2) .pageint_howTo_num {
    background-color: #fa5e7a
}

    .pageint_howTo_item:nth-child(2) .pageint_howTo_num:after {
        border-right: 2px dotted #fa5e7a
    }

.pageint_howTo_item:nth-child(3) .pageint_howTo_num {
    background-color: #e65a77
}

    .pageint_howTo_item:nth-child(3) .pageint_howTo_num:after {
        border-right: 2px dotted #e65a77
    }

.pageint_howTo_item:nth-child(4) .pageint_howTo_num {
    background-color: #cc5173
}

    .pageint_howTo_item:nth-child(4) .pageint_howTo_num:after {
        border-right: 2px dotted #cc5173
    }

.pageint_howTo_item:nth-child(5) .pageint_howTo_num {
    background-color: #a8436c
}

    .pageint_howTo_item:nth-child(5) .pageint_howTo_num:after {
        border-right: 2px dotted #a8436c
    }

.pageint_howTo_item:nth-child(6) .pageint_howTo_num {
    background-color: #80547f
}

    .pageint_howTo_item:nth-child(6) .pageint_howTo_num:after {
        border-right: 2px dotted #80547f
    }

.pageint_howTo_item:nth-child(7) .pageint_howTo_num {
    background-color: #60295e
}

    .pageint_howTo_item:nth-child(7) .pageint_howTo_num:after {
        border-right: 2px dotted #60295e
    }

.pageint_howTo_picto {
    height: 140px;
    width: 160px;
    margin-left: 35px;
    background-color: #dadada
}

@media (min-width: 480px) {
    .pageint_howTo_picto {
        margin-left: 40px
    }
}

.pageint_howTo_desc {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: center
}

@media (min-width: 768px) {
    .pageint_howTo_desc {
        width: calc(100% - 300px);
        margin-top: 0px
    }
}

.pageint_howTo_warning {
    position: relative;
    margin: 30px 0 10px 0;
    padding: 30px 30px 30px 50px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    color: #60295e;
    text-decoration: underline;
    border: 2px solid #60295e
}

@media (min-width: 768px) {
    .pageint_howTo_warning {
        padding: 20px 20px 20px 80px
    }
}

@media (min-width: 1280px) {
    .pageint_howTo_warning {
        padding: 30px 30px 30px 70px
    }
}

.pageint_howTo_warning:before {
    position: absolute;
    top: 20px;
    left: 10px;
    height: 25px;
    width: 30px;
    background: url(/Contents/Images/warning.svg) center center no-repeat;
    background-size: contain;
    content: ''
}

@media (min-width: 768px) {
    .pageint_howTo_warning:before {
        top: 0;
        left: 20px;
        bottom: 0;
        height: 100%
    }
}

@media (min-width: 1280px) {
    .pageint_howTo_warning:before {
        left: 25px
    }
}

.pageint_img {
    margin-bottom: 40px
}

.pageint_img_wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

    .pageint_img_wrapper .biocare {
        position: absolute;
        left: 8%;
        top: 46%;
        width: 30%;
        height: 33%;
        color: transparent
    }

@media (max-width: 767px) {
    .pageint_img_wrapper .biocare {
        top: 0;
        width: 84%
    }
}

.pageint_img_wrapper .mail {
    position: absolute;
    right: 7%;
    top: 48%;
    width: 21%;
    height: 22%;
    color: transparent
}

@media (max-width: 767px) {
    .pageint_img_wrapper .mail {
        top: auto;
        bottom: 0;
        right: 20%;
        width: 60%;
        height: 26%
    }
}

@media (min-width: 768px) {
    .pageint_img_duo {
        display: flex;
        flex-wrap: wrap
    }
}

.pageint_img_item {
    width: 100%
}

    .pageint_img_item:nth-child(odd) {
        margin-bottom: 10px
    }

@media (min-width: 768px) {
    .pageint_img_item {
        width: 49%;
        margin-bottom: 0
    }

        .pageint_img_item:nth-child(odd) {
            margin-right: 2%
        }
}

.pageint_img_link {
    display: block
}

.pageint_img picture {
    display: block;
    height: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 0
}

    .pageint_img picture img {
        max-width: 100%
    }

.pageint_img_swipeable .perfect_scrollbar {
    max-height: 480px;
    padding-bottom: 25px;
    text-align: center
}

@media (min-width: 480px) {
    .pageint_img_swipeable .perfect_scrollbar {
        max-height: 580px
    }
}

@media (min-width: 768px) {
    .pageint_img_swipeable .perfect_scrollbar {
        max-height: 930px
    }
}

@media (min-width: 1024px) {
    .pageint_img_swipeable .perfect_scrollbar {
        max-height: none
    }
}

.pageint_img_swipeable picture {
    display: inline-block;
    max-width: none
}

@media (min-width: 1024px) {
    .pageint_img_swipeable picture {
        display: block;
        max-width: 100%
    }
}

.pageint_img_swipeable picture img {
    max-height: 450px;
    max-width: none
}

@media (min-width: 480px) {
    .pageint_img_swipeable picture img {
        max-height: 550px
    }
}

@media (min-width: 768px) {
    .pageint_img_swipeable picture img {
        max-height: 900px
    }
}

@media (min-width: 1024px) {
    .pageint_img_swipeable picture img {
        max-height: none;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .pageint_img_swipeable.no_swipe_tablet picture {
        display: block;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .pageint_img_swipeable.no_swipe_tablet picture img {
        max-height: none;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .pageint_img_swipeable.no_swipe_tablet .pageint_img_zoom {
        display: none
    }
}

.pageint_img_zoomable picture {
    display: inline-block;
    max-width: none
}

@media (min-width: 1024px) {
    .pageint_img_zoomable picture {
        display: block;
        max-width: 100%
    }
}

.pageint_img_zoomable picture img {
    max-width: none;
    -webkit-transition: all ease-out 200ms;
    -ms-transition: all ease-out 200ms;
    -o-transition: all ease-out 200ms;
    transition: all ease-out 200ms
}

@media (min-width: 1024px) {
    .pageint_img_zoomable picture img {
        max-width: 100%
    }
}

.pageint_img_zoomable.zoomIn picture img {
    max-height: none
}

.pageint_img_zoom {
    margin-top: 20px;
    text-align: center
}

.pageint_img_zoom_btn {
    display: inline-block;
    height: 60px;
    width: 60px;
    background: #ac004d url(/Contents/Images/loupe-plus.svg) center center no-repeat;
    background-size: 27px 27px;
    border-radius: 60px
}

@media (min-width: 1024px) {
    .pageint_img_zoom {
        display: none
    }
}

.pageint_img.zoomIn .pageint_img_zoom .pageint_img_zoom_btn {
    background: #ac004d url(/Contents/Images/loupe-moins.svg) center center no-repeat;
    background-size: 27px 27px
}

@media (min-width: 768px) {
    .pageint_imgText {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

.pageint_imgText_item {
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .pageint_imgText_item {
        width: 48%
    }
}

@media (min-width: 1280px) {
    .pageint_imgText_item {
        display: flex;
        flex-wrap: wrap;
        width: 100%
    }
}

@media (min-width: 1280px) {
    .pageint_imgText_item {
        margin-bottom: 70px
    }

        .pageint_imgText_item.img_left .pageint_imgText_img {
            order: 1
        }

        .pageint_imgText_item.img_left .pageint_imgText_content {
            order: 2;
            padding-left: 40px
        }

        .pageint_imgText_item.img_right .pageint_imgText_img {
            order: 2
        }

        .pageint_imgText_item.img_right .pageint_imgText_content {
            order: 1;
            padding-right: 40px
        }
}

.pageint_imgText_img {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

    .pageint_imgText_img a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

@media (min-width: 400px) {
    .pageint_imgText_img {
        height: 170px
    }
}

@media (min-width: 768px) {
    .pageint_imgText_img {
        height: 240px
    }
}

@media (min-width: 1024px) {
    .pageint_imgText_img {
        height: 300px
    }
}

@media (min-width: 1280px) {
    .pageint_imgText_img {
        height: auto;
        min-height: 350px;
        width: 50%
    }
}

.pageint_imgText_content {
    padding: 20px 0 0 0
}

@media (min-width: 1280px) {
    .pageint_imgText_content {
        width: 50%;
        padding: 0 0 20px 0
    }
}

.pageint_imgText_title {
    word-wrap: break-word;
    hyphens: auto;
    margin: 0 0 20px 0
}

    .pageint_imgText_title:after {
        display: block;
        height: 7px;
        width: 50px;
        background: #60295e;
        margin-top: 20px;
        content: ''
    }

.pageint_imgText_text p {
    margin: 0 0 30px 0;
    line-height: 1.3;
    font-size: 18px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300
}

    .pageint_imgText_text p sup {
        font-size: 11px
    }

.pageint_imgText_link {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    margin: 20px 0;
    padding: 10px 45px 10px 25px;
    border-radius: 50px;
    border: 2px solid #f86882;
    background: url(/Contents/Images/arrow-bold-pink.svg) 95% center no-repeat;
    background-size: 15px 15px
}

    .pageint_imgText_link.file {
        background: url(/Contents/Images/download.svg) 95% center no-repeat;
        background-size: 15px 15px
    }

.pageint_imgText_link_text {
    color: #f86882;
    width: calc(100% - 50px);
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 16px
}

    .pageint_imgText_link_text sup {
        font-size: 10px
    }

.pageint .nota_bene {
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: 16px;
    color: #000;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
}

    .pageint .nota_bene sup {
        font-size: 10px
    }

.pageint_percent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0
}

@media (min-width: 768px) {
    .pageint_percent {
        justify-content: space-between
    }
}

.pageint_percent_num {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    width: 110px;
    border-radius: 110px;
    background-color: #f86882;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    text-align: center
}

.pageint_percent_text {
    width: 100%;
    margin-top: 15px
}

@media (min-width: 768px) {
    .pageint_percent_text {
        align-items: center;
        width: calc(100% - 135px);
        margin-top: 0px
    }

        .pageint_percent_text p {
            margin: 0
        }
}

.pageint_wysiwyg, .hp_block_text {
    line-height: 1.6;
    font-size: 18px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300
}

    .pageint_wysiwyg h1, .pageint_wysiwyg h2, .pageint_wysiwyg h3, .pageint_wysiwyg h4, .pageint_wysiwyg h5, .pageint_wysiwyg h6, .hp_block_text h1, .hp_block_text h2, .hp_block_text h3, .hp_block_text h4, .hp_block_text h5, .hp_block_text h6 {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 700;
        font-size: 30px;
        margin: 20px 0 25px 0
    }

        .pageint_wysiwyg h1 sup, .pageint_wysiwyg h2 sup, .pageint_wysiwyg h3 sup, .pageint_wysiwyg h4 sup, .pageint_wysiwyg h5 sup, .pageint_wysiwyg h6 sup, .hp_block_text h1 sup, .hp_block_text h2 sup, .hp_block_text h3 sup, .hp_block_text h4 sup, .hp_block_text h5 sup, .hp_block_text h6 sup {
            font-size: 19px
        }

        .pageint_wysiwyg h1 span, .pageint_wysiwyg h2 span, .pageint_wysiwyg h3 span, .pageint_wysiwyg h4 span, .pageint_wysiwyg h5 span, .pageint_wysiwyg h6 span, .hp_block_text h1 span, .hp_block_text h2 span, .hp_block_text h3 span, .hp_block_text h4 span, .hp_block_text h5 span, .hp_block_text h6 span {
            font-size: inherit;
            color: #ac004d;
            font-family: inherit;
            font-weight: inherit
        }

@media (max-width: 768px) {
    .pageint_wysiwyg h1, .pageint_wysiwyg h2, .pageint_wysiwyg h3, .pageint_wysiwyg h4, .pageint_wysiwyg h5, .pageint_wysiwyg h6, .hp_block_text h1, .hp_block_text h2, .hp_block_text h3, .hp_block_text h4, .hp_block_text h5, .hp_block_text h6 {
        font-size: 24px;
        line-height: 1.3
    }
}

.pageint_wysiwyg h3, .hp_block_text h3 {
    font-size: 22px;
    margin-bottom: 15px
}

.pageint_wysiwyg .cols2, .hp_block_text .cols2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

    .pageint_wysiwyg .cols2 > div, .hp_block_text .cols2 > div {
        width: 50%;
        flex-shrink: 0
    }

        .pageint_wysiwyg .cols2 > div > p, .hp_block_text .cols2 > div > p {
            margin-top: 0
        }

@media (max-width: 768px) {
    .pageint_wysiwyg .cols2 > div, .hp_block_text .cols2 > div {
        width: 100%
    }
}

.pageint_wysiwyg blockquote, .hp_block_text blockquote {
    margin: 0;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 18px
}

    .pageint_wysiwyg blockquote p:before, .hp_block_text blockquote p:before {
        content: '“'
    }

    .pageint_wysiwyg blockquote p:after, .hp_block_text blockquote p:after {
        content: '”'
    }

.pageint_wysiwyg ul li, .hp_block_text ul li {
    padding: 0 0 20px 20px;
    position: relative
}

    .pageint_wysiwyg ul li:before, .hp_block_text ul li:before {
        height: 7px;
        width: 7px;
        border-radius: 7px;
        top: 7px;
        left: 0;
        position: absolute;
        content: "";
        background-color: #f86882
    }

    .pageint_wysiwyg ul li strong, .pageint_wysiwyg ul li b, .hp_block_text ul li strong, .hp_block_text ul li b {
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 700
    }

    .pageint_wysiwyg ul li > ul, .hp_block_text ul li > ul {
        margin: 10px 0 0 0;
        padding: 0 0 0 25px
    }

        .pageint_wysiwyg ul li > ul > li, .hp_block_text ul li > ul > li {
            margin: 0 0 10px 0
        }

            .pageint_wysiwyg ul li > ul > li:before, .hp_block_text ul li > ul > li:before {
                border: 1px solid #f86882;
                background: transparent
            }

.pageint_wysiwyg ul sup, .hp_block_text ul sup {
    font-size: 11px
}

.pageint_wysiwyg p, .hp_block_text p {
    margin: 15px 0 15px 0;
    line-height: 1.6;
    font-size: 18px;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 300
}

    .pageint_wysiwyg p span, .pageint_wysiwyg p a, .hp_block_text p span, .hp_block_text p a {
        line-height: 1.6;
        font-size: 18px;
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 300
    }

        .pageint_wysiwyg p a.showPopin:not(.pageint_imgText_link), .hp_block_text p a.showPopin:not(.pageint_imgText_link) {
            font-family: 'Roboto Slab', sans-serif;
            font-weight: 700;
            text-decoration: none;
            border-bottom: 1px solid #006fba;
            transition: all .35s ease-in-out
        }

            .pageint_wysiwyg p a.showPopin:not(.pageint_imgText_link):hover, .hp_block_text p a.showPopin:not(.pageint_imgText_link):hover {
                border-bottom-color: transparent
            }

    .pageint_wysiwyg p .pageint_imgText_link, .hp_block_text p .pageint_imgText_link {
        display: inline-block;
        max-width: 520px;
        margin: 20px 20px 20px 0;
        text-decoration: none
    }

        .pageint_wysiwyg p .pageint_imgText_link.file, .hp_block_text p .pageint_imgText_link.file {
            background: url(/Contents/Images/download.svg) 95% center no-repeat;
            background-size: 15px 15px
        }

    .pageint_wysiwyg p .pageint_imgText_link_text, .hp_block_text p .pageint_imgText_link_text {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        font-size: 16px
    }

        .pageint_wysiwyg p .pageint_imgText_link_text sup, .hp_block_text p .pageint_imgText_link_text sup {
            font-size: 10px
        }

    .pageint_wysiwyg p strong, .pageint_wysiwyg p b, .hp_block_text p strong, .hp_block_text p b {
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 700
    }

    .pageint_wysiwyg p em, .hp_block_text p em {
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 300;
        font-style: italic
    }

    .pageint_wysiwyg p sup, .hp_block_text p sup {
        font-size: 11px
    }

    .pageint_wysiwyg p.intro, .hp_block_text p.intro {
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 700;
        font-size: 19px
    }

        .pageint_wysiwyg p.intro sup, .hp_block_text p.intro sup {
            font-size: 12px
        }

    .pageint_wysiwyg p.lettrine::first-letter, .hp_block_text p.lettrine::first-letter {
        float: left;
        display: block;
        line-height: 0.95;
        text-transform: uppercase;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 700;
        font-size: 94px;
        color: #60295e;
        margin: 0 15px 0 0
    }

.table {
    margin-bottom: 40px
}

    .table .table_wysiwyg, .table .table_textarea {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        font-size: 16px
    }

        .table .table_wysiwyg .row_title, .table .table_wysiwyg h1, .table .table_wysiwyg h2, .table .table_wysiwyg h3, .table .table_wysiwyg h4, .table .table_wysiwyg h5, .table .table_wysiwyg h6, .table .table_textarea .row_title, .table .table_textarea h1, .table .table_textarea h2, .table .table_textarea h3, .table .table_textarea h4, .table .table_textarea h5, .table .table_textarea h6 {
            font-size: 18px;
            font-family: 'Fira Sans', sans-serif;
            font-weight: 700;
            text-transform: uppercase
        }

            .table .table_wysiwyg .row_title sup, .table .table_wysiwyg h1 sup, .table .table_wysiwyg h2 sup, .table .table_wysiwyg h3 sup, .table .table_wysiwyg h4 sup, .table .table_wysiwyg h5 sup, .table .table_wysiwyg h6 sup, .table .table_textarea .row_title sup, .table .table_textarea h1 sup, .table .table_textarea h2 sup, .table .table_textarea h3 sup, .table .table_textarea h4 sup, .table .table_textarea h5 sup, .table .table_textarea h6 sup {
                font-size: 11px
            }

        .table .table_wysiwyg p, .table .table_wysiwyg ul, .table .table_wysiwyg li, .table .table_wysiwyg span, .table .table_textarea p, .table .table_textarea ul, .table .table_textarea li, .table .table_textarea span {
            font-family: 'Fira Sans', sans-serif;
            font-weight: 500;
            font-size: 16px
        }

            .table .table_wysiwyg p sup, .table .table_wysiwyg ul sup, .table .table_wysiwyg li sup, .table .table_wysiwyg span sup, .table .table_textarea p sup, .table .table_textarea ul sup, .table .table_textarea li sup, .table .table_textarea span sup {
                font-size: 11px
            }

        .table .table_wysiwyg p, .table .table_wysiwyg li, .table .table_textarea p, .table .table_textarea li {
            margin-top: 15px
        }

            .table .table_wysiwyg p:first-child, .table .table_wysiwyg li:first-child, .table .table_textarea p:first-child, .table .table_textarea li:first-child {
                margin-top: 0
            }

        .table .table_wysiwyg ul, .table .table_textarea ul {
            padding: 0 0 0 20px
        }

            .table .table_wysiwyg ul li, .table .table_textarea ul li {
                list-style-type: disc
            }

        .table .table_wysiwyg p + ul, .table .table_wysiwyg h1 + ul, .table .table_wysiwyg h2 + ul, .table .table_wysiwyg h3 + ul, .table .table_wysiwyg h4 + ul, .table .table_wysiwyg h5 + ul, .table .table_wysiwyg h6 + ul, .table .table_textarea p + ul, .table .table_textarea h1 + ul, .table .table_textarea h2 + ul, .table .table_textarea h3 + ul, .table .table_textarea h4 + ul, .table .table_textarea h5 + ul, .table .table_textarea h6 + ul {
            margin-top: 15px
        }

        .table .table_wysiwyg .pageint_imgText_link, .table .table_textarea .pageint_imgText_link {
            max-width: 480px
        }

    .table .table_red .row_title, .table .table_red h1, .table .table_red h2, .table .table_red h3, .table .table_red h4, .table .table_red h5, .table .table_red h6 {
        color: #60295e
    }

    .table .nota_bene em {
        font-style: normal
    }

    .table .nota_bene.right {
        text-align: right
    }

    .table .nota_bene.center {
        text-align: center
    }

@media (min-width: 1024px) {
    .table_btex1 {
        display: flex;
        flex-wrap: wrap
    }
}

.table_btex1_col {
    margin-bottom: 40px
}

@media (min-width: 1024px) {
    .table_btex1_col {
        width: 48%
    }

        .table_btex1_col:nth-child(odd) {
            margin-right: 4%
        }
}

.table_btex1_head {
    padding: 10px 20px;
    color: #fff;
    font-size: 25px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    border-radius: 200px;
    text-align: center
}

    .table_btex1_head strong {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 700
    }

    .table_btex1_head sup {
        font-size: 14px
    }

.table_btex1_row {
    padding: 25px 0;
    border-bottom: 1px solid #dadada
}

@media (min-width: 768px) {
    .table_btex1_row {
        width: calc(100% - 80px);
        margin: 0 auto
    }
}

@media (min-width: 1024px) {
    .table_btex1_row {
        width: 100%;
        margin: 0;
        padding: 25px 40px
    }
}

.table_btex1_col.table_red .table_btex1_head {
    background: #60295e
}

.table_btex1_col.table_red .table_btex1_head {
    background: #ac004d
}

.table_btex1_col.table_black .table_btex1_head {
    background: #333
}

.table_btex3 {
    margin: 0 auto
}

.table_btex3_content {
    width: 100%
}

.table_btex3_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid white
}

    .table_btex3_row:last-child {
        border-bottom: 0
    }

@media (min-width: 768px) {
    .table_btex3_row {
        width: 100%
    }
}

.table_btex3_row.col3 > *, .table_btex3_row.col4 > *, .table_btex3_row.col5 > * {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 18px;
    padding-right: 18px;
    text-align: center
}

.table_btex3_row.col3 > * {
    width: calc(33.33% - 1px) !important
}

.table_btex3_row.col4 > * {
    width: calc(25% - 1px) !important
}

.table_btex3_row.col5 > * {
    width: calc(20% - 1px) !important
}

.table_btex3_row.row_title {
    background: linear-gradient(90deg, #000 0%, #fe637c 0%, #ae456d 100%)
}

    .table_btex3_row.row_title .table_btex3_col {
        color: #fff
    }

.table_btex3_row.colored_row {
    background-color: #ac004d
}

    .table_btex3_row.colored_row .table_btex3_col, .table_btex3_row.colored_row .table_btex3_col * {
        color: #fff
    }

.table_btex3_col {
    padding: 15px
}

    .table_btex3_col:not(:last-child) {
        border-right: 1px solid white
    }

    .table_btex3_col:nth-child(odd) {
        width: 32%
    }

    .table_btex3_col:nth-child(even) {
        width: 68%
    }

@media (min-width: 768px) {
    .table_btex3_col {
        width: 48% !important;
        padding: 15px 40px
    }
}

.table_btex3 .row_title .table_btex3_col {
    font-size: 16px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700
}

    .table_btex3 .row_title .table_btex3_col sup {
        font-size: 10px
    }

.table_btex3.small {
    max-width: 550px
}

.table_btex3.medium {
    max-width: 760px
}

.table_btex3.full {
    max-width: 100%
}

.table_btex3.table_swipeable {
    max-width: 100%;
    margin: 0
}

    .table_btex3.table_swipeable.small {
        max-width: 550px
    }

    .table_btex3.table_swipeable.medium {
        max-width: 760px
    }

    .table_btex3.table_swipeable .perfect_scrollbar {
        padding-bottom: 20px
    }

@media (min-width: 768px) {
    .table_btex3.table_swipeable .perfect_scrollbar {
        padding: 0
    }
}

.table_btex3.table_swipeable .row_title .table_btex3_col {
    font-size: 18px;
    text-align: center
}

@media (min-width: 768px) {
    .table_btex3.table_swipeable .row_title .table_btex3_col {
        text-align: left
    }
}

.table_btex3.table_swipeable .row_title .table_btex3_col:nth-child(odd) {
    width: 50%
}

.table_btex3.table_swipeable .row_title .table_btex3_col:nth-child(even) {
    width: 50%
}

.table_btex3.table_swipeable .table_btex3_row {
    width: 200%
}

@media (min-width: 768px) {
    .table_btex3.table_swipeable .table_btex3_row {
        width: 100%
    }
}

.table_btex3.table_swipeable .table_btex3_row .table_btex3_col:nth-child(odd) {
    width: 50%
}

.table_btex3.table_swipeable .table_btex3_row .table_btex3_col:nth-child(even) {
    width: 50%
}

.table_btex5_head {
    margin-bottom: 20px;
    padding: 10px 20px;
    color: #fff;
    font-size: 25px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    border-radius: 200px;
    text-align: center
}

@media (min-width: 768px) {
    .table_btex5_head {
        text-align: left;
        padding: 10px 40px
    }
}

.table_btex5_head sup {
    font-size: 14px
}

@media (min-width: 1024px) {
    .table_btex5 .tablepress {
        table-layout: fixed
    }
}

.table_btex5 .tablepress thead {
    padding: 0
}

    .table_btex5 .tablepress thead th {
        padding: 10px 0;
        font-size: 18px;
        text-align: left;
        background-color: transparent;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 700
    }

@media (min-width: 1280px) {
    .table_btex5 .tablepress thead th {
        padding: 20px 5px
    }
}

.table_btex5 .tablepress thead th img {
    height: 75px;
    width: 75px;
    margin: 10px auto 0 auto
}

.table_btex5 .tablepress thead th sup {
    font-size: 11px
}

.table_btex5 .tablepress thead th.column-8 {
    width: 185px
}

.table_btex5 .tablepress tbody tr {
    border: 0
}

    .table_btex5 .tablepress tbody tr td {
        min-width: 160px;
        padding: 10px 5px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 400;
        font-size: 17px
    }

@media (min-width: 1280px) {
    .table_btex5 .tablepress tbody tr td {
        padding: 20px 5px
    }
}

.table_btex5 .tablepress tbody tr td ul, .table_btex5 .tablepress tbody tr td li, .table_btex5 .tablepress tbody tr td span, .table_btex5 .tablepress tbody tr td strong, .table_btex5 .tablepress tbody tr td em {
    font-size: 18px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400
}

.table_btex5 .tablepress tbody tr td strong {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700
}

.table_btex5 .tablepress tbody tr td em {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-style: italic
}

.table_btex5 .tablepress tbody tr td sup {
    font-size: 10px
}

.table_btex5 .tablepress tbody tr .column-1 {
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding-left: 15px
}

    .table_btex5 .tablepress tbody tr .column-1 sup {
        font-size: 11px
    }

.table_btex5 .tablepress tbody tr.odd td {
    background-color: #dadada !important
}

.table_btex5 .tablepress tbody tr.even td {
    background-color: #fff !important
}

.table_btex5 .tablepress .case-blank {
    background-color: #fff !important
}

.table_btex5 .tablepress .case2-blank {
    border-top: 0 !important
}

.table_btex5.table_swipeable {
    max-width: 100%;
    margin: 20px 0 0 0
}

    .table_btex5.table_swipeable .perfect_scrollbar {
        padding-bottom: 20px
    }

@media (min-width: 768px) {
    .table_btex5.table_swipeable .perfect_scrollbar {
        padding: 0
    }
}

.table_btex5.table_swipeable .table_btex3_row {
    width: 200%
}

@media (min-width: 768px) {
    .table_btex5.table_swipeable .table_btex3_row {
        width: 100%
    }
}

.table_btex5.table_red .table_btex5_head {
    background: #60295e
}

.table_btex5.table_red .tablepress thead {
    border-bottom: 2px solid #60295e
}

    .table_btex5.table_red .tablepress thead th {
        color: #60295e
    }

.table_btex5.table_wine .tablepress {
    border-collapse: separate
}

.table_btex5.table_wine .table_btex5_head {
    background: #ac004d
}

.table_btex5.table_wine .tablepress tbody.row-hover tr:first-child:hover td {
    background-color: inherit
}

.table_btex5.table_wine .tablepress tbody .flex {
    align-items: center
}

    .table_btex5.table_wine .tablepress tbody .flex > span {
        flex: 1 1 50%;
        position: relative
    }

        .table_btex5.table_wine .tablepress tbody .flex > span:first-child::after {
            content: "";
            background-image: url(/Contents/Images/pipe.jpg);
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-flex;
            align-self: flex-end;
            height: 46px;
            position: absolute;
            width: 1px;
            vertical-align: middle;
            right: 0;
            top: -15px
        }

.table_btex5.table_wine .tablepress tbody tr:first-child {
    background-color: #ac004d;
    color: white
}

    .table_btex5.table_wine .tablepress tbody tr:first-child td {
        font-size: 13px
    }

@media (min-width: 1280px) {
    .table_btex5.table_wine .tablepress tbody tr:first-child td {
        padding: 20px 5px
    }
}

.table_btex5.table_wine .tablepress tbody tr td {
    vertical-align: middle;
    height: 95px
}

@media (min-width: 1280px) {
    .table_btex5.table_wine .tablepress tbody tr td {
        padding: 10px 5px
    }
}

.table_btex5.table_wine .tablepress tbody tr .column-1, .table_btex5.table_wine .tablepress tbody tr td {
    font-size: 14px;
    letter-spacing: 1.05px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center
}

    .table_btex5.table_wine .tablepress tbody tr .column-1 span, .table_btex5.table_wine .tablepress tbody tr td span {
        font-size: 14px;
        letter-spacing: 1.05px;
        line-height: 1.2;
        font-weight: bold;
        text-align: center
    }

.table_btex5.table_wine .tablepress thead > tr {
    border-bottom: 3px solid white
}

.table_btex5.table_wine .tablepress thead th {
    color: white;
    padding: 5px;
    font-size: 16px;
    border-right: 1.5px solid white;
    border-left: 1.5px solid white;
    border-bottom: 3px solid white
}

.table_btex5.table_wine .tablepress thead th, .table_btex5.table_wine .tablepress thead td {
    text-align: center
}

.table_btex5.table_black .table_btex5_head {
    background: #333
}

.table_btex5.table_black .tablepress thead {
    border-bottom: 2px solid #333
}

    .table_btex5.table_black .tablepress thead th {
        color: #333
    }

.form_nl {
    display: none;
    position: fixed;
    top: 50%;
    left: 15px;
    right: 15px;
    max-height: calc(100% - 30px);
    max-width: 1250px;
    transform: translate(0, -50%);
    padding: 75px 20px 40px 20px;
    background: #fff;
    -webkit-transition: top ease-out 500ms;
    -ms-transition: top ease-out 500ms;
    -o-transition: top ease-out 500ms;
    transition: top ease-out 500ms;
    overflow: auto;
    z-index: 4
}

@media (min-width: 768px) {
    .form_nl {
        left: 50px;
        right: 50px;
        max-height: calc(100% - 100px);
        padding: 75px 50px 40px 50px
    }
}

@media (min-width: 1280px) {
    .form_nl {
        left: 50%;
        right: auto;
        max-height: 90%;
        width: 70%;
        padding: 75px 100px 40px 100px;
        transform: translate(-50%, -50%)
    }
}

.form_nl_close {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    background: url(/Contents/Images/close.svg) center center no-repeat;
    background-size: 25px 25px;
    cursor: pointer;
    -webkit-transition: all ease-out 500ms;
    -ms-transition: all ease-out 500ms;
    -o-transition: all ease-out 500ms;
    transition: all ease-out 500ms
}

@media (min-width: 1280px) {
    .form_nl_close:hover {
        transform: rotate(180deg)
    }
}

.form_nl_title {
    margin: 0 0 25px 0;
    line-height: 1;
    text-align: center
}

.form_nl_intro {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-left: 45px
}

@media (max-width: 768px) {
    .form_nl_intro {
        text-align: center;
        margin: 0;
        padding: 0 10px
    }
}

.form_nl form {
    margin: 20px 0
}

@media (min-width: 768px) {
    .form_nl form {
        display: flex;
        flex-wrap: wrap
    }

        .form_nl form .field_title {
            width: 100%
        }

        .form_nl form .field_fName {
            width: 49%;
            margin-right: 2%
        }

        .form_nl form .field_lName {
            width: 49%
        }

        .form_nl form .field_email {
            width: 100%
        }

        .form_nl form .field_spec {
            width: 49%;
            margin-right: 2%
        }

        .form_nl form .field_country {
            width: 49%
        }
}

@media (min-width: 1280px) {
    .form_nl form .field_title {
        width: 32%;
        margin-right: 2%
    }

    .form_nl form .field_fName {
        width: 32%;
        margin-right: 2%
    }

    .form_nl form .field_lName {
        width: 32%
    }

    .form_nl form .field_email {
        width: 100%
    }

    .form_nl form .field_spec {
        width: 49%;
        margin-right: 2%
    }

    .form_nl form .field_country {
        width: 49%
    }
}

.form_nl_errorMsg, .form_nl_errorServer {
    display: none;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    background: #cd4855;
    color: #fff;
    text-align: center
}

.form_nl_field {
    position: relative;
    margin: 0 0 20px 0
}

    .form_nl_field input {
        display: block;
        height: 55px;
        width: 100%;
        padding: 0 19px;
        border: 1px solid #dadada;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        font-size: 16px
    }

    .form_nl_field label {
        position: absolute;
        top: 0;
        left: 0;
        height: 55px;
        line-height: 55px;
        width: 100%;
        padding: 0 20px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        font-size: 16px
    }

        .form_nl_field label .red {
            color: #cd4855;
            font-family: 'Fira Sans', sans-serif;
            font-weight: 500
        }

    .form_nl_field .consigne {
        display: none;
        margin: 5px 0 0 0;
        color: #cd4855;
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 300;
        font-size: 14px
    }

.form_nl_select {
    margin: 0 0 20px 0
}

    .form_nl_select .select_custom {
        display: block;
        height: 55px;
        line-height: 55px;
        width: 100%;
        padding: 0 20px;
        font-size: 16px;
        border: 1px solid #dadada;
        background: white;
        border-radius: 0
    }

        .form_nl_select .select_custom option {
            display: block;
            padding: 0 20px;
            color: #333;
            font-family: 'Fira Sans', sans-serif;
            font-weight: 500;
            font-size: 16px
        }

            .form_nl_select .select_custom option .red {
                color: #cd4855
            }

    .form_nl_select .selectric {
        position: relative;
        border: 1px solid #dadada;
        background: white
    }

        .form_nl_select .selectric select {
            font-size: 50px
        }

        .form_nl_select .selectric .label {
            display: block;
            height: 55px;
            line-height: 55px;
            width: 100%;
            margin: 0;
            padding: 0 55px 0 20px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            color: #333;
            font-family: 'Fira Sans', sans-serif;
            font-weight: 500;
            font-size: 16px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .form_nl_select .selectric .button {
            display: block;
            position: absolute;
            right: 0;
            top: 0;
            height: 55px;
            width: 40px;
            background: url(/Contents/Images/arrow-down-dark.svg) center center no-repeat;
            background-size: 12px 12px;
            overflow: hidden;
            text-indent: -1000px;
            -webkit-transition: all ease-out 200ms;
            -ms-transition: all ease-out 200ms;
            -o-transition: all ease-out 200ms;
            transition: all ease-out 200ms
        }

@media (min-width: 1024px) {
    .form_nl_select .selectric .button {
        width: 55px
    }
}

.form_nl_select.required .selectric .label:after {
    content: '*';
    color: #cd4855
}

.form_nl_select.required.changed .selectric .label:after {
    content: ''
}

.form_nl_select .selectric-wrapper {
    position: relative;
    cursor: pointer
}

    .form_nl_select .selectric-wrapper .selectric-items {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        border: 1px solid #dadada;
        border-top: 0;
        z-index: 3;
        box-shadow: 0 0 10px -6px
    }

        .form_nl_select .selectric-wrapper .selectric-items ul, .form_nl_select .selectric-wrapper .selectric-items li {
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 12px;
            line-height: 20px;
            min-height: 20px
        }

        .form_nl_select .selectric-wrapper .selectric-items li {
            display: block;
            padding: 10px;
            color: #333;
            background: white;
            cursor: pointer;
            font-size: 15px;
            font-family: 'Fira Sans', sans-serif;
            font-weight: 500
        }

@media (min-width: 1024px) {
    .form_nl_select .selectric-wrapper .selectric-items li {
        -webkit-transition: all ease-out 200ms;
        -ms-transition: all ease-out 200ms;
        -o-transition: all ease-out 200ms;
        transition: all ease-out 200ms
    }

        .form_nl_select .selectric-wrapper .selectric-items li:hover {
            background-color: #dadada
        }
}

.form_nl_select .selectric-wrapper .selectric-items li.highlighted {
    background-color: #dadada
}

.form_nl_select .selectric-wrapper .selectric-items li[data-index="0"] {
    display: none
}

.form_nl_select .selectric-wrapper.selectric-open .selectric .button {
    transform: rotate(180deg)
}

.form_nl_select .selectric-wrapper.selectric-open .selectric-items {
    display: block
}

.form_nl_select .selectric-wrapper .selectric-scroll {
    height: 100%;
    overflow: auto
}

.form_nl_select .selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.form_nl_select .selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    background: none !important
}

.form_nl_select.field_spec .selectric-wrapper .selectric-items, .form_nl_select.field_country .selectric-wrapper .selectric-items {
    height: 210px
}

.form_nl_invalid input, .form_nl_invalid label, .form_nl_invalid .selectric .label, .form_nl_invalid span {
    color: #cd4855
}

.form_nl_invalid input, .form_nl_invalid .selectric {
    border: 1px solid #cd4855
}

.form_nl_invalid .consigne {
    display: block
}

.form_nl_checkbox {
    margin: 20px 0
}

    .form_nl_checkbox input {
        display: none
    }

    .form_nl_checkbox label {
        display: block;
        position: relative;
        padding: 5px 0 0 45px;
        cursor: pointer;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 600;
        font-size: 16px
    }

        .form_nl_checkbox label:before {
            position: absolute;
            top: 1px;
            left: 1px;
            height: 30px;
            width: 30px;
            border-radius: 30px;
            border: 1px solid #dadada;
            content: ''
        }

        .form_nl_checkbox label:after {
            position: absolute;
            top: 10px;
            left: 10px;
            height: 15px;
            width: 15px;
            background: #cd4855;
            border-radius: 15px;
            content: '';
            opacity: 0;
            -webkit-transition: all ease-out 200ms;
            -ms-transition: all ease-out 200ms;
            -o-transition: all ease-out 200ms;
            transition: all ease-out 200ms
        }

    .form_nl_checkbox .red {
        font-family: 'Fira Sans', sans-serif;
        font-weight: 500;
        color: #cd4855
    }

    .form_nl_checkbox input:checked + label:after {
        opacity: 1
    }

.form_nl_required {
    width: 100%;
    margin: 0 0 20px 0;
    color: #cd4855;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px
}

.form_nl_mentions {
    width: 100%
}

    .form_nl_mentions p {
        margin: 0 0 20px 0;
        padding-left: 45px;
        font-size: 14px;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 400
    }

        .form_nl_mentions p a, .form_nl_mentions p span {
            font-size: 14px;
            font-family: 'Fira Sans', sans-serif;
            font-weight: 400
        }

.form_nl_captcha {
    width: 100%;
    margin: 0 0 20px 0
}

@media (min-width: 768px) {
    .form_nl_captcha {
        width: 65%;
        text-align: right
    }
}

@media (min-width: 1280px) {
    .form_nl_captcha {
        width: 50%;
        margin-bottom: 0
    }
}

.form_nl_submit {
    width: 100%;
    text-align: left
}

@media (min-width: 768px) {
    .form_nl_submit {
        width: 35%;
        text-align: right
    }
}

@media (min-width: 1280px) {
    .form_nl_submit {
        display: flex;
        width: 50%;
        justify-content: flex-end;
        align-items: flex-end
    }
}

.form_nl_submit #submit {
    display: none
}

.form_nl_submit .border_btn {
    cursor: pointer;
    color: #cd4855;
    border-color: #cd4855
}

.form_nl #form_nl_gtm_submit {
    display: none
}

.form_nl .thanks_nl {
    display: none;
    flex-wrap: wrap;
    padding: 0 0 50px 0
}

.form_nl .thanks_nl_picto {
    height: 40px;
    width: 100%;
    background: url(/Contents/Images/pouce.svg) center center no-repeat;
    background-size: contain
}

.form_nl .thanks_nl_title {
    width: 100%;
    margin: 5px 0 20px 0;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center
}

.form_nl .thanks_nl_text {
    width: 100%;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center
}

.form_nl.form_opened {
    -webkit-transition: max-width ease-out 200ms;
    -ms-transition: max-width ease-out 200ms;
    -o-transition: max-width ease-out 200ms;
    transition: max-width ease-out 200ms
}

.form_nl.thankYa {
    max-width: 800px
}

    .form_nl.thankYa .form_nl_inner {
        display: none
    }

.footer {
    position: relative;
    padding: 0 0 100px 0;
    background: #fff
}

@media (min-width: 768px) {
    .footer {
        padding: 0px 0 80px 0
    }
}

.footer_top {
    background: #f86882;
    padding: 20px 0 30px 0
}

@media (min-width: 768px) {
    .footer_top {
        padding: 30px 0
    }
}

@media (min-width: 1024px) {
    .footer_top {
        padding: 50px 0 50px 0
    }
}

.footer_top * {
    color: #fff
}

.footer_top_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (min-width: 768px) {
    .footer_top_inner {
        flex-wrap: nowrap
    }
}

.footer_top_baseline {
    width: 100%;
    margin-bottom: 20px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400
}

@media (min-width: 768px) {
    .footer_top_baseline {
        width: auto;
        line-height: 22px;
        flex: 1 1 40%;
        margin: 0
    }
}

.footer_top_baseline p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6
}

@media (min-width: 768px) {
    .footer_top_baseline p {
        font-size: 16px
    }
}

.footer_top_actions {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    margin: 0 auto
}

@media (min-width: 768px) {
    .footer_top_actions {
        flex-direction: row;
        max-width: 100%
    }
}

.footer_top_actions a {
    text-decoration: none
}

.footer_top_actions > * {
    cursor: pointer;
    display: flex;
    align-items: center
}

    .footer_top_actions > *:not(:last-child) {
        margin-bottom: 20px
    }

@media (min-width: 768px) {
    .footer_top_actions > *:not(:last-child) {
        margin-bottom: 0;
        margin-right: 20px
    }
}

.footer_top_actions .picto {
    display: block;
    width: 35px;
    margin-right: 10px;
    background-size: contain
}

.footer_top_actions .text {
    display: block;
    line-height: 22px;
    font-size: 15px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    padding-right: 20px;
    background: url(/Contents/Images/arrow-right-white.svg) center right no-repeat;
    background-size: 10px 10px
}

.footer_top_actions .contact .picto {
    height: 30px;
    background: url(/Contents/Images/stylo.svg) center center no-repeat
}

.footer_top_actions .nl .picto {
    height: 22px;
    background: url(/Contents/Images/email.svg) center center no-repeat
}

.footer_nav {
    margin: 20px 0
}

@media (min-width: 1024px) {
    .footer_nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 40px 0 50px 0
    }
}

.footer_nav_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media (min-width: 1024px) {
    .footer_nav_container {
        width: 75%
    }
}

.footer_nav_container li:nth-child(odd) {
    width: 50%
}

@media (min-width: 768px) {
    .footer_nav_container li:nth-child(odd) {
        width: auto
    }
}

.footer_nav_container li a {
    display: block;
    padding: 10px 0;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #333;
    text-decoration: none
}

@media (min-width: 768px) {
    .footer_nav_container li a {
        font-size: 18px
    }
}

@media (min-width: 1024px) {
    .footer_nav_container li a {
        font-size: 20px;
        padding: 7px 0
    }
}

@media (max-width: 768px) {
    .footer_nav_container li {
        width: 33%
    }

        .footer_nav_container li:nth-child(1) {
            width: 43%;
            text-align: right
        }

        .footer_nav_container li:nth-child(2) {
            width: 50%;
            text-align: left
        }

        .footer_nav_container li:nth-child(3) {
            width: 18%;
            margin-right: 15%
        }

        .footer_nav_container li:nth-child(5) {
            width: 26%;
            margin-left: 6%
        }
}

.footer_logo {
    display: block;
    height: 60px;
    margin: 35px 0;
    background: url(/Contents/Images/takeda_logo_white.png) center center no-repeat;
    background-size: contain
}

@media (min-width: 1024px) {
    .footer_logo {
        width: 25%;
        margin: 0;
        background: url(/Contents/Images/takeda_logo_white.png) center center no-repeat;
        background-size: contain
    }
}

.footer_mentions, .footer_mentions * {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0,0,0,0.6);
    line-height: 1.6
}

@media (min-width: 768px) {
    .footer_mentions, .footer_mentions * {
        font-size: 15px
    }
}

#scrolltop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 45px;
    width: 45px;
    border-radius: 45px;
    background: #f86882 url(/Contents/Images/arrow-top.svg) center center no-repeat;
    background-size: 15px 15px;
    cursor: pointer;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-out 200ms;
    -ms-transition: all ease-out 200ms;
    -o-transition: all ease-out 200ms;
    transition: all ease-out 200ms
}

@media (min-width: 768px) {
    #scrolltop {
        right: 25px
    }
}

@media (min-width: 1280px) {
    #scrolltop {
        right: 50px
    }
}

#scrolltop.active {
    visibility: visible;
    opacity: 1
}

.sticker_cta {
    position: fixed;
    top: 50%;
    right: 0;
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,0.1);
    transform: translateY(-50%);
    -webkit-transition: all ease-out 200ms;
    -ms-transition: all ease-out 200ms;
    -o-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
    z-index: 2
}

    .sticker_cta:before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(0,0,0,0.1);
        -webkit-box-shadow: -1px 0px 30px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: -1px 0px 30px 0px rgba(0,0,0,0.3);
        box-shadow: -1px 0px 30px 0px rgba(0,0,0,0.3);
        content: '';
        z-index: -1
    }

    .sticker_cta.active {
        visibility: visible;
        opacity: 1
    }

    .sticker_cta .sticker_link {
        display: flex;
        height: 55px;
        width: 55px;
        margin-bottom: 2px;
        background: #fff;
        justify-content: center;
        align-items: center
    }

@media (min-width: 768px) {
    .sticker_cta .sticker_link {
        height: 45px;
        width: 45px
    }
}

@media (min-width: 1024px) {
    .sticker_cta .sticker_link {
        height: 55px;
        width: 55px
    }
}

@media (min-width: 1280px) {
    .sticker_cta .sticker_link {
        height: 60px;
        width: 60px
    }
}

.sticker_cta .sticker_link:nth-child(5) {
    margin-bottom: 0
}

.sticker_cta .sticker_picto {
    height: 50%;
    width: 50%
}

.footer_voile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    content: '';
    z-index: 3;
}

    .footer_voile.dark {
        background-color: rgba(0,0,0,0.9)
    }

.scrolltestbar {
    position: fixed;
    top: 50%;
    left: 0;
    height: 1px;
    width: 1px;
    opacity: 0
}

.privacyPopin {
    display: none;
    position: fixed;
    top: 50%;
    width: calc(100% - 30px);
    max-width: 990px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 44px 25px 37px;
    background-color: #fff;
    z-index: 3
}

@media (min-width: 768px) {
    .privacyPopin {
        width: calc(100% - 100px);
        padding: 65px 70px 60px
    }
}

@media (min-width: 1024px) {
    .privacyPopin {
        padding: 85px 90px 53px 112px
    }
}

.privacyPopin_close {
    position: absolute;
    top: 13px;
    right: 13px;
    height: 18px;
    width: 18px;
    background: url(/Contents/Images/close.svg) center center no-repeat;
    background-size: 18px 18px;
    cursor: pointer;
    -webkit-transition: all ease-out 500ms;
    -ms-transition: all ease-out 500ms;
    -o-transition: all ease-out 500ms;
    transition: all ease-out 500ms
}

@media (min-width: 768px) {
    .privacyPopin_close {
        top: 20px;
        right: 20px;
        height: 50px;
        width: 50px;
        background-size: 25px 25px
    }
}

@media (min-width: 1280px) {
    .privacyPopin_close:hover {
        transform: rotate(180deg)
    }
}

.privacyPopin_title {
    margin-bottom: 30px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px
}

@media (min-width: 768px) {
    .privacyPopin_title {
        font-size: 26px;
        text-align: left
    }
}

@media (min-width: 1024px) {
    .privacyPopin_title {
        margin-bottom: 52px;
        font-size: 30px
    }
}

.privacyPopin_subtitle {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 18px
}

    .privacyPopin_subtitle br {
        display: none
    }

@media (min-width: 768px) {
    .privacyPopin_subtitle {
        margin-bottom: 38px;
        font-size: 17px
    }

        .privacyPopin_subtitle br {
            display: block
        }
}

@media (min-width: 1024px) {
    .privacyPopin_subtitle {
        margin-bottom: 55px;
        font-size: 22px
    }
}

.privacyPopin_btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

@media (min-width: 768px) {
    .privacyPopin_btns {
        justify-content: flex-start
    }
}

.privacyPopin_btns a {
    display: block;
    margin: 10px 0;
    text-decoration: none
}

@media (min-width: 768px) {
    .privacyPopin_btns a {
        margin: 0
    }

        .privacyPopin_btns a:nth-child(odd) {
            margin: 0 70px 0 0
        }
}

.accessPopin {
    display: none;
    position: fixed;
    top: 50%;
    width: calc(100% - 30px);
    max-width: 990px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 33px 25px 37px;
    background-color: #fff;
    z-index: 5;
}

@media (min-width: 768px) {
    .accessPopin {
        width: calc(100% - 100px);
        padding: 65px 70px 60px
    }
}

@media (min-width: 1024px) {
    .accessPopin {
        padding: 85px 90px 53px 127px
    }
}

.accessPopin_title {
    margin-bottom: 30px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px
}

@media (min-width: 768px) {
    .accessPopin_title {
        font-size: 26px;
        text-align: left
    }
}

@media (min-width: 1024px) {
    .accessPopin_title {
        margin-bottom: 52px;
        font-size: 30px
    }
}

.accessPopin_text {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    margin-bottom: -12px;
    font-size: 18px
}

@media (min-width: 768px) {
    .accessPopin_text {
        margin-bottom: 38px;
        font-size: 17px
    }

        .accessPopin_text .br2 {
            display: none
        }
}

@media (min-width: 1024px) {
    .accessPopin_text {
        margin-bottom: 55px;
        font-size: 22px
    }
}

.accessPopin_errorMsg {
    display: none;
    width: 100%;
    margin-top: 20px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    color: #cd4855;
    font-size: 15px
}

@media (min-width: 1024px) {
    .accessPopin_errorMsg {
        margin-bottom: -40px
    }
}

.accessPopin_field {
    margin-top: 50px;
    margin-bottom: 50px
}

@media (min-width: 768px) {
    .accessPopin_field {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (min-width: 1024px) {
    .accessPopin_field {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.accessPopin_field input {
    display: none
}

.accessPopin_field label {
    display: block;
    position: relative;
    padding: 4px 0 0 45px;
    cursor: pointer;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    font-size: 16px
}

@media (min-width: 768px) {
    .accessPopin_field label {
        font-size: 18px
    }
}

.accessPopin_field label:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #cccccc;
    content: ''
}

.accessPopin_field label:after {
    position: absolute;
    top: 1px;
    left: 1px;
    height: 25px;
    width: 25px;
    background: url(/Contents/Images/valide.svg) center center no-repeat;
    background-size: contain;
    content: '';
    opacity: 0;
    -webkit-transition: all ease-out 200ms;
    -ms-transition: all ease-out 200ms;
    -o-transition: all ease-out 200ms;
    transition: all ease-out 200ms
}

.accessPopin_field label a {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    color: #006fba;
    border-bottom: 1px solid #006fba;
    text-decoration: none;
    transition: all .35s ease-in-out
}

    .accessPopin_field label a:hover {
        border-bottom-color: transparent
    }

.accessPopin_field input:checked + label:after {
    opacity: 1
}

.accessPopin_field.field_invalid label {
    color: #cd4855
}

    .accessPopin_field.field_invalid label:before {
        border: 1px solid #cd4855
    }

    .accessPopin_field.field_invalid label a {
        border-bottom-color: #cd4855;
        color: #cd4855
    }

        .accessPopin_field.field_invalid label a:hover {
            border-bottom-color: transparent
        }

.accessPopin_submit {
    margin-top: 40px;
    display: flex;
    justify-content: center
}

@media (min-width: 768px) {
    .accessPopin_submit {
        justify-content: flex-end
    }
}

@media (min-width: 1024px) {
    .accessPopin_submit {
        margin-top: 60px
    }
}

.accessPopin_submit a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    padding: 13px 51px 12px 19px;
    border-radius: 50px;
    border: 2px solid #f86882;
    background-image: url(/Contents/Images/arrow-bold-pink.svg);
    background-position: center right 18px;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    text-decoration: none;
    color: #f86882;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 17px
}

    .accessPopin_submit a sup {
        font-size: 10px
    }

.cookie_banner {
    display: none;
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    background: #fff;
    z-index: 3
}

@media (min-width: 768px) {
    .cookie_banner {
        top: calc(83px)
    }
}

@media (min-width: 1024px) {
    .cookie_banner {
        padding: 18px 30px 14px
    }
}

@media (min-width: 1280px) {
    .cookie_banner:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 100%;
        height: calc(100% - 6px);
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.15)
    }
}

.cookie_banner.active {
    display: block
}

.cookie_banner_inner {
    display: flex;
    flex-wrap: wrap;
    max-width: initial;
    width: 100% !important;
    padding: 0
}

.cookie_banner_text {
    max-width: 900px;
    width: 100%;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .cookie_banner_text {
        width: calc(100% - 380px);
        margin: 0
    }
}

.cookie_banner_text p {
    margin-bottom: 10px;
    color: #333;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2em
}

@media (min-width: 768px) {
    .cookie_banner_text p {
        margin-bottom: 0
    }
}

.cookie_banner_text p span {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 800;
    letter-spacing: 3px
}

.cookie_banner_text p a {
    font-size: 13px;
    color: #f86882;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #f86882;
    text-decoration: none;
    text-transform: uppercase
}

.cookie_banner_options {
    width: 100%;
    text-align: left
}

@media (min-width: 768px) {
    .cookie_banner_options {
        display: flex;
        width: 360px;
        margin: 0 0 0px 20px;
        justify-content: flex-end;
        align-items: flex-end;
        margin-left: auto
    }
}

.cookie_banner_btn {
    min-width: auto;
    margin: 0 5px 10px 0;
    cursor: pointer
}

    .cookie_banner_btn.grey {
        margin-bottom: 0
    }

@media (min-width: 768px) {
    .cookie_banner_btn {
        display: block;
        margin: 0
    }

        .cookie_banner_btn.grey {
            margin-left: 20px
        }
}

.cookie_banner .border_btn {
    font-size: 14px;
    padding: 9px 47px 9px 17px
}

@media print {
    @page {
        size: A4
    }

    * {
        -webkit-print-color-adjust: exact
    }

    @page {
        margin: 1cm;
        size: portrait
    }

    body [data-aos], [data-aos], body [data-aos^="fade"][data-aos^="fade"], [data-aos^="fade"][data-aos^="fade"] {
        display: block !important;
        opacity: 1 !important;
        transform: translate(0) scale(1) !important
    }

        body [data-aos].pageint_howTo_item, [data-aos].pageint_howTo_item, body [data-aos^="fade"][data-aos^="fade"].pageint_howTo_item, [data-aos^="fade"][data-aos^="fade"].pageint_howTo_item {
            display: flex !important
        }

    .header {
        display: none !important
    }

    .wrapper {
        width: 100%
    }

    .sticker_cta {
        display: none
    }

    .indication {
        position: static !important;
        height: auto;
        max-height: initial;
        padding-top: 55px;
        padding-bottom: 55px;
        box-shadow: none
    }

        .indication .indication_subtitle {
            opacity: 1;
            max-height: initial
        }

        .indication button {
            margin-top: 20px
        }

            .indication button::after {
                content: "\25bc"
            }

        .indication .drop_down .indication_list {
            margin-top: 25px;
            max-height: 100rem
        }

    h1, .title, .title span, .title p, .title div, .title em, .title strong, .title i, .title a, .title b, .title li {
        font-size: 22px
    }

    .subtitle, .subtitle span, .subtitle p, .subtitle div, .subtitle em, .subtitle strong, .subtitle i, .subtitle a, .subtitle b, .subtitle li {
        font-size: 18px
    }

    .subtitle_tiny {
        font-size: 16px
    }

    .text {
        font-size: 14px
    }

    .title {
        font-size: 22px
    }

    .img {
        display: none
    }

    .pageint_imgText_item, img, .pageint_imgText_link, .table {
        max-width: 100%;
        page-break-before: avoid !important;
        page-break-after: avoid !important;
        page-break-inside: avoid !important
    }

    .pageint_wysiwyg {
        font-size: 12px;
        font-family: 'Roboto Slab', sans-serif;
        font-weight: 300
    }

        .pageint_wysiwyg h1, .pageint_wysiwyg h2, .pageint_wysiwyg h3, .pageint_wysiwyg h4, .pageint_wysiwyg h5, .pageint_wysiwyg h6 {
            font-size: 20px;
            margin: 10px 0 15px 0
        }

            .pageint_wysiwyg h1 sup, .pageint_wysiwyg h2 sup, .pageint_wysiwyg h3 sup, .pageint_wysiwyg h4 sup, .pageint_wysiwyg h5 sup, .pageint_wysiwyg h6 sup {
                font-size: 12px
            }

        .pageint_wysiwyg blockquote {
            font-size: 12px
        }

        .pageint_wysiwyg p {
            margin: 0 0 15px 0;
            font-size: 12px
        }

            .pageint_wysiwyg p span, .pageint_wysiwyg p a {
                font-size: 12px
            }

            .pageint_wysiwyg p .pageint_imgText_link_text {
                font-size: 11px
            }

                .pageint_wysiwyg p .pageint_imgText_link_text sup {
                    font-size: 7px
                }

            .pageint_wysiwyg p sup {
                font-size: 7px
            }

            .pageint_wysiwyg p.intro {
                font-size: 12px
            }

                .pageint_wysiwyg p.intro sup {
                    font-size: 7px
                }

            .pageint_wysiwyg p.lettrine::first-letter {
                font-size: 50px;
                margin: 0 10px 0 0
            }

    .nota_bene {
        margin: 10px 0;
        font-size: 11px
    }

        .nota_bene sup {
            font-size: 7px
        }

    .pageint_img_swipeable picture {
        max-width: 100%
    }

        .pageint_img_swipeable picture img {
            max-width: 100%
        }

    .pageint_img_zoom_btn {
        display: none
    }

    .tablepress caption {
        display: none
    }

    .tablepress, table {
        table-layout: fixed;
        max-width: 100%
    }

    .table {
        margin-bottom: 40px
    }

        .table .table_wysiwyg, .table .table_textarea {
            font-size: 12px
        }

            .table .table_wysiwyg .row_title, .table .table_wysiwyg h1, .table .table_wysiwyg h2, .table .table_wysiwyg h3, .table .table_wysiwyg h4, .table .table_wysiwyg h5, .table .table_wysiwyg h6, .table .table_textarea .row_title, .table .table_textarea h1, .table .table_textarea h2, .table .table_textarea h3, .table .table_textarea h4, .table .table_textarea h5, .table .table_textarea h6 {
                font-size: 14px
            }

                .table .table_wysiwyg .row_title sup, .table .table_wysiwyg h1 sup, .table .table_wysiwyg h2 sup, .table .table_wysiwyg h3 sup, .table .table_wysiwyg h4 sup, .table .table_wysiwyg h5 sup, .table .table_wysiwyg h6 sup, .table .table_textarea .row_title sup, .table .table_textarea h1 sup, .table .table_textarea h2 sup, .table .table_textarea h3 sup, .table .table_textarea h4 sup, .table .table_textarea h5 sup, .table .table_textarea h6 sup {
                    font-size: 7px
                }

            .table .table_wysiwyg p, .table .table_wysiwyg ul, .table .table_wysiwyg li, .table .table_wysiwyg span, .table .table_textarea p, .table .table_textarea ul, .table .table_textarea li, .table .table_textarea span {
                font-size: 12px
            }

                .table .table_wysiwyg p sup, .table .table_wysiwyg ul sup, .table .table_wysiwyg li sup, .table .table_wysiwyg span sup, .table .table_textarea p sup, .table .table_textarea ul sup, .table .table_textarea li sup, .table .table_textarea span sup {
                    font-size: 7px
                }

    .table_btex1 {
        display: flex;
        flex-wrap: wrap
    }

    .table_btex1_col {
        width: 48%
    }

        .table_btex1_col:nth-child(odd) {
            margin-right: 4%
        }

    .table_btex1_head {
        font-size: 16px
    }

        .table_btex1_head sup {
            font-size: 7px
        }

    .table_btex1_row {
        width: 100%;
        margin: 0;
        padding: 25px 40px
    }

    .table_btex3_head {
        font-size: 16px;
        text-align: left;
        padding: 10px 40px
    }

        .table_btex3_head sup {
            font-size: 7px
        }

    .table_btex3_row {
        width: 100%
    }

    .table_btex3_col {
        width: 48% !important
    }

    .table_btex3 .row_title .table_btex3_col {
        font-size: 12px
    }

        .table_btex3 .row_title .table_btex3_col sup {
            font-size: 7px
        }

    .table_btex3.table_swipeable {
        padding: 0
    }

        .table_btex3.table_swipeable .row_title .table_btex3_col {
            font-size: 12px;
            text-align: left
        }

        .table_btex3.table_swipeable .table_btex3_row {
            width: 100%
        }

    .table_btex5_head {
        font-size: 16px;
        text-align: left;
        padding: 10px 40px
    }

        .table_btex5_head sup {
            font-size: 7px
        }

    .table_btex5 .tablepress {
        table-layout: fixed
    }

        .table_btex5 .tablepress thead th {
            font-size: 12px;
            padding: 20px 0
        }

            .table_btex5 .tablepress thead th sup {
                font-size: 7px
            }

        .table_btex5 .tablepress tbody tr td {
            font-size: 12px;
            padding: 20px 10px 20px 0
        }

            .table_btex5 .tablepress tbody tr td ul, .table_btex5 .tablepress tbody tr td li, .table_btex5 .tablepress tbody tr td span, .table_btex5 .tablepress tbody tr td strong, .table_btex5 .tablepress tbody tr td em {
                font-size: 12px
            }

            .table_btex5 .tablepress tbody tr td sup {
                font-size: 7px
            }

        .table_btex5 .tablepress tbody tr .column-1 {
            font-size: 12px
        }

            .table_btex5 .tablepress tbody tr .column-1 sup {
                font-size: 7px
            }

    .table_btex5.table_swipeable .perfect_scrollbar {
        padding: 0
    }

    .table_btex5.table_swipeable .table_btex3_row {
        width: 100%
    }

    .pageint_bulletList {
        margin: 0 0 15px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .pageint_bulletList_col {
        width: 48%
    }

    .pageint_bulletList_text {
        font-size: 16px;
        color: #60295e
    }

        .pageint_bulletList_text p, .pageint_bulletList_text span, .pageint_bulletList_text a {
            font-size: 16px
        }

        .pageint_bulletList_text strong {
            font-size: 16px
        }

        .pageint_bulletList_text sup {
            font-size: 7px
        }

    .pageint_bulletList .bullet .pageint_bulletList_text {
        min-height: 20px;
        background: url(/Contents/Images/bullet.svg) left 3px no-repeat;
        background-size: 17px 17px
    }

    .pageint_bulletList .checklist .pageint_bulletList_text {
        min-height: 20px;
        background: url(/Contents/Images/checklist.svg) left 3px no-repeat;
        background-size: 17px 17px;
        font-size: 16px
    }

        .pageint_bulletList .checklist .pageint_bulletList_text p {
            font-size: 12px
        }

            .pageint_bulletList .checklist .pageint_bulletList_text p:nth-child(1) {
                font-size: 16px
            }
}

@media print and (min-width: 768px) {
    .pageint_imgText {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
}

@media print {
    .pageint_imgText_item {
        display: block;
        width: 100%
    }

        .pageint_imgText_item:after {
            display: block;
            float: none;
            clear: both;
            content: ''
        }

    .pageint_imgText_img {
        float: left;
        height: 190px;
        width: 48%
    }

    .pageint_imgText_content {
        float: right;
        width: 48%;
        padding: 0 0 20px 0
    }

    .pageint_imgText_title {
        margin-bottom: 10px
    }

        .pageint_imgText_title:after {
            margin-top: 10px
        }

    .pageint_imgText_text p {
        margin: 0 0 15px 0;
        font-size: 12px
    }

        .pageint_imgText_text p sup {
            font-size: 7px
        }

    .pageint_imgText_link_text {
        font-size: 12px
    }

        .pageint_imgText_link_text sup {
            font-size: 7px
        }

    .pageint_img {
        margin-bottom: 40px
    }

    .pageint_img_duo {
        display: flex;
        flex-wrap: wrap
    }

    .pageint_img_item {
        width: 49%;
        margin-bottom: 0
    }

    .pageint_img_swipeable .perfect_scrollbar {
        max-height: none
    }

    .pageint_img_swipeable picture {
        display: block;
        max-width: 100%
    }

        .pageint_img_swipeable picture img {
            max-height: none;
            max-width: 100%
        }

    .pageint_img_zoomable picture {
        display: block;
        max-width: 100%
    }

        .pageint_img_zoomable picture img {
            max-width: 100%
        }

    .pageint_img_zoom {
        display: none
    }

    .footer {
        display: none !important
    }

    #cookie_banner {
        display: none
    }

    .pastille_footer {
        display: none
    }

    .pageint_body .sideshare {
        display: none
    }

    #scrolltop {
        display: none !important
    }
}

.recaptcha_invalid {
    border: 1px solid #cd4855;
}

.msg-error {
    color: #cd4855;
    font-size: 14px;
}
