.e-con {
    --border-radius: 0;
    --border-width-top: 0px;
    --border-width-right: 0px;
    --border-width-bottom: 0px;
    --border-width-left: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: Min(100%,var(--container-max-width,1280px))!important;
    --container-max-width:1280px!important;
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0;
    --margin-right: 0;
    --margin-bottom: 0;
    --margin-left: 0;
    --margin-block-start: 0px!important;
    --margin-inline-end: 0;
    --margin-block-end: 0;
    --margin-inline-start: 0;
    margin-block-start: 0;
    margin-inline-end: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    padding-block-start: 0;
    padding-inline-end: 0;
    padding-block-end: 0;
    padding-inline-start: 0;
    --padding-top: var(--container-default-padding-top,10px);
    --padding-right: var(--container-default-padding-right,10px);
    --padding-bottom: var(--container-default-padding-bottom,10px);
    --padding-left: var(--container-default-padding-left,10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing,20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3,1fr);
    --e-con-grid-template-rows: repeat(2,1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);
}
.admin-bar{
    margin-top:-32px!important;
}
#wpadminbar{
    opacity: 0 !important;
    transition: all 0.5s ease;
}
#wpadminbar:hover{
    opacity:1!important;
}
.compat-field-categorie_document{
    display:none;
}
.e-con-full, .e-con>.e-con-inner{
    padding-block-start: 0;
    padding-block-end:0;
}
.e-con>.e-con-inner{
    margin:0 auto;
}

html[lang="en-GB"] .only-fr {
  display: none!important;
}

html[lang="fr-FR"] .only-en {
  display: none!important;
}

body{
    font-family: "panel-sans", Verdana, sans-serif !important;
    font-size:16px;
}
.elementor *, h2.elementor-heading-title, .font-book, .font-book .elementor-heading-title, .font-medium, .font-medium .elementor-heading-title, .elementor-heading-title{
    font-family: "panel-sans", Verdana, sans-serif !important;
}
.elementor-widget-text-editor{
    font-size: 0.9em!important;
    font-weight: 300!important;
    color: #000!important;
}
.elementor-widget-text-editor p{
    font-size: 1em!important;
}
.hidden{
    display:none!important;
}

.slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
}
.slides {
    display: flex;
    height:100%;
    transition: transform 0.5s ease-in-out;
    width: 500%; /* Adjust for the number of slides */
}
.slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: white;
    box-sizing: border-box;
}
.slide:nth-child(1) {
    background: url('../img/banner-1.png') no-repeat center center/cover;
}
.slide:nth-child(n+2) {
    justify-content: flex-start;
    padding-left: 20px;
}
.slide:nth-child(2) {
    background: url('../img/banner-2.png') no-repeat center center/cover;
}
.slide:nth-child(3) {
    background: url('../img/banner-3.png') no-repeat center center/cover;
}
.slide:nth-child(4) {
    background: url('../img/banner-4.png') no-repeat center center/cover;
}
.slide:nth-child(5) {
    background: url('../img/banner-5.png') no-repeat center center/cover;
}
.slide-text {
    width: 50%;
    padding: 20px;
    text-align:left;
    margin-left:140px;
}
.slide-text h2{
    color:white;
    font-size:2.25em;
    padding-bottom:10px;
    border-bottom:4px solid white;
    font-weight:700;
    line-height:1;
    margin-bottom:35px;
    width: fit-content;
}
.slide-text p{
    color:white;
    font-weight:700;
    font-family: 'Lato'!important;
    line-height:1;
}
.slide-text ul{
    color:white!important;
    padding-left:15px;
    margin-top:20px!important;
}
.slide-text ul li{
    color:white!important;
    font-weight:700!important;
    font-family: 'Lato'!important;
}
.slide:nth-child(1) .slide-text p:nth-child(1) span{
    font-size:45px;
    background: url('../img/premier.svg') no-repeat center center/cover;
    display:inline-flex;
    width:120px;
    height:100px;
}
.slide:nth-child(1) .slide-text.en p:nth-child(1) span{
    background: url('../img/premier-en.svg') no-repeat center center/cover;
}
.slide:nth-child(1) .slide-text p{
    font-weight:700!important;
    font-size:30px;
    font-family: 'panel-sans'!important;
    margin-bottom:15px;
    display: inline-flex;
    align-items: end;
}
.slide:nth-child(1) .slide-text p strong{
    font-weight:900!important;
}
.nav-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.nav-arrow {
    cursor: pointer;
    background: none;
    border: none;
    width: 78px;
    height: 78px;
    fill: white;
}
.nav-arrow#prev{
    background: url('../img/fleche-1.svg') no-repeat center center/cover;
    margin-left:40px;
}
.nav-arrow#next{
    background: url('../img/fleche.svg') no-repeat center center/cover;
    margin-right:40px;
}
.nav-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding:0 40px;
    display: flex;
    justify-content: flex-start;
    gap:40px;
}
.nav-dot {
    font-family:'Lato'!important;
    font-weight:700;
    font-size:14px;
    cursor: pointer;
    position: relative;
    width:25%;
    transition: all 0.3s;
    color:#F19F9F;
}
.nav-dot:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    margin-top:7px;
    background-color: #F19F9F;
    transition: all 0.3s;
}
.nav-dot.active, .nav-dot:hover{
    color:white;
}
.nav-dot.active:after, .nav-dot:hover:after {
    height: 10px;
    background-color: white; /* Change this color for the active state */
}


header.header-nav{
    position: fixed;
    height:120px;
    width:100vw;
    top:0;
    left:0;
    z-index:3;
    background: white;
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items:center;
}
    header.header-nav{
        color:white;
    }
    header.header-nav .custom-logo-link,header.header-nav .custom-logo{
        display:block;
        width:180px;
        height:40px;
    }
    header.header-nav .custom-logo-link{
        margin:0;
    }

    header.header-nav .user-box{
        margin-top:40px;
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        border-top:1px white solid;
        border-bottom:1px white solid;
        padding:20px 20px 20px  40px;
        font-size:14px;
        color:#F5C6D0;
    }
    header.header-nav .user-box a.logout{
        display:block;
        background:url(../img/power-icon.svg) no-repeat center center;
        width:13px;
        height:15px;
    }
header.header-nav .header-mask{
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:100px;
    left:0;
    background:#232B18;
    opacity: 0;
    z-index:1;
}
header.header-nav .header-mask.expand{
    display:block;
    opacity: 0.6;
}

header.header-nav select, header .box-search span{
    color: black;
    position: relative;
    padding: 0 0 10px 0 !important;
    font-size: 14px;
    font-weight: 300;
}
header.header-nav .site-content{
    align-content:center!important;
}
header.header-nav .nav-content{
    padding: 0!important;
    flex-direction: row;
}
header .menu-home{
    border: none !important;
}
header .menu-home .home{
    content:'';
    background:#47545D;
    background:url(../img/picto-home.svg) #47545D;
    background-repeat:no-repeat;
    background-position: center center;
    border-radius:25px;
    width:30px;
    height:30px;
    display:block;
}
footer .home{
    content:'Accueil';
    display:block;
}
header .menu-home:hover .home, header .menu-home.current-menu-item .home{
    background:#22A7E3;
    background:url(../img/picto-home.svg) #22A7E3;
    background-repeat:no-repeat;
    background-position: center center;
}
#menu-primary_fr > li:nth-last-child(1),
#menu-primary_en > li:nth-last-child(1) {
    display: block;
    position: relative;
    border:none;
}

#menu-primary_fr > li:nth-last-child(1) > a,
#menu-primary_en > li:nth-last-child(1) > a  {
    padding: 5px 10px;
    text-decoration: none;
    color: inherit;
    display: block;
    font-weight:100;
    font-size:10px;
}

/* Création de la barre diagonale entre FR et ENG */
#menu-primary_fr > li:nth-last-child(1)::before,
#menu-primary_en > li:nth-last-child(1)::before {
    content: "";
    position: absolute;
    width: 0.5px;
    height: 30px;
    background: #4B5562;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 25px;
    left: -10px;
}
#menu-primary_fr > li:nth-last-child(1) > a:last-child,
#menu-primary_en > li:nth-last-child(1) > a:last-child {
    margin-top: 15px;
    position: absolute;
    top: 0;
    left: -10px;
    color: #4B5562;
}
.box-lang, .box-search{
    display:flex;
    position:relative;
    margin-right:50px;
}
.box-lang:before, .box-lang select:before{
    display:block;
    content:'';
    position:absolute;
    top:0;
    left:-30px;
    width:26px;
    height:20px;
    background:url(../img/picto-langues.svg) no-repeat;
}
.box-search:before{
    display:block;
    content:'';
    position:absolute;
    top:0;
    left:-30px;
    width:26px;
    height:20px;
    background:url(../img/picto-search.svg) no-repeat;
}
#search-box {
    display: none;
    position: absolute;
    top: 120px;
    left: 0;
    width: 100vw;
    background-color:white;
    z-index: 9999;
    padding-bottom:20px;
}
#search-box .search-form{
    display:flex;
    justify-content: center;
    align-items: center;
}
/* Styliser le champ de recherche */
#search-box label{
    width:50%;
    height:50px;
    display:flex;
    color:black;
}
#search-box label input{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background:#F4F4F4;
    color:black;
    height:50px;
    box-shadow: inset 0px 3px 6px #00000029;
}
#search-box input[type="search"] {
    width: 100%;
    padding: 15px;
    font-size: 18px;
}
#search-box input[type="submit"] {
    background: #208A53;
    height:50px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 0 50px;
}


#menu-primary_fr, #menu-primary_en {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    height: 100%;
}
#menu-primary_fr > li, #menu-primary_en > li {
    position: relative;
    padding: 17px;
    border-left: 1px solid #2B323C;
    transition: border-color 0.3s, border-height 0.3s;
}
#menu-primary_fr > li:hover, #menu-primary_en > li:hover {
    border-left-color: #22A7E3; /* Change to desired color */
}
#menu-primary_fr li a, #menu-primary_en li a {
    color:#2B323C;
    font-size:14px;
    font-weight:700;
}

#menu-primary_fr li.lang-item.current-lang a,
#menu-primary_en li.lang-item.current-lang a {
    font-size:14px!important;
    font-weight:700!important;
}
#menu-primary_fr li.lang-item:not(.current-lang) a,
#menu-primary_en li.lang-item:not(.current-lang) a {
    font-size:10px!important;
    font-weight:100!important;
}

#menu-primary_fr > li:hover > a, #menu-primary_en > li:hover > a {
    color:#2B323C;
    font-size:14px;
    font-weight:700;
}
#menu-primary_fr > li.current-menu-ancestor > a, #menu-primary_fr > li:hover > a,
#menu-primary_en > li.current-menu-ancestor > a, #menu-primary_en > li:hover > a {
    color:#22A7E3!important;
    position:relative;
}
#menu-primary_fr > li.current-menu-ancestor > a:after, #menu-primary_fr > li:hover > a:after,
#menu-primary_en > li.current-menu-ancestor > a:after, #menu-primary_en > li:hover > a:after {
    content:'';
    position:absolute;
    left:0;
    bottom:-20px;
    width:100%;
    height:5px;
    background:#22A7E3;
}
#menu-primary_fr li
.wrapper-sub-menu, #menu-primary_en li .wrapper-sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background-color: white;
    border-left: 1px solid #22A7E3;
    animation: slideDown 0.3s ease-out;
    z-index: 1000;
    margin-left:-1px!important;
}
#menu-primary_fr > li:hover .wrapper-sub-menu, #menu-primary_en > li:hover .wrapper-sub-menu {
    display: block!important;
}
.sub-menu {
    list-style-type: none!important;
    width:100%;
    padding: 0;
    margin: 0;
}
#menu-primary_fr li .sub-menu li, #menu-primary_en li .sub-menu li {
    padding: 0 15px;
    min-width:max-content;
    display:flex;
    width:100%;
}
#menu-primary_fr li .sub-menu li a, #menu-primary_en li .sub-menu li a {
    color:#22A7E3;
    width:100%;
    text-align:left;
    font-weight:400;
    font-family: 'Lato';
    padding:7px 10px!important;
    border-bottom: 1px solid #22A7E3;
}
@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.home h3{
    font-size:1.5em!important;
    font-weight:400!important;
    color:#4B5562!important;
}
.home .intro p{
    font-size:1em!important;
    font-weight:400!important;
    font-family:'Lato'!important;
    color:black!important;
}

.home .intro p strong{
    font-family:'Lato'!important;
    text-decoration: underline;
}
.home .intro.blue p{
    color:#1DA7E0!important;
}

.home .swiper-slide .elementor-widget-image,
.home .swiper-slide .elementor-widget-image img{
    width:100%!important;
    height:250px!important;
    object-fit: cover!important;;
}

/* Bouton pour fermer la boîte de recherche */
#search-box .close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.mea-first-home{
    background:#F8F7F4;
    height:calc(100vh - 275px);
    padding-top:100px;
}
.header-home h2{
    font-size:2.15em;
    font-weight:500!important;
}
.p-home{
    font-size:1em;
    font-weight:300;
}
.btn-round{
    display:inline-block;
    text-align:center;
    width:fit-content;
    font-size:1.1em!important;
    font-weight:300!important;
    
}
.mea-home-news-container .btn-round{
    padding:4px 8px!important;
}
.mea-home-news-container .elementor-post__card{
    padding:5px!important;
}
.mea-home-news-container .elementor-post__badge{
    position:absolute!important;;
    top:calc(40% - 25px)!important;
    left:50%!important;
    transform: translateX(-50%)!important;
    margin:auto!important;
    border-radius:15px!important;
    padding:4px 15px!important;
    font-size:0.9em!important;
    text-transform:none!important;
}
.mea-home-news-container .elementor-post__thumbnail__link{
}
.mea-home-news-container .elementor-post__thumbnail__link .elementor-post__thumbnail{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.btn-round.green a{
    display:inline-block;
    color:white;
    background:#208A53;
    border:2px solid #208A53;
    border-radius:20px;
    padding:4px 17px!important;
    font-size:1.1em!important;
    font-weight:300!important;
}
.mea-home-news-container .btn-round.green a{
    padding:12px 24px!important;
}
.btn-round.green a:hover{
    color:#208A53;
    background:#ffffff;
    border:2px solid #208A53;
    border-radius:17px;
}
.btn-round.green.home a:hover{
    color:#ffffff;
    background:#208A53;
    border:2px solid #208A53;
}
.btn-round.green.inverse a{
    color:#208A53;
    background:#ffffff;
    transition:background 0.05s!important;
}
.btn-round.green.inverse a:hover{
    color:white;
    background:#208A53;
}

.btn-round.green.home a, a.btn-round.green.home{
    width:200px;
    transition:all 0.25s;
    position:relative;
}
.btn-round.green.home a span, a.btn-round.green.home{
    transition:all 0.25s;
}
.btn-round.green.home a:hover span{
    transform: translateX(5px);
}
.btn-round.green.home a::before, a.btn-round.green.home::before{
    content:'';
    display:block;
    position:absolute;
    background:url(../img/fleche.svg) no-repeat;
    transition:all 0.1s;
    width:15px;
    height:11px;
    opacity:0;
    top:0;
    bottom:0;
    left:15px;
    margin:auto 0;
}
.btn-round.green.home a:hover::before, a.btn-round.green.home:hover::before{
    left:25px;
    opacity:1;
}

.btn-simple a{
    background:none!important;
    border:none!important;
    color:#0A4327;
    border-radius:0;
    font-size:0.9em !important;
    font-weight:300!important;
    display:block;
    width:fit-content!important;
    text-align:left!important;
    position:relative;
}
.btn-simple a:hover{
    color:#0A4327;
}
.btn-simple a::before{
    content:'';
    position:absolute;
    width:8px;
    height:7px;
    display:block;
    left:0;
    top:calc( 50% - 4px );
    background:url(../img/fleche-verte.svg) no-repeat;
}
.btn-simple.orange a::before{
    background:url(../img/fleche-orange.svg) no-repeat;
}
.btn-simple a::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    display:block;
    width:0;
    height:1px;
    background:#0A4327;
    transition: all ease 0.5s;
}
.btn-simple a:hover::after{
    width:100%;
}
.btn-simple.orange a{
    color:#D29902;
}
.btn-simple.orange a:hover{
    color:#D29902;
}
.btn-simple.orange a::after{
    background:#D29902;
}
.elementor-widget-button .elementor-button{
    background:transparent;
}
.mea-home-news{
    z-index:2;
    background:#F8F7F4;
    background: linear-gradient(to bottom,  #f8f7f4 0%,#f8f7f4 30%,transparent 30%,transparent 100%);

}
.mea-home-news .elementor-post__card{
    padding:0px;
}
.mea-home-news .elementor-post__text{
    margin:0!important;
    padding:0 15px!important;
}
.mea-home-news .elementor-post__text h3.elementor-post__title{
    line-height:1!important;
}
.mea-home-news .elementor-post__text h3.elementor-post__title a{
    font-weight:500!important;
    line-height:1!important;
}
.mea-home-news .elementor-post__text .elementor-post__excerpt p{
    font-weight:300!important;
    line-height:1;
}
.mea-home-news .elementor-post__text .elementor-post__read-more{
    width:100%;
    color:white!important;
    background:#208A53;
    border:1px solid #208A53;
    text-transform:none!important;
    border-radius:15px;
    text-align:center;
    transition:all ease 0.25s;
    padding:4px 8px;
}
.mea-home-news .elementor-post__text .elementor-post__read-more:hover{
    color:#208A53!important;
    background:#fff;
}
.mea-home-services{
    z-index:1;
    margin:-150px 0 95px 0;
    padding:250px 0 95px 0;
}
.mea-home-services h2{
    color:#AB3617!important;
    font-size:2.15em;
    font-weight:500!important;
    margin-bottom:50px;
}
.slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 20%; /* 5 slides visible at once */
    box-sizing: border-box;
    padding: 10px;
    text-align:center;
    position:relative;
    cursor:pointer;
}

.slide .service-image{
    max-width:65px;
    margin:0 auto;
    height:75px;
    margin-bottom:15px;
    cursor:pointer;
}
.slide .service-image{
    max-width:65px;
}
.slide .service-title{
    font-size:1em;
    position:relative;
    display:block;
    width:fit-content;
    margin:0 auto;
    padding-bottom:15px;
    cursor:pointer;
}
.slide h3.service-title::after{
    content:'';
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    height:4px;
    width:0;
    transition: all 0.5s;
}
.slide.active h3.service-title::after,
.slide:hover h3.service-title::after{
    width:100%;
}
.slide.slide-2bs-biofuels h3.service-title{
    color:#D29902!important;
}
.slide.slide-2bs-biofuels.active h3.service-title::after, .slide.slide-2bs-biofuels:hover h3.service-title::after{
    background:#D29902;
}
.slide.slide-2bs-biogas h3.service-title{
    color:#208A53;
}
.slide.slide-2bs-biogas.active h3.service-title::after, .slide.slide-2bs-biogas:hover h3.service-title::after{
    background:#208A53;
}
.slide.slide-2bs-forest-biomass h3.service-title{
    color:#0A4327;
}
.slide.slide-2bs-forest-biomass.active h3.service-title::after, .slide.slide-2bs-forest-biomass:hover h3.service-title::after{
    background:#0A4327;
}
.slide.slide-2bs-xtra h3.service-title{
    color:#D76712;
}
.slide.slide-2bs-xtra.active h3.service-title::after, .slide.slide-2bs-xtra:hover h3.service-title::after{
    background:#D76712;
}
.slide.slide-sai h3.service-title{
    color:#AB3617;
}
.slide.slide-sai.active h3.service-title::after, .slide.slide-sai:hover h3.service-title::after{
    background:#AB3617;
}
.slide.slide-saf h3.service-title{
    color:#AB3617;
}
.slide.slide-saf.active h3.service-title::after, .slide.slide-sai:hover h3.service-title::after{
    background:#AB3617;
}

.slide img {
    width: auto;
    height:100%;
    display: block;
    border-radius: 8px;
}

.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.navigation span {
    cursor: pointer;
    width:26px;
    height:25px;
    user-select: none;
}
.navigation span.prev {
    background:url(../img/fleche-services-prev.svg) no-repeat;
}
.navigation span.next {
    background:url(../img/fleche-services-next.svg) no-repeat;
}
.content-slides {
    margin-top: 50px;
    width: 100%;
    max-width: 1280px;
    text-align: center;
}
.slide-content{
    display:none;
    animation:fadeInRight 1s;
}
.slide-content.active{
    display:flex;
}
@keyframes fadeInRight {
    0% {
       opacity: 0;
       transform: translateX(20px);
    }
    100% {
       opacity: 1;
       transform: translateX(0);
    }
 }
.slide-content h2{
    text-align:left!important;
    font-size:2em;
    font-weight:500!important;
    margin-bottom:20px;
    line-height:1;
}
.slide-content p{
    text-align:left!important;
    margin-bottom:1em!important;
    font-weight:300!important;
}
.slide-content p strong{
    font-weight:500!important;
}
.slide-content a.wp-block-read-more{
    display:inline-block;
    color:white;
    background:#208A53;
    border:2px solid #208A53;
    border-radius:20px;
    width:fit-content;
    padding:4px 17px!important;
    font-size:1.1em!important;
    font-weight:300!important;
    margin-top:auto;
}
.slide-content a.wp-block-read-more:hover{
    padding:4px 17px 4px 27px!important;
}
.slide-content .wp-block-group{
    width:100%;
    align-items:start;
}
.slide-content .wp-block-columns{
    width:100%;
    align-items:stretch;
}
.slide-content .wp-block-column{
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.mea-home{
    background:#F5F5F5;
    border-radius:10px!important;
    padding:0!important;
    margin-bottom:80px!important;
}
.home .elementor-widget-loop-carousel{

    margin-bottom:80px!important;
}
.mea-home .e-con.e-child{
    padding:0!important;
}
.mea-home .e-con.e-child:nth-child(3){
    display:flex!important;
    padding:20px!important;
}
.mea-home .e-con.e-child:nth-child(2){
    display:flex!important;
    padding:20px!important;
}
.mea-home.mea-2 .e-con.e-child:nth-child(1){
    display:flex!important;
    padding:20px!important;
}

.mea-home h2{
    color:#154C8D!important;
    font-size:2em!important;
    font-weight:200!important;
    text-align:left;
    line-height:45px;
}
.mea-home.small h2{
    font-size:1.5em!important;
}
.mea-home h2 strong{

    font-weight:900!important;
}
.mea-home p{
    color:#2B323C!important;
}
.mea-home ul{
    padding-left:30px!important;
    margin-top:30px!important;
}
.mea-home ul li{
    color:#2B323C!important;
    font-weight:400!important;
    font-family:'Lato'!important;
    margin-bottom:15px!important;
}
.mea-home h3{
    padding:40px 0 0 40px!important;
    color:#4B5562!important;
    font-weight:700!important;
}
.btn-test a{
    color: #ffffff; /* Couleur du texte blanche */
    text-decoration: none; /* Supprime la sous-ligne */
    font-size: 20px; /* Taille de la police */
    font-weight: 900!important; /* Texte en gras */
    transition: background 0.3s ease; /* Transition fluide pour le hover */
    cursor: pointer; /* Curseur pointeur au survol */
    padding-left: 80px; /* Espace à gauche pour l'icône */
    position: relative; /* Nécessaire pour le positionnement de l'icône */
    display: inline-flex; /* Utilise flexbox pour aligner le contenu */
    text-align:left;
    align-items: center; /* Centre verticalement le contenu */
    height:75px;
    border-radius: 50px; /* Coins arrondis à 40px */
    width:100%!important;
}
.btn-test.btn-thyroidien a{
    background: linear-gradient(90deg, #47545D, #7C8893)!important; /* Gradient vertical */
}

/* Effet hover : inverse le gradient */
.btn-test.btn-thyroidien a:hover {
    background: linear-gradient(90deg, #7C8893, #47545D)!important; /* Gradient inversé */
}

/* Ajout de l'icône en arrière-plan */
.btn-test.btn-thyroidien a::before {
    content: "";
    position: absolute;
    left: 15px; /* Position horizontale de l'icône */
    width: 52px; /* Largeur de l'icône */
    height: 56px; /* Hauteur de l'icône */
    background-image: url('../img/btn-thy.png'); /* Chemin vers votre image */
    background-size: 100%; /* Redimensionne l'image pour qu'elle s'adapte */
    background-repeat: no-repeat; /* Empêche la répétition de l'image */
    background-position: center; /* Centre l'image dans l'espace prévu */
    top: 50%; /* Position verticale au centre */
    transform: translateY(-50%); /* Ajuste pour un centrage parfait */
}
.btn-test.btn-androgenique a{
    background: linear-gradient(90deg, #B2CCE9, #154C8D)!important; /* Gradient vertical */
}

/* Effet hover : inverse le gradient */
.btn-test.btn-androgenique a:hover {
    background: linear-gradient(90deg, #154C8D, #B2CCE9)!important; /* Gradient inversé */
}

/* Ajout de l'icône en arrière-plan */
.btn-test.btn-androgenique a::before {
    content: "";
    position: absolute;
    left: 15px; /* Position horizontale de l'icône */
    width: 52px; /* Largeur de l'icône */
    height: 56px; /* Hauteur de l'icône */
    background-image: url('../img/btn-andro.png'); /* Chemin vers votre image */
    background-size: 100%; /* Redimensionne l'image pour qu'elle s'adapte */
    background-repeat: no-repeat; /* Empêche la répétition de l'image */
    background-position: center; /* Centre l'image dans l'espace prévu */
    top: 50%; /* Position verticale au centre */
    transform: translateY(-50%); /* Ajuste pour un centrage parfait */
}

.btn-test.btn-oestrogenique a{
    background: linear-gradient(90deg, #F19F9F, #154C8D)!important; /* Gradient vertical */
}

/* Effet hover : inverse le gradient */
.btn-test.btn-oestrogenique a:hover {
    background: linear-gradient(90deg, #154C8D, #F19F9F)!important; /* Gradient inversé */
}

/* Ajout de l'icône en arrière-plan */
.btn-test.btn-oestrogenique a::before {
    content: "";
    position: absolute;
    left: 15px; /* Position horizontale de l'icône */
    width: 52px; /* Largeur de l'icône */
    height: 56px; /* Hauteur de l'icône */
    background-image: url('../img/btn-oestro.png'); /* Chemin vers votre image */
    background-size: 100%; /* Redimensionne l'image pour qu'elle s'adapte */
    background-repeat: no-repeat; /* Empêche la répétition de l'image */
    background-position: center; /* Centre l'image dans l'espace prévu */
    top: 50%; /* Position verticale au centre */
    transform: translateY(-50%); /* Ajuste pour un centrage parfait */
}
.home .swiper-slide, .home .swiper-slide .e-con, .home .swiper-slide .e-con .e-con-inner{
    background:#F5F5F5!important;
    padding:0!important;
}
.home .swiper-slide .elementor-page-title{
    padding:0 15px;
}
.home .swiper-slide .elementor-page-title a{
    color:#4B5562!important;
    font-size:1em;
    font-family:'Lato'!important;

}
.btn-info a{
    font-family:'panel-sans'!important;
    position: relative; /* Nécessaire pour le positionnement de l'icône */
    display: inline-flex; /* Utilise flexbox pour aligner le contenu */
    text-align:left;
    align-items: center; /* Centre verticalement le contenu */
    padding: 20px 50px; /* Padding de 10px vertical et 20px horizontal */
    border-radius: 40px; /* Coins arrondis à 40px */
    background: linear-gradient(180deg, #1DA7E0, #154C8D)!important; /* Gradient vertical */
    color: #ffffff; /* Couleur du texte blanche */
    text-decoration: none; /* Supprime la sous-ligne */
    font-size: 20px; /* Taille de la police */
    font-weight: 200!important; /* Texte en gras */
    transition: background 0.3s ease; /* Transition fluide pour le hover */
    cursor: pointer; /* Curseur pointeur au survol */
    padding-left: 80px; /* Espace à gauche pour l'icône */
}

/* Effet hover : inverse le gradient */
.btn-info a:hover {
    background: linear-gradient(180deg, #154C8D, #1DA7E0)!important; /* Gradient inversé */
}

/* Ajout de l'icône en arrière-plan */
.btn-info a::before {
    content: "";
    position: absolute;
    left: 15px; /* Position horizontale de l'icône */
    width: 52px; /* Largeur de l'icône */
    height: 56px; /* Hauteur de l'icône */
    background-image: url('../img/contact-info.png'); /* Chemin vers votre image */
    background-size: 100%; /* Redimensionne l'image pour qu'elle s'adapte */
    background-repeat: no-repeat; /* Empêche la répétition de l'image */
    background-position: center; /* Centre l'image dans l'espace prévu */
    top: 50%; /* Position verticale au centre */
    transform: translateY(-50%); /* Ajuste pour un centrage parfait */
}
.btn-info a strong{
    font-weight:700!important;
}
footer .footer-3{
    display: flex;
    flex-direction: column;
    justify-self: flex-end;
    align-items: flex-end;
}
footer .footer-3 p{
    color:white;
    margin-top:10px;
    line-height:14px;
    font-weight:400!important;
    font-family: 'Lato'!important;
    font-size:12px!important;
    padding:0!important;
    border-right:none!important ;
}
footer .footer-3 img{
    align-self:right;
    text-align:right;
}
.header-page{
    height:250px;
    width:100%;
    z-index:2;
}
    .header-page.green{
        background:#208A53;
        color:white;
    }
    .header-page.green h2,  .header-page.green h1{
        color:white;
    }
    .header-page.green h1{font-size:3em;font-weight: 500;}
    .header-page.green h2{font-size:2em;font-weight:300;}

    .header-page.red{
        background:#AB3617;
        color:white;
    }
    .header-page.red h2,  .header-page.red h1{
        color:white;
    }
    .header-page.red h1{font-size:3em;font-weight: 500;}
    .header-page.red .thin h1{font-weight: 300;}
    .header-page.red h2{font-size:2em;font-weight:300;}

    .header-page.orange{
        background:#D76712;
        color:white;
    }
    .header-page.orange h2,  .header-page.orange h1{
        color:white;
    }
    .header-page.orange h1{font-size:3em;font-weight: 500;}
    .header-page.orange .thin h1{font-weight: 300;}
    .header-page.orange h2{font-size:2em;font-weight:300;}

    .header-page.yellow{
        background:#F4C601;
        color:white;
    }
    .header-page.yellow h2,  .header-page.yellow h1{
        color:white;
    }
    .header-page.yellow h1{font-size:3em;font-weight: 500;}
    .header-page.yellow h2{font-size:2em;font-weight:300;}

    .header-page.brown{
        background:#242B18;
        color:white;
    }
    .header-page.brown h2,  .header-page.brown h1{
        color:white;
    }
    .header-page.brown h1{font-size:3em;font-weight: 500;}
    .header-page.brown h2{font-size:2em;font-weight:300;}

    .header-page.contact{
        background:#D29902;
        color:white;
    }
    .header-page.contact h2,  .header-page.contact h1{
        color:white;
    }
    .header-page.contact h1{font-size:3em;font-weight: 500;}
    .header-page.contact h2{font-size:2em;font-weight:300;}

    .header-page.dark{
        background:#242B18;
        color:white;
    }
    .header-page.dark h2,  .header-page.dark h1{
        color:white;
    }
    .header-page.dark h1{font-size:3em;font-weight: 500;}
    .header-page.dark .thin h1{font-weight: 300;}
    .header-page.dark h2{font-size:2em;font-weight:300;}



    .header-page.darkgreen{
        background:#094326;
        color:white;
    }
    .header-page.darkgreen h2,  .header-page.darkgreen h1{
        color:white;
    }
    .header-page.darkgreen h1{font-size:3em;font-weight: 500;}
    .header-page.darkgreen .thin h1{font-weight: 300;}
    .header-page.darkgreen h2{font-size:2em;font-weight:300;}

    .paralax-1{
        position:fixed;
        z-index:2;
        top:180px;
        left:calc(50% + 100px);
    }
    .paralax-2{
        position:fixed;
        z-index:1;
        top:150px;
        left:calc(50% + 200px);
    }
    .paralax-3{
        position:sticky!important;
        z-index:5;
        top:250px!important;
    }


#content{
    position:relative;
    z-index:2;
    min-height:100vh;
    padding-top:120px;
    background:white;
}


.title-big h3{
    font-size:1.95em!important;
    font-weight:700!important;
    padding-bottom:25px!important;
    position:relative;
    text-decoration: none!important;
    border:none!important;
}
.title-big.green h3{
    color:#208A53!important;
}
.title-big.green h3::after {
    content:'';
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background: #208A53;

}

.container-faq{
    margin-top:95px;
    padding:65px 0 95px 0!important;
}
.container-faq h3{
    color:white!important;
    font-size:2.15em!important;
    font-weight:500!important;
    margin:0!important;
}
.faq{

}
.faq .elementor-accordion .elementor-accordion-item{
    margin-top:70px;
    position:relative;
}
.faq .elementor-accordion .elementor-accordion-item, .faq .elementor-accordion .elementor-active{
    border:none!important;
}
.faq .elementor-accordion .elementor-tab-title{
    background:#F8F4EB;
    border-top-left-radius:25px;
    border-bottom-left-radius:25px;
    border-top-right-radius:25px;
    min-height:60px;
    padding:20px 40px !important;
    position:relative;
    z-index:1;
}
.faq .elementor-accordion .elementor-tab-title.elementor-active{
    min-height:70px;
}
.faq .elementor-accordion .elementor-accordion-item .elementor-tab-content{
    background:#F4C601;
    box-sizing:content-box!important;
    border-radius:25px;
    padding:20px 40px !important;
    margin:-15px 0 0 25px!important;
    z-index:2;
    position:relative;
}
.faq .elementor-accordion .elementor-accordion-item .elementor-tab-content p, .faq .elementor-accordion .elementor-accordion-item .elementor-tab-content{
    font-weight:300;
    font-style:normal;
    font-size:1em;
    color:black!important;
}
.elementor-widget-accordion .elementor-active .elementor-accordion-icon svg, .elementor-widget-accordion .elementor-accordion-icon svg{
    fill:black!important;
}
.faq .elementor-accordion .elementor-accordion-icon-closed, .faq .elementor-accordion .elementor-accordion-icon-opened{
    background:white;
    border-radius: 25px;
    width:65px!important;
    height:30px!important;
    justify-content: center;
    align-items: center;
    display:none!important;
}
.elementor-accordion .elementor-accordion-icon svg{
    width:auto!important;
    height:auto!important;
}
.elementor-accordion .elementor-accordion-icon .elementor-accordion-icon-closed{
    display:flex!important;
    z-index:2;
}
.faq .elementor-accordion .elementor-accordion-item.elementor-active .elementor-accordion-icon-opened{
    display:flex!important;
    z-index:2;
}
.faq .elementor-accordion .elementor-accordion-item.elementor-active .elementor-accordion-icon-opened svg{
    width:20px!important;
    height:20px!important;
}
.faq .elementor-accordion .elementor-accordion-item.elementor-active .elementor-accordion-icon-closed{
    display:none!important;
}
.faq .elementor-accordion .elementor-accordion-icon{
    position:absolute;
    bottom:-25px;
    right:0;
    width:85px!important;
    height:50px!important;
    display:inline-flex;
    justify-content: center;
    align-items: center;
    z-index:3!important;
    background:#F4C601;
    border-radius: 25px;
    color:black;
}
.faq .elementor-accordion .elementor-tab-title::before{
    content:'';
    display:block;
    position:absolute;
    bottom:-5px;
    left:-15px;
    width:35px;
    height:25px;
    z-index:1;
    background:url(../img/faq-left.svg) no-repeat;
}
.faq .elementor-accordion .elementor-accordion-icon::after{
    content:'';
    display:block;
    position:absolute;
    bottom:0;
    right:-15px;
    width:33px;
    height:25px;
    z-index:1;
    background:url(../img/faq-right.svg) no-repeat;
}
.faq .elementor-accordion .elementor-tab-title a{
    font-weight:300;
    font-style:italic;
    color:black!important;
}


.con-small{
    width:535px!important;
    max-width:535px!important;
    margin:0 auto 35px auto!important;
}
.page-faq-complete .bloc-faq{
    margin-top:50px;
}
.page-faq-complete .title-faq{
    font-size:30px!important;
    font-weight:300!important;
}
.page-faq-complete .title-faq h2{
    width:100%!important;
    padding-bottom:15px!important;
}
.page-faq-complete .title-faq h2::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px; /* Taille de la flèche */
    height: 31px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
    transform: translateY(-50%) rotate(0deg);
}
.page-faq-complete .con-small.active .title-faq h2::after {
    transform: translateY(-50%) rotate(180deg);
}
.page-faq-complete .title-faq.biofuels h2::after{
    transform: translateY(-50%) rotate(180deg);
}
.page-faq-complete .con-small.active .title-faq.biofuels h2::after {
    transform: translateY(-50%) rotate(0deg);
}

.page-faq-complete .title-faq.biofuels h2{
    color:#D29902!important;
    border-bottom:1px solid #D29902!important;
}
.page-faq-complete .title-faq.biofuels h2::after{
    background-image: url('../img/faq-biofuels.svg');
}

.page-faq-complete .title-faq.biogas h2{
    color:#1F8A53!important;
    border-bottom:1px solid #1F8A53!important;
}
.page-faq-complete .title-faq.biogas h2::after{
    background-image: url('../img/faq-biogas.svg');
}

.page-faq-complete .title-faq.biomass h2{
    color:#094326!important;
    border-bottom:1px solid #094326!important;
}
.page-faq-complete .title-faq.biomass h2::after{
    background-image: url('../img/faq-biomass.svg');
}

.page-faq-complete .title-faq.xtra h2{
    color:#D76713!important;
    border-bottom:1px solid #D76713!important;
}
.page-faq-complete .title-faq.xtra h2::after{
    background-image: url('../img/faq-xtra.svg');
}

.page-faq-complete .title-faq.saf h2{
    color:#8E6D14!important;
    border-bottom:1px solid #8E6D14!important;
}
.page-faq-complete .title-faq.saf h2::after{
    background-image: url('../img/faq-saf.svg');
}

.page-faq-complete .title-faq.sai h2{
    color:#AB3617!important;
    border-bottom:1px solid #AB3617!important;
}
.page-faq-complete .title-faq.sai h2::after{
    background-image: url('../img/faq-sai.svg');
}

.page-faq-complete .title-faq.trainings h2{
    color:#F4C600!important;
    border-bottom:1px solid #F4C600!important;
}
.page-faq-complete .title-faq.trainings h2::after{
    background-image: url('../img/faq-trainings.svg');
}
.page-faq-complete .elementor-accordion .elementor-accordion-item .elementor-tab-content{
    background:white;
    border:3px solid #F4C601!important;
    box-sizing: content-box !important;
    border-radius: 25px;
    padding: 20px 40px !important;
    margin: 25px 0 0 0 !important;
    z-index: 2;
    position: relative;
}
.page-faq-complete .elementor-accordion .elementor-tab-title {
    border-radius: 25px!important;
}
.error404 #content{
    background:#F8F4EB!important;
}
.error404 #content .e-con.e-parent{
    padding-top:150px;
}
.bloc-content-service{
    padding:195px 0;
    min-height:calc( 50vh );
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.bloc-content-service.white{
    background:white;
}
.bloc-content-service p{
    line-height:1;
    font-weight:300!important;
    margin-bottom:1em!important;
}
.bloc-content-service h3{
    font-weight:500!important;
    padding-bottom:15px;
    margin-bottom:15px;
}
.bloc-content-service .btn-round a{
    font-size:0.95em!important;
    font-weight:300!important;
}
.bloc-content-service.biofuels h3{
    color:#D29901!important;
    border-bottom:1px solid #D29901;
}

.bloc-content-service.biofuels .btn-round a{
    background:#D29901!important;
    border-color:#D29901!important;
    color:white!important;
}
.bloc-content-service.biogas h3{
    color:#208A53!important;
    border-bottom:1px solid #208A53;
}
.bloc-content-service.biogas .btn-round a{
    background:#208A53!important;
    border-color:#208A53!important;
    color:white!important;
}
.bloc-content-service.biomass h3{
    color:#0A4327!important;
    border-bottom:1px solid #0A4327;
}
.bloc-content-service.biomass .btn-round a{
    background:#0A4327!important;
    border-color:#0A4327!important;
    color:white!important;
}
.bloc-content-service.xtra h3{
    color:#D76712!important;
    border-bottom:1px solid #D76712;
}

.bloc-content-service.xtra .btn-round a{
    background:#D76712!important;
    border-color:#D76712!important;
    color:white!important;
}
.bloc-content-service.sai h3{
    color:#AB3617!important;
    border-bottom:1px solid #AB3617;
}
.bloc-content-service.sai .btn-round a{
    background:#AB3617!important;
    border-color:#AB3617!important;
    color:white!important;
}
.bloc-content-service.saf h3{
    color:#8E6D14!important;
    border-bottom:1px solid #8E6D14;
}

.bloc-content-service.saf .btn-round a{
    background:#8E6D14!important;
    border-color:#8E6D14!important;
    color:white!important;
}
.bloc-content-service.trainings h3{
    color:#F4C601!important;
    border-bottom:1px solid #F4C601;
}
.bloc-content-service.trainings .btn-round a{
    background:#F4C601!important;
    border-color:#F4C601!important;
    color:white!important;
}

.btn-access-service a{
    font-size:12px!important;
    font-weight:300!important;
    color:#AB3617!important;
    background:white!important;
    border:1px white solid;
    border-radius:13px;
    padding:5px 25px!important;
    transition:all 0.5s;
}
.btn-access-service a:hover{
    font-size:12px!important;
    font-weight:300!important;
    color:#fff!important;
    background:#AB3617!important;
    border:1px white solid;
    border-radius:13px;
    padding:5px 25px!important;
}

.section{
    position: sticky;
    min-height:50vh;
}
.section:nth-child(1){
	z-index: 1;
    top:0;
}
.section:nth-child(2){
	z-index: 2;
    top:0;
}
.section:nth-child(3){
	z-index: 3;
    top:0;
}
.section:nth-child(4){
	z-index: 4;
    top:0;
}
.section:nth-child(5){
	z-index: 5;
    top:0;
}

.section:nth-child(6){
	z-index: 6;
    top:0;
}
.section:nth-child(7){
	z-index: 7;
    top:0;
}
.section:nth-child(8){
	z-index: 8;
    top:0;
}
.section:nth-child(9){
	z-index: 9;
    top:0;
}
.section:nth-child(10){
	z-index: 10;
    top:0;
}



.btn-document a{
    width:100%;
    font-size:12px;
    text-align:left!important;
    display:inline-flex;
    justify-content: start;
    align-content: start;
    font-weight:300;
    padding:5px 12px!important;
    color:#AB3617;
    border:1px solid #AB3617;
    border-radius:22px;
    background:transparent;
    transition:all .5s;
    margin-bottom:5px;
}
.btn-document a:hover{
    color:#F8F4EB;
    background:#AB3617;
}
.btn-document a:hover svg{
    fill:#F8F4EB!important;
}
.mea-autres-services .wrapper{
    padding:25px;
    border-radius:17px;
    background:#D76712;
    background: linear-gradient(to bottom,  #D76712 0%,#AB3617 100%);
}
.mea-autres-services h2{
    color:white!important;
    font-weight:500!important;
    font-size:1.9em!important;
}
.mea-autres-services .slides .slide .service-title{
    color:white!important;
    font-size:1em!important;
}
.mea-autres-services .slides .slide:hover .service-title::after{
    background:white!important;
    font-size:1em!important;
}
.mea-autres-services img{
    fill:white!important;
    filter: brightness(0) invert(1);
}
.mea-autres-services .navigation span.prev {
    background:url(../img/fleche-right-blanche.svg) no-repeat;
}
.mea-autres-services .navigation span.next {
    background:url(../img/fleche-left-blanche.svg) no-repeat;
}
.page-report .btn-round a{
    padding:25px !important;
    text-align: left!important;
    font-weight:500!important;
    margin-top:25px;
}
.page-report h4{
    color:black!important;
    font-size:1.15em!important;
    font-weight:500!important;
    margin-bottom:25px!important;
}
.page-report p{
    color:black!important;
    font-weight:300!important;
    margin-bottom:1em!important;
}
.page-report .intro p{
    font-size:1.15em!important;
    color:black!important;
    font-weight:500!important;
    margin-bottom:1em!important;
}
.page-report .intro p span{
    font-size:2em!important;
    color:black!important;
    font-weight:100!important;
}
.category .header-news-categories{
    margin-top:25px;
}
.category .header-news-categories h5{
    display:none!important;
}
.category .header-news-categories ul{
    display:flex;
    list-style-type: none;
}
.category .header-news-categories ul li{
    margin:0 15px;
}
.category .header-news-categories ul li a{
    font-size:12px!important;
    font-weight:300!important;
    color:white!important;
    background:#1F8A53;
    border-radius:13px;
    padding:4px 20px!important;
    border:1px solid #1F8A53;
}
.category .header-news-categories ul li.current-cat a, .category .header-news-categories ul li:hover a{
    background:white;
    color:#1F8A53;
}
.category .elementor-widget-posts{
    padding-bottom:100px!important;
}
.category .elementor-post__card{
    border-radius:9px!important;
    padding:5px!important;
}
.category .elementor-post__thumbnail__link .elementor-post__thumbnail, .category .elementor-post__thumbnail__link img{
    max-height:160px;
}


.category .elementor-post__badge{
    left:50%!important;
    right:auto!important;
    top:125px!important;
    bottom:auto!important;
    text-transform:none!important;
    margin:0!important;
    transform:translateX(-50%);
    background:#1F8A53!important;
}
.category .elementor-post__thumbnail__link .elementor-post__thumbnail{
    padding:0!important;
    border-radius:9px 9px 0 0;
}
.category .elementor-post__thumbnail__link img{
    object-fit:cover;
    position:relative!important;
    top:0!important;
    left:0!important;
    transform:none!important;
    border-radius:9px 9px 0 0;
}
.category .elementor-post__card .elementor-post__thumbnail__link:after{
    display:none!important;
    content:none!important;
}
.category .elementor-post__text{
    margin:5px 0 0 0!important;
}
.category .elementor-post__title a{
    color:#208A53!important;
    font-weight:500!important;
    font-size:1.15em!important;
    line-height:1!important;
}
.category .elementor-post__title a strong{
    font-weight:700!important;
}

.category .elementor-post__excerpt p{
    color:#000!important;
    font-weight:300!important;
    margin-bottom:1em!important;
}
.category .elementor-post__read-more{
    display:flex!important;
    width:100%;
    background:#208A53!important;
    color:white!important;
    font-weight:300!important;
    font-size:12px!important;
    border-radius:25px;
    text-transform: none!important;
    padding:3px;
    justify-content: center;
    align-content:center;
}
.category article:nth-child(n+10){
    width:100%!important;
    grid-column: span 3!important;
    flex-direction:row;
}
.category article:nth-child(n+10) .elementor-post__thumbnail__link img{
    width:135px!important;
    height:135px!important;
    border-radius:9px 9px 9px 9px;
}
.category article:nth-child(n+10) .elementor-post__badge{
    left:185px!important;
    right:auto!important;
    top:auto!important;
    transform:none;
}
.category article:nth-child(n+10) .elementor-post__read-more, .category article:nth-child(n+10) .elementor-post__title, .category article:nth-child(n+10) .elementor-elementor-post__excerpt{
    margin:0!important;
}
.category article:nth-child(n+10) .elementor-post__text{
    margin:35px 0 0 0!important;
    height:100px;
}
.category article:nth-child(n+10) .elementor-post__title a{
    color:black!important;
    font-size:.9em!important;
    font-weight:900!important;
}
.category article:nth-child(n+10) .elementor-post__excerpt{
    flex: 1;
    min-width: 0;
    max-width:70%;
    margin:0!important;
}
.category article:nth-child(n+10) .elementor-post__excerpt p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow:hidden;
    text-overflow: ellipsis;
    color:black!important;
    font-size:1.15em!important;
    font-weight:500!important;
}
.category article:nth-child(n+10) .elementor-post__card{
    width:100%!important;
    flex-direction:row;
    margin:0!important;
    max-width:100%!important;
    border-radius:9px;
    padding:20px!important;
}
.category article:nth-child(n+10) .elementor-post__thumbnail__link{
    width:135px!important;
    height:135px!important;
    border-radius:9px;
    margin:0!important;
}
.category article:nth-child(n+10) .elementor-post__read-more{
    position:absolute;
    display:block!important;
    top:50%;
    right:25px;
    transform: translateY(-50%);
    width:fit-content;
    padding:3px 20px;
}
.page-news .header-news-categories{
    margin-top:25px;
}
.page-news .header-news-categories h5{
    display:none!important;
}
.page-news .header-news-categories ul{
    display:flex;
    list-style-type: none;
}
.page-news .header-news-categories ul li{
    margin:0 15px;
}
.page-news .header-news-categories ul li a{
    font-size:12px!important;
    font-weight:300!important;
    background:#1F8A53;
    color:white;
    border-radius:13px;
    padding:4px 20px!important;
}
.page-news li.cat-item-19 a, .page-news li.cat-item-53 a{
    background:#AB3617!important;
}
.page-news li.cat-item-21 a, .page-news li.cat-item-56 a{
    background:#1F8A53!important;
}
.page-news li.cat-item-27 a{
    background:#8E6D15!important;
}
.page-news li.cat-item-31 a, .page-news li.cat-item-62 a{
    background:#FDAB01!important;
}
.page-news li.cat-item-29 a{
    background:#232B18!important;
}
.page-news .elementor-widget-posts{
    padding-bottom:100px!important;
}
.page-news .elementor-post__card{
    border-radius:9px!important;
    padding:5px!important;
}
.page-news .elementor-post__thumbnail__link .elementor-post__thumbnail, .page-news .elementor-post__thumbnail__link img{
    max-height:160px;
}


.page-news .elementor-post__badge{
    left:50%!important;
    right:auto!important;
    top:125px!important;
    bottom:auto!important;
    text-transform:none!important;
    margin:0!important;
    transform:translateX(-50%);
    background:#1F8A53!important;
}
.page-news .elementor-post__thumbnail__link .elementor-post__thumbnail{
    padding:0!important;
    border-radius:9px 9px 0 0;
}
.page-news .elementor-post__thumbnail__link img{
    object-fit:cover;
    position:relative!important;
    top:0!important;
    left:0!important;
    transform:none!important;
    border-radius:9px 9px 0 0;
}
.page-news .elementor-post__card .elementor-post__thumbnail__link:after{
    display:none!important;
    content:none!important;
}
.page-news .elementor-post__text{
    margin:5px 0 0 0!important;
}
.page-news .elementor-post__title a{
    color:#208A53!important;
    font-weight:500!important;
    font-size:1.15em!important;
    line-height:1!important;
}
.page-news .elementor-post__title a strong{
    font-weight:700!important;
}

.page-news .elementor-post__excerpt p{
    color:#000!important;
    font-weight:300!important;
    margin-bottom:1em!important;
}
.page-news .elementor-post__read-more{
    display:flex!important;
    width:100%;
    background:#208A53!important;
    color:white!important;
    font-weight:300!important;
    font-size:12px!important;
    border-radius:25px;
    text-transform: none!important;
    padding:3px;
    justify-content: center;
    align-content:center;
}
.page-news article:nth-child(n+10){
    width:100%!important;
    grid-column: span 3!important;
    flex-direction:row;
}
.page-news article:nth-child(n+10) .elementor-post__thumbnail__link img{
    width:135px!important;
    height:135px!important;
    border-radius:9px 9px 9px 9px;
}
.page-news article:nth-child(n+10) .elementor-post__badge{
    left:185px!important;
    right:auto!important;
    top:auto!important;
    transform:none;
}
.page-news article:nth-child(n+10) .elementor-post__read-more, .page-news article:nth-child(n+10) .elementor-post__title, .page-news article:nth-child(n+10) .elementor-elementor-post__excerpt{
    margin:0!important;
}
.page-news article:nth-child(n+10) .elementor-post__text{
    margin:35px 0 0 0!important;
    height:100px;
}
.page-news article:nth-child(n+10) .elementor-post__title a{
    color:black!important;
    font-size:.9em!important;
    font-weight:900!important;
}
.page-news article:nth-child(n+10) .elementor-post__excerpt{
    flex: 1;
    min-width: 0;
    max-width:70%;
    margin:0!important;
}
.page-news article:nth-child(n+10) .elementor-post__excerpt p{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow:hidden;
    text-overflow: ellipsis;
    color:black!important;
    font-size:1.15em!important;
    font-weight:500!important;
}
.page-news article:nth-child(n+10) .elementor-post__card{
    width:100%!important;
    flex-direction:row;
    margin:0!important;
    max-width:100%!important;
    border-radius:9px;
    padding:20px!important;
}
.page-news article:nth-child(n+10) .elementor-post__thumbnail__link{
    width:135px!important;
    height:135px!important;
    border-radius:9px;
    margin:0!important;
}
.page-news article:nth-child(n+10) .elementor-post__read-more{
    position:absolute;
    display:block!important;
    top:50%;
    right:25px;
    transform: translateY(-50%);
    width:fit-content;
    padding:3px 20px;
}
.article-title h2{
    color:black!important;
    font-size:2em;
    font-weight:500!important;
    margin:2em 0;
}
p a{
    color:#252F38!important;
}
p a:hover{
    text-decoration:underline!important;
}

.single-post .post img{
    width:100%;
    max-width:100%;
}
.single-post .post-metas{
    margin-top:50px;
}
.single-post .post-metas ul{
    display:flex;
    justify-content: space-between!important;
}

.page-team h4{
    color:black!important;
    font-size:30px!important;
    font-weight:500!important;
    margin-bottom:010px!important;
}
.page-team p{
    color:black!important;
    font-weight:300!important;
    margin-bottom:1em!important;
}
.page-team .intro p{
    font-size:18px!important;
    font-weight:500!important;
}

.page-team .stats{
    font-size:18px!important;
    font-weight:200!important;
    margin-bottom:25px!important;
}
.page-team .stats.marron .elementor-heading-title{
    color:#C39400!important;
}
.page-team .stats.green .elementor-heading-title{
    color:#208A53!important;
}
.page-team .stats.red .elementor-heading-title{
    color:#AB3617!important;
}
.page-team .stats.yellow .elementor-heading-title{
    color:#F4C601!important;
}
.page-team .stats.beige .elementor-heading-title{
    color:#D1AA00!important;
    font-size:30px!important;
}
.page-team .stats.black .elementor-heading-title{
    color:#000!important;
    font-size:30px!important;
}
.page-team .e-grid, .page-team .e-grid .e-con-full{
    padding:0!important;
}
.page-team .e-grid .e-con-full{
    margin-bottom:25px;
}
.page-team .stats span{
    font-size:30px!important;
}
.page-team .team-name .elementor-heading-title{
    text-align:center!important;
    font-size:18px!important;
    color:black!important;
    font-weight:300!important;
    margin:25px 0!important;
}
.page-team .team-position .elementor-heading-title{
    text-align:center!important;
    font-size:14px!important;
    color:black!important;
    font-weight:200!important;
    margin:0 0 10px 0!important;
}
.page-team .team-info .elementor-heading-title{
    text-align:center!important;
    font-size:12px!important;
    color:black!important;
    font-weight:200!important;
    line-height:20px!important
}
.page-team .e-grid .elementor-widget-image .elementor-widget-container{
    width: 150px;
    height: 150px;
    overflow: hidden;
    clip-path: circle(50% at 50% 50%);
    margin:0 auto;
}
.page-team .e-grid .elementor-widget-image .elementor-widget-container img{
    width: 150px;
    height: 150px;
    object-fit:cover;
}
.page-stakeholder .e-grid{
    margin-top:25px;
}
.page-stakeholder .paralax-first-block h2, .page-fees .paralax-first-block h2,
.page-certificates .paralax-first-block h2, .page-contact .paralax-first-block h2{
    color:black!important;
    font-size:30px!important;
    font-weight:100!important;
    margin-bottom:50px;
}
.page-stakeholder .paralax-first-block h2 strong, .page-fees .paralax-first-block h2 strong,
.page-certificates .paralax-first-block h2 strong, .page-contact .paralax-first-block h2 strong{
    font-weight:300!important;
}
.page-stakeholder h4, .page-fees h4, .page-contact h4{
    color:black!important;
    font-size:18px!important;
    font-weight:500!important;
    margin-bottom:010px!important;
}
.page-stakeholder h3, .page-fees h3{
    color:black!important;
    font-size:30px!important;
    font-weight:300!important;
}
.page-stakeholder p, .page-fees p, .page-certificates p{
    color:black!important;
    font-weight:300!important;
    margin-bottom:1em!important;
}
.page-stakeholder .intro p, .page-fees .intro p{
    font-size:18px!important;
    font-weight:500!important;
}
.page-stakeholder #content ul li{
    font-weight:200!important;
}
.page-fees h3{
    margin-bottom:30px;
}
/* Style pour le tableau principal */
.main-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom:50px;
}
main{
    padding-bottom:75px;
}
#content ul{
    list-style-type: disc!important;
}
/* Style pour les cellules du tableau principal */
.main-table th, .main-table td {
    border: 1px solid #000;
    padding: 8px;
    text-align: left;
    vertical-align:top;
}

/* Supprimer les bordures gauche et droite des cellules du tableau principal */
.main-table th:first-child,
.main-table td:first-child {
    border-left: none;
    width:50%;
}

.main-table th:last-child,
.main-table td:last-child {
    border-right: none;
    width:50%;
    font-size:28px!important;
    font-weight:300!important;
    text-align:center;
    vertical-align:center;
}

/* Style pour le tableau imbriqué */
.nested-table {
    border-collapse: collapse;
    width: 100%;
}

.nested-table th, .nested-table td {
    border: 0px solid #000;
    padding: 4px;
    text-align: left;
}

/* Supprimer les bordures gauche et droites des cellules du tableau imbriqué */
.nested-table th:first-child,
.nested-table td:first-child {
    border-left: none;
}

.nested-table th:last-child,
.nested-table td:last-child {
    border-right: none;
}
.nested-table td{
    font-size:28px!important;
    font-weight:300!important;
}
.main-table small{
    display:block;
    line-height:1;
    font-size:12px!important;
}
.main-table span{
    vertical-align:super;
    font-size:18px;
    margin-left:10px;
}
.page-certificates .number-certificates h1{
    font-size:32px!important;
    font-weight:500!important;
    color:black!important;
    padding:20px!important;
    text-align:center!important;
    border:5px #F4C601 solid;
    border-radius:35px;
}
#tableau-documents th, .page-certificates th{
    color:#208A53;
    font-size:11px!important;
    font-weight:200!important;
    text-align:left!important;
    padding:10px!important;
    border:1px #208A53 solid;
}
#tableau-documents td, .page-certificates td{
    color:#0A4327;
    font-size:12px!important;
    font-weight:300!important;
    text-align:left!important;
    padding:10px!important;
    vertical-align:center!important;
    border:1px #208A53 solid;
    max-width:150px;
}
#tableau-documents tbody tr:nth-child(odd), .page-certificates tbody tr:nth-child(odd){
    background:#F8F4EB!important
}
#tableau-documents tbody tr:nth-child(even), .page-certificates tbody tr:nth-child(even){
    background:#fff!important
}
#table_liste, #tableau-documents{
    margin-bottom:150px;
}
.certificats-filtres{
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    background:#208A53;
    border-top-left-radius: 39px;
    border-top-right-radius: 39px;
    font-size:14px;
    color:white;
    font-weight:300;
    padding:25px;
}
.page-certificates .certificats-filtres form{
    width:100%;
    display:flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
}
.page-certificates .certificats-filtres input{
    width:200px;
    padding:2px 4px;
    color:#848484;
    font-style: italic;
    font-weight:200;
    border-radius: 15px;
    font-size:12px;
}
.page-certificates .certificats-filtres select{
    width:200px;
    padding:2px 4px;
    color:#848484;
    font-style: italic;
    font-weight:200;
    border-radius: 15px;
    font-size:12px;
}
.page-certificates .certificats-filtres button[type=submit]{
    width:100px;
    background:#FCB900;
    color:black;
    padding:2px 4px;
    border-radius: 15px;
    text-align:center;
    font-weight:200;
    font-size:12px;
}
.page-contact .form-2bs{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
    gap:10px;
    margin-bottom:150px;
}
.page-contact .form-2bs .form-half{
    display:inline-flex;
    width:calc(50% - 10px);
    margin-bottom:35px;
}
.page-contact .form-2bs .form-full{
    display:inline-flex;
    width:100%;
    margin-bottom:35px;
}
.page-contact .form-2bs .form-half span, .page-contact .form-2bs .form-full span{
    width:100%;
    max-width:100%;
}
.page-contact .form-2bs input{
    border-bottom:1px #848484 solid;
    color:#848484;
    font-style:italic;
    font-size:14px;
    font-weight:200;
    width:100%;
    max-width:100%;
    padding:0 5px;
}
.page-contact .form-2bs textarea{
    border:1px #848484 solid;
    color:#848484;
    font-style:italic;
    font-size:14px;
    font-weight:200;
    width:100%;
    max-width:100%;
    padding:5px;
}
.page-contact .form-2bs input::placeholder, .page-contact .form-2bs textarea::placeholder{
    color:#848484;
    font-style:italic;
    font-size:14px;
    font-weight:200;
}
.page-contact .form-2bs select{
    border-bottom:1px #848484 solid;
    color:#848484;
    font-style:italic;
    width:100%;
    max-width:100%;
    font-size:14px;
    font-weight:200;
    padding:0 5px;
}
.page-contact input[type=submit]{
    background:#D29902;
    color:white;
    border:none;
    font-size:18px;
    font-weight:200;
    font-style:normal;
    padding:10px 30px;
    text-align:center;
    border-radius:9px;
    margin-top:35px;
    width:50%;
    margin-left: auto;
}
.page-contact .wpcf7-form-control-wrap{
    width:100%;
}
.page-contact #captcha_input_holder{
    display:flex;
    gap:15px;
    justify-content: space-between;
}
.menu-right{
    position:absolute;z-index:99;right:50px;
}
.nav-logo{
    
}
.box-lang select {
    display: inline-block;
}

/* Cacher l'icône et la liste personnalisée */
.box-lang:before,
.icon-overlay,
.custom-select-options {
    display: none;
}
.country-select, .selected-flag, .flag-dropdown {width: 100%!important;}
#primary-menu{
    width:1166px;
    margin:0 auto;
}
#burger-button{
    color:black;
    font-weight:500;
}
.burger-lines span {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform-origin: center;
}

.burger-lines.open span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.burger-lines.open span:nth-child(2) {
    opacity: 0;
}

.burger-lines.open span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}
   .container-faq{
        background:#D76712!important;
        padding-bottom:300px;
        padding-top:0px;
        border-bottom-left-radius: 100px; /* Adjust to create the inner curve */
        border-bottom-right-radius: 100px; /* Adjust to create the inner curve */
        margin-bottom:0!important;
    }

footer{
    width:100%;
    z-index:1;
    background: transparent linear-gradient(102deg, #47545D 0%, #252F38 100%) 0% 0% no-repeat padding-box;
    color:white;
    padding:30px 0;
}
#content, footer{
    width:100%;
}
footer .widgettitle, footer .footer-1 ul li:nth-child(5), footer .footer-1 ul li:nth-child(6), footer .footer-1 ul li:nth-child(7){
    display:none;
}
footer .e-con-inner{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
    display:flex;
    justify-content: space-between;
}
footer .footer-1{
    display:flex;
    flex-direction: row;
}
footer .footer-1 ul{
    display:flex;
    flex-direction: row;
    list-style:none;
    height:100%;
}
footer .footer-1 ul li{
    font-weight:900!important;
    width:max-content;
    color:white;
    list-style-type:none;
    font-size:12px!important;
    padding:0 25px;
    border-right:1px white solid;
}
footer .footer-1 ul li ul{
    display:flex;
    flex-direction: column;
}
footer .footer-1 ul li ul li{
    font-weight:400!important;
    font-family: 'Lato'!important;
    font-size:12px!important;
    padding:0!important;
    border-right:none!important ;
    list-style-type: none;
    list-style-position: inside;
    margin-top:10px;
}
footer .footer-1 ul li ul li::before{
    content: "- ";
    margin-right: 8px;
}
footer .footer-1 .wp-block-group{
    flex-direction: column;
    flex-wrap:nowrap;
    padding:0 25px;
    border-right:1px white solid;
}
footer .footer-1 .wp-block-group .wp-block-heading{

    font-weight:900!important;
    color:white;
    list-style-type:none;
    font-size:12px!important;
}
footer .footer-1 .wp-block-group ul{
    flex-direction: column;
}
footer .footer-1 .wp-block-group ul li{
    font-weight:400!important;
    font-family: 'Lato'!important;
    font-size:12px!important;
    padding:0!important;
    border-right:none!important ;
    list-style-type: none;
    list-style-position: inside;
    margin-bottom:10px;
}
footer .footer-1 .wp-block-group ul li::before{
    content: "- ";
    margin-right: 8px;
}
footer .footer-1 ul li a:hover{
    text-decoration: underline!important;
}
footer .footer-3{
    margin-left:25px;
}
footer .footer-3 figure{
    margin-bottom:25px;
}
.page-fille .page-header,
.single .page-header{
    margin-bottom:80px;
}
.page-fille .page-header h1, .single .page-header h1{
    font-weight:700!important;
    color:white!important;
    font-size:2.25em!important;
    margin-bottom:25px!important;
}
.page-fille .page-header h2, .single .page-header h2{
    font-weight:500!important;
    color:#B2CCE9!important;
    font-size:1.75em!important;
    margin-bottom:25px!important;
}
.page-fille .page-fille-intro p{
    font-weight:400!important;
    color:#47545D!important;
    font-size:1.25em!important;
}
.page-fille .elementor-widget-text-editor:not(.page-fille-intro) p, .page-fille .elementor-widget-text-editor:not(.page-fille-intro) ul li{
    font-family:'Lato'!important;
    color:#252F38!important;
    font-size:16px!important;
    font-weight:400!important;
}
.page-fille .elementor-widget-text-editor.img-legende p{
    width:80%!important;
    text-align: center!important;
    font-style: italic!important;
    margin:0 auto!important;
    font-weight:300!important;
    color:#252F38!important;
    font-size:14px!important;
}
.page-fille .bloc-section{
    margin:40px auto!important;
}

.page-fille .bloc-section, .page-fille .bloc-section .e-con-full{
    padding:0!important;
}

.page-fille .section-gris{
    background:#F5F5F5!important;
    padding:25px 40px!important;
    border-radius:10px!important;
}
.page-fille .section-white{
    background:#ffffff!important;
    padding:25px 40px!important;
    border-radius:10px!important;
}
.page-fille .section-gris.container-resultats{
    margin-top:-25px!important;
    padding-bottom:40px!important;
}
.page-fille .section-gris.container-resultats .elementor-element .swiper .elementor-swiper-button{
    top:50%!important;
    font-size:40px!important;
}
.page-fille .section-gris.container-resultats h3{
    font-size:1.5em!important;
    color: #1DA7E0 !important;
    font-weight: 700 !important;
}
.page-fille .bloc-section h2{
    color:#1DA7E0!important;
    font-size:2.5em!important;
    font-weight:700!important;
}
.page-fille .bloc-section ul{
    padding-left:15px!important;
}
.page-fille .elementor-widget-n-accordion .e-n-accordion-item-title-icon{
    position:absolute;
    right:0;
}
.page-fille .e-n-accordion-item-title{
    background:white!important;
    border-radius:25px!important;
    margin:15px 0!important;
    position:relative;
    z-index:2;
    padding:0px 15px 0 0!important;
}
.page-fille .e-n-accordion-item-title::before{
    display: flex;
    content: '';
    position: absolute;
    bottom: -10px;
    left: -15px;
    width: 33px;
    height: 25px;
    z-index:1;
    background: url('../img/bulle-question.svg') center center no-repeat;
    background-size: 33px 25px;
}
.page-fille .e-n-accordion-item-title .e-n-accordion-item-title-text{
    color:#47545D!important;
    font-family:'Lato'!important;
    font-size:1.5em!important;
    font-weight:700!important;
    padding:15px 15px 15px 40px!important;
    background:white!important;
    border-radius:25px!important;
    z-index:5;
}
.page-fille .e-n-accordion-item div.elementor-element div.elementor-element{
    position:relative;
}
.page-fille .e-n-accordion-item div.elementor-element .elementor-widget-container{
    padding:25px!important;
    background:white!important;
    margin-left:40px!important;
    margin-top:-15px!important;
    width:calc( 100% - 40px )!important;
    border:1px solid #F19F9F!important;;
    border-radius:25px!important;
    position:relative;
    z-index:5;
    box-shadow: 0px 3px 6px #00000029;
}
.page-fille .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon, .page-fille .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon svg{
    width: 145px;
    height: 40px;
}
.page-fille .elementor-widget-n-accordion .e-n-accordion-item-title{
    z-index:99;
}
.page-fille .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed{
    display: flex;
    width: 145px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: -30px;
    z-index: 99;
}

.page-fille .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened{
    display: flex;
    width: 110px;
    height: 30px;
    position: absolute;
    top: 40px;
    right: -7px;
    z-index: 99;
}
.page-fille .e-n-accordion-item div.elementor-element .elementor-widget-container p{

}
.page-fille .e-n-accordion-item div.elementor-element div.elementor-element::before{
    display: flex;
    content: '';
    position: absolute;
    bottom: -10px;
    right:-15px;
    width: 33px;
    height: 25px;
    z-index:1;
    background: url('../img/bulle-reponse.svg') center center no-repeat;
    background-size: 33px 25px;
}
.page-fille.page-texte .boxed-text{
    max-width:584px;
    background:#F5F5F5!important;
    padding:0 40px!important;
    margin:40px auto;
}
.page-fille.page-texte.page-about #content{
    /*background: linear-gradient(0deg, #FFFFFF 0%, #f5f5f5 100%) 0% 0% no-repeat!important;*/
    background: #F5F5F5;
}
.page-fille.page-texte.page-about .boxed-text{
    background:#ffffff!important;
    border:1px solid #4226B1!important;
    padding:40px!important;
}
.page-fille.page-texte .boxed-text h2{
    color:#4226B1!important;
    font-size:1.75em!important;
    font-weight:700!important;
}
.page-fille.page-texte .boxed-text p{
    color:#4B5562!important;
    font-family:'Lato'!important;
    font-size:16px!important;
    font-weight:500!important;
}
.page-fille.page-test .btn-icon a{
    border:2px #252F38 solid!important;
    border-radius:50px!important;
    padding:10px 25px!important;
    width:100%!important;
    background:transparent;
    color:#252F38!important;
    font-size:22px!important;
    font-weight:700!important;
    text-align:left;
    margin-top:15px!important;
}
.page-fille.page-test .btn-icon a .elementor-button-content-wrapper{

    align-items:center;
    justify-content:center;
    display:flex;
}
.page-fille.page-test .btn-icon a:hover{
    color:white!important;
    background:#252F38!important;
}

.page-fille.page-publication .boxed-text{
    max-width:100%;
    background:#F5F5F5!important;
    padding:0 40px!important;
    margin:40px auto;
}

.page-fille.page-publication .btn-icon a{
    border:2px #252F38 solid!important;
    border-radius:50px!important;
    padding:10px 25px!important;
    color:#252F38!important;
    font-size:22px!important;
    font-weight:700!important;
    text-align:center;
    margin-top:0!important;
    width:200px;
    height:200px;
    box-shadow: inset 0px 3px 6px #00000029, 0px 3px 6px #00000029;
    background:#F5F5F5;
}
.page-fille.page-publication .btn-icon a .elementor-button-content-wrapper{
    align-items:center;
    justify-content:center;
    display:flex;
    flex-direction: column;
}
.page-fille.page-publication .btn-icon a:hover{
    color:white!important;
    background:#252F38!important;
}
.page-fille.page-test .btn-icon .elementor-button-icon,
.page-fille.page-test .btn-icon .elementor-button-icon svg,
.page-fille.page-publication .btn-icon .elementor-button-icon,
.page-fille.page-publication .btn-icon .elementor-button-icon svg{
    width:58px;
    height:62px;
}
.page-fille.page-test .page-header .elementor-widget-heading h2{
    font-size:1.5em!important;
    color:#B2CCE9!important;
    margin-top:15px!important;
    margin-bottom:25px!important;
}
.page-fille.page-test .page-header .elementor-widget-heading h2 span{
    color:#ffffff!important;
}
.page-fille.page-test .page-header .elementor-widget-heading h1{
    font-size:2.15em!important;
    color:#ffffff!important;
    margin-bottom:15px!important;
}
.page-fille.page-test .page-header .elementor-widget-heading h1 small{
    font-size:0.5em!important;
    color:#ffffff!important;
    margin-bottom:15px!important;
    font-style:italic!important;
}
.page-fille.page-test .elementor-widget-n-carousel{
    margin-top:15px!important;
}
.page-fille.page-test .elementor-widget-n-carousel .swiper-slide{
    background:white!important;
    border:1px #C0907A solid!important;
    border-radius:25px!important;
    min-height:155px;
}
.page-fille.page-test .elementor-widget-n-carousel .swiper-slide > div.elementor-element{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap: 20px !important;
}
.page-fille.page-test .elementor-widget-n-carousel .swiper-slide .elementor-widget-image, .page-fille.page-test .elementor-widget-n-carousel .swiper-slide .elementor-widget-image .elementor-widget-container{
    width:115px!important;
    display: contents !important;
}
.page-fille.page-test .elementor-widget-n-carousel .swiper-slide .elementor-widget-image img{
    width:auto!important;
    height:auto!important;
}
.page-fille.page-test .elementor-widget-n-carousel .elementor-swiper-button-prev{
    left:-40px!important;
    top:50%!important;
}
.page-fille.page-test .elementor-widget-n-carousel .elementor-swiper-button-next{
    right:-40px!important;
    top:50%!important;
}
.page-fille.page-test main h2{
    color:#154C8D!important;
}
.page-fille.page-test.oestrogene main h2{
    color:#897897!important;
}
.page-fille.page-test.thyroide main h2{
    color:#252F38!important;
}
.page-fille.page-test .page-intro p{
    color:#4B5562!important;
    font-size:1.5em!important;
    font-family:"panel-sans"!important;
    margin-top:40px!important;
}
.page-fille.page-test .font-panel.big p{
    font-family:"panel-sans"!important;
    font-size:1.5em!important;
}
.page-fille.page-test .font-panel.big.rounded.pink p{
    border:2px #F19F9F solid!important;
    color:#F19F9F!important;
    border-radius:10px!important;
    padding:25px 40px!important;
}
.page-fille.page-test .btn-icon.white{
    margin-top:25px!important;
}
.page-fille.page-test .btn-icon.white .elementor-button-icon, .page-fille.page-test .btn-icon.white .elementor-button-icon svg{
    width:34px;
    height:36px;
}
.page-fille.page-test .btn-icon.white a{
    border:2px #154C8D solid!important;
    background:white!important;
    border-radius:50px!important;
    padding:10px 25px!important;
    width:100%!important;
    background:transparent;
    color:#154C8D!important;
    font-size:18px!important;
    font-weight:700!important;
    text-align:left;
    margin-top:15px!important;
}
.page-fille.page-test .btn-icon.white a:hover{
    background:#154C8D!important;
    color:#ffffff!important;
}
.page-fille.page-test.thyroide .btn-icon.white a{
    border:2px #252F38 solid!important;
    color:#252F38!important;
}
.page-fille.page-test.thyroide .btn-icon.white a:hover{
    background:#252F38!important;
    color:#ffffff!important;
}

.page-fille.page-test.oestrogene .btn-icon.white a{
    border:2px #897897 solid!important;
    color:#897897!important;
}
.page-fille.page-test.oestrogene .btn-icon.white a:hover{
    background:#897897!important;
    color:#ffffff!important;
}

.page-fille.page-about main h2,
.single main h2{
    color:#4226B1!important;
    font-size: 1.75em !important;
}
.page-fille.page-about .page-header h2, .single .page-header h2{
    font-size: 1.75em !important;
    margin-bottom:25px!important;
}
.page-fille.page-about .page-header h1, .single .page-header h1{
    font-size: 2em !important;
}
.page-fille.page-about .page-header h2, .page-fille.page-about .page-header h1,
.single .page-header h2, .single .page-header h1{
    color:#ffffff!important;
}
.page-fille.page-about .page-intro.elementor-widget-text-editor p,
.single .page-intro.elementor-widget-text-editor p{
    color:#4B5562!important;
    font-size:1.5em!important;
    font-family:"panel-sans"!important;
    margin-top:0px!important;
}
.page-fille.page-about .page-intro.elementor-widget-text-editor.purple p,
.single .page-intro.elementor-widget-text-editor.purple p{
    color:#4226B1!important;
}
.page-fille.page-about h4,
.single h4{
    font-size:1.5em!important;
}
.page-fille.page-about .bloc-team > div,
.single .bloc-team > div{
    gap:0;
}
.page-fille.page-about .bloc-team h5, .page-fille.page-about .bloc-team h6,
.single .bloc-team h5, .single .bloc-team h6{
    color:#4226B1!important;
    font-family:'Lato'!important;
    font-size:1em!important;
    text-align:center!important;
    margin:0!important;
}

.page-fille.page-about .bloc-team h5{
    font-weight:bold!important;
    margin-top:25px!important;
    margin-bottom:5px!important;
}

.page-fille.page-about .bloc-team h6{
    font-weight:normal!important;
}
.page-fille.page-about .bloc-team img,
.single .bloc-team img{
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #4226B1;
    padding: 40px;
    box-sizing: border-box;
}
.page-projet .bloc-intro h3,
.page-publication .bloc-intro h3{
    color:#4226B1!important;
    font-size:2.1em!important;
    font-weight:300!important;
    line-height: normal;
    margin-bottom:25px!important;
}
.page-projet .bloc-intro h3 strong,
.page-publication .bloc-intro h3 strong{
    font-weight:700!important;
}
.page-projet .bloc-intro h4,
.page-publication .bloc-intro h4{
    color:#2B323C!important;
    font-size:1.5em!important;
    font-weight:500!important;
    line-height: normal;
    margin-bottom:25px!important;
}
.page-projet .project-tag h6{
    display:table;
    margin-left:auto;
    color:white;
    font-size:11px;
    background:#1DA7E0;
    border-radius:10px;
    padding:3px 10px;
    margin-top:40px;
}
.page-projet .project-tag.next h6{
    background:#F19F9F;
}
.page-projet .boxed-text > .e-con-inner{
    padding:0!important;
}
.page-projet .boxed-text{
    border:1px #4226B1 solid;
    padding:40px!important;
}
.page-projet .boxed-text h2{
    color:#4226B1!important;
    font-size:1.75em!important;
    font-weight:700!important;
    margin:20px 0!important;
}
.page-contact form{
    display: flex;
    width:100%;
    flex-wrap:wrap;
}
.page-contact .contact-full{
    width:100%;
    padding:5px;
}
.page-contact .contact-half{
    width:50%;
    padding:5px;
}
.page-contact label{
    font-weight:bold;
    font-size:1.25em;
    color:#154C8D;
}
.page-contact input[type=text], .page-contact input[type=email], .page-contact input[type=tel], .page-contact textarea{
    width:100%;
    padding:20px 40px;
    margin:10px 0;
    border:1px solid #7C8893;
    border-radius:10px;
    font-family:"Lato"!important;
    font-size:14px!important;
    font-weight:400;
    color:#7C8893;
}
.page-contact .wpcf7-list-item-label{
    font-family:"Lato"!important;
    font-weight:400;
    font-size:14px!important;
    color:#7C8893;
}
.page-contact input[type=submit]{
    width:100%;
    cursor:pointer;
    padding:10px 40px;
    margin:10px 0;
    border:3px solid #154C8D;
    border-radius:35px;
    font-size:24px!important;
    font-weight:700;
    color:#154C8D;
    background:#fff;
    text-transform: uppercase;
}
.page-contact input[type=submit]:hover{
    color:#fff;
    background:#154C8D;
}
.page-contact .bloc-section .bloc-contact-info{
    background:#47545D;
    border-radius:10px;
    padding:40px!important;
}
.page-contact .bloc-section .bloc-contact-info p{
    color: white !important;
    font-size:20px!important;
    font-family:'panel-sans'!important;
}
.page-contact .bloc-contact-info .elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{
    border-top-color:white!important;
}
/* Responsive Design */
@media (max-width: 1024px) {
    .slide {
        min-width: 50%; /* 2 slides visible at once */
    }
    .slide-text {
        width: 85%;
        padding: 20px;
        text-align: left;
        margin-left: 0;
    }
    .nav-dots {
        position: absolute;
        bottom: 20px;
        width: 100%;
        padding: 10px;
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        left: 0;
        align-items: flex-end;
    }
    .slide-text p,
    .slide-text ul li {
        font-size: 14px;
    }
    .slide:nth-child(1) .slide-text p {
        font-size: 18px;
    }
        .slide:nth-child(n+2) {
        justify-content: center;
        padding-left: 20px;
        padding-top:20px;
        align-items: baseline;
    }
    .nav-content{
        flex-direction: row!important;
        justify-content: space-between!important;
    }
    .custom-logo-link{
        margin:0!important;
    }
    .box-search{
        display:none!important;
    }
    /* Cacher le select par défaut */
    .box-lang select {
        display: none;
    }

    /* Icône de langue */
    .box-lang:before {
        display: flex;
        content: '';
        position: absolute;
        top: -3px;
        left: -55px;
        width: 55px;
        height: 42px;
        background: url('../img/picto-langues.svg') center center no-repeat;
        background-size: 26px 20px;
        cursor: pointer;
        border:1px solid black;
        border-radius:50px;
    }

    /* Overlay cliquable sur l'icône */
    .icon-overlay {
        /* Styles ajoutés via JavaScript */
        display:block;
    }

    /* Styles pour le container */
    .box-lang {
        position: relative;
        display: inline-block;
    }

    /* Styles pour les options du select personnalisé */
    .custom-select-options {
        display: none!important;
        position: absolute;
        top: 30px; /* Ajustez selon vos besoins */
        left: -30px; /* Aligné avec l'icône */
        background: #ffffff;
        border: 1px solid #ccc;
        padding: 0;
        margin: 0;
        list-style: none;
        z-index: 1000;
        width: max-content;
    }

    .custom-select-options li {
        padding: 10px!important;
        width:100%!important;
        color:black;
        border-bottom: 1px solid #ccc;
    }

    .custom-select-options li:last-child {
        border-bottom: none;
    }

    .custom-select-options li:hover {
        background: #f0f0f0;
        cursor: pointer;
    }

    /* Afficher les options lorsque la classe 'active' est présente */
    .box-lang.active .custom-select-options {
        display: flex !important;
        flex-direction: column;
        width: 100%;
        top: 100px;
        left: 0;
        position: fixed;
    }
    .nav-logo{
        position:relative;width:100px;transform:none;
    }
    .menu-right{
        position:relative!important;z-index:99;right:0;
        justify-content: end!important;
    }
    .menu-right > div{
        height:35px;
        display:flex;
        align-items: center;
        justify-content: center;
    }
    header.header-nav select, header .box-search span{
        padding:0!important;
    }
    .box-lang{
        margin-right:15px;
    }
    .box-lang:before, .box-lang select:before, .box-search:before{
        top:50%;
        transform: translateY(-50%);
    }
    #content{
        margin-bottom:0!important;
    }
    #primary-menu{
        top:0;
        z-index:40;
        width:100%;
    }
    #primary-menu.translate-y-0{
        top:103px;
    }
    header.header-nav ul:not(.sub-menu){
        display:flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }

    header.header-nav ul:not(.sub-menu) li{
        width:100%;
        padding:0 25px;
        flex-direction: column;
    }
    header.header-nav ul:not(.sub-menu) li a{
        padding:15px 0 15px 15px!important;
        width:100%;
        border-bottom:1px solid black;
        text-align:left;
    }
    .menu-first-level > a::after {
        content: '+'!important;
        content: '\f067'!important;
        font-family: 'Font Awesome 5 Free'!important;
        font-weight: 900!important;
        font-size: 16px!important;
        position: absolute;
        height:auto!important;
        background:none!important;
        display:block!important;
        clear:none!important;
        right: 20px;
        left:auto!important;
        width:auto!important;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        cursor: pointer;
    }

    /* Changer le '+' en '-' lorsque le sous-menu est ouvert */
    .menu-first-level > a.active::after {
        content: '\f068'!important;
        font-family: 'Font Awesome 5 Free'!important;
        font-weight: 900!important;
        font-size: 16px!important;
        width:auto!important;
        transform: translateY(-50%) rotate(180deg);
    }

    .sub-menu-title{
        display:none;
    }
    /* Cacher les sous-menus par défaut */
    .menu-first-level .wrapper-sub-menu {
        display: flex;
        position:relative!important;
        width:100%!important;
        height:auto!important;
        top:0!important;
        margin:0!important;
        padding:0!important;
    }
    .sub-left-wrapper{
        width:80%;
    }
    .sub-menu-background{
        background-size:100%!important;
        width: 20%!important;
        background-position: center right!important;
    }
    ul.sub-menu{
        display:flex;
        flex-direction: column;
        gap:0;
    }
    header.header-nav ul:not(.sub-menu) li ul.sub-menu li a{
        padding:8px 15px!important;
    }

    .page-contact .form-2bs .form-half{
        width:100%!important;
    }
    .page-contact .form-2bs{
        margin-bottom:0!important;
    }
    .page-contact input[type=submit]{
        width:100%!important;
        margin:35px auto!important;
    }
    footer{
        position:relative!important;
        padding-top:20px!important;
    }
    footer .container{
        display:flex!important;
        flex-direction: column!important;
    }
    .faq .elementor-accordion .elementor-accordion-icon::after{
        right:0!important;
    }

    /* Afficher le sous-menu lorsque l'élément a la classe 'submenu-open' */
    .menu-first-level  .wrapper-sub-menu.hidden {
        display: none;
    }
    .menu-about-us a{
        color:#208A53!important;
        border-color:#208A53!important;
    }
    .menu-services a{
        color:#AB3617!important;
        border-color:#AB3617!important;
    }
    .menu-certificates a{
        color:#F4C601!important;
        border-color:#F4C601!important;
    }
    .menu-2bs-certified a{
        color:#232B18!important;
        border-color:#232B18!important;
    }
    .menu-news a{
        color:#D76712!important;
        border-color:#D76712!important;
    }
    .menu-resources a{
        color:#094326!important;
        border-color:#094326!important;
    }
    .menu-contact a{
        color:#D29902!important;
        border-color:#D29902!important;
    }

    /* home */
    .mea-first-home {
        background: #F8F7F4!important;
        height: calc(100vh - 100px)!important;
        padding-top: 35px!important;
    }
    .elementor-element-b68721d{
        order:2;
    }
    .elementor-element-928d9d0{
        order:1;
    }

    .slide-content .wp-block-columns{
        flex-direction:column;
    }
    .slide-content .wp-block-columns div:nth-child(1){
        order:2;
    }
    .slide-content .wp-block-columns div:nth-child(2){
        order:1;
    }

    .swiper-container {
        width: 100%;
        overflow: hidden;
    }
    
    /* Les slides prennent toute la largeur */
    .swiper-slide {
        width: 100%;
    }
    .scroll-button-next,
    .scroll-button-prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5); /* Style des boutons */
        color: #fff;
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 10;
    }
    
    .scroll-button-next {
        right: 10px;
    }
    
    .scroll-button-prev {
        left: 10px;
    }

    .paralax-first-block .e-con-inner > div:nth-child(1){
        order:2;
    }
    .paralax-first-block .e-con-inner > div:nth-child(2){
        order:1;
        width:40%;
        margin:0 auto 35px auto;
    }

    .paralax-first-block .e-con-inner > div:nth-child(2) div{
        position:relative!important;
        top:auto!important;
        left:auto!important;
        right:auto!important;
        bottom:auto!important;
    }
    
    /* Supprimer les marges et paddings par défaut si nécessaire */
    .elementor-posts.elementor-grid .elementor-post {
        margin: 0;
        padding: 0;
    }

    .elementor-posts-container {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    /* Styles pour les articles */
    .elementor-post {
        flex: 0 0 100%;
        scroll-snap-align: start;
    }

    /* Cacher les barres de défilement */
    .elementor-posts-container::-webkit-scrollbar {
        display: none;
    }

    .elementor-motion-effects-element, .animated {
        transform: none !important;
        transition: none !important;
        animation: none !important;
        opacity: 1 !important;
    }

    .e-con-boxed.e-parent > .e-con-inner {
        width: 100% !important;
        max-width: 100% !important;
    }

    .btn-round.green.home{
        width:100%;
    }
    .btn-round.green.home a{
        width:100%;
    }
    .mea-home-missions .left, .mea-home-missions .right img{
        border-radius:0!important;
    }
    .mea-quick-access h3{
        margin-left:25px!important;
    }
    .elementor-15 .elementor-element.elementor-element-c1dbf61:not(.elementor-motion-effects-element-type-background), .elementor-15 .elementor-element.elementor-element-c1dbf61 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
        background-size:auto!important;
    }
    .elementor-widget-image img.attachment-large{
        /*max-width:50%;*/
    }
    .arrow-paralax-1{
        display:none!important;
    }
    .elementor-1256 .elementor-element.elementor-element-f3e4175 > .elementor-widget-container,
    .elementor-171 .elementor-element.elementor-element-072d6dc > .elementor-widget-container,
    .elementor-171 .elementor-element.elementor-element-490c1f9 > .elementor-widget-container{
        margin: 50px 0px 0px 0px;
        padding: 0px 0px 40px 0px;
    }
    .elementor-1256 .elementor-element.elementor-element-528d64f:not(.elementor-motion-effects-element-type-background), .elementor-1256 .elementor-element.elementor-element-528d64f > .elementor-motion-effects-container > .elementor-motion-effects-layer{
        background-size:cover!important;
    }
    .elementor-1256 .elementor-element.elementor-element-0240b3f > .elementor-widget-container{
        margin:50px 0 0 0!important;
    }
    .elementor-widget-text-editor, .elementor-heading-title{
        padding:0 0px!important;
    }
    .faq .elementor-accordion .elementor-tab-title::before, .faq .elementor-accordion .elementor-accordion-icon::after{
        content:none;
    }
    .faq .elementor-accordion .elementor-accordion-item{
        margin:40px 15px 0 15px;
    }
    .paralax-3{
        position:relative!important;
        top:0!important;
    }
    table, thead, tbody, th, td, tr {
        display: block;
      }
      th, td, .page-certificates .number-certificates h1{
        width:100%!important;
        max-width:100%!important;
      }
    .page-certificates .certificats-filtres form{
    flex-direction: column;
    }
    .main-table th:first-child, .main-table td:first-child{
        border-right:0!important;
    }
    .main-table th:last-child, .main-table td:last-child{
        border:none!important;
    }
    .section{
        position: relative!important;
        min-height:auto!important;
    }
    .bloc-content-service{
        padding:25px 0!important;
    }
    .page-services main section .elementor-widget-image{
        max-width:25%!important;
        margin:0 auto!important;
        order:1!important;
    }
    .page-news .header-news-categories ul{
        max-width:100%;
        flex-wrap:wrap;
    }
    .page-news .header-news-categories ul li{
        margin-bottom:10px;
    }

        #primary-menu {
        display:none;
        top: 75px!important;
        z-index: 40;
        left: 0;
        width: 100%;
        position: fixed;
    }
    #menu-primary_fr, #menu-primary_en {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: end;
        height: 100%;
        width: 100%;
    }
    #menu-primary_fr li a,
    #menu-primary_en li a{
        width:100%;
        display:block;
    }
    #menu-primary_fr > li, #menu-primary_en > li{
        border-left:none;
        padding: 0;
    }
    #primary-menu.-translate-y-full.translate-y-0{
        display:flex!important;
    }
    #menu-primary_fr > li:nth-child(1), #menu-primary_en > li:nth-child(1){
        display:none;
    }
    #menu-primary_fr > li:nth-last-child(1) > a:last-child, #menu-primary_en > li:nth-last-child(1) > a:last-child{
        position:relative;
        top:auto;
        left:auto;
        font-size: 14px!important;
        font-weight: 700!important;
        margin:0;
    }
    .slider,
    .slider .slides{
        width:100%;
        max-width:100%;
    }
    footer .footer-1 {
        display: flex!important;
        flex-direction: column!important;
    }
    #page{
        overflow-y:hidden;
    }
    .nav-arrow {
        fill: white;
    }
    .nav-arrow{
        width:45px;
        height:45px;
    }
    .nav-arrow#prev{
        margin-left:5px;
    }
    .nav-arrow#next{
        margin-right:5px;
    }
    .page-fille .page-header,
    .single .page-header{
        margin-bottom:10px;
    }

    .page-fille .bloc-section{
        margin:10px auto!important;
    }

    #content .elementor .e-con .e-con-inner .bloc-section .elementor-element{
        margin-bottom:10px;
    }
    footer .footer-1 ul {
        flex-direction: column;
    }
    footer .footer-1 ul > li{
        width:100%;
        margin:0 0 10px 0;
        border-right:0;
    }
    footer .footer-3{
        margin-top:25px;
    }
    .page-contact .contact-half{
        width:100%;
    }
    .page-fille.page-test .page-header .elementor-widget-heading h2 {
        text-align: right;
    }
    .page-fille.page-test .elementor-widget-n-carousel .elementor-swiper-button-prev {
    left: -20px !important;
    top: 50% !important;
}
    .page-fille.page-test .elementor-widget-n-carousel .elementor-swiper-button-next {
        right: -20px !important;
        top: 50% !important;
    }
    .page-fille.page-test .elementor-widget-n-carousel .swiper-slide {
        min-width: 100% !important; /* 1 slide visible at once */
    }
    .page-fille.page-test .elementor-widget-n-carousel .swiper-slide > div.elementor-element {
        flex-wrap: wrap !important;
    }
    .page-fille.page-test .elementor-widget-n-carousel .swiper-slide .elementor-widget-image {
        width: 100% !important;
    }
    .page-test .elementor-element::before{
        background-position: 25px 15px!important;
    }
    footer .menu-first-level > a::after{
        display:none!important;
    }
}

@media (max-width: 480px) {
    .slide {
        min-width: 100%; /* 1 slide visible at once */
    }
}


 
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/
*,:after,:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb
}

:after,:before {
    --tw-content: ""
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: "panel-sans", Verdana, sans-serif !important;
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: Fira Code VF,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: initial
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: disc!important;
    margin: 0!important;
}
ol{
    list-style: decimal!important;
}

textarea {
    resize: vertical
}

input::placeholder,textarea::placeholder {
    opacity: 1;
    color: #fff
}

[role=button],button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}
p{
    color:black;
}
.border-spacing-0,.border-spacing-2,.border-spacing-4,.border-spacing-\[7px\] {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0
}

.-rotate-12,.-rotate-6,.-rotate-90,.-skew-y-3,.-translate-x-1,.-translate-x-1\/2,.-translate-x-5,.-translate-x-\[0\.5px\],.-translate-x-\[1\.15rem\],.-translate-x-full,.-translate-x-px,.-translate-y-1,.-translate-y-1\/2,.-translate-y-5,.-translate-y-6,.-translate-y-8,.-translate-y-px,.before\:-skew-y-3:before,.group-aria-\[sort\=ascending\]\:rotate-0,.group-aria-\[sort\=descending\]\:rotate-180,.group-hover\/edit\:translate-x-0,.group-hover\/edit\:translate-x-0\.5,.hover\:-translate-y-0,.hover\:-translate-y-0\.5,.hover\:-translate-y-1,.hover\:scale-105,.hover\:scale-110,.hover\:scale-125,.hover\:scale-150,.hover\:transform,.motion-reduce\:hover\:translate-y-0,.rotate-0,.rotate-1,.rotate-12,.rotate-180,.rotate-2,.rotate-3,.rotate-45,.rotate-6,.rotate-90,.rotate-\[17deg\],.scale-0,.scale-100,.scale-105,.scale-110,.scale-125,.scale-150,.scale-50,.scale-75,.scale-95,.scale-\[1\.7\],.skew-y-0,.skew-y-12,.skew-y-3,.skew-y-6,.skew-y-\[17deg\],.sm\:motion-reduce\:hover\:translate-y-0,.sm\:motion-reduce\:translate-y-0,.transform,.translate-x-0,.translate-x-2,.translate-x-20,.translate-x-4,.translate-x-5,.translate-x-6,.translate-x-\[2\.625rem\],.translate-x-px,.translate-y-0,.translate-y-0\.5,.translate-y-11,.translate-y-12,.translate-y-14,.translate-y-2,.translate-y-24,.translate-y-4,.translate-y-6,.translate-y-\[17rem\],.translate-y-px {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.touch-pan-down,.touch-pan-left,.touch-pan-right,.touch-pan-up,.touch-pan-x,.touch-pan-y,.touch-pinch-zoom {
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom:
}

.snap-x {
    --tw-scroll-snap-strictness: proximity
}

.from-\[\#0c1120\],.from-\[\#243c5a\],.from-black\/75,.from-blue-500,.from-cyan-400,.from-cyan-500,.from-fuchsia-500,.from-green-400,.from-indigo-500,.from-indigo-600,.from-orange-400,.from-pink-500,.from-purple-400,.from-purple-500,.from-red-500\/50,.from-red-500\/75,.from-sky-300\/0,.from-sky-500,.from-teal-400,.from-violet-500,.from-white,.from-yellow-500,.hover\:from-pink-500,.hover\:to-orange-500,.to-\[\#FBFBFB\],.to-blue-400,.to-blue-500,.to-cyan-300,.to-emerald-500,.to-fuchsia-400,.to-fuchsia-500,.to-indigo-500,.to-pink-500,.to-purple-400,.to-purple-500,.to-sky-300\/0,.to-transparent,.to-violet-500,.via-black\/0,.via-purple-500,.via-red-500,.via-sky-300\/20,.via-sky-500,:is(.dark .dark\:from-slate-600),:is(.dark .dark\:from-slate-900),:is(.dark .dark\:to-slate-700) {
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position:
}

.diagonal-fractions,.lining-nums,.oldstyle-nums,.ordinal,.proportional-nums,.slashed-zero,.stacked-fractions,.tabular-nums {
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction:
}

.DocSearch-Cancel,.DocSearch-Hit-icon,.\[\&\>\*\]\:shadow>*,.before\:shadow-sm:before,.children\:\!shadow-none>*,.disabled\:shadow-none,.group-hover\:shadow,.hover\:shadow,.hover\:shadow-md,.lg\:shadow-none,.shadow,.shadow-2xl,.shadow-\[0_2px_8px_rgba\(15\2c 23\2c 42\2c 0\.08\)\],.shadow-\[0_35px_60px_-15px_rgba\(0\2c 0\2c 0\2c 0\.3\)\],.shadow-inner,.shadow-lg,.shadow-md,.shadow-none,.shadow-sm,.shadow-xl,.sm\:shadow,.xl\:shadow,:is(.dark .dark\:before\:shadow-none):before,:is(.dark .dark\:shadow-none),:is(.dark .group:hover .dark\:group-hover\:shadow-none),[open] {
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.DocSearch-Cancel,.DocSearch-Hit-icon,.before\:ring-1:before,.demo-dark\:ring-0,.focus-visible\:ring-2,.focus\:ring,.focus\:ring-1,.focus\:ring-2,.lg\:ring-0,.ring,.ring-0,.ring-1,.ring-2,.ring-4,.ring-\[10px\],.ring-inset,.sm\:ring-1,.xl\:ring-1,:is(.dark .DocSearch-Cancel),:is(.dark .DocSearch-Hit--Result .DocSearch-Hit-icon),:is(.dark .dark\:before\:ring-0):before,:is(.dark .dark\:focus\:ring-2:focus),:is(.dark .dark\:focus\:ring:focus),:is(.dark .dark\:lg\:ring-0),:is(.dark .dark\:ring-0),:is(.dark .dark\:ring-1),:is(.dark .dark\:ring-inset),:is(.dark .dark\:sm\:ring-1),:is(.dark .dark\:xl\:ring-1),[open] {
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.-hue-rotate-60,.blur,.blur-0,.blur-2xl,.blur-\[2px\],.blur-lg,.blur-md,.blur-none,.blur-sm,.brightness-100,.brightness-110,.brightness-125,.brightness-150,.brightness-200,.brightness-50,.brightness-75,.brightness-\[1\.75\],.contrast-100,.contrast-125,.contrast-150,.contrast-200,.contrast-50,.contrast-\[\.25\],.drop-shadow,.drop-shadow-2xl,.drop-shadow-\[0_35px_35px_rgba\(0\2c 0\2c 0\2c 0\.25\)\],.drop-shadow-lg,.drop-shadow-md,.drop-shadow-xl,.filter,.grayscale,.grayscale-0,.grayscale-\[50\%\],.hue-rotate-0,.hue-rotate-15,.hue-rotate-180,.hue-rotate-60,.hue-rotate-90,.hue-rotate-\[270deg\],.invert,.invert-0,.invert-\[\.25\],.saturate-100,.saturate-150,.saturate-200,.saturate-50,.saturate-\[\.25\],.sepia,.sepia-0,.sepia-\[\.25\] {
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow:
}

.-backdrop-hue-rotate-60,.DocSearch-Container,.backdrop-blur,.backdrop-blur-0,.backdrop-blur-\[2px\],.backdrop-blur-lg,.backdrop-blur-md,.backdrop-blur-sm,.backdrop-blur-xl,.backdrop-brightness-110,.backdrop-brightness-125,.backdrop-brightness-150,.backdrop-brightness-200,.backdrop-brightness-50,.backdrop-brightness-\[1\.75\],.backdrop-contrast-125,.backdrop-contrast-150,.backdrop-contrast-200,.backdrop-contrast-50,.backdrop-contrast-\[\.25\],.backdrop-filter,.backdrop-grayscale,.backdrop-grayscale-0,.backdrop-grayscale-\[\.5\],.backdrop-hue-rotate-15,.backdrop-hue-rotate-180,.backdrop-hue-rotate-60,.backdrop-hue-rotate-90,.backdrop-hue-rotate-\[270deg\],.backdrop-invert,.backdrop-invert-0,.backdrop-invert-\[\.25\],.backdrop-opacity-10,.backdrop-opacity-100,.backdrop-opacity-60,.backdrop-opacity-95,.backdrop-opacity-\[\.15\],.backdrop-saturate-150,.backdrop-saturate-200,.backdrop-saturate-50,.backdrop-saturate-\[\.25\],.backdrop-sepia,.backdrop-sepia-0,.backdrop-sepia-\[\.25\],:is(.dark .dark\:backdrop-blur) {
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.dark {
    color-scheme: dark
}

html {
    height: 100%;
    font-feature-settings: "cv02","cv03","cv04","cv11"
}

body {
    min-height: 100%
}

abbr[title] {
    text-decoration: none
}

/*! purgecss start ignore */
.DocSearch--active {
    overflow: hidden!important
}

.DocSearch-Container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: flex;
    height: 100vh;
    width: 100vw;
    cursor: auto;
    flex-direction: column;
    background-color: #0003;
    padding: 1rem;
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

:is(.dark .DocSearch-Container) {
    background-color: #0f172acc
}

@media (min-width: 640px) {
    .DocSearch-Container {
        padding:1.5rem
    }
}

@media (min-width: 768px) {
    .DocSearch-Container {
        padding:10vh
    }
}

@media (min-width: 1024px) {
    .DocSearch-Container {
        padding:12vh
    }
}

.DocSearch-LoadingIndicator svg {
    display: none
}

.DocSearch-LoadingIndicator {
    display: none;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='9' stroke-width='2' stroke='%23cffafe' /%3E%3Cpath d='M3,12a9,9 0 1,0 18,0a9,9 0 1,0 -18,0' stroke-width='2' stroke='%2306b6d4' stroke-dasharray='56.5486677646' stroke-dashoffset='37.6991118431' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 100% 100%
}

.DocSearch-Container--Stalled .DocSearch-LoadingIndicator {
    display: block
}

.DocSearch-Modal {
    margin: 0 auto;
    width: 100%;
    max-width: 47.375rem;
    display: flex;
    flex-direction: column;
    min-height: 0;
    border-radius: .5rem;
    box-shadow: 0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
    background: #fff
}

.dark .DocSearch-Modal {
    background: #1e293b;
    box-shadow: inset 0 1px 0 0 #ffffff0d
}

.DocSearch-SearchBar {
    z-index: 1;
    padding: 0 1rem;
    position: relative;
    display: flex;
    flex: none;
    align-items: center;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249/var(--tw-border-opacity))
}

:is(.dark .DocSearch-SearchBar) {
    border-color: #e2e8f00d
}

.DocSearch-Form {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center
}

.DocSearch-Dropdown-Container {
    padding-bottom: 1.5rem
}

.DocSearch-Dropdown {
    flex: 1 1 auto;
    overflow: auto
}

.DocSearch-Hit--Result {
    position: relative;
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.DocSearch-Hit--Result.DocSearch-Hit--Child {
    margin-left: 3rem
}

.DocSearch-Hit--Result.DocSearch-Hit--Child:before {
    content: "";
    position: absolute;
    top: -.25rem;
    bottom: -.25rem;
    left: -1rem;
    width: 1px;
    background: #e2e8f0
}

:is(.dark .DocSearch-Hit--Result.DocSearch-Hit--Child):before {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85/var(--tw-bg-opacity))
}

.DocSearch-Hit>a {
    position: relative;
    font-size: .875rem;
    border-bottom: 1px solid #f1f5f9
}

:is(.dark .DocSearch-Hit>a) {
    border-color: #e2e8f00d
}

.DocSearch-Hit--Result {
    border-bottom-width: 0!important
}

.DocSearch-MagnifierLabel {
    height: 1.5rem;
    width: 1.5rem;
    flex: none;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19 19-3.5-3.5' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='11' cy='11' r='6' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.dark .DocSearch-MagnifierLabel {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m19 19-3.5-3.5' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='11' cy='11' r='6' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.DocSearch-Container--Stalled .DocSearch-MagnifierLabel,.DocSearch-MagnifierLabel svg {
    display: none
}

.DocSearch-Input {
    -webkit-appearance: none;
    appearance: none;
    background: #0000;
    height: 3.5rem;
    font-size: 1rem;
    color: #0f172a;
    margin-left: .75rem;
    margin-right: 1rem;
    flex: auto;
    min-width: 0
}

:is(.dark .DocSearch-Input) {
    --tw-text-opacity: 1;
    color: rgb(226 232 240/var(--tw-text-opacity))
}

@media (min-width: 640px) {
    .DocSearch-Input {
        font-size:.875rem
    }
}

.DocSearch-Input:focus {
    outline: 2px dotted #0000
}

.DocSearch-Input::-webkit-search-cancel-button,.DocSearch-Input::-webkit-search-decoration,.DocSearch-Input::-webkit-search-results-button,.DocSearch-Input::-webkit-search-results-decoration {
    display: none
}

.DocSearch-Reset {
    display: none
}

.DocSearch-Cancel {
    -webkit-appearance: none;
    appearance: none;
    flex: none;
    font-size: 0;
    border-radius: .375rem;
    padding: .25rem .375rem;
    --tw-shadow: 0 1px 2px 0 #0000000d;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);
    --tw-ring-color: #0f172a0d
}

.DocSearch-Cancel:hover {
    --tw-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    --tw-ring-color: #0f172a1a
}

:is(.dark .DocSearch-Cancel) {
    --tw-bg-opacity: 1;
    background-color: rgb(71 85 105/var(--tw-bg-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}

.DocSearch-Cancel {
    width: 1.75rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.506 6h3.931V4.986H1.736v-1.39h2.488V2.583H1.736V1.196h2.69V.182H.506V6ZM8.56 1.855h1.18C9.721.818 8.87.102 7.574.102c-1.276 0-2.21.705-2.205 1.762-.003.858.602 1.35 1.585 1.585l.634.159c.633.153.986.335.988.727-.002.426-.406.716-1.03.716-.64 0-1.1-.295-1.14-.878h-1.19c.03 1.259.931 1.91 2.343 1.91 1.42 0 2.256-.68 2.259-1.745-.003-.969-.733-1.483-1.744-1.71l-.523-.125c-.506-.117-.93-.304-.92-.722 0-.375.332-.65.934-.65.588 0 .949.267.994.724ZM15.78 2.219C15.618.875 14.6.102 13.254.102c-1.537 0-2.71 1.086-2.71 2.989 0 1.898 1.153 2.989 2.71 2.989 1.492 0 2.392-.992 2.526-2.063l-1.244-.006c-.117.623-.606.98-1.262.98-.883 0-1.483-.656-1.483-1.9 0-1.21.591-1.9 1.492-1.9.673 0 1.159.389 1.253 1.028h1.244Z' fill='%23334155'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 57.1428571429% auto
}

.dark .DocSearch-Cancel {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.506 6h3.931V4.986H1.736v-1.39h2.488V2.583H1.736V1.196h2.69V.182H.506V6ZM8.56 1.855h1.18C9.721.818 8.87.102 7.574.102c-1.276 0-2.21.705-2.205 1.762-.003.858.602 1.35 1.585 1.585l.634.159c.633.153.986.335.988.727-.002.426-.406.716-1.03.716-.64 0-1.1-.295-1.14-.878h-1.19c.03 1.259.931 1.91 2.343 1.91 1.42 0 2.256-.68 2.259-1.745-.003-.969-.733-1.483-1.744-1.71l-.523-.125c-.506-.117-.93-.304-.92-.722 0-.375.332-.65.934-.65.588 0 .949.267.994.724ZM15.78 2.219C15.618.875 14.6.102 13.254.102c-1.537 0-2.71 1.086-2.71 2.989 0 1.898 1.153 2.989 2.71 2.989 1.492 0 2.392-.992 2.526-2.063l-1.244-.006c-.117.623-.606.98-1.262.98-.883 0-1.483-.656-1.483-1.9 0-1.21.591-1.9 1.492-1.9.673 0 1.159.389 1.253 1.028h1.244Z' fill='%2394a3b8'/%3E%3C/svg%3E")
}

.DocSearch-Reset svg {
    display: none
}

.DocSearch-Hit-source {
    line-height: 1.5rem;
    font-weight: 600;
    color: #0f172a;
    padding-top: 2.5rem;
    margin: 0 1.5rem 1rem
}

.dark .DocSearch-Hit-source {
    color: #e2e8f0
}

.DocSearch-Hits:first-child .DocSearch-Hit-source {
    padding-top: 1.5rem
}

.DocSearch-Hit-Container {
    display: flex;
    align-items: center
}

.DocSearch-Hit-Tree,.DocSearch-Hit-icon {
    display: none
}

.DocSearch-Hit--Result .DocSearch-Hit-icon {
    display: block;
    flex: none;
    margin-right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .375rem;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 1v10M8.25 1v10M1 3.75h10M1 8.25h10' stroke='%2394A3B8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --tw-shadow: 0 1px 2px 0 #0000000d;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);
    --tw-ring-color: #0f172a0d
}

:is(.dark .DocSearch-Hit--Result .DocSearch-Hit-icon) {
    --tw-bg-opacity: 1;
    background-color: rgb(51 65 85/var(--tw-bg-opacity));
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)
}

.DocSearch-Hit--Parent .DocSearch-Hit-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.5 0c1.093 0 2.117.27 3 .743V10a6.344 6.344 0 0 0-3-.743c-1.093 0-2.617.27-3.5.743V.743C.883.27 2.407 0 3.5 0Z' fill='%23BAE6FD'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5 0c1.093 0 2.617.27 3.5.743V10c-.883-.473-2.407-.743-3.5-.743s-2.117.27-3 .743V.743a6.344 6.344 0 0 1 3-.743Z' fill='%2338BDF8'/%3E%3C/svg%3E")
}

.DocSearch-Hit-icon svg {
    display: none
}

.DocSearch-Hit-content-wrapper {
    flex: auto;
    display: flex;
    flex-direction: column-reverse;
    min-width: 0;
    z-index: 1
}

.DocSearch-Hit-path {
    align-self: flex-start;
    font-size: .75rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #334155;
    background: #f1f5f9;
    border-radius: 999px;
    padding: 0 .375rem
}

:is(.dark .DocSearch-Hit-path) {
    background-color: #33415580;
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon {
    background-color: initial;
    --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);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);
    --tw-ring-color: #ffffff4d
}

:is(.dark .DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon) {
    --tw-ring-color: #fff3
}

.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 1v10M8.25 1v10M1 3.75h10M1 8.25h10' stroke='%23fff' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")
}

.DocSearch-Hit[aria-selected=true] .DocSearch-Hit--Parent .DocSearch-Hit-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.5 0c1.093 0 2.117.27 3 .743V10a6.344 6.344 0 0 0-3-.743c-1.093 0-2.617.27-3.5.743V.743C.883.27 2.407 0 3.5 0Z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5 0c1.093 0 2.617.27 3.5.743V10c-.883-.473-2.407-.743-3.5-.743s-2.117.27-3 .743V.743a6.344 6.344 0 0 1 3-.743Z' fill='%23fff'/%3E%3C/svg%3E")
}

.DocSearch-Hit-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(51 65 85/var(--tw-text-opacity))
}

:is(.dark .DocSearch-Hit-title) {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

.DocSearch-Hit-title+.DocSearch-Hit-path {
    margin-bottom: .25rem
}

.DocSearch-Hit-action {
    margin-left: .875rem;
    flex: none
}

.DocSearch-Hit--Result .DocSearch-Hit-action svg {
    display: none
}

.DocSearch-Hit--Result .DocSearch-Hit-action {
    height: 1.5rem;
    width: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11 9 3 3-3 3' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

[aria-selected=true] .DocSearch-Hit--Result .DocSearch-Hit-action {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11 9 3 3-3 3' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.DocSearch-Hit[aria-selected=true] .DocSearch-Hit--Result .DocSearch-Hit-path {
    --tw-bg-opacity: 1;
    background-color: rgb(56 189 248/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

:is(.dark .DocSearch-Hit[aria-selected=true] .DocSearch-Hit--Result .DocSearch-Hit-path) {
    background-color: #38bdf880
}

.DocSearch-Hit[aria-selected=true] .DocSearch-Hit--Result .DocSearch-Hit-title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.DocSearch-Hit-action-button {
    display: flex
}

.DocSearch-Hit-action+.DocSearch-Hit-action {
    margin-left: .5rem
}

.DocSearch-Hit-action path {
    stroke-width: 2px;
    stroke: #71717a
}

.DocSearch-Hit[aria-selected=true] .DocSearch-Hit-action path {
    stroke: #fff
}

.DocSearch-Hit>a {
    display: block;
    padding: 1rem 1.5rem
}

.DocSearch-Hit--Result {
    padding: .75rem 1rem!important
}

.DocSearch-Hit {
    position: relative
}

.DocSearch-Hit:first-child>a {
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249/var(--tw-border-opacity))
}

:is(.dark .DocSearch-Hit:first-child>a) {
    border-color: #e2e8f00d
}

.DocSearch-Hit--Result {
    border-top-width: 0!important
}

.DocSearch-Hit+.DocSearch-Hit .DocSearch-Hit--Result {
    margin-top: .5rem
}

.DocSearch-Hit--Result {
    border-radius: .5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252/var(--tw-bg-opacity))
}

:is(.dark .DocSearch-Hit--Result) {
    background-color: #3341554d
}

.DocSearch-Hit[aria-selected=true]>a {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252/var(--tw-bg-opacity))
}

:is(.dark .DocSearch-Hit[aria-selected=true]>a) {
    background-color: #33415529
}

.DocSearch-Hit[aria-selected=true] .DocSearch-Hit--Result {
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233/var(--tw-bg-opacity))
}

:is(.dark .DocSearch-Hit[aria-selected=true] .DocSearch-Hit--Result) {
    --tw-bg-opacity: 1;
    background-color: rgb(2 132 199/var(--tw-bg-opacity))
}

.DocSearch-Hit--FirstChild:before {
    top: 0!important
}

.DocSearch-Hit--LastChild:before {
    bottom: 0!important
}

.DocSearch-Hits mark {
    background: none;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(125 211 252/var(--tw-border-opacity));
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(2 132 199/var(--tw-text-opacity))
}

:is(.dark .DocSearch-Hits mark) {
    border-width: 0;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.DocSearch-Hit-path mark {
    border-width: 0
}

.DocSearch-Hit[aria-selected=true] mark {
    color: inherit;
    border-bottom-color: initial
}

.DocSearch-Footer {
    display: flex;
    flex: none;
    justify-content: flex-end;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(241 245 249/var(--tw-border-opacity));
    padding: 1rem 1.5rem
}

:is(.dark .DocSearch-Footer) {
    border-color: #e2e8f00d
}

.DocSearch-Commands {
    display: none
}

.DocSearch-Logo a {
    display: flex;
    align-items: center;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

:is(.dark .DocSearch-Logo a) {
    --tw-text-opacity: 1;
    color: rgb(71 85 105/var(--tw-text-opacity))
}

.DocSearch-Logo svg {
    margin-left: .75rem;
    --tw-text-opacity: 1;
    color: rgb(84 104 255/var(--tw-text-opacity))
}

:is(.dark .DocSearch-Logo svg) {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

.DocSearch-Hit--deleting,.DocSearch-Hit--favoriting {
    opacity: 0;
    transition: all .25s linear
}

.DocSearch-NoResults .DocSearch-Screen-Icon {
    display: none
}

.DocSearch-Title {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem
}

.DocSearch-Title strong {
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(15 23 42/var(--tw-text-opacity))
}

:is(.dark .DocSearch-Title strong) {
    --tw-text-opacity: 1;
    color: rgb(226 232 240/var(--tw-text-opacity))
}

.DocSearch-StartScreen .DocSearch-Help {
    padding: 4rem 1.5rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

.DocSearch-NoResults {
    padding: 2.5rem 1rem 2rem
}

.DocSearch-NoResults .DocSearch-Title {
    text-align: center;
    color: #94a3b8
}

.DocSearch-NoResults-Prefill-List .DocSearch-Help {
    margin-bottom: .75rem;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(15 23 42/var(--tw-text-opacity))
}

:is(.dark .DocSearch-NoResults-Prefill-List .DocSearch-Help) {
    --tw-text-opacity: 1;
    color: rgb(226 232 240/var(--tw-text-opacity))
}

.DocSearch-NoResults-Prefill-List ul {
    overflow: hidden;
    border-radius: .5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 252/var(--tw-bg-opacity))
}

:is(.dark .DocSearch-NoResults-Prefill-List ul) {
    --tw-border-opacity: 1;
    border-color: rgb(51 65 85/var(--tw-border-opacity));
    background-color: #3341554d
}

.DocSearch-NoResults-Prefill-List button {
    padding: .5rem .75rem;
    display: block;
    width: 100%;
    text-align: left;
    font-size: .875rem;
    line-height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11 9 3 3-3 3' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    --tw-text-opacity: 1;
    color: rgb(51 65 85/var(--tw-text-opacity))
}

:is(.dark .DocSearch-NoResults-Prefill-List button) {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

:is(.dark .DocSearch-NoResults-Prefill-List button:hover) {
    background-color: #ffffff05;
    --tw-text-opacity: 1;
    color: rgb(226 232 240/var(--tw-text-opacity))
}

.DocSearch-NoResults-Prefill-List li+li button {
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240/var(--tw-border-opacity))
}

:is(.dark .DocSearch-NoResults-Prefill-List li+li button) {
    border-color: #e2e8f00d
}

.DocSearch-NoResults-Prefill-List+.DocSearch-Help {
    margin-top: .75rem;
    font-size: .75rem;
    line-height: 1.5rem
}

.DocSearch-NoResults-Prefill-List+.DocSearch-Help a {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(14 165 233/var(--tw-text-opacity))
}

:is(.dark .DocSearch-NoResults-Prefill-List+.DocSearch-Help a) {
    --tw-text-opacity: 1;
    color: rgb(56 189 248/var(--tw-text-opacity))
}

.DocSearch-Hit-action [title="Remove this search from favorites"],.DocSearch-Hit-action [title="Remove this search from history"],.DocSearch-Hit-action [title="Save this search"] {
    width: 1.5rem;
    height: 1.5rem
}

.DocSearch-Hit-action [title="Remove this search from favorites"] svg,.DocSearch-Hit-action [title="Remove this search from history"] svg,.DocSearch-Hit-action [title="Save this search"] svg {
    display: none
}

.DocSearch-Hit-action [title="Save this search"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 5 2 5h5l-4 4 2 5-5-3-5 3 2-5-4-4h5l2-5Z' stroke='%23CBD5E1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.dark .DocSearch-Hit-action [title="Save this search"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 5 2 5h5l-4 4 2 5-5-3-5 3 2-5-4-4h5l2-5Z' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.DocSearch-Hit-action [title="Save this search"]:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 5 2 5h5l-4 4 2 5-5-3-5 3 2-5-4-4h5l2-5Z' stroke='%230ea5e9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.DocSearch-Hit-action [title="Remove this search from history"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7 7 17M7 7l10 10' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.dark .DocSearch-Hit-action [title="Remove this search from history"] {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7 7 17M7 7l10 10' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.DocSearch-Hit-action [title="Remove this search from history"]:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7 7 17M7 7l10 10' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.dark .DocSearch-Hit-action [title="Remove this search from history"]:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7 7 17M7 7l10 10' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.DocSearch-Hit-action [title="Remove this search from favorites"]:before {
    pointer-events: none;
    position: absolute;
    inset: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255/var(--tw-bg-opacity));
    --tw-content: "";
    content: var(--tw-content)
}

:is(.dark .DocSearch-Hit-action [title="Remove this search from favorites"]):before {
    background-color: #3341554d
}

.DocSearch-Hit[aria-selected=true] [title="Remove this search from favorites"]:before {
    --tw-bg-opacity: 1;
    background-color: rgb(224 242 254/var(--tw-bg-opacity))
}

:is(.dark .DocSearch-Hit[aria-selected=true] [title="Remove this search from favorites"]):before {
    background-color: #33415566
}

.DocSearch-Hit-action [title="Remove this search from favorites"]:after {
    content: "";
    position: absolute;
    pointer-events: none;
    width: calc(4.5rem + 1px);
    height: 1.5rem;
    margin-left: calc(-3rem - 1px);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 5 2 5h5l-4 4 2 5-5-3-5 3 2-5-4-4h5l2-5Z' fill='%230EA5E9' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='1' height='1' fill='%23e2e8f0' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7 7 17M7 7l10 10' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat,repeat-y,no-repeat;
    background-position: 0,50%,100%
}

.dark .DocSearch-Hit-action [title="Remove this search from favorites"]:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 5 2 5h5l-4 4 2 5-5-3-5 3 2-5-4-4h5l2-5Z' fill='%230EA5E9' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='1' height='1' fill='%23e2e8f0' opacity='0.05' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7 7 17M7 7l10 10' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.DocSearch-Hit-action [title="Remove this search from favorites"]:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 5 2 5h5l-4 4 2 5-5-3-5 3 2-5-4-4h5l2-5Z' fill='%230EA5E9' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='1' height='1' fill='%23e2e8f0' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7 7 17M7 7l10 10' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.dark .DocSearch-Hit-action [title="Remove this search from favorites"]:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 5 2 5h5l-4 4 2 5-5-3-5 3 2-5-4-4h5l2-5Z' fill='%230EA5E9' stroke='%230EA5E9' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='1' height='1' fill='%23e2e8f0' opacity='0.05' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1' height='1'/%3E%3C/svg%3E"),url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7 7 17M7 7l10 10' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
}

.DocSearch-Hit-action+.DocSearch-Hit-action {
    margin-left: .75rem;
    border-left-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240/var(--tw-border-opacity));
    padding-left: .75rem
}

:is(.dark .DocSearch-Hit-action+.DocSearch-Hit-action) {
    border-color: #e2e8f00d
}

.token.class-name,.token.function,.token.selector,.token.selector .class,.token.selector.class,.token.tag {
    --tw-text-opacity: 1;
    color: rgb(244 114 182/var(--tw-text-opacity))
}

.token.attr-name,.token.important,.token.keyword,.token.module,.token.pseudo-class,.token.rule {
    --tw-text-opacity: 1;
    color: rgb(203 213 225/var(--tw-text-opacity))
}

.token.attr-value,.token.class,.token.string {
    --tw-text-opacity: 1;
    color: rgb(125 211 252/var(--tw-text-opacity))
}

.token.attr-equals,.token.punctuation {
    --tw-text-opacity: 1;
    color: rgb(100 116 139/var(--tw-text-opacity))
}

.token.attr-value * {
    --tw-text-opacity: 1;
    color: rgb(125 211 252/var(--tw-text-opacity))
}

.token.attr-value .attr-equals,.token.attr-value .attr-equals+.punctuation,.token.attr-value>.punctuation:last-child {
    --tw-text-opacity: 1;
    color: rgb(100 116 139/var(--tw-text-opacity))
}

.token.property {
    --tw-text-opacity: 1;
    color: rgb(125 211 252/var(--tw-text-opacity))
}

.token.unit {
    --tw-text-opacity: 1;
    color: rgb(153 246 228/var(--tw-text-opacity))
}

.language-shell .token:not(.comment),.token.atapply .token:not(.rule):not(.important):not(.punctuation) {
    color: inherit
}

.language-css .token.function {
    --tw-text-opacity: 1;
    color: rgb(153 246 228/var(--tw-text-opacity))
}

.token.combinator,.token.comment,.token.operator {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity))
}

.token.unchanged {
    display: block
}

.token.deleted,.token.inserted {
    position: relative;
    margin-left: -2.25rem;
    margin-right: -2.25rem;
    display: block;
    border-left-width: 4px;
    padding-left: 2rem;
    padding-right: 1.25rem
}

.token.deleted:before,.token.inserted:before {
    position: absolute;
    top: 0;
    content: var(--tw-content);
    left: 1rem
}

.token.inserted {
    --tw-border-opacity: 1;
    border-color: rgb(45 212 191/var(--tw-border-opacity));
    background-color: #2dd4bf26
}

.token.inserted:before {
    --tw-text-opacity: 1;
    color: rgb(45 212 191/var(--tw-text-opacity));
    --tw-content: "+";
    content: var(--tw-content)
}

.token.deleted {
    --tw-border-opacity: 1;
    border-color: rgb(251 113 133/var(--tw-border-opacity));
    background-color: #f43f5e26
}

.token.deleted:before {
    --tw-text-opacity: 1;
    color: rgb(251 113 133/var(--tw-text-opacity));
    --tw-content: "-";
    content: var(--tw-content)
}

pre[class^=language-diff-] {
    display: flex;
    padding-left: 2.25rem;
    padding-right: 2.25rem
}

pre[class^=language-diff-]>code {
    min-width: 100%;
    flex: none
}

span.code-highlight.bg-code-highlight:has(>span[title*=\AD]) {
    margin-left: 1px;
    margin-right: 1px;
    background-color: #ec48991a;
    --tw-text-opacity: 1;
    color: rgb(244 114 182/var(--tw-text-opacity))
}

.bar-of-progress:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px currentColor,0 0 5px currentColor;
    transform: rotate(3deg) translateY(-4px)
}

/*! purgecss end ignore */
.container {
    width: 100%
}

@media (min-width: 640px) {
    .container {
        max-width:640px
    }
}

@media (min-width: 720px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width:1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width:1536px
    }
}

.prose {
    color: #334155;
    max-width: none
}

.prose :where([class~=lead]):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose :where(a):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-links);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #7dd3fc
}

.prose :where(strong):not(:where([class~=not-prose] *)) {
    color: #0f172a;
    font-weight: 600
}

.prose :where(a strong):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-weight: inherit
}

.prose :where(blockquote strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(ol):not(:where([class~=not-prose] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em
}

.prose :where(ol[type=A]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=I]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)) {
    list-style-type: decimal
}

.prose :where(ul):not(:where([class~=not-prose] *)) {
    list-style-type: none;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 0
}

.prose :where(ol>li):not(:where([class~=not-prose] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters)
}

.prose :where(ul>li):not(:where([class~=not-prose] *))::marker {
    color: var(--tw-prose-bullets)
}

.prose :where(hr):not(:where([class~=not-prose] *)) {
    border-color: #f1f5f9;
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em
}

.prose :where(blockquote):not(:where([class~=not-prose] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: .25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em
}

.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before {
    content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after {
    content: close-quote
}

.prose :where(h1):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose :where(h1 strong):not(:where([class~=not-prose] *)) {
    font-weight: 900;
    color: inherit
}

.prose :where(h2):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: .6666666666666666em;
    line-height: 1.3333333
}

.prose :where(h2 strong):not(:where([class~=not-prose] *)) {
    font-weight: 800;
    color: inherit
}

.prose :where(h3):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 2.4em;
    margin-bottom: .6em;
    line-height: 1.4
}

.prose :where(h3 strong):not(:where([class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(h4):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 2em;
    margin-bottom: .5em;
    line-height: 1.5;
    font-size: 1.125em
}

.prose :where(h4 strong):not(:where([class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose :where(figcaption):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-captions);
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose :where(code):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-code);
    font-weight: 500;
    font-size: .875em;
    font-variant-ligatures: none
}

.prose :where(code):not(:where([class~=not-prose] *)):before {
    content: "`"
}

.prose :where(code):not(:where([class~=not-prose] *)):after {
    content: "`"
}

.prose :where(a code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-weight: inherit
}

.prose :where(h1 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(h2 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .875em
}

.prose :where(h3 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .9em
}

.prose :where(h4 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(pre):not(:where([class~=not-prose] *)) {
    color: #f8fafc;
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.4285714285714286em;
    margin-bottom: 2.2857142857142856em;
    border-radius: .75rem;
    padding: 1.25rem;
    box-shadow: 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
    display: flex
}

.prose :where(pre code):not(:where([class~=not-prose] *)) {
    background-color: initial;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    flex: none;
    min-width: 100%
}

.prose :where(pre code):not(:where([class~=not-prose] *)):before {
    content: none
}

.prose :where(pre code):not(:where([class~=not-prose] *)):after {
    content: none
}

.prose :where(table):not(:where([class~=not-prose] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875rem;
    line-height: 1.25rem
}

.prose :where(thead):not(:where([class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: #e2e8f0;
    color: #334155
}

.prose :where(thead th):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding: 0 .5714286em .5714286em
}

.prose :where(tbody tr):not(:where([class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: #f1f5f9
}

.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)) {
    border-bottom-width: 1px
}

.prose :where(tbody td):not(:where([class~=not-prose] *)) {
    vertical-align: initial
}

.prose :where(tfoot):not(:where([class~=not-prose] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders)
}

.prose :where(tfoot td):not(:where([class~=not-prose] *)) {
    vertical-align: top
}

.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}

.prose :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: 1.75em;
    position: relative
}

.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose :where(tbody td,tfoot td):not(:where([class~=not-prose] *)) {
    padding: .5714286em
}

.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose :where(h1,h2,h3):not(:where([class~=not-prose] *)) {
    letter-spacing: -.025em
}

.prose :where(h2 small,h3 small,h4 small):not(:where([class~=not-prose] *)) {
    font-family: Fira Code VF,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    color: #64748b;
    font-weight: 500
}

.prose :where(h2 small):not(:where([class~=not-prose] *)) {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.prose :where(h3 small):not(:where([class~=not-prose] *)) {
    font-size: 1rem;
    line-height: 1.5rem
}

.prose :where(h4 small):not(:where([class~=not-prose] *)) {
    font-size: .875rem;
    line-height: 1.25rem
}

.prose :where(h2,h3,h4):not(:where([class~=not-prose] *)) {
    scroll-margin-top: var(--scroll-mt)
}

.prose :where(h2 code,h3 code):not(:where([class~=not-prose] *)) {
    font: inherit
}

.prose :where(ul>li):not(:where([class~=not-prose] *)):before {
    content: "";
    width: .75em;
    height: .125em;
    position: absolute;
    top: calc(.875em - .0625em);
    left: 0;
    border-radius: 999px;
    background-color: #cbd5e1
}

.prose :where(a:hover):not(:where([class~=not-prose] *)) {
    border-bottom-width: 2px
}

.prose :where(kbd):not(:where([class~=not-prose] *)) {
    background: #f1f5f9;
    border-width: 1px;
    border-color: #e2e8f0;
    padding: .125em .25em;
    color: #334155;
    font-weight: 500;
    font-size: .875em;
    font-variant-ligatures: none;
    border-radius: 4px;
    margin: 0 1px
}

.prose :where(p+pre):not(:where([class~=not-prose] *)) {
    margin-top: -.2857142857142857em
}

.prose :where(pre+pre):not(:where([class~=not-prose] *)) {
    margin-top: -1.1428571428571428em
}

.prose :where(tbody code):not(:where([class~=not-prose] *)) {
    font-size: .75rem
}

.prose :where(figure figcaption):not(:where([class~=not-prose] *)) {
    text-align: center;
    font-style: italic
}

.prose :where(figure>figcaption):not(:where([class~=not-prose] *)) {
    margin-top: .8571428571428571em
}

.prose-sm {
    font-size: .875rem;
    line-height: 1.7142857
}

.prose-sm :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em
}

.prose-sm :where([class~=lead]):not(:where([class~=not-prose] *)) {
    font-size: 1.2857143em;
    line-height: 1.5555556;
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-sm :where(blockquote):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.1111111em
}

.prose-sm :where(h1):not(:where([class~=not-prose] *)) {
    font-size: 2.1428571em;
    margin-top: 0;
    margin-bottom: .8em;
    line-height: 1.2
}

.prose-sm :where(h2):not(:where([class~=not-prose] *)) {
    font-size: 1.4285714em;
    margin-top: 1.6em;
    margin-bottom: .8em;
    line-height: 1.4
}

.prose-sm :where(h3):not(:where([class~=not-prose] *)) {
    font-size: 1.2857143em;
    margin-top: 1.5555556em;
    margin-bottom: .4444444em;
    line-height: 1.5555556
}

.prose-sm :where(h4):not(:where([class~=not-prose] *)) {
    margin-top: 1.4285714em;
    margin-bottom: .5714286em;
    line-height: 1.4285714
}

.prose-sm :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em
}

.prose-sm :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-sm :where(figcaption):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.3333333;
    margin-top: .6666667em
}

.prose-sm :where(code):not(:where([class~=not-prose] *)) {
    font-size: .8571429em
}

.prose-sm :where(h2 code):not(:where([class~=not-prose] *)) {
    font-size: .9em
}

.prose-sm :where(h3 code):not(:where([class~=not-prose] *)) {
    font-size: .8888889em
}

.prose-sm :where(pre):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.6666667;
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    border-radius: .25rem;
    padding: .6666667em 1em
}

.prose-sm :where(ol):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-left: 1.5714286em
}

.prose-sm :where(ul):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em;
    margin-bottom: 1.1428571em;
    padding-left: 1.5714286em
}

.prose-sm :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .2857143em;
    margin-bottom: .2857143em
}

.prose-sm :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .4285714em
}

.prose-sm :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .4285714em
}

.prose-sm :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .5714286em;
    margin-bottom: .5714286em
}

.prose-sm :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .5714286em;
    margin-bottom: .5714286em
}

.prose-sm :where(hr):not(:where([class~=not-prose] *)) {
    margin-top: 2.8571429em;
    margin-bottom: 2.8571429em
}

.prose-sm :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(table):not(:where([class~=not-prose] *)) {
    font-size: .8571429em;
    line-height: 1.5
}

.prose-sm :where(thead th):not(:where([class~=not-prose] *)) {
    padding-right: 1em;
    padding-bottom: .6666667em;
    padding-left: 1em
}

.prose-sm :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-sm :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose] *)) {
    padding: .6666667em 1em
}

.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-sm :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-base {
    font-size: 1rem;
    line-height: 1.75
}

.prose-base :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose-base :where([class~=lead]):not(:where([class~=not-prose] *)) {
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose-base :where(blockquote):not(:where([class~=not-prose] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em
}

.prose-base :where(h1):not(:where([class~=not-prose] *)) {
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose-base :where(h2):not(:where([class~=not-prose] *)) {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333
}

.prose-base :where(h3):not(:where([class~=not-prose] *)) {
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: .6em;
    line-height: 1.6
}

.prose-base :where(h4):not(:where([class~=not-prose] *)) {
    margin-top: 1.5em;
    margin-bottom: .5em;
    line-height: 1.5
}

.prose-base :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose-base :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose-base :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose-base :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-base :where(figcaption):not(:where([class~=not-prose] *)) {
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose-base :where(code):not(:where([class~=not-prose] *)) {
    font-size: .875em
}

.prose-base :where(h2 code):not(:where([class~=not-prose] *)) {
    font-size: .875em
}

.prose-base :where(h3 code):not(:where([class~=not-prose] *)) {
    font-size: .9em
}

.prose-base :where(pre):not(:where([class~=not-prose] *)) {
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: .375rem;
    padding: .8571429em 1.1428571em
}

.prose-base :where(ol):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em
}

.prose-base :where(ul):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em
}

.prose-base :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose-base :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose-base :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose-base :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose-base :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose-base :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose-base :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose-base :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose-base :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose-base :where(hr):not(:where([class~=not-prose] *)) {
    margin-top: 3em;
    margin-bottom: 3em
}

.prose-base :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-base :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-base :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-base :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-base :where(table):not(:where([class~=not-prose] *)) {
    font-size: .875em;
    line-height: 1.7142857
}

.prose-base :where(thead th):not(:where([class~=not-prose] *)) {
    padding-right: .5714286em;
    padding-bottom: .5714286em;
    padding-left: .5714286em
}

.prose-base :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-base :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-base :where(tbody td,tfoot td):not(:where([class~=not-prose] *)) {
    padding: .5714286em
}

.prose-base :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-base :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-base :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-base :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-lg {
    font-size: 1.125rem;
    line-height: 1.7777778
}

.prose-lg :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em
}

.prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)) {
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em
}

.prose-lg :where(blockquote):not(:where([class~=not-prose] *)) {
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em
}

.prose-lg :where(h1):not(:where([class~=not-prose] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: .8333333em;
    line-height: 1
}

.prose-lg :where(h2):not(:where([class~=not-prose] *)) {
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333
}

.prose-lg :where(h3):not(:where([class~=not-prose] *)) {
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: .6666667em;
    line-height: 1.5
}

.prose-lg :where(h4):not(:where([class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: .4444444em;
    line-height: 1.5555556
}

.prose-lg :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em
}

.prose-lg :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em
}

.prose-lg :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em
}

.prose-lg :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-lg :where(figcaption):not(:where([class~=not-prose] *)) {
    font-size: .8888889em;
    line-height: 1.5;
    margin-top: 1em
}

.prose-lg :where(code):not(:where([class~=not-prose] *)) {
    font-size: .8888889em
}

.prose-lg :where(h2 code):not(:where([class~=not-prose] *)) {
    font-size: .8666667em
}

.prose-lg :where(h3 code):not(:where([class~=not-prose] *)) {
    font-size: .875em
}

.prose-lg :where(pre):not(:where([class~=not-prose] *)) {
    font-size: .8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: .375rem;
    padding: 1em 1.5em
}

.prose-lg :where(ol):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em
}

.prose-lg :where(ul):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em
}

.prose-lg :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .6666667em;
    margin-bottom: .6666667em
}

.prose-lg :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .4444444em
}

.prose-lg :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .4444444em
}

.prose-lg :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-lg :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-lg :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-lg :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-lg :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-lg :where(hr):not(:where([class~=not-prose] *)) {
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em
}

.prose-lg :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(table):not(:where([class~=not-prose] *)) {
    font-size: .8888889em;
    line-height: 1.5
}

.prose-lg :where(thead th):not(:where([class~=not-prose] *)) {
    padding-right: .75em;
    padding-bottom: .75em;
    padding-left: .75em
}

.prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)) {
    padding: .75em
}

.prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-lg :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-xl {
    font-size: 1.25rem;
    line-height: 1.8
}

.prose-xl :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose-xl :where([class~=lead]):not(:where([class~=not-prose] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em
}

.prose-xl :where(blockquote):not(:where([class~=not-prose] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em
}

.prose-xl :where(h1):not(:where([class~=not-prose] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: .8571429em;
    line-height: 1
}

.prose-xl :where(h2):not(:where([class~=not-prose] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose-xl :where(h3):not(:where([class~=not-prose] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: .6666667em;
    line-height: 1.3333333
}

.prose-xl :where(h4):not(:where([class~=not-prose] *)) {
    margin-top: 1.8em;
    margin-bottom: .6em;
    line-height: 1.6
}

.prose-xl :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose-xl :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose-xl :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose-xl :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-xl :where(figcaption):not(:where([class~=not-prose] *)) {
    font-size: .9em;
    line-height: 1.5555556;
    margin-top: 1em
}

.prose-xl :where(code):not(:where([class~=not-prose] *)) {
    font-size: .9em
}

.prose-xl :where(h2 code):not(:where([class~=not-prose] *)) {
    font-size: .8611111em
}

.prose-xl :where(h3 code):not(:where([class~=not-prose] *)) {
    font-size: .9em
}

.prose-xl :where(pre):not(:where([class~=not-prose] *)) {
    font-size: .9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: .5rem;
    padding: 1.1111111em 1.3333333em
}

.prose-xl :where(ol):not(:where([class~=not-prose] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em
}

.prose-xl :where(ul):not(:where([class~=not-prose] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em
}

.prose-xl :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .6em;
    margin-bottom: .6em
}

.prose-xl :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .4em
}

.prose-xl :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .4em
}

.prose-xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .8em;
    margin-bottom: .8em
}

.prose-xl :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.2em
}

.prose-xl :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.2em
}

.prose-xl :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.2em
}

.prose-xl :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.2em
}

.prose-xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .8em;
    margin-bottom: .8em
}

.prose-xl :where(hr):not(:where([class~=not-prose] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em
}

.prose-xl :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-xl :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-xl :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-xl :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-xl :where(table):not(:where([class~=not-prose] *)) {
    font-size: .9em;
    line-height: 1.5555556
}

.prose-xl :where(thead th):not(:where([class~=not-prose] *)) {
    padding-right: .6666667em;
    padding-bottom: .8888889em;
    padding-left: .6666667em
}

.prose-xl :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-xl :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-xl :where(tbody td,tfoot td):not(:where([class~=not-prose] *)) {
    padding: .8888889em .6666667em
}

.prose-xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-xl :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-xl :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-2xl {
    font-size: 1.5rem;
    line-height: 1.6666667
}

.prose-2xl :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em
}

.prose-2xl :where([class~=lead]):not(:where([class~=not-prose] *)) {
    font-size: 1.25em;
    line-height: 1.4666667;
    margin-top: 1.0666667em;
    margin-bottom: 1.0666667em
}

.prose-2xl :where(blockquote):not(:where([class~=not-prose] *)) {
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
    padding-left: 1.1111111em
}

.prose-2xl :where(h1):not(:where([class~=not-prose] *)) {
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: .875em;
    line-height: 1
}

.prose-2xl :where(h2):not(:where([class~=not-prose] *)) {
    font-size: 2em;
    margin-top: 1.5em;
    margin-bottom: .8333333em;
    line-height: 1.0833333
}

.prose-2xl :where(h3):not(:where([class~=not-prose] *)) {
    font-size: 1.5em;
    margin-top: 1.5555556em;
    margin-bottom: .6666667em;
    line-height: 1.2222222
}

.prose-2xl :where(h4):not(:where([class~=not-prose] *)) {
    margin-top: 1.6666667em;
    margin-bottom: .6666667em;
    line-height: 1.5
}

.prose-2xl :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose-2xl :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose-2xl :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose-2xl :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-2xl :where(figcaption):not(:where([class~=not-prose] *)) {
    font-size: .8333333em;
    line-height: 1.6;
    margin-top: 1em
}

.prose-2xl :where(code):not(:where([class~=not-prose] *)) {
    font-size: .8333333em
}

.prose-2xl :where(h2 code):not(:where([class~=not-prose] *)) {
    font-size: .875em
}

.prose-2xl :where(h3 code):not(:where([class~=not-prose] *)) {
    font-size: .8888889em
}

.prose-2xl :where(pre):not(:where([class~=not-prose] *)) {
    font-size: .8333333em;
    line-height: 1.8;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: .5rem;
    padding: 1.2em 1.6em
}

.prose-2xl :where(ol):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5833333em
}

.prose-2xl :where(ul):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5833333em
}

.prose-2xl :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose-2xl :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .4166667em
}

.prose-2xl :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .4166667em
}

.prose-2xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .8333333em;
    margin-bottom: .8333333em
}

.prose-2xl :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-2xl :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-2xl :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-2xl :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-2xl :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .6666667em;
    margin-bottom: .6666667em
}

.prose-2xl :where(hr):not(:where([class~=not-prose] *)) {
    margin-top: 3em;
    margin-bottom: 3em
}

.prose-2xl :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-2xl :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-2xl :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-2xl :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-2xl :where(table):not(:where([class~=not-prose] *)) {
    font-size: .8333333em;
    line-height: 1.4
}

.prose-2xl :where(thead th):not(:where([class~=not-prose] *)) {
    padding-right: .6em;
    padding-bottom: .8em;
    padding-left: .6em
}

.prose-2xl :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-2xl :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-2xl :where(tbody td,tfoot td):not(:where([class~=not-prose] *)) {
    padding: .8em .6em
}

.prose-2xl :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-2xl :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-2xl :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-2xl :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-invert {
    --tw-prose-body: var(--tw-prose-invert-body);
    --tw-prose-headings: var(--tw-prose-invert-headings);
    --tw-prose-lead: var(--tw-prose-invert-lead);
    --tw-prose-links: var(--tw-prose-invert-links);
    --tw-prose-bold: var(--tw-prose-invert-bold);
    --tw-prose-counters: var(--tw-prose-invert-counters);
    --tw-prose-bullets: var(--tw-prose-invert-bullets);
    --tw-prose-hr: var(--tw-prose-invert-hr);
    --tw-prose-quotes: var(--tw-prose-invert-quotes);
    --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
    --tw-prose-captions: var(--tw-prose-invert-captions);
    --tw-prose-code: var(--tw-prose-invert-code);
    --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
    --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
    --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
    --tw-prose-td-borders: var(--tw-prose-invert-td-borders)
}

.prose-slate {
    --tw-prose-body: #334155;
    --tw-prose-headings: #0f172a;
    --tw-prose-lead: #475569;
    --tw-prose-links: #0f172a;
    --tw-prose-bold: #0f172a;
    --tw-prose-counters: #64748b;
    --tw-prose-bullets: #cbd5e1;
    --tw-prose-hr: #e2e8f0;
    --tw-prose-quotes: #0f172a;
    --tw-prose-quote-borders: #e2e8f0;
    --tw-prose-captions: #64748b;
    --tw-prose-code: #0f172a;
    --tw-prose-pre-code: #e2e8f0;
    --tw-prose-pre-bg: #1e293b;
    --tw-prose-th-borders: #cbd5e1;
    --tw-prose-td-borders: #e2e8f0;
    --tw-prose-invert-body: #cbd5e1;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #94a3b8;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #94a3b8;
    --tw-prose-invert-bullets: #475569;
    --tw-prose-invert-hr: #334155;
    --tw-prose-invert-quotes: #f1f5f9;
    --tw-prose-invert-quote-borders: #334155;
    --tw-prose-invert-captions: #94a3b8;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #cbd5e1;
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: #475569;
    --tw-prose-invert-td-borders: #334155
}

.prose-gray {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151
}

.prose-zinc {
    --tw-prose-body: #3f3f46;
    --tw-prose-headings: #18181b;
    --tw-prose-lead: #52525b;
    --tw-prose-links: #18181b;
    --tw-prose-bold: #18181b;
    --tw-prose-counters: #71717a;
    --tw-prose-bullets: #d4d4d8;
    --tw-prose-hr: #e4e4e7;
    --tw-prose-quotes: #18181b;
    --tw-prose-quote-borders: #e4e4e7;
    --tw-prose-captions: #71717a;
    --tw-prose-code: #18181b;
    --tw-prose-pre-code: #e4e4e7;
    --tw-prose-pre-bg: #27272a;
    --tw-prose-th-borders: #d4d4d8;
    --tw-prose-td-borders: #e4e4e7;
    --tw-prose-invert-body: #d4d4d8;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #a1a1aa;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #a1a1aa;
    --tw-prose-invert-bullets: #52525b;
    --tw-prose-invert-hr: #3f3f46;
    --tw-prose-invert-quotes: #f4f4f5;
    --tw-prose-invert-quote-borders: #3f3f46;
    --tw-prose-invert-captions: #a1a1aa;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d4d4d8;
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: #52525b;
    --tw-prose-invert-td-borders: #3f3f46
}

.prose-neutral {
    --tw-prose-body: #404040;
    --tw-prose-headings: #171717;
    --tw-prose-lead: #525252;
    --tw-prose-links: #171717;
    --tw-prose-bold: #171717;
    --tw-prose-counters: #737373;
    --tw-prose-bullets: #d4d4d4;
    --tw-prose-hr: #e5e5e5;
    --tw-prose-quotes: #171717;
    --tw-prose-quote-borders: #e5e5e5;
    --tw-prose-captions: #737373;
    --tw-prose-code: #171717;
    --tw-prose-pre-code: #e5e5e5;
    --tw-prose-pre-bg: #262626;
    --tw-prose-th-borders: #d4d4d4;
    --tw-prose-td-borders: #e5e5e5;
    --tw-prose-invert-body: #d4d4d4;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #a3a3a3;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #a3a3a3;
    --tw-prose-invert-bullets: #525252;
    --tw-prose-invert-hr: #404040;
    --tw-prose-invert-quotes: #f5f5f5;
    --tw-prose-invert-quote-borders: #404040;
    --tw-prose-invert-captions: #a3a3a3;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d4d4d4;
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: #525252;
    --tw-prose-invert-td-borders: #404040
}

.prose-stone {
    --tw-prose-body: #44403c;
    --tw-prose-headings: #1c1917;
    --tw-prose-lead: #57534e;
    --tw-prose-links: #1c1917;
    --tw-prose-bold: #1c1917;
    --tw-prose-counters: #78716c;
    --tw-prose-bullets: #d6d3d1;
    --tw-prose-hr: #e7e5e4;
    --tw-prose-quotes: #1c1917;
    --tw-prose-quote-borders: #e7e5e4;
    --tw-prose-captions: #78716c;
    --tw-prose-code: #1c1917;
    --tw-prose-pre-code: #e7e5e4;
    --tw-prose-pre-bg: #292524;
    --tw-prose-th-borders: #d6d3d1;
    --tw-prose-td-borders: #e7e5e4;
    --tw-prose-invert-body: #d6d3d1;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #a8a29e;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #a8a29e;
    --tw-prose-invert-bullets: #57534e;
    --tw-prose-invert-hr: #44403c;
    --tw-prose-invert-quotes: #f5f5f4;
    --tw-prose-invert-quote-borders: #44403c;
    --tw-prose-invert-captions: #a8a29e;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d6d3d1;
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: #57534e;
    --tw-prose-invert-td-borders: #44403c
}

.aspect-h-1 {
    --tw-aspect-h: 1
}

.aspect-h-5 {
    --tw-aspect-h: 5
}

.aspect-h-9 {
    --tw-aspect-h: 9
}

.aspect-h-\[606\] {
    --tw-aspect-h: 606
}

.aspect-w-1 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 1
}

.aspect-w-1>* {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 16
}

.aspect-w-16>* {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.aspect-w-4 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 4
}

.aspect-w-4>* {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.aspect-w-\[1216\] {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 1216
}

.aspect-w-\[1216\]>* {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.form-input,.form-multiselect,.form-select,.form-textarea {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000
}

.form-input:focus,.form-multiselect:focus,.form-select:focus,.form-textarea:focus {
    outline: 2px solid #0000;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
    border-color: #2563eb
}

.form-input::placeholder,.form-textarea::placeholder {
    color: #6b7280;
    opacity: 1
}

.form-input::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

.form-input::-webkit-date-and-time-value {
    min-height: 1.5em
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-meridiem-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-year-field {
    padding-top: 0;
    padding-bottom: 0
}

.form-checkbox,.form-radio {
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000
}

.form-checkbox {
    border-radius: 0
}

.form-radio {
    border-radius: 100%
}

.form-checkbox:focus,.form-radio:focus {
    outline: 2px solid #0000;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)
}

.form-checkbox:checked,.form-radio:checked {
    border-color: #0000;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.form-checkbox:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")
}

.form-radio:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")
}

.form-checkbox:checked:focus,.form-checkbox:checked:hover,.form-checkbox:indeterminate,.form-radio:checked:focus,.form-radio:checked:hover {
    border-color: #0000;
    background-color: currentColor
}

.form-checkbox:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.form-checkbox:indeterminate:focus,.form-checkbox:indeterminate:hover {
    border-color: #0000;
    background-color: currentColor
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

.not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.pointer-events-none {
    pointer-events: none
}

.pointer-events-auto {
    pointer-events: auto
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.collapse {
    visibility: collapse
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.-inset-1 {
    inset: -.25rem
}

.-inset-3 {
    inset: -.75rem
}

.inset-0 {
    inset: 0
}

.inset-6 {
    inset: 1.5rem
}

.inset-px {
    inset: 1px
}

.-inset-x-4 {
    left: -1rem;
    right: -1rem
}

.-inset-y-2 {
    top: -.5rem;
    bottom: -.5rem
}

.-inset-y-2\.5 {
    top: -.625rem;
    bottom: -.625rem
}

.inset-x-0 {
    left: 0;
    right: 0
}

.inset-x-3 {
    left: .75rem;
    right: .75rem
}

.inset-x-6 {
    left: 1.5rem;
    right: 1.5rem
}

.inset-y-0 {
    top: 0;
    bottom: 0
}

.inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem
}

.inset-y-px {
    top: 1px;
    bottom: 1px
}

.-bottom-0 {
    bottom: 0
}

.-bottom-0\.5 {
    bottom: -.125rem
}

.-bottom-1 {
    bottom: -.25rem
}

.-bottom-8 {
    bottom: -2rem
}

.-left-1\/4 {
    left: -25%
}

.-left-4 {
    left: -1rem
}

.-left-6 {
    left: -1.5rem
}

.-left-80 {
    left: -20rem
}

.-right-0 {
    right: 0
}

.-right-0\.5 {
    right: -.125rem
}

.-right-1 {
    right: -.25rem
}

.-right-6 {
    right: -1.5rem
}

.-start-6 {
    inset-inline-start: -1.5rem
}

.-top-0 {
    top: 0
}

.-top-12 {
    top: -3rem
}

.-top-4 {
    top: -1rem
}

.-top-44 {
    top: -11rem
}

.-top-6 {
    top: -1.5rem
}

.-top-8 {
    top: -2rem
}

.-top-\[112px\] {
    top: -112px
}

.bottom-0 {
    bottom: 0
}

.bottom-10 {
    bottom: 2.5rem
}

.bottom-2 {
    bottom: .5rem
}

.bottom-4 {
    bottom: 1rem
}

.bottom-6 {
    bottom: 1.5rem
}

.bottom-\[calc\(-1\*\(1rem\+env\(safe-area-inset-bottom\2c 0\)\)\)\] {
    bottom: calc(-1 * (1rem + env(safe-area-inset-bottom,0)))
}

.bottom-\[calc\(1rem\+env\(safe-area-inset-bottom\2c 0\)\)\] {
    bottom: calc(1rem + env(safe-area-inset-bottom,0))
}

.bottom-full {
    bottom: 100%
}

.left-0 {
    left: 0
}

.left-0\.5 {
    left: .125rem
}

.left-1 {
    left: .25rem
}

.left-1\/2 {
    left: 50%
}

.left-1\/4 {
    left: 25%
}

.left-3 {
    left: .75rem
}

.left-6 {
    left: 1.5rem
}

.left-8 {
    left: 2rem
}

.left-80 {
    left: 20rem
}

.left-\[0\.46875rem\] {
    left: .46875rem
}

.left-\[10\%\] {
    left: 10%
}

.left-\[15\%\] {
    left: 15%
}

.left-\[30\%\] {
    left: 30%
}

.left-\[max\(0px\2c calc\(50\%-45rem\)\)\] {
    left: max(0px,calc(50% - 45rem))
}

.left-full {
    left: 100%
}

.right-0 {
    right: 0
}

.right-2 {
    right: .5rem
}

.right-4 {
    right: 1rem
}

.right-5 {
    right: 1.25rem
}

.right-6 {
    right: 1.5rem
}

.right-\[-1\.375rem\] {
    right: -1.375rem
}

.right-\[-12rem\] {
    right: -12rem
}

.right-\[10\%\] {
    right: 10%
}

.right-\[max\(0px\2c calc\(50\%-45rem\)\)\] {
    right: max(0px,calc(50% - 45rem))
}

.right-auto {
    right: auto
}

.right-full {
    right: 100%
}

.start-0 {
    inset-inline-start: 0
}

.top-0 {
    top: 0
}

.top-0\.5 {
    top: .125rem
}

.top-1 {
    top: .25rem
}

.top-1\/2 {
    top: 50%
}

.top-2 {
    top: .5rem
}

.top-3 {
    top: .75rem
}

.top-4 {
    top: 1rem
}

.top-5 {
    top: 1.25rem
}

.top-6 {
    top: 1.5rem
}

.top-8 {
    top: 2rem
}

.top-\[-113px\] {
    top: -113px
}

.top-\[-20rem\] {
    top: -20rem
}

.top-\[-5rem\] {
    top: -5rem
}

.top-\[-6\.25rem\] {
    top: -6.25rem
}

.top-\[117px\] {
    top: 117px
}

.top-\[3\.8125rem\] {
    top: 3.8125rem
}

.top-\[3px\] {
    top: 3px
}

.top-full {
    top: 100%
}

.top-px {
    top: 1px
}

.isolate {
    isolation: isolate
}

.isolation-auto {
    isolation: auto
}

.-z-10 {
    z-index: -10
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.z-\[100\] {
    z-index: 100
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-\[13\] {
    order: 13
}

.order-first {
    order: -9999
}

.order-last {
    order: 9999
}

.order-none {
    order: 0
}

.col-\[16_\/_span_16\] {
    grid-column: 16/span 16
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-3 {
    grid-column: span 3/span 3
}

.col-span-4 {
    grid-column: span 4/span 4
}

.col-span-5 {
    grid-column: span 5/span 5
}

.col-span-6 {
    grid-column: span 6/span 6
}

.col-span-7 {
    grid-column: span 7/span 7
}

.col-start-1 {
    grid-column-start: 1
}

.col-start-2 {
    grid-column-start: 2
}

.col-start-3 {
    grid-column-start: 3
}

.col-start-6 {
    grid-column-start: 6
}

.col-start-\[1\] {
    grid-column-start: 1
}

.col-start-\[2\] {
    grid-column-start: 2
}

.col-start-\[3\] {
    grid-column-start: 3
}

.col-start-\[4\] {
    grid-column-start: 4
}

.col-start-\[5\] {
    grid-column-start: 5
}

.col-start-\[6\] {
    grid-column-start: 6
}

.col-start-\[73\] {
    grid-column-start: 73
}

.col-start-\[7\] {
    grid-column-start: 7
}

.col-start-\[8\] {
    grid-column-start: 8
}

.col-end-1 {
    grid-column-end: 1
}

.col-end-3 {
    grid-column-end: 3
}

.col-end-4 {
    grid-column-end: 4
}

.col-end-7 {
    grid-column-end: 7
}

.row-\[span_16_\/_span_16\] {
    grid-row: span 16/span 16
}

.row-span-2 {
    grid-row: span 2/span 2
}

.row-span-3 {
    grid-row: span 3/span 3
}

.row-span-4 {
    grid-row: span 4/span 4
}

.row-start-1 {
    grid-row-start: 1
}

.row-start-2 {
    grid-row-start: 2
}

.row-start-3 {
    grid-row-start: 3
}

.row-start-\[10\] {
    grid-row-start: 10
}

.row-start-\[11\] {
    grid-row-start: 11
}

.row-start-\[12\] {
    grid-row-start: 12
}

.row-start-\[13\] {
    grid-row-start: 13
}

.row-start-\[14\] {
    grid-row-start: 14
}

.row-start-\[15\] {
    grid-row-start: 15
}

.row-start-\[16\] {
    grid-row-start: 16
}

.row-start-\[17\] {
    grid-row-start: 17
}

.row-start-\[1\] {
    grid-row-start: 1
}

.row-start-\[2\] {
    grid-row-start: 2
}

.row-start-\[3\] {
    grid-row-start: 3
}

.row-start-\[4\] {
    grid-row-start: 4
}

.row-start-\[5\] {
    grid-row-start: 5
}

.row-start-\[6\] {
    grid-row-start: 6
}

.row-start-\[7\] {
    grid-row-start: 7
}

.row-start-\[8\] {
    grid-row-start: 8
}

.row-start-\[9\] {
    grid-row-start: 9
}

.row-end-1 {
    grid-row-end: 1
}

.row-end-2 {
    grid-row-end: 2
}

.row-end-3 {
    grid-row-end: 3
}

.row-end-4 {
    grid-row-end: 4
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.float-none {
    float: none
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right
}

.clear-both {
    clear: both
}

.clear-none {
    clear: none
}

.-m-2 {
    margin: -.5rem
}

.-m-6 {
    margin: -1.5rem
}

.-m-8 {
    margin: -2rem
}

.m-0 {
    margin: 0
}

.m-0\.5 {
    margin: .125rem
}

.m-1 {
    margin: .25rem
}

.m-2 {
    margin: .5rem
}

.m-8 {
    margin: 2rem
}

.m-\[5px\] {
    margin: 5px
}

.-mx-1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.-mx-1\.5 {
    margin-left: -.375rem;
    margin-right: -.375rem
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.-mx-3 {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem
}

.-mx-px {
    margin-left: -1px;
    margin-right: -1px
}

.-my-1 {
    margin-top: -.25rem;
    margin-bottom: -.25rem
}

.-my-1\.5 {
    margin-top: -.375rem;
    margin-bottom: -.375rem
}

.-my-2 {
    margin-top: -.5rem;
    margin-bottom: -.5rem
}

.-my-px {
    margin-top: -1px;
    margin-bottom: -1px
}

.mx-1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mx-2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-3 {
    margin-left: .75rem;
    margin-right: .75rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.my-\[2em\] {
    margin-top: 2em;
    margin-bottom: 2em
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto
}

.-mb-1 {
    margin-bottom: -.25rem
}

.-mb-1\.5 {
    margin-bottom: -.375rem
}

.-mb-3 {
    margin-bottom: -.75rem
}

.-mb-4 {
    margin-bottom: -1rem
}

.-mb-8 {
    margin-bottom: -2rem
}

.-mb-px {
    margin-bottom: -1px
}

.-ml-0 {
    margin-left: 0
}

.-ml-0\.5 {
    margin-left: -.125rem
}

.-ml-1 {
    margin-left: -.25rem
}

.-ml-10 {
    margin-left: -2.5rem
}

.-ml-16 {
    margin-left: -4rem
}

.-ml-2 {
    margin-left: -.5rem
}

.-ml-4 {
    margin-left: -1rem
}

.-ml-6 {
    margin-left: -1.5rem
}

.-ml-full {
    margin-left: -100%
}

.-ml-px {
    margin-left: -1px
}

.-mr-0 {
    margin-right: 0
}

.-mr-0\.5 {
    margin-right: -.125rem
}

.-mr-1 {
    margin-right: -.25rem
}

.-mr-2 {
    margin-right: -.5rem
}

.-mr-4 {
    margin-right: -1rem
}

.-mr-px {
    margin-right: -1px
}

.-mt-0 {
    margin-top: 0
}

.-mt-1 {
    margin-top: -.25rem
}

.-mt-10 {
    margin-top: -2.5rem
}

.-mt-2 {
    margin-top: -.5rem
}

.-mt-2\.5 {
    margin-top: -.625rem
}

.-mt-4 {
    margin-top: -1rem
}

.-mt-52 {
    margin-top: -13rem
}

.-mt-6 {
    margin-top: -1.5rem
}

.-mt-8 {
    margin-top: -2rem
}

.-mt-9 {
    margin-top: -2.25rem
}

.-mt-px {
    margin-top: -1px
}

.mb-0 {
    margin-bottom: 0
}

.mb-0\.5 {
    margin-bottom: .125rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-3\.5 {
    margin-bottom: .875rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-9 {
    margin-bottom: 2.25rem
}

.mb-\[-3px\] {
    margin-bottom: -3px
}

.me-3 {
    margin-inline-end:.75rem}

.me-8 {
    margin-inline-end:2rem}

.ml-0 {
    margin-left: 0
}

.ml-0\.5 {
    margin-left: .125rem
}

.ml-1 {
    margin-left: .25rem
}

.ml-1\.5 {
    margin-left: .375rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-2\.5 {
    margin-left: .625rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-3\.5 {
    margin-left: .875rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-6 {
    margin-left: 1.5rem
}

.ml-8 {
    margin-left: 2rem
}

.ml-\[-2px\] {
    margin-left: -2px
}

.ml-\[-35rem\] {
    margin-left: -35rem
}

.ml-\[-40rem\] {
    margin-left: -40rem
}

.ml-\[-46\.875rem\] {
    margin-left: -46.875rem
}

.ml-\[28\%\] {
    margin-left: 28%
}

.ml-\[40rem\] {
    margin-left: 40rem
}

.ml-\[50\%\] {
    margin-left: 50%
}

.ml-auto {
    margin-left: auto
}

.mr-1 {
    margin-right: .25rem
}

.mr-1\.5 {
    margin-right: .375rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mr-4 {
    margin-right: 1rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mr-7 {
    margin-right: 1.75rem
}

.mr-8 {
    margin-right: 2rem
}

.ms-3 {
    margin-inline-start:.75rem}

.ms-8 {
    margin-inline-start:2rem}

.mt-0 {
    margin-top: 0
}

.mt-0\.5 {
    margin-top: .125rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-1\.5 {
    margin-top: .375rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-14 {
    margin-top: 3.5rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-32 {
    margin-top: 8rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-40 {
    margin-top: 10rem
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-\[1\.375rem\] {
    margin-top: 1.375rem
}

.mt-\[3px\] {
    margin-top: 3px
}

.mt-auto {
    margin-top: auto
}

.mt-px {
    margin-top: 1px
}

.box-border {
    box-sizing: border-box
}

.box-content {
    box-sizing: initial
}

.line-clamp-2 {
    -webkit-line-clamp: 2
}

.line-clamp-2,.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-3 {
    -webkit-line-clamp: 3
}

.line-clamp-4 {
    -webkit-line-clamp: 4
}

.line-clamp-4,.line-clamp-\[7\] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-\[7\] {
    -webkit-line-clamp: 7
}

.line-clamp-none {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.table-caption {
    display: table-caption
}

.table-cell {
    display: table-cell
}

.table-column {
    display: table-column
}

.table-column-group {
    display: table-column-group
}

.table-footer-group {
    display: table-footer-group
}

.table-header-group {
    display: table-header-group
}

.table-row-group {
    display: table-row-group
}

.table-row {
    display: table-row
}

.flow-root {
    display: flow-root
}

.grid {
    display: grid
}

.inline-grid {
    display: inline-grid
}

.contents {
    display: contents
}

.list-item {
    display: list-item
}

.\!hidden {
    display: none!important
}

.hidden {
    display: none
}

.aspect-\[4\/3\] {
    aspect-ratio: 4/3
}

.aspect-\[672\/494\] {
    aspect-ratio: 672/494
}

.aspect-square {
    aspect-ratio: 1/1
}

.aspect-video {
    aspect-ratio: 16/9
}

.\!h-\[39\.0625rem\] {
    height: 39.0625rem!important
}

.\!h-auto {
    height: auto!important
}

.h-0 {
    height: 0
}

.h-0\.5 {
    height: .125rem
}

.h-1 {
    height: .25rem
}

.h-1\.5 {
    height: .375rem
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-18 {
    height: 4.5rem
}

.h-2 {
    height: .5rem
}

.h-2\.5 {
    height: .625rem
}

.h-20 {
    height: 5rem
}

.h-24 {
    height: 6rem
}

.h-28 {
    height: 7rem
}

.h-3 {
    height: .75rem
}

.h-3\.5 {
    height: .875rem
}

.h-32 {
    height: 8rem
}

.h-36 {
    height: 9rem
}

.h-4 {
    height: 1rem
}

.h-40 {
    height: 10rem
}

.h-48 {
    height: 12rem
}

.h-5 {
    height: 1.25rem
}

.h-52 {
    height: 13rem
}

.h-56 {
    height: 14rem
}

.h-6 {
    height: 1.5rem
}

.h-60 {
    height: 15rem
}

.h-64 {
    height: 16rem
}

.h-7 {
    height: 1.75rem
}

.h-72 {
    height: 18rem
}

.h-8 {
    height: 2rem
}

.h-80 {
    height: 20rem
}

.h-9 {
    height: 2.25rem
}

.h-96 {
    height: 24rem
}

.h-\[1\.375rem\] {
    height: 1.375rem
}

.h-\[20\.8125rem\] {
    height: 20.8125rem
}

.h-\[200px\] {
    height: 200px
}

.h-\[22rem\] {
    height: 22rem
}

.h-\[24\.25rem\] {
    height: 24.25rem
}

.h-\[3\.625rem\] {
    height: 3.625rem
}

.h-\[30\.625rem\] {
    height: 30.625rem
}

.h-\[31\.625rem\] {
    height: 31.625rem
}

.h-\[32rem\] {
    height: 32rem
}

.h-\[37\.5rem\] {
    height: 37.5rem
}

.h-\[4\.5rem\] {
    height: 4.5rem
}

.h-\[400px\] {
    height: 400px
}

.h-\[496px\] {
    height: 496px
}

.h-\[498px\] {
    height: 498px
}

.h-\[500px\] {
    height: 500px
}

.h-\[5px\] {
    height: 5px
}

.h-\[673px\] {
    height: 673px
}

.h-\[8\.75rem\] {
    height: 8.75rem
}

.h-\[calc\(0\.5rem\+1px\)\] {
    height: calc(.5rem + 1px)
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-px {
    height: 1px
}

.h-screen {
    height: 100vh
}

.\!max-h-\[24\.75rem\] {
    max-height: 24.75rem!important
}

.\!max-h-\[none\] {
    max-height: none!important
}

.max-h-60 {
    max-height: 15rem
}

.max-h-96 {
    max-height: 24rem
}

.max-h-\[32rem\] {
    max-height: 32rem
}

.max-h-\[33rem\] {
    max-height: 33rem
}

.max-h-\[350px\] {
    max-height: 350px
}

.max-h-\[60vh\] {
    max-height: 60vh
}

.max-h-\[800px\] {
    max-height: 800px
}

.max-h-\[none\] {
    max-height: none
}

.max-h-full {
    max-height: 100%
}

.max-h-screen {
    max-height: 100vh
}

.min-h-0 {
    min-height: 0
}

.min-h-\[37\.5rem\] {
    min-height: 37.5rem
}

.min-h-\[50\%\] {
    min-height: 50%
}

.min-h-full {
    min-height: 100%
}

.min-h-screen {
    min-height: 100vh
}

.w-0 {
    width: 0
}

.w-0\.5 {
    width: .125rem
}

.w-1 {
    width: .25rem
}

.w-1\.5 {
    width: .375rem
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.333333%
}

.w-1\/4 {
    width: 25%
}

.w-1\/5 {
    width: 20%
}

.w-1\/6 {
    width: 16.666667%
}

.w-10 {
    width: 2.5rem
}

.w-11 {
    width: 2.75rem
}

.w-12 {
    width: 3rem
}

.w-14 {
    width: 3.5rem
}

.w-16 {
    width: 4rem
}

.w-18 {
    width: 4.5rem
}

.w-2 {
    width: .5rem
}

.w-2\.5 {
    width: .625rem
}

.w-2\/3 {
    width: 66.666667%
}

.w-2\/5 {
    width: 40%
}

.w-20 {
    width: 5rem
}

.w-24 {
    width: 6rem
}

.w-28 {
    width: 7rem
}

.w-3 {
    width: .75rem
}

.w-3\.5 {
    width: .875rem
}

.w-3\/4 {
    width: 75%
}

.w-3\/5 {
    width: 60%
}

.w-32 {
    width: 8rem
}

.w-36 {
    width: 9rem
}

.w-4 {
    width: 1rem
}

.w-4\/5 {
    width: 80%
}

.w-40 {
    width: 10rem
}

.w-44 {
    width: 11rem
}

.w-48 {
    width: 12rem
}

.w-5 {
    width: 1.25rem
}

.w-5\/6 {
    width: 83.333333%
}

.w-52 {
    width: 13rem
}

.w-56 {
    width: 14rem
}

.w-6 {
    width: 1.5rem
}

.w-60 {
    width: 15rem
}

.w-64 {
    width: 16rem
}

.w-7 {
    width: 1.75rem
}

.w-72 {
    width: 18rem
}

.w-8 {
    width: 2rem
}

.w-80 {
    width: 20rem
}

.w-9 {
    width: 2.25rem
}

.w-96 {
    width: 24rem
}

.w-\[108rem\] {
    width: 108rem
}

.w-\[119\.4375rem\] {
    width: 119.4375rem
}

.w-\[150\%\] {
    width: 150%
}

.w-\[19\.5rem\] {
    width: 19.5rem
}

.w-\[2\.0625rem\] {
    width: 2.0625rem
}

.w-\[216\%\] {
    width: 216%
}

.w-\[23\.625rem\] {
    width: 23.625rem
}

.w-\[3\.125rem\] {
    width: 3.125rem
}

.w-\[32rem\] {
    width: 32rem
}

.w-\[41\.1875rem\] {
    width: 41.1875rem
}

.w-\[45\.0625rem\] {
    width: 45.0625rem
}

.w-\[52\.6875rem\] {
    width: 52.6875rem
}

.w-\[536px\] {
    width: 536px
}

.w-\[5px\] {
    width: 5px
}

.w-\[67\.8125rem\] {
    width: 67.8125rem
}

.w-\[70\.0625rem\] {
    width: 70.0625rem
}

.w-\[71\.75rem\] {
    width: 71.75rem
}

.w-\[90rem\] {
    width: 90rem
}

.w-\[calc\(0\.5rem\+1px\)\] {
    width: calc(.5rem + 1px)
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.w-px {
    width: 1px
}

.w-screen {
    width: 100vw
}

.min-w-0 {
    min-width: 0
}

.min-w-\[50\%\] {
    min-width: 50%
}

.min-w-full {
    min-width: 100%
}

.max-w-2xl {
    max-width: 42rem
}

.max-w-3xl {
    max-width: 48rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-5xl {
    max-width: 64rem
}

.max-w-7xl {
    max-width: 80rem
}

.max-w-8xl {
    max-width: 90rem
}

.max-w-\[26rem\] {
    max-width: 26rem
}

.max-w-\[50\%\] {
    max-width: 50%
}

.max-w-\[52rem\] {
    max-width: 52rem
}

.max-w-\[calc\(100\%-3rem\)\] {
    max-width: calc(100% - 3rem)
}

.max-w-full {
    max-width: 100%
}

.max-w-lg {
    max-width: 32rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-none {
    max-width: none
}

.max-w-prose {
    max-width: 65ch
}

.max-w-screen-2xl {
    max-width: 1536px
}

.max-w-screen-xl {
    max-width: 1280px
}

.max-w-sm {
    max-width: 24rem
}

.max-w-xl {
    max-width: 36rem
}

.max-w-xs {
    max-width: 20rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-\[2_2_0\%\] {
    flex: 2 2 0%
}

.flex-auto {
    flex: 1 1 auto
}

.flex-initial {
    flex: 0 1 auto
}

.flex-none {
    flex: none
}

.flex-shrink {
    flex-shrink: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.shrink {
    flex-shrink: 1
}

.shrink-0 {
    flex-shrink: 0
}

.shrink-\[2\] {
    flex-shrink: 2
}

.flex-grow {
    flex-grow: 1
}

.flex-grow-0 {
    flex-grow: 0
}

.grow {
    flex-grow: 1
}

.grow-0 {
    flex-grow: 0
}

.grow-\[2\] {
    flex-grow: 2
}

.grow-\[9999\] {
    flex-grow: 9999
}

.basis-1\/2 {
    flex-basis: 50%
}

.basis-1\/3 {
    flex-basis: 33.333333%
}

.basis-1\/4 {
    flex-basis: 25%
}

.basis-64 {
    flex-basis: 16rem
}

.basis-\[14\.2857143\%\] {
    flex-basis: 14.2857143%
}

.table-auto {
    table-layout: auto
}

.table-fixed {
    table-layout: fixed
}

.caption-top {
    caption-side: top
}

.caption-bottom {
    caption-side: bottom
}

.border-collapse {
    border-collapse: collapse
}

.border-separate {
    border-collapse: initial
}

.border-spacing-0 {
    --tw-border-spacing-x: 0px;
    --tw-border-spacing-y: 0px
}

.border-spacing-0,.border-spacing-2 {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-2 {
    --tw-border-spacing-x: 0.5rem;
    --tw-border-spacing-y: 0.5rem
}

.border-spacing-4 {
    --tw-border-spacing-x: 1rem;
    --tw-border-spacing-y: 1rem
}

.border-spacing-4,.border-spacing-\[7px\] {
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y)
}

.border-spacing-\[7px\] {
    --tw-border-spacing-x: 7px;
    --tw-border-spacing-y: 7px
}

.origin-\[33\%_75\%\] {
    transform-origin: 33% 75%
}

.origin-bottom {
    transform-origin: bottom
}

.origin-center {
    transform-origin: center
}

.origin-left {
    transform-origin: left
}

.origin-right {
    transform-origin: right
}

.origin-top {
    transform-origin: top
}

.origin-top-left {
    transform-origin: top left
}

.origin-top-right {
    transform-origin: top right
}

.-translate-x-1 {
    --tw-translate-x: -0.25rem
}

.-translate-x-1,.-translate-x-1\/2 {
    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))
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-5 {
    --tw-translate-x: -1.25rem
}

.-translate-x-5,.-translate-x-\[0\.5px\] {
    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))
}

.-translate-x-\[0\.5px\] {
    --tw-translate-x: -0.5px
}

.-translate-x-\[1\.15rem\] {
    --tw-translate-x: -1.15rem
}

.-translate-x-\[1\.15rem\],.-translate-x-full {
    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))
}

.-translate-x-full {
    --tw-translate-x: -100%
}

.-translate-x-px {
    --tw-translate-x: -1px
}

.-translate-x-px,.-translate-y-1 {
    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))
}

.-translate-y-1 {
    --tw-translate-y: -0.25rem
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.-translate-y-1\/2,.-translate-y-5 {
    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))
}

.-translate-y-5 {
    --tw-translate-y: -1.25rem
}

.-translate-y-6 {
    --tw-translate-y: -1.5rem
}

.-translate-y-6,.-translate-y-8 {
    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))
}

.-translate-y-8 {
    --tw-translate-y: -2rem
}

.-translate-y-px {
    --tw-translate-y: -1px
}

.-translate-y-px,.translate-x-0 {
    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))
}

.translate-x-0 {
    --tw-translate-x: 0px
}

.translate-x-2 {
    --tw-translate-x: 0.5rem
}

.translate-x-2,.translate-x-20 {
    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))
}

.translate-x-20 {
    --tw-translate-x: 5rem
}

.translate-x-4 {
    --tw-translate-x: 1rem
}

.translate-x-4,.translate-x-5 {
    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))
}

.translate-x-5 {
    --tw-translate-x: 1.25rem
}

.translate-x-6 {
    --tw-translate-x: 1.5rem
}

.translate-x-6,.translate-x-\[2\.625rem\] {
    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))
}

.translate-x-\[2\.625rem\] {
    --tw-translate-x: 2.625rem
}

.translate-x-px {
    --tw-translate-x: 1px
}

.translate-x-px,.translate-y-0 {
    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))
}

.translate-y-0 {
    --tw-translate-y: 0px
}

.translate-y-0\.5 {
    --tw-translate-y: 0.125rem
}

.translate-y-0\.5,.translate-y-11 {
    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))
}

.translate-y-11 {
    --tw-translate-y: 2.75rem
}

.translate-y-12 {
    --tw-translate-y: 3rem
}

.translate-y-12,.translate-y-14 {
    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))
}

.translate-y-14 {
    --tw-translate-y: 3.5rem
}

.translate-y-2 {
    --tw-translate-y: 0.5rem
}

.translate-y-2,.translate-y-24 {
    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))
}

.translate-y-24 {
    --tw-translate-y: 6rem
}

.translate-y-4 {
    --tw-translate-y: 1rem
}

.translate-y-4,.translate-y-6 {
    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))
}

.translate-y-6 {
    --tw-translate-y: 1.5rem
}

.translate-y-\[17rem\] {
    --tw-translate-y: 17rem
}

.translate-y-\[17rem\],.translate-y-px {
    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))
}

.translate-y-px {
    --tw-translate-y: 1px
}

.-rotate-12 {
    --tw-rotate: -12deg
}

.-rotate-12,.-rotate-6 {
    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))
}

.-rotate-6 {
    --tw-rotate: -6deg
}

.-rotate-90 {
    --tw-rotate: -90deg
}

.-rotate-90,.rotate-0 {
    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))
}

.rotate-0 {
    --tw-rotate: 0deg
}

.rotate-1 {
    --tw-rotate: 1deg
}

.rotate-1,.rotate-12 {
    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))
}

.rotate-12 {
    --tw-rotate: 12deg
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180,.rotate-2 {
    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))
}

.rotate-2 {
    --tw-rotate: 2deg
}

.rotate-3 {
    --tw-rotate: 3deg
}

.rotate-3,.rotate-45 {
    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))
}

.rotate-45 {
    --tw-rotate: 45deg
}

.rotate-6 {
    --tw-rotate: 6deg
}

.rotate-6,.rotate-90 {
    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))
}

.rotate-90 {
    --tw-rotate: 90deg
}

.rotate-\[17deg\] {
    --tw-rotate: 17deg
}

.-skew-y-3,.rotate-\[17deg\] {
    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))
}

.-skew-y-3 {
    --tw-skew-y: -3deg
}

.skew-y-0 {
    --tw-skew-y: 0deg
}

.skew-y-0,.skew-y-12 {
    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))
}

.skew-y-12 {
    --tw-skew-y: 12deg
}

.skew-y-3 {
    --tw-skew-y: 3deg
}

.skew-y-3,.skew-y-6 {
    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))
}

.skew-y-6 {
    --tw-skew-y: 6deg
}

.skew-y-\[17deg\] {
    --tw-skew-y: 17deg
}

.scale-0,.skew-y-\[17deg\] {
    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))
}

.scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.scale-100,.scale-105 {
    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))
}

.scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05
}

.scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1
}

.scale-110,.scale-125 {
    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))
}

.scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25
}

.scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
}

.scale-150,.scale-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))
}

.scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5
}

.scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75
}

.scale-75,.scale-95 {
    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))
}

.scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95
}

.scale-\[1\.7\] {
    --tw-scale-x: 1.7;
    --tw-scale-y: 1.7
}

.scale-\[1\.7\],.transform,.transform-cpu {
    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))
}

.transform-gpu {
    transform: translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform-none {
    transform: none
}

.animate-\[wiggle_1s_ease-in-out_infinite\] {
    animation: wiggle 1s ease-in-out infinite
}

@keyframes bounce {
    0%,to {
        transform: translateY(-25%);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        transform: none;
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

.animate-bounce {
    animation: bounce 1s infinite
}

.animate-flash-code {
    animation: flash-code 1s forwards
}

@keyframes flash-code {
    0% {
        background-color: #7dd3fc1a
    }

    to {
        background-color: initial
    }
}

.animate-flash-code-slow {
    animation: flash-code 2s forwards
}

.animate-none {
    animation: none
}

@keyframes ping {
    75%,to {
        transform: scale(2);
        opacity: 0
    }
}

.animate-ping {
    animation: ping 1s cubic-bezier(0,0,.2,1) infinite
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(.4,0,.6,1) infinite
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

.animate-spin {
    animation: spin 1s linear infinite
}

.cursor-auto {
    cursor: auto
}

.cursor-default {
    cursor: default
}

.cursor-ew-resize {
    cursor: ew-resize
}

.cursor-none {
    cursor: none
}

.cursor-not-allowed {
    cursor: not-allowed
}

.cursor-pointer {
    cursor: pointer
}

.cursor-progress {
    cursor: progress
}

.touch-auto {
    touch-action: auto
}

.touch-none {
    touch-action: none
}

.touch-pan-x {
    --tw-pan-x: pan-x
}

.touch-pan-left,.touch-pan-x {
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)
}

.touch-pan-left {
    --tw-pan-x: pan-left
}

.touch-pan-right {
    --tw-pan-x: pan-right
}

.touch-pan-right,.touch-pan-y {
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)
}

.touch-pan-y {
    --tw-pan-y: pan-y
}

.touch-pan-up {
    --tw-pan-y: pan-up
}

.touch-pan-down,.touch-pan-up {
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)
}

.touch-pan-down {
    --tw-pan-y: pan-down
}

.touch-pinch-zoom {
    --tw-pinch-zoom: pinch-zoom;
    touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)
}

.touch-manipulation {
    touch-action: manipulation
}

.select-none {
    -webkit-user-select: none;
    user-select: none
}

.select-text {
    -webkit-user-select: text;
    user-select: text
}

.select-all {
    -webkit-user-select: all;
    user-select: all
}

.select-auto {
    -webkit-user-select: auto;
    user-select: auto
}

.resize-none {
    resize: none
}

.resize-y {
    resize: vertical
}

.resize-x {
    resize: horizontal
}

.resize {
    resize: both
}

.snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness)
}

.snap-mandatory {
    --tw-scroll-snap-strictness: mandatory
}

.snap-proximity {
    --tw-scroll-snap-strictness: proximity
}

.snap-start {
    scroll-snap-align: start
}

.snap-end {
    scroll-snap-align: end
}

.snap-center {
    scroll-snap-align: center
}

.snap-normal {
    scroll-snap-stop:normal}

.snap-always {
    scroll-snap-stop:always}

.scroll-m-0 {
    scroll-margin: 0
}

.scroll-m-8 {
    scroll-margin: 2rem
}

.scroll-m-\[24rem\] {
    scroll-margin: 24rem
}

.scroll-mx-6 {
    scroll-margin-right: 1.5rem
}

.scroll-ml-6,.scroll-mx-6 {
    scroll-margin-left: 1.5rem
}

.scroll-ms-6 {
    scroll-margin-inline-start: 1.5rem
}

.scroll-mt-\[var\(--scroll-mt\)\] {
    scroll-margin-top: var(--scroll-mt)
}

.scroll-p-0 {
    scroll-padding: 0
}

.scroll-p-4 {
    scroll-padding: 1rem
}

.scroll-p-8 {
    scroll-padding: 2rem
}

.scroll-p-\[24rem\] {
    scroll-padding: 24rem
}

.scroll-pl-6 {
    scroll-padding-left: 1.5rem
}

.scroll-ps-6 {
    scroll-padding-inline-start: 1.5rem
}

.list-inside {
    list-style-position: inside
}

.list-outside {
    list-style-position: outside
}

.list-\[upper-roman\] {
    list-style-type: upper-roman
}

.list-decimal {
    list-style-type: decimal
}

.list-disc {
    list-style-type: disc
}

.list-none {
    list-style-type: none
}