html {
    scroll-behavior: smooth;
}

    html .plyr.plyr--stopped .plyr__controls {
        display: none;
    }

    html .plyr__control--overlaid {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(17 96 171 / var(--tw-bg-opacity)) !important;
}

    html .plyr__poster {
    background-size: cover !important;
}

    html body.has-overlay {
    overflow: hidden;
}

    html body.has-overlay::before{
                content: "";
                position: absolute;
                top: 0px;
                left: 0px;
                z-index: 53;
                height: 100%;
                width: 100%;
                background-color: rgb(0 0 0 / var(--tw-bg-opacity));
                --tw-bg-opacity: 0.8;
                transition-property: all;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 300ms;
            }

    html body header .menu-wrapper {
    position: relative;
    z-index: 10;
}

    html body header .menu-wrapper nav ul li {
    position: relative;
    cursor: pointer;
}

    html body header .menu-wrapper nav ul li a {
    position: relative;
    z-index: 10;
    font-family: Syne Bold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: 0.04em;
    --tw-text-opacity: 1;
    color: rgb(101 114 112 / var(--tw-text-opacity));
}

    html body header .menu-wrapper nav ul li .sub-menu{
                                box-shadow: 0px 36px 30px rgba(0, 0, 0, 0.15);
                            }

    html body header .menu-wrapper nav ul li.active[data-type="who"] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(17 96 171 / var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1;
    background-color: rgb(17 96 171 / var(--tw-bg-opacity));
}

    html body header .menu-wrapper nav ul li.active[data-type="who"] img.grey, 
                                        html body header .menu-wrapper nav ul li.active[data-type="who"] img.blue {
    display: none !important;
}

    html body header .menu-wrapper nav ul li.active[data-type="who"] img.white {
    display: block !important;
}

    html body header .menu-wrapper nav ul li.active[data-type="who"].active >a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

    html body header .menu-wrapper nav ul li.active a:not(.btn-primary-blue):not(.btn-outline):not(.who) {
    --tw-text-opacity: 1 !important;
    color: rgb(17 96 171 / var(--tw-text-opacity)) !important;
}

    html body header .menu-wrapper nav ul li.active .sub-menu {
    pointer-events: auto;
    visibility: visible;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

    html body header .menu-wrapper nav ul li.active:not([data-type="who"])::after{
                                        content: "";
                                        position: absolute;
                                        left: 50%;
                                        z-index: 10;
                                        height: 7px;
                                        width: 54px;
                                        --tw-translate-x: -50%;
                                        --tw-translate-y: 2rem;
                                        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                                        border-radius: 9999px;
                                        --tw-bg-opacity: 1;
                                        background-color: rgb(17 96 171 / var(--tw-bg-opacity));
                                    }

    html body header .menu-wrapper nav ul li.current-menu-item a {
    --tw-text-opacity: 1;
    color: rgb(17 96 171 / var(--tw-text-opacity));
}

    html body header .menu-wrapper nav ul li.current-menu-item::after {
    visibility: visible !important;
    opacity: 1 !important;
}

    html body header .menu-wrapper nav ul li .single-target{
                                background: linear-gradient(180deg, #EFF5FB 50.14%, rgba(255, 255, 255, 0) 91.41%);
                            }

    html body header .menu-wrapper nav ul li .unicem-sub-menu{
                                width: calc(100% - 62px);
                            }

    html body header .menu-wrapper nav ul li:not([data-type="who"])::after{
                                    content: "";
                                    visibility: hidden;
                                    position: absolute;
                                    left: 50%;
                                    z-index: 10;
                                    height: 7px;
                                    width: 54px;
                                    --tw-translate-x: -50%;
                                    --tw-translate-y: 2rem;
                                    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                                    border-radius: 9999px;
                                    --tw-bg-opacity: 1;
                                    background-color: rgb(17 96 171 / var(--tw-bg-opacity));
                                    opacity: 0;
                                    transition-property: all;
                                    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                                    transition-duration: 300ms;
                                }

    html body header .menu-wrapper nav ul li:not([data-type="who"]):hover::after {
    visibility: visible;
    opacity: 1;
}

    html body header .menu-wrapper nav ul li:not([data-type="who"]):hover a {
    --tw-text-opacity: 1;
    color: rgb(17 96 171 / var(--tw-text-opacity));
}

    html body header .menu-wrapper ul li.btn-search form img.search-grey {
    display: block;
}

    html body header .menu-wrapper ul li.btn-search form img.search-white {
    display: none;
}

    html body header .menu-wrapper ul li.btn-search form.open input[type=text] {
    width: 100%;
}

    html body header .menu-wrapper ul li[data-type=who] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 10px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(101 114 112 / var(--tw-border-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 26px;
    padding-right: 26px;
}

    html body header .menu-wrapper ul li[data-type=who] img.white {
    display: none;
}

    html body header .menu-wrapper ul li[data-type=who] img.grey {
    display: block;
}

    html body header .menu-wrapper ul li[data-type=who]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(101 114 112 / var(--tw-border-opacity));
}

    html body header .sub-menu{
                box-shadow: 0px 36px 30px rgba(0, 0, 0, 0.15);
            }

    html body header .mobile-menu.is-open {
    right: 0px;
}

    html body header .mobile-menu nav ul li {
    position: relative;
    cursor: pointer;
}

    html body header .mobile-menu nav ul li[data-type] >a {
    position: relative;
    z-index: 10;
    display: block;
    font-family: Syne Bold, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 17px;
    letter-spacing: 0.04em;
    --tw-text-opacity: 1;
    color: rgb(101 114 112 / var(--tw-text-opacity));
}

    html body header .mobile-menu nav ul li[data-type] >a::before{
                                        content: url(../../../hh-theme/assets/svg/carret-grey.svg);
                                        position: absolute;
                                        top: 50%;
                                        left: auto;
                                        right: 0px;
                                        --tw-translate-y: -50%;
                                        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                                        transition-property: all;
                                        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                                        transition-duration: 300ms;
                                    }

    html body header .mobile-menu nav ul li.active[data-type="who"] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(17 96 171 / var(--tw-border-opacity)) !important;
}

    html body header .mobile-menu nav ul li.active[data-type="who"] img.grey, 
                                        html body header .mobile-menu nav ul li.active[data-type="who"] img.white {
    display: none !important;
}

    html body header .mobile-menu nav ul li.active[data-type="who"] img.blue {
    display: block;
}

    html body header .mobile-menu nav ul li.active a::before {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

    html body header .mobile-menu nav ul li.active .sub-menu {
    pointer-events: auto;
    visibility: visible;
    display: block;
    opacity: 1;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    html body header .mobile-menu nav ul li[data-type="who"] >a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 10px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(101 114 112 / var(--tw-border-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 50px;
}

    html body header .mobile-menu nav ul li[data-type="who"] >a::before {
    right: 20px;
}

    html body header .mobile-menu nav ul li .single-target{
                                background: linear-gradient(90deg, #EFF5FB 50.14%, rgba(255, 255, 255, 0) 91.41%);
                            }

    html body header .mobile-menu ul li.btn-search form img.search-grey {
    display: block;
}

    html body header .mobile-menu ul li.btn-search form img.search-white {
    display: none;
}

    html body header .mobile-menu ul li.btn-search form.open input[type=text] {
    width: 100%;
}

    html body header .mobile-menu ul li[data-type=who] img.white {
    display: none;
}

    html body header .mobile-menu ul li[data-type=who] img.grey {
    display: block;
}

    html body header .mobile-menu ul li[data-type=who]:hover {
    --tw-border-opacity: 1;
    border-color: rgb(101 114 112 / var(--tw-border-opacity));
}

    html body footer #hulahoop-logo svg path, 
                    html body footer #hulahoop-logo svg rect {
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    html body footer #hulahoop-logo:hover svg path:not(:first-child) {
    fill: #FF3845;
}

    html body footer #hulahoop-logo:hover svg g path {
    fill: #FF3845;
}

    html body footer #hulahoop-logo:hover svg rect {
    stroke: #FF3845;
}

    html body footer #breadcrumbs {
    display: none;
    font-family: Syne Regular, sans-serif;
    font-size: 10px;
    letter-spacing: 0.04em;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

    @media (min-width: 1024px) {

    html body footer #breadcrumbs {
        display: block;
    }
}

    html body footer #breadcrumbs >span >span >a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
}

    html body footer .wrapper {
    position: absolute;
    left: var(--containerPaddingNegative);
    top: 0px;
    z-index: 0;
    height: 100%;
    width: 100vw;
    border-radius: 0px;
    background-color: rgb(240 246 252 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.1;
}

    @media (min-width: 1024px) {

    html body footer .wrapper {
        top: 50%;
        left: 50%;
        width: 100%;
        border-radius: 50px;
                    transform: skew(360deg, 357deg) translate3d(-50%, -50%, 0);
    }
}

    html body dialog[open] {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

    html body dialog[open] .search-results.active {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

    html body dialog[open] .search-results .post .content {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
}

    html body dialog[open] .search-results .post.show .content {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

    html body.search-results #hero .wrapper {
    position: relative;
                    transform: matrix(-1, -.04, 0, 1, 0, 0);
}

    @media (min-width: 1024px){

    html body.search-results #hero .wrapper{
                        transform: matrix(-1, -.04, 0, 1, 0, 0)
                }
                    }

    html body.search-results #hero .wrapper::before{
                        content: '';
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        height: 100%;
                        width: 100%;
                        border-radius: 10px;
                    }

    @media (min-width: 1024px) {

    html body.search-results #hero .wrapper::before {
        border-radius: 50px;
    }
}

    html body.search-results #hero .wrapper::before{
                        background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
                        box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
                    }

    html body.search-results #hero .wrapper >div{
                        transform: translate3d(-50%, -50%, 0) matrix(-1, -.04, 0, 1, 0, 0);
                    }

    @media (min-width: 1024px){

    html body.search-results #hero .wrapper >div{
                            transform: translate3d(-50%, -50%, 0) matrix(-1, -.04, 0, 1, 0, 0)
                    }
                        }

    html body.page-template-homepage {
    font-size: 18px;
    line-height: 19px;
}

    html body.page-template-homepage #hero {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(240 246 252 / var(--tw-bg-opacity));
}

    html body.page-template-homepage #hero .wrapper {
    position: relative;
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #hero .wrapper {
        margin-bottom: 60px;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
}

    html body.page-template-homepage #hero .wrapper{
                    height: calc(100vh - var(--headerHeight) - 60px);
                    transform: matrix(-1, .07, 0, 1, 0, 0);
                }

    html body.page-template-homepage #hero .wrapper .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-radius: 50px;
                        background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0.92%, rgba(0, 0, 0, 0) 84.89%);
                        box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
}

    html body.page-template-homepage #hero .content {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
                    transform: matrix(-1, .07, 0, 1, 0, 0) translate3d(0, -50%, 0);
}

    html body.page-template-homepage #hero .inner-video {
    position: relative;
}

    html body.page-template-homepage #hero .inner-video .plyr__video-wrapper {
    height: 100%;
}

    html body.page-template-homepage #hero .inner-video .plyr__video-wrapper::after{
                            content: "";
                            position: absolute;
                            top: 0px;
                            left: 0px;
                            z-index: 1;
                            height: 100%;
                            width: 100%;
                            background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 82.4%);
                        }

    html body.page-template-homepage #hero .inner-video .plyr__controls, 
                    html body.page-template-homepage #hero .inner-video .plyr__control {
    display: none !important;
}

    html body.page-template-homepage #hero .inner-video .plyr__video-embed{
                        transform: scale(1.3);
                    }

    @media (min-width: 1280px){

    html body.page-template-homepage #hero .inner-video .plyr__video-embed{
                            height: 100vh
                    }
                            html body.page-template-homepage #hero .inner-video .plyr__video-embed .plyr__video-embed__container{
                                padding-bottom: 48%;
                                transform: translateY(0);
                            }
                        }

    html body.page-template-homepage #hero .splide{
                    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
                    transform: translateY(-35px);
                    margin-bottom: -35px;
                    margin-left: auto;
                    margin-right: auto;
                    max-width: 80%;
                    border-radius: 10px;
                    --tw-bg-opacity: 1;
                    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
                }

    @media (min-width: 1024px) {

    html body.page-template-homepage #hero .splide {
        width: 100%;
        position: absolute;
        bottom: -130px;
        right: 8rem;
        z-index: 9;
        margin-bottom: 0px;
        width: 386px;
        transform: none;
    }
}

    @media (min-width: 1280px){

    html body.page-template-homepage #hero .splide {
        position: absolute;
        bottom: -130px;
        right: 15rem;
        z-index: 9;
        margin-bottom: 0px;
        width: 386px;
        transform: none;
    }
                    }

    html body.page-template-homepage #hero .splide .splide__track{
                        color: red;
                    }

    @media (min-width: 1024px) {

    html body.page-template-homepage #hero .splide .splide__track .splide__list .splide__slide {
        width: 386px !important;
    }
}

    html body.page-template-homepage #hero .splide .splide__track .splide__list .splide__slide >div {
    height: 100%;
}

    html body.page-template-homepage #hero .splide .splide__arrows {
    position: absolute;
                        top: 18px;
                        right: 20px;
}

    @media (min-width: 1024px){

    html body.page-template-homepage #hero .splide .splide__arrows{
                            top: calc(15px + 2em);
                            right: 30px
                    }
                        }

    html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--next, 
                        html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--prev {
    position: absolute;
    right: 0px;
    height: 28px;
    width: 28px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    opacity: 1;
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--next, 
                        html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--prev {
        height: 48px;
        width: 48px;
    }
}

    html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--next[disabled], html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--prev[disabled] {
    display: none;
}

    @media screen and (max-width: 1024px){

    html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--next, 
                        html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--prev {
        transform: none;
    }
                            }

    html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--next svg,html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--prev svg{
                                transform: rotate(-90deg);
                                fill: none;
                                stroke-linecap: round;
                                stroke-dasharray: 0, 999;
                            }

    html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--next svg, html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--prev svg {
    height: 100%;
    width: 100%;
    stroke: #00B976;
    stroke-width: 6;
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--next svg, html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--prev svg {
        stroke-width: 2;
    }
}

    html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--next svg.fill,html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--prev svg.fill{
                                    -webkit-animation: dash 5s ease-in-out;
                                            animation: dash 5s ease-in-out;
                                }

    html body.page-template-homepage #hero .splide .splide__arrows .splide__arrow--prev {
    left: auto !important;
    top: 60px !important;
    display: none !important;
}

    html body.page-template-homepage #targets .single-target{
                    background: linear-gradient(90deg, #FFFFFF 50.14%, rgba(255, 255, 255, 0) 91.41%);
                    border-bottom-left-radius: 200px;
                    border-top-left-radius: 200px;
                }

    @media (min-width: 1024px){

    html body.page-template-homepage #targets .single-target{
                        background: linear-gradient(180deg, #FFFFFF 50.14%, rgba(255, 255, 255, 0) 91.41%);
                        border-bottom-left-radius: 0
                }
                    }

    html body.page-template-homepage #edito .container{
                    transform: matrix(1, .07, 0, 1, 0, 0);
                }

    @media (min-width: 1024px){

    html body.page-template-homepage #edito .container {
        padding-left: 60px;
        padding-right: 60px;
    }
                    }

    @media (min-width: 1280px){

    html body.page-template-homepage #edito .container {
        padding-left: 121px;
        padding-right: 121px;
    }
                    }

    html body.page-template-homepage #edito .wrapper {
    align-items: center;
    overflow: hidden;
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #edito .wrapper {
        display: flex;
        gap: 4rem;
        border-radius: 50px;
        padding-left: 0px;
        padding-right: 0px;
    }

    html body.page-template-homepage #edito .wrapper >div {
        margin-left: 10%;
        min-width: auto;
        padding-right: 0px;
    }
}

    html body.page-template-homepage #edito .wrapper >div{
                        transform: matrix(1, -.07, 0, 1, 0, 0);
                    }

    html body.page-template-homepage #edito .wrapper .plyr {
    margin-left: 0px;
    margin-right: 5%;
    width: 100%;
    max-width: 50%;
    padding-left: 0px;
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #edito .wrapper .plyr {
        min-height: 315px;
        width: 560px;
        min-width: 560px;
    }
}

    @media screen and (max-width: 1024px){

    html body.page-template-homepage #edito .wrapper img{
                            transform: matrix(1, -.07, 0, 1, 0, 0);
                            margin-bottom: -100px !important;
                    }
                        }

    html body.page-template-homepage #edito .wrapper img {
    margin-bottom: -13rem;
    aspect-ratio: 1 / 1;
    width: 664px;
    border-radius: 9999px;
    -o-object-fit: cover;
       object-fit: cover;
}

    html body.page-template-homepage #edito.video .wrapper div {
    z-index: 10;
    padding-left: 0px !important;
}

    html body.page-template-homepage #edito #player img{
                        border-radius: 0 !important;
                    }

    html body.page-template-homepage #poles {
    padding-bottom: 12rem;
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #poles {
        padding-bottom: 300px;
    }
}

    html body.page-template-homepage #poles .overlay {
    position: absolute;
    top: -1rem;
    right: 0px;
    left: auto;
    height: 178px;
    width: 130px;
    --tw-bg-opacity: 1;
    background-color: rgb(236 172 99 / var(--tw-bg-opacity));
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #poles .overlay {
        top: 160px;
        height: 510px;
        width: 305px;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

    html body.page-template-homepage #poles .splide .splide__track .splide__list .splide__slide {
    border-top-right-radius: 60px;
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #poles .splide .splide__track .splide__list .splide__slide {
        margin-right: 0px;
    }
}

    html body.page-template-homepage #poles .splide .splide__arrows {
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 18px !important;
    display: flex !important;
    height: 45px !important;
    width: 105px !important;
    gap: 1.5rem !important;
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #poles .splide .splide__arrows {
        margin-top: 25px;
        width: 115px !important;
    }
}

    html body.page-template-homepage #poles .splide .splide__arrows .splide__arrow {
    height: 48px;
    width: 48px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
}

    html body.page-template-homepage #poles .splide .splide__arrows .splide__arrow--prev {
    left: 0px;
}

    html body.page-template-homepage #poles .splide .splide__arrows .splide__arrow--next {
    right: 0px;
}

    html body.page-template-homepage #key_numbers .wrapper {
    margin-bottom: -8rem;
    --tw-translate-y: -8rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #key_numbers .wrapper {
        margin-bottom: -220px;
        --tw-translate-y: -220px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

    html body.page-template-homepage #key_numbers .wrapper .single-key-number {
    width: 304px;
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #key_numbers .wrapper .single-key-number {
        padding-left: 0px;
        padding-right: 0px;
    }
}

    html body.page-template-homepage #key_numbers .wrapper .single-key-number .color {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #key_numbers .wrapper .single-key-number .color {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

    html body.page-template-homepage #key_numbers .wrapper .single-key-number:nth-child(1) .color {
    border-top-left-radius: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 185 118 / var(--tw-bg-opacity));
    padding-top: 3rem;
    padding-bottom: 3rem;
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #key_numbers .wrapper .single-key-number:nth-child(1) .color {
        margin-top: 58px;
    }
}

    html body.page-template-homepage #key_numbers .wrapper .single-key-number:nth-child(2) .color {
    border-bottom-left-radius: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(17 96 171 / var(--tw-bg-opacity));
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #key_numbers .wrapper .single-key-number:nth-child(2) .color {
        margin-top: 88px;
    }
}

    html body.page-template-homepage #key_numbers .wrapper .single-key-number:nth-child(3) .color {
    border-bottom-right-radius: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(236 172 99 / var(--tw-bg-opacity));
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #key_numbers .wrapper .single-key-number:nth-child(3) .color {
        margin-top: 12px;
    }
}

    html body.page-template-homepage #trainings .wrapper {
    position: absolute;
    top: 2.25rem;
    left: auto;
    right: 50%;
    z-index: 0;
    height: 80%;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(240 246 252 / var(--tw-bg-opacity));
}

    @media (min-width: 1024px) {

    html body.page-template-homepage #trainings .wrapper {
        border-radius: 50px;
    }
}

    html body.page-template-homepage #trainings .wrapper{
                    transform: matrix(-1, .07, 0, 1, 0, 0) translate3d(-50%,0,0);
                    width: 60%;
                }

    html body.page-template-homepage #trainings .splide .splide__track .splide__list{
                            margin: 40px 0 !important;
                        }

    html body.page-template-homepage #trainings .splide .splide__track .splide__list .splide__slide >div{
                                    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
                                }

    html body.page-template-homepage #trainings .splide .splide__track .splide__list .splide__slide >div .btn-primary-blue {
    margin-top: 0px;
}

    html body.page-template-homepage #trainings .splide .splide__arrows {
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    height: 45px !important;
    width: 115px !important;
    gap: 1.5rem !important;
}

    html body.page-template-homepage #trainings .splide .splide__arrows .splide__arrow {
    height: 48px;
    width: 48px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
    opacity: 1;
}

    html body.page-template-homepage #trainings .splide .splide__arrows .splide__arrow--prev {
    left: 0px;
}

    html body.page-template-homepage #trainings .splide .splide__arrows .splide__arrow--next {
    right: 0px;
}

    html body.page-template-homepage #trainings a.btn-primary-blue {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    display: block;
    width: 130px;
    text-align: center;
}

    html body.page-template-intermediate #hero .wrapper {
    position: relative;
                    transform: matrix(1, .04, 0, 1, 0, 0);
}

    html body.page-template-intermediate #hero .wrapper::before{
                        content: '';
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        height: 100%;
                        width: 100%;
                        border-radius: 10px;
                    }

    @media (min-width: 1024px) {

    html body.page-template-intermediate #hero .wrapper::before {
        border-radius: 50px;
    }
}

    html body.page-template-intermediate #hero .wrapper::before{
                        background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
                        box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
                    }

    html body.page-template-intermediate #hero .wrapper >div{
                        transform: translate3d(-50%, -50%, 0) matrix(1, -.04, 0, 1, 0, 0);
                    }

    html body.page-template-archive-trainings {
    --tw-bg-opacity: 1;
    background-color: rgb(240 246 252 / var(--tw-bg-opacity));
}

    @media screen and (max-width: 1024px) {
                html body.page-template-archive-trainings .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
            }

    html body.page-template-archive-trainings #hero .wrapper {
    position: relative;
                    transform: matrix(-1, -.04, 0, 1, 0, 0);
}

    @media (min-width: 1024px){

    html body.page-template-archive-trainings #hero .wrapper{
                        transform: matrix(-1, -.04, 0, 1, 0, 0)
                }
                    }

    html body.page-template-archive-trainings #hero .wrapper::before{
                        content: '';
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        height: 100%;
                        width: 100%;
                        border-radius: 10px;
                    }

    @media (min-width: 1024px) {

    html body.page-template-archive-trainings #hero .wrapper::before {
        border-radius: 50px;
    }
}

    html body.page-template-archive-trainings #hero .wrapper::before{
                        background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
                        box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
                    }

    html body.page-template-archive-trainings #hero .wrapper >div{
                        transform: translate3d(-50%, -50%, 0) matrix(-1, -.04, 0, 1, 0, 0);
                    }

    @media (min-width: 1024px){

    html body.page-template-archive-trainings #hero .wrapper >div{
                            transform: translate3d(-50%, -50%, 0) matrix(-1, -.04, 0, 1, 0, 0)
                    }
                        }

    html body.page-template-archive-trainings #archive form .filter-wrapper {
    position: relative;
}

    html body.page-template-archive-trainings #archive form .filter-wrapper.is-active .button-toggle {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 185 118 / var(--tw-text-opacity));
                                box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2);
}

    html body.page-template-archive-trainings #archive form .filter-wrapper.is-active .button-toggle img.black {
    display: none;
}

    html body.page-template-archive-trainings #archive form .filter-wrapper.is-active .button-toggle img.green {
    display: block;
}

    html body.page-template-archive-trainings #archive form .filter-wrapper.dropdown-open .button-toggle img.black {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

    html body.page-template-archive-trainings #archive form .filter-wrapper.dropdown-open .toggle-list {
    visibility: visible;
    z-index: 99;
    opacity: 1;
}

    html body.page-template-archive-trainings #archive form .filter-wrapper.dropdown-open.is-active img.black {
    display: none;
}

    html body.page-template-archive-trainings #archive form .filter-wrapper.dropdown-open.is-active img.green {
    display: block;
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

    html body.page-template-archive-trainings #archive form .button-toggle {
    display: flex;
    height: auto;
    align-items: center;
    gap: 0.5rem;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Syne Bold, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    line-height: .75rem;
    letter-spacing: 0.04em;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

    html body.page-template-archive-trainings #archive form .toggle-list {
    visibility: hidden;
    position: absolute;
    left: 0px;
    z-index: 10;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 1.5rem;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

    @media (min-width: 1024px) {

    html body.page-template-archive-trainings #archive form .toggle-list {
        width: 287px;
    }
}

    html body.page-template-archive-trainings #archive form .toggle-list{
                        box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
                    }

    html body.page-template-archive-trainings #archive form input[type=checkbox] {
    position: relative;
    height: 1rem;
    width: 1rem;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.25rem;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

    html body.page-template-archive-trainings #archive form input[type=checkbox]::before{
                            content: "";
                            visibility: hidden;
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            height: 0.25rem;
                            width: 0.25rem;
                            --tw-translate-y: -50%;
                            --tw-translate-x: -50%;
                            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                            --tw-bg-opacity: 1;
                            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
                            opacity: 0;
                        }

    html body.page-template-archive-trainings #archive form input[type=checkbox]:checked {
    --tw-border-opacity: 1;
    border-color: rgb(0 185 118 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 185 118 / var(--tw-bg-opacity));
}

    html body.page-template-archive-trainings #archive form input[type=checkbox]:checked::before {
    visibility: visible;
    opacity: 1;
}

    html body.page-template-archive-trainings #archive form label.is-selected {
    font-family: Syne Bold, sans-serif;
}

    html body.page-template-archive-trainings aside form .filter-wrapper {
    position: relative;
}

    html body.page-template-archive-trainings aside form .filter-wrapper.is-active .button-toggle {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 185 118 / var(--tw-text-opacity));
}

    html body.page-template-archive-trainings aside form .filter-wrapper.is-active .button-toggle img.black {
    display: none;
}

    html body.page-template-archive-trainings aside form .filter-wrapper.is-active .button-toggle img.green {
    display: block;
}

    html body.page-template-archive-trainings aside form .filter-wrapper.dropdown-open .button-toggle img.black {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

    html body.page-template-archive-trainings aside form .filter-wrapper.dropdown-open .toggle-list {
    visibility: visible;
    opacity: 1;
}

    html body.page-template-archive-trainings aside form .filter-wrapper.dropdown-open.is-active img.black {
    display: none;
}

    html body.page-template-archive-trainings aside form .filter-wrapper.dropdown-open.is-active img.green {
    display: block;
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

    html body.page-template-archive-trainings aside form input[type=checkbox] {
    position: relative;
    height: 1rem;
    width: 1rem;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.25rem;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

    html body.page-template-archive-trainings aside form input[type=checkbox]::before{
                            content: "";
                            visibility: hidden;
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            height: 0.25rem;
                            width: 0.25rem;
                            --tw-translate-y: -50%;
                            --tw-translate-x: -50%;
                            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                            --tw-bg-opacity: 1;
                            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
                            opacity: 0;
                        }

    html body.page-template-archive-trainings aside form input[type=checkbox]:checked {
    --tw-border-opacity: 1;
    border-color: rgb(0 185 118 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 185 118 / var(--tw-bg-opacity));
}

    html body.page-template-archive-trainings aside form input[type=checkbox]:checked::before {
    visibility: visible;
    opacity: 1;
}

    html body.page-template-archive-trainings aside form label.is-selected {
    font-family: Syne Bold, sans-serif;
}

    html body.page-template-archive-trainings #poles .overlay {
    position: absolute;
    top: -1rem;
    right: 0px;
    left: auto;
    height: 178px;
    width: 130px;
    --tw-bg-opacity: 1;
    background-color: rgb(236 172 99 / var(--tw-bg-opacity));
}

    @media (min-width: 1024px) {

    html body.page-template-archive-trainings #poles .overlay {
        top: 160px;
        height: 510px;
        width: 305px;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

    html body.page-template-archive-trainings #poles .splide .splide__track .splide__list .splide__slide {
    border-top-right-radius: 60px;
}

    @media (min-width: 1024px) {

    html body.page-template-archive-trainings #poles .splide .splide__track .splide__list .splide__slide {
        margin-right: 0px;
    }
}

    html body.page-template-archive-trainings #poles .splide .splide__arrows {
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 18px !important;
    display: flex !important;
    height: 45px !important;
    width: 105px !important;
    gap: 1.5rem !important;
}

    @media (min-width: 1024px) {

    html body.page-template-archive-trainings #poles .splide .splide__arrows {
        margin-top: 25px;
        width: 115px !important;
    }
}

    html body.page-template-archive-trainings #poles .splide .splide__arrows .splide__arrow {
    height: 48px;
    width: 48px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
}

    html body.page-template-archive-trainings #poles .splide .splide__arrows .splide__arrow--prev {
    left: 0px;
}

    html body.page-template-archive-trainings #poles .splide .splide__arrows .splide__arrow--next {
    right: 0px;
}

    html body.is-hovering {
    overflow: hidden;
}

    html body.is-hovering header ul.top-bar li[data-id] a {
    --tw-text-opacity: 1 !important;
    color: rgb(101 114 112 / var(--tw-text-opacity)) !important;
}

    html body.has-video header {
    z-index: 50;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(240 246 252 / var(--tw-bg-opacity));
}

    @media (min-width: 1024px) {

    html body.has-video header {
        position: absolute;
        background-color: transparent;
    }
}

    html body.has-video header ul.top-bar, html body.has-video header nav.top-bar {
    background-color: transparent;
}

    html body.has-video header ul.top-bar li, html body.has-video header nav.top-bar li {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

    html body.has-video header ul.top-bar li a, html body.has-video header nav.top-bar li a {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

    html body.has-video header ul.top-bar li.btn-search form img.search-grey, html body.has-video header nav.top-bar li.btn-search form img.search-grey {
    display: none;
}

    html body.has-video header ul.top-bar li.btn-search form img.search-white, html body.has-video header nav.top-bar li.btn-search form img.search-white {
    display: block;
}

    html body.has-video header nav.main ul li {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

    html body.has-video header nav.main ul li a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

    html body.has-video header nav.main ul li[data-type=who] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-radius: 10px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

    html body.has-video header nav.main ul li[data-type=who] img.grey {
    display: none;
}

    html body.has-video header nav.main ul li[data-type=who] img.white {
    display: block;
}

    html body.has-video header .logo {
    display: none;
}

    html body.has-video header .white-logo {
    display: block;
}

    html body.has-video.is-hovering {
    overflow: hidden;
}

    html body.has-video.is-hovering header .white-logo {
    display: none;
}

    html body.has-video.is-hovering header .logo {
    display: block;
}

    html body.has-video.is-hovering header ul li a:not(.btn-outline):not(.btn-primary-blue) {
    --tw-text-opacity: 1;
    color: rgb(101 114 112 / var(--tw-text-opacity));
}

    html body.has-video.is-hovering header ul li form img.search-grey {
    display: block !important;
}

    html body.has-video.is-hovering header ul li form img.search-white {
    display: none !important;
}

    html body.has-video.is-hovering header ul li[data-type="who"] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(101 114 112 / var(--tw-border-opacity)) !important;
}

    html body.has-video.is-hovering header ul li[data-type="who"] img.grey {
    display: block !important;
}

    html body.has-video.is-hovering header ul li[data-type="who"] img.white {
    display: none !important;
}

    @media screen and (max-width: 1024px) {
                html body.single-formation .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
                    html body.single-formation .container h2 {
        font-size: 18px;
        line-height: 19px;
    }
                        html body.single-formation .container .single-key-number .color {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        padding-left: 91px;
        padding-right: 91px;
    }
                            html body.single-formation .container .single-key-number .color:last-child {
        border-bottom-right-radius: 0px;
        border-top-left-radius: 40px;
    }
                        html body.single-formation .container details ul {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
            }

    html body.single-formation article .lg\:w-5\/12 >div{
                        box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
                    }

    html body.single-formation article .single-key-number {
    width: 100%;
}

    html body.single-formation article .single-key-number .color {
    padding: 2.5rem;
    text-align: center;
}

    html body.single-formation article .single-key-number:nth-child(1) .color {
    border-top-left-radius: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(17 96 171 / var(--tw-bg-opacity));
}

    html body.single-formation article .single-key-number:nth-child(2) .color {
    border-bottom-left-radius: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 185 118 / var(--tw-bg-opacity));
}

    html body.single-formation article .single-key-number:nth-child(3) .color {
    border-top-left-radius: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(236 172 99 / var(--tw-bg-opacity));
}

    html body.single-formation article details {
    margin-bottom: 1.25rem;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

    html body.single-formation article details ul {
    margin-top: 1rem;
}

    html body.single-formation article details ul li {
    padding-left: 1.75rem;
}

    html body.single-formation article details[open] {
    padding-bottom: 0.5rem;
}

    html body.single-formation article details[open] summary img {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

    html body.single-formation article ul {
    margin-left: 0px;
    list-style-position: inside;
    list-style-type: disc;
}

    @media (min-width: 1024px) {

    html body.single-formation article ul {
        margin-left: 1.75rem;
        margin-right: 1.75rem;
    }
}

    html body.single-formation article ul li:not(.splide__slide) {
    position: relative;
    margin-bottom: 0.625rem;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(235 236 255 / var(--tw-bg-opacity));
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 1.25rem;
    padding-left: 1rem;
    font-family: Syne Medium, sans-serif;
    font-size: 12px;
    --tw-text-opacity: 1;
    color: rgb(6 36 64 / var(--tw-text-opacity));
}

    html body.single-formation article ul li:not(.splide__slide)::marker,
                            html body.single-formation article ul li:not(.splide__slide)::-webkit-details-marker{
                                content: none;
                            }

    html body.single-formation article ul li:not(.splide__slide)::after{
                                content: "";
                                position: absolute;
                                top: 50%;
                                left: -3px;
                                height: 6px;
                                width: 6px;
                                --tw-translate-y: -50%;
                                transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                                border-radius: 9999px;
                                --tw-bg-opacity: 1;
                                background-color: rgb(0 185 118 / var(--tw-bg-opacity));
                            }

    html body.single-formation article ul li:not(.splide__slide) ul {
    margin-left: 0px;
    margin-top: 1rem;
}

    html body.single-formation article ul li:not(.splide__slide) ul li {
    border-radius: 0px;
    background-color: transparent;
    padding: 0px;
    padding-left: 1rem;
    font-family: Roboto Light, sans-serif;
    font-size: 10px;
}

    html body.single-formation article ul li:not(.splide__slide) ul li::after{
                                        content: "";
                                        position: absolute;
                                        top: 50%;
                                        left: 0px;
                                        height: 6px;
                                        width: 6px;
                                        --tw-translate-y: -50%;
                                        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                                        border-radius: 9999px;
                                        --tw-bg-opacity: 1;
                                        background-color: rgb(236 172 99 / var(--tw-bg-opacity));
                                    }

    html body.single-formation article #gallery .splide .splide__arrows {
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 15px !important;
    display: flex !important;
    height: 45px !important;
    width: 115px !important;
    gap: 1.5rem !important;
}

    html body.single-formation article #gallery .splide .splide__arrows .splide__arrow {
    height: 48px;
    width: 48px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
}

    html body.single-formation article #gallery .splide .splide__arrows .splide__arrow--prev {
    left: 0px;
}

    html body.single-formation article #gallery .splide .splide__arrows .splide__arrow--next {
    right: 0px;
}

    html body.single-formation article #trainings .wrapper {
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 0;
    height: 80%;
    border-radius: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(240 246 252 / var(--tw-bg-opacity));
                        transform: skew(360deg, 357deg) translate3d(-50%, 0, 0);
                        width: calc(var(--containerWidth) - 10%);
}

    html body.single-formation article #trainings .splide .splide__track .splide__list{
                                margin: 50px 0 !important;
                            }

    html body.single-formation article #trainings .splide .splide__track .splide__list .splide__slide >div{
                                        box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
                                    }

    html body.single-formation article #trainings .splide .splide__track .splide__list .splide__slide >div:hover{

                                        }

    html body.single-formation article #trainings .splide .splide__arrows {
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 25px !important;
    display: flex !important;
    height: 45px !important;
    width: 115px !important;
    gap: 1.5rem !important;
}

    html body.single-formation article #trainings .splide .splide__arrows .splide__arrow {
    height: 48px;
    width: 48px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
    opacity: 1;
}

    html body.single-formation article #trainings .splide .splide__arrows .splide__arrow--prev {
    left: 0px;
}

    html body.single-formation article #trainings .splide .splide__arrows .splide__arrow--next {
    right: 0px;
}

    html body.single-formation article #poles .overlay {
    position: absolute;
    top: -1rem;
    right: 0px;
    left: auto;
    height: 178px;
    width: 130px;
    --tw-bg-opacity: 1;
    background-color: rgb(236 172 99 / var(--tw-bg-opacity));
}

    @media (min-width: 1024px) {

    html body.single-formation article #poles .overlay {
        top: 160px;
        height: 510px;
        width: 305px;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

    html body.single-formation article #poles .splide .splide__track .splide__list .splide__slide {
    border-top-right-radius: 60px;
}

    @media (min-width: 1024px) {

    html body.single-formation article #poles .splide .splide__track .splide__list .splide__slide {
        margin-right: 0px;
    }
}

    html body.single-formation article #poles .splide .splide__arrows {
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 18px !important;
    display: flex !important;
    height: 45px !important;
    width: 105px !important;
    gap: 1.5rem !important;
}

    @media (min-width: 1024px) {

    html body.single-formation article #poles .splide .splide__arrows {
        margin-top: 25px;
        width: 115px !important;
    }
}

    html body.single-formation article #poles .splide .splide__arrows .splide__arrow {
    height: 48px;
    width: 48px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
}

    html body.single-formation article #poles .splide .splide__arrows .splide__arrow--prev {
    left: 0px;
}

    html body.single-formation article #poles .splide .splide__arrows .splide__arrow--next {
    right: 0px;
}

    html body.single-formation article #checkerboard .description p{
                            margin: revert;
                        }

    html body.single-formation article .other-campus .splide {
    display: flex;
    flex-direction: column-reverse;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

    html body.single-formation article .other-campus .splide__arrows {
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 18px !important;
    display: flex !important;
    height: 45px !important;
    width: 105px !important;
    gap: 1.5rem !important;
}

    @media (min-width: 1024px) {

    html body.single-formation article .other-campus .splide__arrows {
        margin-top: 0px !important;
        width: 115px !important;
    }
}

    html body.single-formation article .other-campus .splide__arrows .splide__arrow {
    height: 48px;
    width: 48px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
}

    html body.single-formation article .other-campus .splide__arrows .splide__arrow--prev {
    left: 0px;
}

    html body.single-formation article .other-campus .splide__arrows .splide__arrow--next {
    right: 0px;
}

    html body.single-formation article .other-campus .splide__arrows .splide__arrow svg{
                                fill: transparent;
                            }

    html body.single-post .single-post{
                box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
            }

    html body.blog #hero .wrapper {
    position: relative;
                    transform: matrix(-1, .04, 0, 1, 0, 0);
}

    @media (min-width: 1024px){

    html body.blog #hero .wrapper{
                        transform: matrix(-1, .04, 0, 1, 0, 0)
                }
                    }

    html body.blog #hero .wrapper::before{
                        content: '';
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        height: 100%;
                        width: 100%;
                        border-radius: 10px;
                    }

    @media (min-width: 1024px) {

    html body.blog #hero .wrapper::before {
        border-radius: 50px;
    }
}

    html body.blog #hero .wrapper::before{
                        background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
                        box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
                    }

    html body.blog #hero .wrapper >div{
                        transform: translate3d(-50%, -50%, 0) matrix(-1, .04, 0, 1, 0, 0);
                    }

    @media (min-width: 1024px){

    html body.blog #hero .wrapper >div{
                            transform: translate3d(-50%, -50%, 0) matrix(-1, .04, 0, 1, 0, 0)
                    }
                        }

    html body.blog #archive form .filter-wrapper {
    position: relative;
}

    html body.blog #archive form .filter-wrapper.is-active .button-toggle {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 185 118 / var(--tw-text-opacity));
                                box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.2);
}

    html body.blog #archive form .filter-wrapper.is-active .button-toggle img.black {
    display: none;
}

    html body.blog #archive form .filter-wrapper.is-active .button-toggle img.green {
    display: block;
}

    html body.blog #archive form .filter-wrapper.dropdown-open .button-toggle img.black {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

    html body.blog #archive form .filter-wrapper.dropdown-open .toggle-list {
    visibility: visible;
    opacity: 1;
}

    html body.blog #archive form .filter-wrapper.dropdown-open.is-active img.black {
    display: none;
}

    html body.blog #archive form .filter-wrapper.dropdown-open.is-active img.green {
    display: block;
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

    html body.blog #archive form .button-toggle {
    display: flex;
    height: auto;
    align-items: center;
    gap: 0.5rem;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Syne Bold, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    line-height: .75rem;
    letter-spacing: 0.04em;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}

    html body.blog #archive form .toggle-list {
    visibility: hidden;
    position: absolute;
    left: 0px;
    z-index: 30;
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 1.5rem;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

    @media (min-width: 1024px) {

    html body.blog #archive form .toggle-list {
        width: 287px;
    }
}

    html body.blog #archive form .toggle-list{
                        box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
                    }

    html body.blog #archive form input[type=checkbox] {
    position: relative;
    height: 1rem;
    width: 1rem;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0.25rem;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

    html body.blog #archive form input[type=checkbox]::before{
                            content: "";
                            visibility: hidden;
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            height: 0.25rem;
                            width: 0.25rem;
                            --tw-translate-y: -50%;
                            --tw-translate-x: -50%;
                            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                            --tw-bg-opacity: 1;
                            background-color: rgb(255 255 255 / var(--tw-bg-opacity));
                            opacity: 0;
                        }

    html body.blog #archive form input[type=checkbox]:checked {
    --tw-border-opacity: 1;
    border-color: rgb(0 185 118 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 185 118 / var(--tw-bg-opacity));
}

    html body.blog #archive form input[type=checkbox]:checked::before {
    visibility: visible;
    opacity: 1;
}

    html body.blog #archive form label.is-selected {
    font-family: Syne Bold, sans-serif;
}

    html body.blog #archive .single-post{
                    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
                }

    @media screen and (max-width: 1024px) {
                html body.tax-centre-formation .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
            }

    html body.tax-centre-formation {
    --tw-bg-opacity: 1;
    background-color: rgb(240 246 252 / var(--tw-bg-opacity));
}

    html body.tax-centre-formation #hero .wrapper {
    position: relative;
                    transform: matrix(-1, .04, 0, 1, 0, 0);
}

    @media (min-width: 1024px){

    html body.tax-centre-formation #hero .wrapper{
                        transform: matrix(-1, .04, 0, 1, 0, 0)
                }
                    }

    html body.tax-centre-formation #hero .wrapper::before{
                        content: '';
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        height: 100%;
                        width: 100%;
                        border-radius: 10px;
                    }

    @media (min-width: 1024px) {

    html body.tax-centre-formation #hero .wrapper::before {
        border-radius: 50px;
    }
}

    html body.tax-centre-formation #hero .wrapper::before{
                        background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
                        box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
                    }

    html body.tax-centre-formation #hero .wrapper >div{
                        transform: translate3d(-50%, -50%, 0) matrix(-1, .04, 0, 1, 0, 0);
                    }

    @media (min-width: 1024px){

    html body.tax-centre-formation #hero .wrapper >div{
                            transform: translate3d(-50%, -50%, 0) matrix(-1, .04, 0, 1, 0, 0)
                    }
                        }

    @media screen and (max-width: 1024px) {

    html body.tax-centre-formation #map .underline-text {
        text-align: center;
    }
                        html body.tax-centre-formation #map .underline-text::after {
        left: 50%;
        width: 1.25rem;
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        border-radius: 9999px;
    }
                        
                    }

    html body.tax-centre-formation #map .leaflet-control-container >div{
                        bottom: 0.5rem;
                        right: 1rem;
                        top: auto;
                        left: auto;
                    }

    html body.tax-centre-formation #map .leaflet-control-container >div >div {
    border-style: none;
}

    html body.tax-centre-formation #edito .inner-wrapper {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

    html body.tax-centre-formation #edito .inner-wrapper::after{
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        border-radius: 50px;
                        transform: matrix(-1, -0.04, 0, 1, 0, 0);
                        background: white;
                        box-shadow: 0px 15px 40px rgb(0 0 0 / 5%);
                    }

    html body.tax-centre-formation #edito .inner-wrapper .plyr {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
}

    @media (min-width: 1024px) {

    html body.tax-centre-formation #edito .inner-wrapper .plyr {
        min-height: 315px;
        width: 560px;
        min-width: 560px;
    }
}

    html body.tax-centre-formation #media-video {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

    @media (min-width: 1024px) {

    html body.tax-centre-formation #media-video {
        padding-left: 0px;
        padding-right: 0px;
    }
}

    html body.tax-centre-formation #media-video .plyr {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    border-radius: 20px;
}

    @media (min-width: 1024px) {

    html body.tax-centre-formation #media-video .plyr {
        min-height: 350px;
        width: 900px;
        min-width: 900px;
        max-width: 50%;
    }
}

    html body.tax-centre-formation #media-video button.plyr__control.plyr__control--overlaid {
    border-width: 4px !important;
    border-style: solid !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
    background-color: transparent !important;
}

    html body.tax-centre-formation #media-video.video .wrapper div {
    z-index: 10;
    padding-left: 0px !important;
}

    html body.tax-centre-formation #media-video #player img{
                        border-radius: 0 !important;
                    }

    html body.tax-centre-formation #gallery .splide .splide__arrows {
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 25px !important;
    display: flex !important;
    height: 45px !important;
    width: 115px !important;
    gap: 1.5rem !important;
}

    html body.tax-centre-formation #gallery .splide .splide__arrows .splide__arrow {
    height: 48px;
    width: 48px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
}

    html body.tax-centre-formation #gallery .splide .splide__arrows .splide__arrow--prev {
    left: 0px;
}

    html body.tax-centre-formation #gallery .splide .splide__arrows .splide__arrow--next {
    right: 0px;
}

    html body.tax-centre-formation #partners .splide .splide__arrows {
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 3rem !important;
    display: flex !important;
    height: 45px !important;
    width: 115px !important;
    gap: 1.5rem !important;
}

    html body.tax-centre-formation #partners .splide .splide__arrows .splide__arrow {
    height: 48px;
    width: 48px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
}

    html body.tax-centre-formation #partners .splide .splide__arrows .splide__arrow--prev {
    left: 0px;
}

    html body.tax-centre-formation #partners .splide .splide__arrows .splide__arrow--next {
    right: 0px;
}

    html body.tax-centre-formation #campus .splide .splide__arrows {
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 3rem !important;
    display: flex !important;
    height: 45px !important;
    width: 115px !important;
    gap: 1.5rem !important;
}

    html body.tax-centre-formation #campus .splide .splide__arrows .splide__arrow {
    height: 48px;
    width: 48px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
}

    html body.tax-centre-formation #campus .splide .splide__arrows .splide__arrow--prev {
    left: 0px;
}

    html body.tax-centre-formation #campus .splide .splide__arrows .splide__arrow--next {
    right: 0px;
}

    html body.tax-centre-formation #trainings .wrapper {
    position: absolute;
    top: 46%;
    left: 50%;
    z-index: 0;
    height: 80%;
    border-radius: 50px;
    --tw-bg-opacity: 1;
    background-color: rgb(240 246 252 / var(--tw-bg-opacity));
                    transform: skew(360deg, 357deg) translate3d(-50%, -50%, 0);
                    width: calc(var(--containerWidth) - 10%);
}

    html body.tax-centre-formation #trainings .splide .splide__track .splide__list{
                            margin: 50px 0 !important;
                        }

    html body.tax-centre-formation #trainings .splide .splide__track .splide__list .splide__slide >div{
                                    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
                                }

    html body.tax-centre-formation #trainings .splide .splide__arrows {
    position: relative !important;
    z-index: 10 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 25px !important;
    display: flex !important;
    height: 45px !important;
    width: 115px !important;
    gap: 1.5rem !important;
}

    html body.tax-centre-formation #trainings .splide .splide__arrows .splide__arrow {
    height: 48px;
    width: 48px;
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    background-color: transparent;
    opacity: 1;
}

    html body.tax-centre-formation #trainings .splide .splide__arrows .splide__arrow--prev {
    left: 0px;
}

    html body.tax-centre-formation #trainings .splide .splide__arrows .splide__arrow--next {
    right: 0px;
}

    html body.tax-centre-formation #testimonial button.plyr__control.plyr__control--overlaid {
    border-width: 4px !important;
    border-style: solid !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
    background-color: transparent !important;
}

    html body.tax-centre-formation #testimonial.video .wrapper div {
    z-index: 10;
    padding-left: 0px !important;
}

    html body.tax-centre-formation #testimonial #player img{
                        border-radius: 0 !important;
                    }

    html body.tax-centre-formation #teams .gradient-bg{
                    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%);
                }

    @media (min-width: 1024px){

    html body.tax-centre-formation #teams .gradient-bg{
                        background: linear-gradient(180deg, white 50.14%, rgba(255, 255, 255, 0) 91.41%)
                }
                    }

    /* BLOCKS */

    html body:not(.page-template-homepage) #edito .inner-wrapper {
    position: relative;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

    html body:not(.page-template-homepage) #edito .inner-wrapper::after{
                        content: "";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        border-radius: 30px;
                        transform: matrix(-1, -0.04, 0, 1, 0, 0);
                        background: white;
                        box-shadow: 0px 15px 40px rgb(0 0 0 / 5%);
                    }

    html body:not(.page-template-homepage) #edito .inner-wrapper.reverse::after{
                            transform: matrix(-1, 0.04, 0, 1, 0, 0);
                        }

.container {
    position: relative;
}

.btn-primary-blue {
    z-index: 9;
    display: inline-block;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(17 96 171 / var(--tw-bg-opacity));
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 26px;
    padding-right: 26px;
    font-family: Syne Bold, sans-serif;
    font-size: 10px !important;
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: 0.04.em;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.btn-primary-blue::before{
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0px;
        z-index: -1;
        height: 100%;
        width: 100%;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        --tw-bg-opacity: 0.75;
        transition: transform 0.3s;
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }

.btn-primary-blue::after{
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0px;
        z-index: -1;
        height: 100%;
        width: 100%;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        --tw-bg-opacity: 0.25;
        transition: transform 0.3s;
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }

.btn-primary-blue:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(17 96 171 / var(--tw-text-opacity)) !important;
}

.btn-primary-blue:hover::before{
            transform: translate3d(0, 100%, 0);
        }

.btn-primary-blue:hover::after{
            transition-delay: 0.175s;
            transform: translate3d(0, 100%, 0);
        }

.btn-primary-blue.hovering {
    --tw-text-opacity: 1 !important;
    color: rgb(17 96 171 / var(--tw-text-opacity)) !important;
}

.btn-primary-blue.hovering::before{
            transform: translate3d(0, 100%, 0);
        }

.btn-primary-blue.hovering::after{
            transition-delay: 0.175s;
            transform: translate3d(0, 100%, 0);
        }

.btn-outline {
    display: inline-block !important;
    min-width: -webkit-fit-content !important;
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
    overflow: hidden !important;
    border-radius: 10px !important;
    border-width: 2px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
    background-color: transparent !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
    font-family: Syne Bold, sans-serif !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
    line-height: 12px !important;
    letter-spacing: 0.04.em !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 300ms !important;
}

.btn-outline::before{
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0px;
        z-index: -1;
        height: 100%;
        width: 100%;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        --tw-bg-opacity: 0.75;
        transition: transform 0.3s;
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }

.btn-outline::after{
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0px;
        z-index: -1;
        height: 100%;
        width: 100%;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        --tw-bg-opacity: 0.25;
        transition: transform 0.3s;
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }

.btn-outline:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.btn-outline:hover::before{
            transform: translate3d(0, 100%, 0);
        }

.btn-outline:hover::after{
            transition-delay: 0.175s;
            transform: translate3d(0, 100%, 0);
        }

.btn-primary-orange {
    z-index: 20;
    display: inline-block;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    overflow: hidden;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(236 172 99 / var(--tw-bg-opacity));
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 26px;
    padding-right: 26px;
    font-family: Syne Bold, sans-serif;
    font-size: 10px !important;
    text-transform: uppercase;
    line-height: 12px;
    letter-spacing: 0.04.em;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.btn-primary-orange::before{
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0px;
        z-index: -1;
        height: 100%;
        width: 100%;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        --tw-bg-opacity: 0.4;
        transition: transform 0.3s;
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }

.btn-primary-orange::after{
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0px;
        z-index: -1;
        height: 100%;
        width: 100%;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        --tw-bg-opacity: 0.2;
        transition: transform 0.3s;
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    }

.btn-primary-orange:hover, 
    .btn-primary-orange.hovering {
    --tw-text-opacity: 1 !important;
    color: rgb(236 172 99 / var(--tw-text-opacity)) !important;
}

.btn-primary-orange:hover::before,.btn-primary-orange.hovering::before{
            transform: translate3d(0, 100%, 0);
        }

.btn-primary-orange:hover::after,.btn-primary-orange.hovering::after{
            transition-delay: 0.175s;
            transform: translate3d(0, 100%, 0);
        }

.custom-pagination .page-numbers {
    display: flex;
    height: 1.75rem;
    width: 1.75rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    font-family: Syne Bold, sans-serif;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.04em;
}

.custom-pagination .page-numbers.current {
    height: 3rem;
    width: 3rem;
    --tw-border-opacity: 1;
    border-color: rgb(0 185 118 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 185 118 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline-text {
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    font-family: Syne Bold, sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    --tw-text-opacity: 1;
    color: rgb(6 36 64 / var(--tw-text-opacity));
}

.underline-text::after{
		content: "";
		position: absolute;
		bottom: -0.625rem;
		left: 0px;
		height: 7px;
		width: 52px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		--tw-bg-opacity: 1;
		background-color: rgb(236 172 99 / var(--tw-bg-opacity));
	}

p {
    margin-top: 0px;
    font-family: Roboto Light, sans-serif;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.04em;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    --tw-text-opacity: 0.6;
}

p strong {
    font-family: Roboto Bold, sans-serif;
}

.spinner {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 999999;
  
}

.spinner circle {
    stroke: #000;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
            animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 0, 999;
  }
  100% {
    stroke-dasharray: 289.027, 999;
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 0, 999;
  }
  100% {
    stroke-dasharray: 289.027, 999;
  }
}

#key_numbers .wrapper {
    margin-bottom: -8rem;
    --tw-translate-y: -8rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {

    #key_numbers .wrapper {
        margin-bottom: -220px;
        --tw-translate-y: -220px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
}

#key_numbers .wrapper .single-key-number {
    width: 304px;
}

@media (min-width: 1024px) {

    #key_numbers .wrapper .single-key-number {
        padding-left: 0px;
        padding-right: 0px;
    }
}

#key_numbers .wrapper .single-key-number .color {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

@media (min-width: 1024px) {

    #key_numbers .wrapper .single-key-number .color {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

#key_numbers .wrapper .single-key-number:nth-child(1) .color {
    border-top-left-radius: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 185 118 / var(--tw-bg-opacity));
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 1024px) {

    #key_numbers .wrapper .single-key-number:nth-child(1) .color {
        margin-top: 58px;
    }
}

#key_numbers .wrapper .single-key-number:nth-child(2) .color {
    border-bottom-left-radius: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(17 96 171 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {

    #key_numbers .wrapper .single-key-number:nth-child(2) .color {
        margin-top: 88px;
    }
}

#key_numbers .wrapper .single-key-number:nth-child(3) .color {
    border-bottom-right-radius: 40px;
    --tw-bg-opacity: 1;
    background-color: rgb(236 172 99 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {

    #key_numbers .wrapper .single-key-number:nth-child(3) .color {
        margin-top: 12px;
    }
}
