@charset "UTF-8";.auto-page-partners__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 25px rgba(1,8,3,.08);
    box-shadow: 0 4px 25px rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white,#fff);
    padding: 40px;
    width: 100%;
    max-width: 1320px
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__banner {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: auto;
        margin-left: auto;
        border-radius: 20px;
        padding: 20px;
        min-height: 0
    }
}

@media (max-width: 767px) {
    .auto-page-partners__banner {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
        border-radius: 10px;
        padding: 20px 16px 24px;
        min-height: 0
    }
}

.auto-page-partners__banner-head {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0,495px) minmax(0,1fr) minmax(0,1fr);
    grid-template-columns: minmax(0,495px) minmax(0,1fr) minmax(0,1fr);
    -webkit-column-gap: 90px;
    -moz-column-gap: 90px;
    column-gap: 90px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 40px
}

@media (max-width: 1279px) {
    .auto-page-partners__banner-head {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr;
        justify-items: flex-start;
        gap: 24px;
        margin-bottom: 24px;
        text-align: left
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__banner-head {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        justify-items: unset;
        gap: 16px;
        margin-bottom: 16px;
        width: 100%;
        text-align: left
    }
}

@media (max-width: 767px) {
    .auto-page-partners__banner-head {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        margin-bottom: 0;
        width: 100%;
        text-align: center
    }
}

.auto-page-partners__banner-head-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

@media (max-width: 1279px) {
    .auto-page-partners__banner-head-left {
        -webkit-box-align:left;
        -ms-flex-align: left;
        align-items: left
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__banner-head-left {
        -webkit-box-align:start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left
    }
}

@media (max-width: 767px) {
    .auto-page-partners__banner-head-left {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        gap: 12px;
        width: 100%;
        max-width: 305px
    }
}

.auto-page-partners__banner-title {
    margin: 0;
    color: var(--color-deep-grey,currentColor);
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3
}

.auto-page-partners__banner-title--head-center {
    -ms-grid-column-align: start;
    justify-self: start;
    max-width: 42em
}

@media (max-width: 1279px) {
    .auto-page-partners__banner-title--head-center {
        justify-self:flex-start;
        max-width: 40ch
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__banner-title--head-center {
        max-width:none;
        white-space: nowrap
    }

    .auto-page-partners__banner-title {
        font-size: 18px;
        white-space: nowrap
    }
}

@media (max-width: 767px) {
    .auto-page-partners__banner-title--head-center {
        max-width:246px
    }

    .auto-page-partners__banner-title {
        font-size: 16px
    }
}

.auto-page-partners__banner-text {
    margin: 0;
    max-width: 495px;
    color: var(--color-deep-grey,currentColor);
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3
}

.head-item h4 {
    text-wrap: balance
}

.auto-page-partners__banner-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: clamp(1rem,-4.62rem + 11.71vw,5.625rem)
}

@media (max-width: 1279px) {
    .auto-page-partners__banner-badges {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__banner-text {
        max-width:447px;
        font-size: 16px;
        text-align: left
    }

    .auto-page-partners__banner-badges {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 35px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .auto-page-partners__banner-text {
        margin-right:auto;
        margin-left: auto;
        max-width: 305px;
        font-size: 14px
    }

    .auto-page-partners__banner-badges {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
        width: 100%
    }
}

.auto-page-partners__badge-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__badge-group {
        width:auto;
        max-width: none
    }
}

@media (max-width: 767px) {
    .auto-page-partners__badge-group {
        width:100%;
        max-width: 295px
    }
}

.auto-page-partners__badge-frame {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--color-light-blue,#eef2fa);
    border-radius: 10px;
    width: certificates__ticker;
    height: 212px;
    overflow: hidden
}

.auto-page-partners__badge-frame img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.auto-page-partners__badge-frame--gold {
    border-color: var(--color-light-blue,#eef2fa)
}

.auto-page-partners__badge-frame--1c {
    border-color: var(--color-ivory,#e0e0e0)
}

@media (min-width: 768px) and (max-width:1279px) {
    .auto-page-partners__badge-frame {
        -ms-flex-negative:0;
        flex-shrink: 0;
        width: 165px;
        height: 117px
    }
}

.auto-page-partners__badge-caption {
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.848rem + .32vw,1.125rem);
    line-height: 130%;
    text-align: center
}

.products-tarifs__hero .hero__image-wrap {
    top: -1%;
    right: -6%;
    width: clamp(32.063rem,10.721rem + 44.46vw,49.625rem);
    height: clamp(32.063rem,10.721rem + 44.46vw,49.625rem)
}

@media (max-width: 1279px) {
    .products-tarifs__hero .hero__image-wrap {
        top:-7%;
        right: -12%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media (max-width: 1023px) {
    .products-tarifs__hero .hero__image-wrap {
        top:4%;
        right: -13%
    }
}

@media (max-width: 767px) {
    .auto-page-partners__badge-frame {
        width:100%;
        max-width: 295px;
        height: 209px
    }

    .products-tarifs__hero .hero__image-wrap {
        top: 21%;
        right: 0;
        left: 53%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 472px;
        height: 472px
    }
}

.products-tarifs__hero .hero__title {
    width: 100%;
    max-width: clamp(30.938rem,12.71rem + 37.97vw,45.938rem)
}

.products-tarifs__hero .hero__title span {
    display: block
}

.products-tarifs__hero .hero__desc,.products-tarifs__hero .no-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: clamp(.75rem,.49rem + 1.15vw,1.5rem);
    width: 100%;
    max-width: 880px;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.788rem + .38vw,1.125rem);
    line-height: 130%
}

.products-tarifs__hero .hero__desc p:first-child,.products-tarifs__hero .no-mobile p:first-child {
    max-width: clamp(30.938rem,12.71rem + 37.97vw,45.938rem)
}

.products-tarifs__hero .hero__desc strong,.products-tarifs__hero .no-mobile strong {
    font-weight: 600
}

.products-tarifs__hero .hero__desc ul,.products-tarifs__hero .no-mobile ul {
    padding-left: 1.5em;
    text-align: left
}

@media (max-width: 767px) {
    .products-tarifs__hero .no-mobile {
        display:none
    }
}

.products-tarifs__hero .hero__actions {
    margin-top: 80px
}

.products-tarifs .select-version {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-tarifs .select-version__container {
    position: relative
}

.products-tarifs .select-version__bg-gradient--green {
    top: -26%;
    left: 4%
}

@media screen and (max-width: 1024px) {
    .products-tarifs .select-version__bg-gradient--green {
        top:-39%;
        left: 0;
        width: 700px;
        height: 700px
    }
}

@media screen and (max-width: 767px) {
    .products-tarifs .select-version__bg-gradient--green {
        top:-8%;
        left: -40%;
        width: 600px;
        height: 600px
    }
}

.products-tarifs .select-version__bg-gradient--blue {
    top: -26%;
    left: 31%
}

@media screen and (max-width: 1024px) {
    .products-tarifs .select-version__bg-gradient--blue {
        top:-26%;
        left: 33%;
        width: 600px;
        height: 600px
    }
}

.products-tarifs .select-version__inner {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    gap: clamp(1rem,.392rem + 1.27vw,1.5rem);
    z-index: 1
}

@media screen and (max-width: 767px) {
    .products-tarifs .select-version__bg-gradient--blue {
        top:-12%;
        left: 36%;
        width: 500px;
        height: 500px
    }

    .products-tarifs .select-version__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.products-tarifs .select-version__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: clamp(0,-1.823rem + 3.8vw,1.5rem);
    -moz-column-gap: clamp(0,-1.823rem + 3.8vw,1.5rem);
    column-gap: clamp(0,-1.823rem + 3.8vw,1.5rem);
    row-gap: clamp(.875rem,.832rem + .19vw,1rem);
    -webkit-transition: -webkit-transform var(--transition);
    transition: -webkit-transform var(--transition);
    transition: transform var(--transition);
    transition: transform var(--transition),-webkit-transform var(--transition);
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: clamp(1rem,.696rem + .63vw,1.25rem);
    padding-right: clamp(.313rem,-.827rem + 2.37vw,1.25rem)
}

@media screen and (max-width: 767px) {
    .products-tarifs .select-version__item {
        padding-right:clamp(.313rem,-.294rem + 2.7vw,1rem)
    }
}

.products-tarifs .select-version__item--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
    -ms-grid-column: 2;
    grid-column: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: clamp(7.5rem,4.462rem + 6.33vw,10rem)
}

.products-tarifs .select-version__item--icon img {
    -o-object-fit: contain;
    object-fit: contain
}

.products-tarifs .select-version__item--title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.392rem + 1.27vw,1.5rem);
    line-height: 130%
}

.products-tarifs .select-version__item--desc {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    grid-column: 1;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.832rem + .19vw,1rem);
    line-height: 130%
}

.products-tarifs .select-version__item--desc ul {
    padding-left: 1.5em
}

.products-tarifs .select-version__item--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: color var(--transition);
    transition: color var(--transition);
    color: var(--color-grey);
    font-weight: 600;
    font-size: clamp(1.063rem,.987rem + .16vw,1.125rem);
    line-height: 130%
}

.products-tarifs .select-version__item--link:hover {
    color: var(--color-green)
}

.products-tarifs .comparison-versions {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-tarifs .comparison-versions__inner {
    position: relative;
    z-index: 1
}

.products-tarifs .comparison-versions .table-card.narrow td,.products-tarifs .comparison-versions .table-card.narrow th {
    vertical-align: middle;
    border-bottom: 1px solid var(--color-ivory);
    padding: 12px clamp(.625rem,-.125rem + 1.56vw,1.125rem);
    text-align: center
}

.products-tarifs .comparison-versions .table-card.narrow td:last-child,.products-tarifs .comparison-versions .table-card.narrow th:last-child {
    border-right: none
}

.products-tarifs .comparison-versions .table-card.narrow th {
    border-bottom: 1px solid var(--color-ivory);
    color: var(--color-blue);
    font-weight: 600;
    font-size: clamp(.875rem,-.063rem + 1.95vw,1.5rem);
    line-height: 110%
}

.products-tarifs .comparison-versions .table-card.narrow td {
    color: var(--color-deep-grey);
    font-size: clamp(.875rem,.5rem + .78vw,1.125rem);
    line-height: 130%;
    text-align: left
}

.products-tarifs .comparison-versions .table-card.narrow td:first-child,.products-tarifs .comparison-versions .table-card.narrow th:first-child {
    z-index: 2;
    width: 27%;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(.875rem,.5rem + .78vw,1.125rem);
    line-height: 130%;
    text-align: left;
    text-wrap: balance
}

.products-tarifs .rates-and-prices .section-head .btn {
    display: none
}

.products-tarifs .rates-and-prices .select-edition__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 1280px) {
    .products-tarifs .select-version__item:hover {
        -webkit-transform:translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    .products-tarifs .rates-and-prices .select-edition__item {
        transition-behavior: allow-discrete;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-property: opacity,display,visibility,height,margin-top;
        transition-property: opacity,display,visibility,height,margin-top;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }

    .products-tarifs .rates-and-prices .select-edition__item:hover .select-edition__item--link {
        visibility: visible;
        opacity: 1;
        transition-behavior: allow-discrete;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-property: opacity,display,visibility,height,margin-top;
        transition-property: opacity,display,visibility,height,margin-top;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        margin-top: 20px;
        height: auto
    }

    .products-tarifs .rates-and-prices .select-edition__item:hover .select-edition__item--link:hover {
        color: var(--color-green)
    }
}

.products-tarifs .rates-and-prices .select-edition__item--title {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-align: center
}

.products-tarifs .rates-and-prices .select-edition__item--desc {
    -webkit-transition: all var(--transition);
    transition: all var(--transition);
    font-size: 16px
}

@media (max-width: 1279px) {
    .products-tarifs .rates-and-prices .select-edition__item--desc {
        font-size:14px
    }
}

.products-tarifs .rates-and-prices .select-edition__item--btn {
    -webkit-transition: all var(--transition);
    transition: all var(--transition);
    margin-top: auto;
    min-width: 170px
}

.products-tarifs .rates-and-prices .select-edition__item--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: var(--color-green);
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

@media screen and (min-width: 1280px) {
    .products-tarifs .rates-and-prices .select-edition__item--link {
        visibility:hidden;
        opacity: 0;
        transition-behavior: allow-discrete;
        -webkit-transition-duration: .4s;
        transition-duration: .4s;
        -webkit-transition-property: opacity,display,visibility,height,margin-top;
        transition-property: opacity,display,visibility,height,margin-top;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
        margin-top: 0;
        height: 0;
        color: var(--color-grey);
        color: var(--color-grey)
    }
}

@media screen and (min-width: 768px) {
    .products-tarifs .rates-and-prices .section-head .btn {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .products-tarifs .rates-and-prices .select-edition__btn {
        display: none
    }

    select {
        --minwidth-select: clamp(10.938rem, -3.125rem + 29.3vw, 15.625rem)
    }
}

.products-tarifs .boxed-version {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-tarifs .boxed-version__container {
    position: relative
}

.products-tarifs .boxed-version__bg-gradient--green {
    top: -12%;
    left: 9%;
    width: 700px;
    height: 700px
}

@media (max-width: 1279px) {
    .products-tarifs .boxed-version__bg-gradient--green {
        top:1%;
        left: -19%
    }
}

@media (max-width: 767px) {
    .products-tarifs .boxed-version__bg-gradient--green {
        top:-7%;
        left: -46%
    }
}

.products-tarifs .boxed-version__bg-gradient--blue {
    top: -12%;
    left: 40%;
    width: 700px;
    height: 700px
}

@media (max-width: 1279px) {
    .products-tarifs .boxed-version__bg-gradient--blue {
        top:-7%;
        left: 35%
    }
}

.products-tarifs .boxed-version .section-head .btn {
    display: none
}

.products-tarifs .boxed-version__btn {
    margin: 0 auto
}

@media screen and (min-width: 1024px) {
    .products-tarifs .boxed-version .section-head .btn {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .products-tarifs .boxed-version__btn {
        display: none
    }
}

.products-tarifs .boxed-version__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.products-tarifs .boxed-version__controls {
    display: none
}

@media (max-width: 767px) {
    .products-tarifs .boxed-version__bg-gradient--blue {
        top:-5%;
        left: 5%
    }

    .products-tarifs .boxed-version__controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        margin-top: 40px
    }

    .products-tarifs .boxed-version .boxed-version-swiper {
        -webkit-mask-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.products-tarifs .boxed-version-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.products-tarifs .boxed-version__list {
    display: -ms-grid!important;
    display: grid!important;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 24px
}

@media (min-width: 768px) and (max-width:1279px) {
    .products-tarifs .boxed-version__list {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: clamp(1rem,.111rem + 1.85vw,1.5rem);
        max-width: 100vw
    }

    .products-tarifs .boxed-version__list .swiper-slide {
        margin: 0!important
    }

    .products-tarifs .boxed-version__list:not(:has(.swiper-slide:nth-child(4))) .swiper-slide:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
        width: 100%!important
    }

    .products-tarifs .boxed-version__list:not(:has(.swiper-slide:nth-child(4))) .swiper-slide:nth-child(3) .boxed-version__item {
        -ms-grid-columns: 1fr auto;
        grid-template-columns: 1fr auto
    }

    .products-tarifs .boxed-version__list:not(:has(.swiper-slide:nth-child(4))) .swiper-slide:nth-child(3) .boxed-version__item--title {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-column-align: start;
        justify-self: start;
        text-align: left
    }

    .products-tarifs .boxed-version__list:not(:has(.swiper-slide:nth-child(4))) .swiper-slide:nth-child(3) .boxed-version__item--desc {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-column-align: start;
        justify-self: start;
        text-align: left
    }

    .products-tarifs .boxed-version__list:not(:has(.swiper-slide:nth-child(4))) .swiper-slide:nth-child(3) .boxed-version__item--block {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
        -ms-grid-column: 2;
        grid-column: 2
    }

    .products-tarifs .boxed-version__list:not(:has(.swiper-slide:nth-child(4))) .swiper-slide:nth-child(3) .boxed-version__item--actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .products-tarifs .boxed-version__list:not(:has(.swiper-slide:nth-child(4))) .swiper-slide:nth-child(3) .boxed-version__item--actions .btn--primary {
        min-width: 190px
    }
}

@media (max-width: 767px) {
    .products-tarifs .boxed-version__list {
        display:-webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        gap: 0
    }

    .products-tarifs .boxed-version__list .swiper-wrapper {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .products-tarifs .boxed-version__list .swiper-slide {
        height: auto!important
    }
}

.products-tarifs .boxed-version__item {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: auto 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    container-type: inline-size;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: clamp(.625rem,-.053rem + 3.01vw,1.875rem);
    background: var(--color-white);
    padding: 24px clamp(1.125rem,.718rem + 1.81vw,1.875rem);
    height: 100%;
    color: var(--color-deep-grey)
}

.products-tarifs .boxed-version__item--title {
    -ms-grid-column-align: center;
    justify-self: center;
    font-weight: 600;
    font-size: clamp(1rem,.89rem + .49vw,1.125rem);
    line-height: 130%;
    text-align: center
}

.products-tarifs .boxed-version__item--desc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: auto;
    font-weight: 400;
    font-size: clamp(.875rem,.765rem + .49vw,1rem);
    line-height: 130%;
    text-align: center
}

.products-tarifs .boxed-version__item--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 3;
    grid-row: 3;
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-self: center;
    width: 100%
}

@media screen and (max-width: 1279px) {
    .products-tarifs .boxed-version__item--block {
        width:auto
    }

    .products-tarifs .boxed-version__item--actions .btn--primary {
        min-width: 190px
    }
}

.products-tarifs .boxed-version__item--price {
    font-weight: 600;
    font-size: clamp(1.25rem,1.029rem + .98vw,1.5rem);
    line-height: 130%;
    text-align: center
}

.products-tarifs .boxed-version__item--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .products-tarifs .boxed-version__item--actions {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.products-tarifs .boxed-version__item--actions .btn--primary {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

.products-tarifs .boxed-version__item--actions .link-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: color var(--transition);
    transition: color var(--transition);
    padding: 0;
    color: var(--color-grey);
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

.products-tarifs .boxed-version__item--actions .link-arrow:hover {
    color: var(--color-green)
}

@media (max-width: 1279px) {
    .products-tarifs .boxed-version__item--actions .link-arrow {
        color:var(--color-green)
    }
}

.products-tarifs .test-editorial .section-head__image {
    width: 292px;
    height: 176px
}

@media screen and (max-width: 1023px) {
    .products-tarifs .test-editorial .section-head__image {
        display:none
    }
}

.products-tarifs .test-editorial .section-head__image img {
    -o-object-fit: contain;
    object-fit: contain
}

.products-tarifs .migration-update {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-tarifs .migration-update__container {
    position: relative
}

.products-tarifs .migration-update__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: clamp(1.875rem,.858rem + 4.52vw,3.75rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.products-tarifs .migration-update__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: clamp(1.875rem,.858rem + 4.52vw,3.75rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.products-tarifs .migration-update__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.products-tarifs .migration-update__steps--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px
}

@media (max-width: 767px) {
    .products-tarifs .migration-update__steps--list {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }

    .products-tarifs .migration-update__steps--list .step-item.launch .step-item__icon {
        margin: 0 auto
    }
}

.products-tarifs .migration-update__steps--list .step-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 10px;
    background: var(--color-white);
    padding: 20px
}

.products-tarifs .migration-update__steps--list .step-item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px
}

.products-tarifs .migration-update__steps--list .step-item__icon ig {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.products-tarifs .migration-update__steps--list .step-item__desc {
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%
}

.products-tarifs .migration-update__steps--list .step-item.launch {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 0;
    padding: 0
}

.products-tarifs .migration-update__steps--list .step-item.launch .step-item__icon {
    width: clamp(6.25rem,3.493rem + 12.25vw,9.375rem);
    height: clamp(6.25rem,3.493rem + 12.25vw,9.375rem)
}

.products-tarifs .migration-update__steps--list .step-item.launch .step-item__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    font-weight: 600;
    font-size: 18px
}

.products-tarifs .migration-update__steps--list:has(.step-item:nth-last-of-type(5)) {
    gap: 16px
}

@media (max-width: 767px) {
    .products-tarifs .migration-update__steps--list:has(.step-item:nth-last-of-type(5)) {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }
}

.products-tarifs .migration-update__steps--list:has(.step-item:nth-last-of-type(5)) .step-item:not(:last-of-type) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media (min-width: 768px) and (max-width:1279px) {
    .products-tarifs .migration-update__steps--list {
        display:-ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        width: 100%
    }

    .products-tarifs .migration-update__steps--list:has(.step-item:nth-last-of-type(5)) {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6,1fr);
        gap: 16px;
        width: 100%
    }

    .products-tarifs .migration-update__steps--list:has(.step-item:nth-last-of-type(5)) .step-item:not(:last-of-type) {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }

    .products-tarifs .migration-update__steps--list:has(.step-item:nth-last-of-type(5)) .step-item:nth-of-type(4) {
        -ms-grid-column-span: 3;
        grid-column: span 3
    }
}

.products-tarifs .migration-update__steps--list:has(.step-item:nth-last-of-type(5)) .step-item:not(:last-of-type) .step-item__icon {
    width: 30px;
    height: 30px
}

@media (max-width: 767px) {
    .products-tarifs .migration-update__steps--list:has(.step-item:nth-last-of-type(5)) .step-item:not(:last-of-type) {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }

    .products-tarifs .migration-update__steps--list:has(.step-item:nth-last-of-type(5)) .step-item:not(:last-of-type) .step-item__icon {
        width: 40px;
        height: 40px
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .products-tarifs .migration-update__steps--list:has(.step-item:nth-last-of-type(5)) .step-item.launch {
        -ms-grid-column-span:3;
        grid-column: span 3
    }

    .products-tarifs .migration-update__steps--list:has(.step-item:nth-last-of-type(5)) .step-item.launch .step-item__icon {
        margin: 0 auto
    }
}

.products-tarifs .migration-update__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.products-tarifs .migration-update__info--title {
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.729rem + 1.2vw,1.5rem);
    line-height: 130%
}

.products-tarifs .benefit .benefit__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr)
}

@media (max-width: 767px) {
    .products-tarifs .benefit .benefit__inner {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }
}

.products-tarifs .benefit .benefit-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: clamp(.75rem,.614rem + .6vw,1rem)
}

.products-tarifs .benefit .benefit-item__icon {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    width: 40px;
    height: 40px
}

.products-tarifs .benefit .benefit-item__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center
}

.products-tarifs .benefit .boxed-item .benefit-item__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center
}

.products-tarifs .benefit .benefit-item__desc {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row-align: start;
    align-self: start
}

.products-tarifs .crm-related {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-tarifs .crm-related__list {
    position: relative;
    grid-template-columns: repeat(2,minmax(210px,1fr));
    z-index: 1
}

@media (min-width: 640px) and (max-width:1279px) {
    .products-tarifs .crm-related__list:not(:has(>li:nth-of-type(6))) {
        -ms-grid-columns:(1fr)[6];
        grid-template-columns: repeat(6,1fr)
    }

    .products-tarifs .crm-related__list:not(:has(>li:nth-of-type(6)))>li {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }

    .products-tarifs .crm-related__list:not(:has(>li:nth-of-type(6)))>li:last-of-type,.products-tarifs .crm-related__list:not(:has(>li:nth-of-type(6)))>li:nth-of-type(4) {
        -ms-grid-column-span: 3;
        grid-column: span 3
    }
}

@media (max-width: 767px) {
    .products-tarifs .crm-related__list {
        grid-template-columns:repeat(auto-fill,minmax(295px,1fr))
    }
}

.products-tarifs .crm-related-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-align: center
}

.products-tarifs .crm-related-card__icon {
    width: 64px;
    height: 64px
}

.products-tarifs .crm-related-card__icon img {
    -o-object-fit: contain;
    object-fit: contain
}

.products-tarifs .crm-related-card__name {
    text-wrap: balance
}

@media screen and (max-width: 639px) {
    .products-tarifs .crm-related__list {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .products-tarifs .crm-related-card {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: auto 1fr;
        grid-template-columns: auto 1fr;
        row-gap: 16px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border-radius: 10px
    }

    .products-tarifs .crm-related-card__icon {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
        -ms-grid-column: 1;
        grid-column: 1;
        width: 90px;
        height: 90px
    }

    .products-tarifs .crm-related-card__name {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row-align: center;
        align-self: center;
        text-align: left
    }
}

.products-tarifs .crm-related-card__link {
    display: none
}

@media screen and (max-width: 639px) {
    .products-tarifs .crm-related-card__link {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        gap: 8px;
        color: var(--color-green);
        font-weight: 600;
        font-size: 18px;
        line-height: 110%
    }

    .products-tarifs .crm-related-card__link svg {
        rotate: 0deg
    }
}

.products-tarifs .certificates-about {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.products-tarifs .certificates-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: clamp(1.563rem,1.346rem + .96vw,2.188rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.products-tarifs .certificates-about .auto-page-partners__banner {
    position: relative;
    z-index: 1
}

.products-tarifs .certificates-about__head {
    margin-bottom: 0
}

.products-tarifs .certificates-about .certificates__ticker {
    -webkit-mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(9%,#000),color-stop(91%,#000),to(rgba(0,0,0,0)));
    -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 9%,#000 91%,rgba(0,0,0,0) 100%);
    mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(9%,#000),color-stop(91%,#000),to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 9%,#000 91%,rgba(0,0,0,0) 100%);
    margin-top: clamp(1.25rem,.385rem + 3.85vw,3.75rem)
}

@media (max-width: 767px) {
    .products-tarifs .certificates-about .certificates__ticker {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%)
    }
}

.tarif-boxed .tarifs,.tarif-cloud .tarifs {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.tarif-boxed .tarifs__wrap,.tarif-cloud .tarifs__wrap {
    position: relative
}

.tarif-boxed .tarifs__bg-gradient--green,.tarif-cloud .tarifs__bg-gradient--green {
    top: -7%;
    left: -16%;
    width: 1300px;
    height: 1300px
}

@media screen and (max-width: 1024px) {
    .tarif-boxed .tarifs__bg-gradient--green,.tarif-cloud .tarifs__bg-gradient--green {
        left:-37%
    }
}

@media screen and (max-width: 768px) {
    .tarif-boxed .tarifs__bg-gradient--green,.tarif-cloud .tarifs__bg-gradient--green {
        left:-50%
    }
}

@media screen and (max-width: 425px) {
    .tarif-boxed .tarifs__bg-gradient--green,.tarif-cloud .tarifs__bg-gradient--green {
        top:0;
        left: -85%;
        width: 1000px;
        height: 1000px
    }
}

.tarif-boxed .tarifs__bg-gradient--blue,.tarif-cloud .tarifs__bg-gradient--blue {
    top: -7%;
    left: 26%;
    width: 1300px;
    height: 1300px
}

@media screen and (max-width: 1023px) {
    .tarif-boxed .tarifs__bg-gradient--blue,.tarif-cloud .tarifs__bg-gradient--blue {
        left:18%
    }
}

@media screen and (max-width: 1024px) {
    .tarif-boxed .tarifs__bg-gradient--blue,.tarif-cloud .tarifs__bg-gradient--blue {
        left:2%
    }

    .tarif-boxed .tarifs .section-head,.tarif-cloud .tarifs .section-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media screen and (max-width: 425px) {
    .tarif-boxed .tarifs__bg-gradient--blue,.tarif-cloud .tarifs__bg-gradient--blue {
        top:0;
        left: -27%;
        width: 1000px;
        height: 1000px
    }
}

.tarif-boxed .tarifs .section-head .tarifs__tabs--actions,.tarif-cloud .tarifs .section-head .tarifs__tabs--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-transition: all var(--transition);
    transition: all var(--transition);
    border: 1px solid var(--color-blue);
    border-radius: 30px;
    padding: 8px
}

@media screen and (max-width: 1024px) {
    .tarif-boxed .tarifs .section-head .tarifs__tabs--actions,.tarif-cloud .tarifs .section-head .tarifs__tabs--actions {
        -ms-flex-item-align:center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

.tarif-boxed .tarifs .section-head .tarifs__tabs--actions__btn,.tarif-cloud .tarifs .section-head .tarifs__tabs--actions__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    padding: 8px;
    font-weight: 400;
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.tarif-boxed .tarifs .section-head .tarifs__tabs--actions__btn input,.tarif-cloud .tarifs .section-head .tarifs__tabs--actions__btn input {
    display: none
}

.tarif-boxed .tarifs .section-head .tarifs__tabs--actions__btn:hover,.tarif-cloud .tarifs .section-head .tarifs__tabs--actions__btn:hover {
    color: var(--color-green)
}

.tarif-boxed .tarifs .section-head .tarifs__tabs--actions__btn .procent,.tarif-cloud .tarifs .section-head .tarifs__tabs--actions__btn .procent {
    border-radius: 20px;
    background: var(--color-orange);
    padding: 4px 8px;
    color: var(--color-white);
    font-weight: 600;
    font-size: clamp(.875rem,.764rem + .49vw,1rem);
    line-height: 110%
}

.tarif-boxed .tarifs .section-head .tarifs__tabs--actions__btn:has(input[type=radio]:checked),.tarif-cloud .tarifs .section-head .tarifs__tabs--actions__btn:has(input[type=radio]:checked) {
    background: var(--color-blue);
    color: var(--color-white)
}

.tarif-boxed .tarifs .section-head .tarifs__tabs--actions__btn:has(input[type=radio]:checked):hover,.tarif-cloud .tarifs .section-head .tarifs__tabs--actions__btn:has(input[type=radio]:checked):hover {
    background: #9cc5f5;
    color: var(--color-green)
}

.tarif-boxed .tarifs__inner,.tarif-cloud .tarifs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    z-index: 1
}

.tarif-boxed .tarifs-boxed-swiper,.tarif-cloud .tarifs-boxed-swiper {
    width: 100%;
    max-width: 100%
}

@media (max-width: 1279px) {
    .tarif-boxed .tarifs-boxed-swiper,.tarif-cloud .tarifs-boxed-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(8%,#000),color-stop(92%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 8%,#000 92%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(8%,#000),color-stop(92%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 8%,#000 92%,rgba(0,0,0,0) 100%);
        margin-inline:-45px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:45px;width: calc(100% + 90px);
        max-width: calc(100% + 90px)
    }
}

@media (max-width: 767px) {
    .tarif-boxed .tarifs-boxed-swiper,.tarif-cloud .tarifs-boxed-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(6%,#000),color-stop(94%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 6%,#000 94%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(6%,#000),color-stop(94%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 6%,#000 94%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.tarif-boxed .tarifs-boxed-swiper .swiper-wrapper,.tarif-cloud .tarifs-boxed-swiper .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.tarif-boxed .tarifs-boxed-swiper .swiper-slide,.tarif-cloud .tarifs-boxed-swiper .swiper-slide {
    height: auto
}

.tarif-boxed .tarifs-cloud-swiper,.tarif-cloud .tarifs-cloud-swiper {
    margin-top: -20px;
    margin-inline:-45px;padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%
}

@media (max-width: 1279px) {
    .tarif-boxed .tarifs-cloud-swiper,.tarif-cloud .tarifs-cloud-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(8%,#000),color-stop(92%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 8%,#000 92%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),color-stop(8%,#000),color-stop(92%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 8%,#000 92%,rgba(0,0,0,0) 100%);
        margin-top: -10px;
        margin-inline:-45px;padding-top: 10px;
        padding-bottom: 20px;
        padding-inline:45px;width: calc(100% + 90px);
        max-width: calc(100% + 90px)
    }
}

@media (max-width: 767px) {
    .tarif-boxed .tarifs-cloud-swiper,.tarif-cloud .tarifs-cloud-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.tarif-boxed .tarifs-cloud-swiper .swiper-wrapper,.tarif-cloud .tarifs-cloud-swiper .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media screen and (min-width: 1440px) {
    .tarif-boxed .tarifs-cloud-swiper .swiper-wrapper,.tarif-cloud .tarifs-cloud-swiper .swiper-wrapper {
        display:-ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5,1fr);
        gap: 16px
    }
}

.tarif-boxed .tarifs-cloud-swiper .swiper-slide,.tarif-cloud .tarifs-cloud-swiper .swiper-slide {
    height: auto
}

.tarif-boxed .tarifs-cloud-swiper .swiper-wrapper:has(.swiper-slide:nth-of-type(5)) .swiper-slide .tarif-item,.tarif-cloud .tarifs-cloud-swiper .swiper-wrapper:has(.swiper-slide:nth-of-type(5)) .swiper-slide .tarif-item {
    border-radius: 10px;
    padding: 30px 16px
}

.tarif-boxed .tarifs-cloud-swiper .swiper-wrapper:has(.swiper-slide:nth-of-type(5)) .swiper-slide .tarif-item .privilege__item::before,.tarif-cloud .tarifs-cloud-swiper .swiper-wrapper:has(.swiper-slide:nth-of-type(5)) .swiper-slide .tarif-item .privilege__item::before {
    width: 20px;
    height: 20px
}

.tarif-boxed .tarifs-boxed__controls,.tarif-boxed .tarifs-cloud__controls,.tarif-cloud .tarifs-boxed__controls,.tarif-cloud .tarifs-cloud__controls {
    display: none
}

@media (max-width: 1279px) {
    .tarif-boxed .tarifs-boxed__controls,.tarif-boxed .tarifs-cloud__controls,.tarif-cloud .tarifs-boxed__controls,.tarif-cloud .tarifs-cloud__controls {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.tarif-boxed .tarifs-boxed-pagination,.tarif-boxed .tarifs-cloud-pagination,.tarif-cloud .tarifs-boxed-pagination,.tarif-cloud .tarifs-cloud-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.tarif-boxed .comparsion-functionality .comparison-versions__inner,.tarif-cloud .comparsion-functionality .comparison-versions__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1.875rem,1.151rem + 2.97vw,3.75rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) and (max-width:1199px) {
    .tarif-boxed .comparsion-functionality .table-card[data-table-id=table1] .accordion-arrow,.tarif-cloud .comparsion-functionality .table-card[data-table-id=table1] .accordion-arrow {
        display:none
    }

    .tarif-boxed .comparsion-functionality .table-card[data-table-id=table1] .accordion-body,.tarif-cloud .comparsion-functionality .table-card[data-table-id=table1] .accordion-body {
        max-height: none
    }
}

@media screen and (min-width: 1200px) {
    .products-tarifs .comparison-versions .table-card.narrow th {
        text-align:left
    }

    .tarif-boxed .comparsion-functionality .table-card:not([data-table-id=table1]) table thead,.tarif-cloud .comparsion-functionality .table-card:not([data-table-id=table1]) table thead {
        display: none
    }
}

.tarif-boxed .comparsion-functionality .table-card__title,.tarif-cloud .comparsion-functionality .table-card__title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: clamp(1rem,.827rem + .77vw,1.5rem)
}

.tarif-boxed .comparsion-functionality table,.tarif-cloud .comparsion-functionality table {
    table-layout: fixed
}

.tarif-boxed .comparsion-functionality table td:first-child,.tarif-boxed .comparsion-functionality table th:first-child,.tarif-cloud .comparsion-functionality table td:first-child,.tarif-cloud .comparsion-functionality table th:first-child {
    z-index: 2;
    width: 20%;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.194rem + 1.06vw,1.125rem);
    line-height: 130%;
    text-align: left;
    text-wrap: balance
}

.tarif-boxed .comparsion-functionality table th,.tarif-cloud .comparsion-functionality table th {
    border-bottom: 1px solid var(--color-ivory);
    color: var(--color-blue);
    font-weight: 600;
    font-size: clamp(.875rem,.194rem + 1.06vw,1.125rem);
    line-height: 110%;
    text-align: center
}

.tarif-boxed .comparsion-functionality table td,.tarif-cloud .comparsion-functionality table td {
    color: var(--color-deep-grey);
    font-size: clamp(.875rem,.535rem + .53vw,1rem);
    line-height: 130%;
    text-align: center
}

@media (min-width: 767px) and (max-width:1023px) {
    .tarif-boxed .comparsion-functionality table td:first-child,.tarif-boxed .comparsion-functionality table th:first-child,.tarif-cloud .comparsion-functionality table td:first-child,.tarif-cloud .comparsion-functionality table th:first-child {
        padding:0;
        width: 0;
        overflow: hidden
    }

    .tarif-boxed .comparsion-functionality table td:not(:first-of-type),.tarif-cloud .comparsion-functionality table td:not(:first-of-type) {
        vertical-align: bottom;
        padding-top: 35px;
        padding-bottom: 5px
    }

    .tarif-boxed .comparsion-functionality table td:first-child,.tarif-cloud .comparsion-functionality table td:first-child {
        padding: 0;
        width: 0;
        overflow: hidden
    }

    .tarif-boxed .comparsion-functionality table tr,.tarif-cloud .comparsion-functionality table tr {
        position: relative
    }

    .tarif-boxed .comparsion-functionality table .index,.tarif-cloud .comparsion-functionality table .index {
        position: absolute;
        top: 10px;
        left: 0;
        font-weight: 600
    }
}

.tarif-boxed .comparsion-functionality table tbody td .text,.tarif-cloud .comparsion-functionality table tbody td .text {
    display: block;
    text-align: center
}

.tarif-boxed .launching,.tarif-cloud .launching {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.tarif-boxed .launching__container,.tarif-cloud .launching__container {
    position: relative
}

.tarif-boxed .launching__bg-gradient--green,.tarif-cloud .launching__bg-gradient--green {
    top: -41%;
    left: 41%;
    width: 700px;
    height: 700px
}

@media (max-width: 1279px) {
    .tarif-boxed .launching__bg-gradient--green,.tarif-cloud .launching__bg-gradient--green {
        top:-27%;
        left: 23%
    }
}

@media (max-width: 767px) {
    .tarif-boxed .launching__bg-gradient--green,.tarif-cloud .launching__bg-gradient--green {
        top:-3%;
        left: -24%
    }
}

.tarif-boxed .launching__bg-gradient--blue,.tarif-cloud .launching__bg-gradient--blue {
    top: -36%;
    left: -2%;
    width: 700px;
    height: 700px
}

.tarif-boxed .launching__inner,.tarif-cloud .launching__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    row-gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1
}

.tarif-boxed .launching__list,.tarif-cloud .launching__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    gap: 24px;
    counter-reset: example
}

@media (max-width: 1279px) {
    .tarif-boxed .launching__bg-gradient--blue,.tarif-cloud .launching__bg-gradient--blue {
        top:-36%;
        left: -35%
    }

    .tarif-boxed .launching__list,.tarif-cloud .launching__list {
        gap: 16px
    }
}

.tarif-boxed .launching-item,.tarif-cloud .launching-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    gap: clamp(1rem,.111rem + 1.85vw,1.5rem);
    counter-increment: example 1;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 10px;
    background: var(--color-white);
    padding: clamp(1rem,.864rem + .6vw,1.25rem);
    color: var(--color-deep-grey)
}

.tarif-boxed .launching-item::before,.tarif-cloud .launching-item::before {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    content: counter(example,decimal-leading-zero) ". ";
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: 18px;
    line-height: 130%
}

.tarif-boxed .launching-item__title,.tarif-cloud .launching-item__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    font-weight: 600;
    font-size: clamp(1rem,.89rem + .49vw,1.125rem);
    line-height: 130%
}

.tarif-boxed .launching-item__desc,.tarif-cloud .launching-item__desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-size: clamp(.875rem,.765rem + .49vw,1rem)
}

.tarif-boxed .launching__info,.tarif-cloud .launching__info {
    max-width: 84ch;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.89rem + .49vw,1.125rem);
    line-height: 130%;
    font-family: var(--font-family)
}

.tarif-boxed .crm-related__list,.tarif-cloud .crm-related__list {
    position: relative;
    z-index: 1
}

.tarif-boxed .crm-related__list:not(:has(>li:nth-of-type(5))),.tarif-cloud .crm-related__list:not(:has(>li:nth-of-type(5))) {
    grid-template-columns: repeat(2,minmax(300px,1fr))
}

.tarif-boxed .crm-related__list:not(:has(>li:nth-of-type(6)))>li,.tarif-boxed .crm-related__list:not(:has(>li:nth-of-type(6)))>li:nth-of-type(4),.tarif-cloud .crm-related__list:not(:has(>li:nth-of-type(6)))>li,.tarif-cloud .crm-related__list:not(:has(>li:nth-of-type(6)))>li:nth-of-type(4) {
    grid-column: auto
}

.tarif-boxed .crm-related-card,.tarif-cloud .crm-related-card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 24px;
    padding: 23px 14px;
    height: 100%
}

.tarif-boxed .crm-related-card__name,.tarif-cloud .crm-related-card__name {
    text-align: left
}

.tarif-boxed .crm-related-card__link,.tarif-cloud .crm-related-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tarif-boxed .tarifs-boxed-swiper {
    margin-top: -20px;
    margin-inline:-45px;padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%
}

@media screen and (max-width: 767px) {
    .tarif-boxed .tarifs-boxed-swiper {
        -webkit-mask-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        -webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        mask-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(7%,#000),color-stop(93%,#000),to(rgba(0,0,0,0)));
        mask-image: linear-gradient(to right,rgba(0,0,0,0) 0,#000 7%,#000 93%,rgba(0,0,0,0) 100%);
        margin-inline:-16px;padding-top: 6px;
        padding-bottom: 20px;
        padding-inline:16px;width: calc(100% + 32px);
        max-width: calc(100% + 32px)
    }
}

.tarif-boxed .tarifs-boxed-swiper .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media screen and (min-width: 1279px) {
    .tarif-boxed .tarifs-boxed-swiper .swiper-wrapper {
        display:-ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr);
        gap: 24px
    }
}

.tarif-boxed .tarifs-boxed-swiper .swiper-slide {
    height: auto
}

.tarif-cloud .hero__title {
    max-width: 925px
}

.tarif-cloud .benefit .benefit__inner:has(> .benefit-item:nth-child(4):last-child) {
  -ms-grid-columns: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
}

.tarif-cloud .benefit .benefit__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(3,1fr);
    gap: 24px
}



@media (max-width: 767px) {
    .tarif-boxed .launching__bg-gradient--blue,.tarif-cloud .launching__bg-gradient--blue {
        top:-19%;
        left: -86%
    }

    .tarif-cloud .benefit .benefit__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .tarif-cloud .benefit .benefit-item {
        row-gap: 8px
    }
}

.tarif-cloud .benefit .benefit-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    gap: 16px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 20px
}

.tarif-cloud .benefit .benefit-item__icon {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center;
    width: 40px;
    height: 40px
}

.tarif-cloud .benefit .benefit-item__title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-align: left
}

@media (max-width: 1279px) {
    .tarif-boxed .crm-related-card,.tarif-cloud .crm-related-card {
        row-gap:12px;
        padding-right: 16px;
        padding-left: 16px
    }

    .tarif-cloud .benefit .benefit__inner {
        gap: 16px
    }

    .tarif-cloud .benefit .benefit-item {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        padding: 16px
    }

    .tarif-cloud .benefit .benefit-item__title {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .tarif-cloud .benefit .benefit-item__title {
        font-size:16px
    }
}

.tarif-cloud .benefit .benefit-item__desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%
}

.free-cloud .hero__title,.shop-boxed .hero__title {
    max-width: 953px
}

.technical-features {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.technical-features__container {
    position: relative
}

.technical-features__bg-gradient--green {
    top: -6%;
    left: 2%;
    width: 700px;
    height: 700px
}

@media (max-width: 1279px) {
    .tarif-cloud .benefit .benefit-item__desc {
        font-size:14px
    }

    .technical-features__bg-gradient--green {
        top: -11%;
        left: -23%
    }
}

@media (max-width: 767px) {
    .technical-features__bg-gradient--green {
        top:-1%;
        left: -47%
    }
}

.technical-features__bg-gradient--blue {
    top: -5%;
    left: 36%;
    width: 700px;
    height: 700px
}

@media (max-width: 1279px) {
    .technical-features__bg-gradient--blue {
        top:-5%;
        left: 20%
    }
}

.technical-features__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    z-index: 1
}

.technical-features__list {
    display: -ms-grid;
    display: grid;
    position: relative;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6,1fr);
    gap: 24px;
    z-index: 1
}

.technical-features__list:not(:has(.technical-features__item:nth-of-type(5))) {
    grid-template-columns: repeat(auto-fill,minmax(310px,1fr))
}

.technical-features__list:not(:has(.technical-features__item:nth-of-type(5))) .technical-features__item {
    grid-column: auto
}

.technical-features__list:not(:has(.technical-features__item:nth-of-type(5))) .technical-features__item:nth-of-type(4) {
    grid-column: auto!important
}

@media screen and (max-width: 1431px) {
    .technical-features__list:not(:has(.technical-features__item:nth-of-type(5))) {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }
}

.technical-features__list:not(:has(.technical-features__item:nth-of-type(6))) .technical-features__item:nth-of-type(4),.technical-features__list:not(:has(.technical-features__item:nth-of-type(6))) .technical-features__item:nth-of-type(5) {
    -ms-grid-column-span: 3;
    grid-column: span 3
}

@media screen and (max-width: 1023px) {
    .technical-features__list {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }

    .technical-features__list:not(:has(.technical-features__item:nth-of-type(6))) .technical-features__item:nth-of-type(4) {
        grid-column: auto
    }

    .technical-features__list:not(:has(.technical-features__item:nth-of-type(6))) .technical-features__item:nth-of-type(5) {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }
}

@media screen and (max-width: 767px) {
    .technical-features__list,.technical-features__list:not(:has(.technical-features__item:nth-of-type(5))) {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .technical-features__list:not(:has(.technical-features__item:nth-of-type(6))) .technical-features__item:nth-of-type(5) {
        grid-column: auto
    }
}

.technical-features__title {
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.729rem + 1.2vw,1.5rem);
    line-height: 130%
}

.technical-features__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    gap: clamp(.75rem,.529rem + .98vw,1rem);
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: clamp(.625rem,-.053rem + 3.01vw,1.875rem);
    background: var(--color-white);
    padding: clamp(1rem,.864rem + .6vw,1.25rem);
    color: var(--color-deep-grey)
}

@media screen and (max-width: 1023px) {
    .technical-features__item {
        grid-column:auto
    }

    .advantages .section-head .btn {
        display: none
    }
}

.technical-features__item--icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 40px;
    height: 40px
}

.technical-features__item--icon img {
    -o-object-fit: contain;
    object-fit: contain
}

.technical-features__item--title {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: 600;
    font-size: clamp(1rem,.957rem + .19vw,1.125rem);
    line-height: 130%
}

.technical-features__item--desc {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    font-weight: 400;
    font-size: clamp(.875rem,.832rem + .19vw,1rem);
    line-height: 130%
}

.technical-features .system-requirements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: clamp(1rem,.864rem + .6vw,1.25rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: clamp(.625rem,.286rem + 1.51vw,1.25rem)
}

.technical-features .system-requirements__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 1.5em;
    font-size: clamp(1rem,.932rem + .3vw,1.125rem);
    line-height: 130%
}

@media (max-width: 767px) {
    .technical-features__bg-gradient--blue {
        top:15%;
        left: -37%
    }

    .technical-features .system-requirements__list {
        font-size: 14px
    }
}

.technical-features .system-requirements__list>li {
    font-weight: 400
}

.technical-features .system-requirements__list>li span {
    font-weight: 600
}

.technical-features .system-requirements__title {
    max-width: 1010px;
    color: var(--color-deep-grey);
    font-weight: 600;
    font-size: clamp(1rem,.729rem + 1.2vw,1.5rem);
    line-height: 130%
}

.advantages {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.advantages .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0
}

.advantages .section-head {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px
}

.advantages__btn {
    margin: 30px auto 0;
    min-width: 200px
}

@media screen and (min-width: 1024px) {
    .advantages__btn {
        display:none
    }
}

.order-license {
    padding: clamp(1.875rem,.901rem + 4.33vw,4.688rem) 0
}

.order-license__inner {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
    border-radius: 30px;
    background: var(--color-white);
    padding: 40px
}

.order-license__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.order-license__tabs--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start
}

@media (max-width: 1279px) {
    .order-license__inner {
        padding:30px
    }

    .order-license__tabs--buttons {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }
}

@media (max-width: 767px) {
    .order-license__inner {
        padding:20px
    }

    .order-license__tabs--buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.order-license__tab {
    -webkit-transition: all var(--transition);
    transition: all var(--transition);
    border-bottom: 1px solid transparent;
    padding: 8px 16px;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.654rem + .98vw,1.125rem);
    line-height: 130%
}

.order-license__tab--active {
    border-bottom: 1px solid var(--color-green);
    color: var(--color-green)
}

.order-license__viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.order-license__form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    margin: 0;
    width: 100%;
    max-width: 1167px
}

@media screen and (max-width: 1023px) {
    .order-license__form {
        -ms-grid-columns:(1fr)[2];
        grid-template-columns: repeat(2,1fr);
        gap: 16px
    }
}

.order-license__form select.cta__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-grey);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%
}

.order-license__form button[type=submit] {
    -ms-grid-column-align: start;
    justify-self: start;
    min-width: 200px
}

.order-license__form .cta__consent {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3
}

@media screen and (max-width: 767px) {
    .order-license__form {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }

    .order-license__form button[type=submit] {
        -ms-grid-column-align: center;
        justify-self: center;
        margin-top: 14px
    }

    .order-license__form .cta__consent {
        -ms-grid-column: 1;
        grid-column: 1
    }
}

.scrollable-table {
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.license-table,table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed
}

.license-table {
    min-width: 680px
}

.license-table td,.license-table th,table td,table th {
    vertical-align: middle;
    border-bottom: 1px solid var(--color-ivory);
    padding: 12px clamp(.625rem,-.125rem + 1.56vw,1.125rem);
    text-align: center
}

.license-table td:last-child,.license-table th:last-child {
    border-right: none
}

.license-table th,table th {
    border-bottom: 1px solid var(--color-ivory);
    color: var(--color-blue);
    font-weight: 600;
    font-size: clamp(.875rem,-.063rem + 1.95vw,1.5rem);
    line-height: 110%;
    text-align: center
}

.license-table td:first-child,.license-table th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    -webkit-box-shadow: inset -1px 0 0 #e9edf2,2px 0 5px -2px rgba(0,0,0,.02);
    box-shadow: inset -1px 0 0 #e9edf2,2px 0 5px -2px rgba(0,0,0,.02);
    background-color: #fff;
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: clamp(.875rem,.5rem + .78vw,1.125rem);
    line-height: 130%
}

table th {
    background-color: var(--color-white)
}

table tbody td>ul {
    padding-left: 1.2em
}

table tbody td:first-child {
    padding-left: 0
}

.scrollable-table .license-table td:first-child,.scrollable-table .license-table th:first-child {
    position: sticky;
    left: 0;
    background: var(--color-white);
    padding: clamp(.75rem,.469rem + .59vw,.938rem) clamp(.625rem,-.125rem + 1.56vw,1.125rem) clamp(.75rem,.469rem + .59vw,.938rem) 0;
    width: clamp(8.75rem,3.125rem + 11.72vw,12.5rem);
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
    text-wrap: balance
}

@media screen and (max-width: 485px) {
    .license-table td:first-child,.license-table th:first-child,.products-tarifs .comparison-versions .table-card.narrow td:first-child,.products-tarifs .comparison-versions .table-card.narrow th:first-child,.scrollable-table .license-table td:first-child,.scrollable-table .license-table th:first-child {
        position:relative
    }
}

.license-table tr:hover td {
    -webkit-transition: .1s;
    transition: .1s;
    background-color: #fafcff
}

.icon-check {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 60px;
    background: #1e7e34;
    width: 30px;
    height: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

.icon-check::before {
    display: block;
    background-image: url(../img/content/products/license/icon-plus.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    content: ""
}

.icon-minus {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    background: var(--color-light-grey);
    width: 30px;
    height: 30px;
    font-weight: 600;
    font-size: 14px
}

.icon-minus::before {
    display: block;
    background-image: url(../img/content/products/license/icon-minus.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    content: ""
}

.cell-value {
    font-weight: 500
}

.license-table th:first-child {
    position: sticky;
    left: 0;
    z-index: 3
}

.scrollable-table::-webkit-scrollbar {
    height: 6px
}

.scrollable-table::-webkit-scrollbar-track {
    border-radius: 8px;
    background: var(--color-ivory)
}

.scrollable-table::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--color-grey)
}

.scrollable-table::-webkit-scrollbar-thumb:hover {
    background: #94adc4
}

.desktop-view {
    display: table-row-group;
    width: 100%
}

.mobile-accordion-view {
    display: none;
    background: #fff;
    padding: 0
}

.accordion-item {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.02);
    box-shadow: 0 2px 8px rgba(0,0,0,.02);
    background: #fff;
    overflow: hidden
}

.accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    background: #fff;
    padding: 1.1rem 1.2rem;
    font-weight: 400
}

.accordion-header.active {
    border-bottom-color: #e2eaf2;
    background: #fbfeff
}

.feature-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.badge-count {
    border-radius: 40px;
    background: #ecf3f9;
    padding: .2rem .65rem;
    color: #2c6b8f;
    font-weight: 500;
    font-size: .7rem
}

.accordion-arrow {
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s,-webkit-transform .25s;
    color: inherit;
    font-weight: 300;
    font-size: 1.2rem
}

.accordion-header.active .accordion-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion-body {
    -webkit-transition: max-height .35s cubic-bezier(.33,1,.68,1);
    transition: max-height .35s cubic-bezier(.33,1,.68,1);
    max-height: 0;
    overflow: hidden
}

.accordion-body-inner {
    padding: .8rem 1rem 1rem
}

.tariff-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--color-ivory);
    padding: .8rem .4rem
}

.tariff-row:last-child {
    border-bottom: none
}

.tariff-name {
    padding: .2rem .6rem;
    font-weight: 600
}

.tariff-value {
    color: var(--color-deep-grey);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center
}

@media (max-width: 1200px) {
    .comparison-versions:not(:has(.narrow)) .desktop-view {
        display:none
    }

    .comparison-versions:not(:has(.narrow)) .tablet-view {
        position: sticky;
        top: 0
    }

    .comparison-versions:not(:has(.narrow)) table th:first-child {
        display: none
    }

    .comparison-versions:not(:has(.narrow)) .mobile-accordion-view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .comparison-versions:not(:has(.narrow)) .accordion-header {
        border-bottom: 1px solid var(--color-ivory);
        padding: 8px 20px 8px 0
    }

    .comparison-versions:not(:has(.narrow)) .accordion-body-inner {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-auto-flow: column
    }

    .comparison-versions:not(:has(.narrow)) .feature-title {
        font-weight: 600
    }

    .comparison-versions:not(:has(.narrow)) .tariff-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 8px;
        color: var(--color-deep-grey);
        font-weight: 400;
        font-size: 14px;
        line-height: 130%;
        text-align: center
    }

    .comparison-versions:not(:has(.narrow)) .tariff-name {
        display: none
    }

    .comparison-versions:not(:has(.narrow)) .tariff-value {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        font-size: 14px
    }
}

@media screen and (max-width: 1024px) {
    .table-card:has(.width-1024) .desktop-view {
        display:none
    }

    .table-card:has(.width-1024) .mobile-accordion-view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 12px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .table-card:has(.width-1024) .accordion-header {
        border-bottom: 1px solid var(--color-ivory);
        padding: 8px 10px 4px 0
    }

    .table-card:has(.width-1024) .accordion-body-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid var(--color-ivory);
        padding-inline:0}

    .table-card:has(.width-1024) .tariff-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        border: 0;
        padding: 0
    }

    .table-card:has(.width-1024) .tariff-name {
        padding-inline:0;padding-block:6px;color: var(--color-blue);
        font-weight: 600;
        font-size: 14px;
        line-height: 110%
    }

    .table-card:has(.width-1024) .tariff-value {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 14px;
        text-align: left
    }
}

@media screen and (max-width: 767px) {
    .desktop-view {
        display:none
    }

    .mobile-accordion-view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .comparison-versions:not(:has(.narrow)) .accordion-header {
        padding: 8px 10px 4px 0
    }

    .comparison-versions:not(:has(.narrow)) .accordion-body-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-inline:0}

    .comparison-versions:not(:has(.narrow)) .feature-title {
        font-size: 14px
    }

    .comparison-versions:not(:has(.narrow)) .tariff-row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        border: 0
    }

    .comparison-versions:not(:has(.narrow)) .tariff-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: var(--color-blue);
        font-weight: 600;
        font-size: 14px;
        line-height: 110%
    }

    .comparison-versions:not(:has(.narrow)) .tariff-value {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 14px;
        text-align: left
    }

    .comparison-versions:not(:has(.narrow)) .tablet-view {
        display: none
    }

    .accordion-header {
        border-bottom: 1px solid var(--color-ivory);
        padding: 8px 10px 4px 0
    }

    .accordion-body-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-inline:0}

    .feature-title {
        font-weight: 600;
        font-size: 14px
    }

    .tariff-row {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr);
        border: 0
    }

    .tariff-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: var(--color-blue);
        font-weight: 600;
        font-size: 14px;
        line-height: 110%
    }

    .tariff-value {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        font-size: 14px;
        text-align: left
    }

    .tariff-value ul {
        padding-left: .8em;
        list-style-type: disc
    }

    .tariff-value ul>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px
    }

    .tariff-value ul>li::before {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 10px;
        background-color: currentColor;
        width: 4px;
        height: 4px;
        content: ""
    }

    .tablet-view {
        display: none
    }

    .comparison-versions:has(.narrow) .accordion-body-inner {
        row-gap: 16px
    }

    .comparison-versions:has(.narrow) .tariff-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0
    }

    .comparison-versions:has(.narrow) .tariff-name {
        padding-inline:0;padding-block:6px}
}
/*
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --minwidth-select: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid var(--color-ivory);
    border-radius: 30px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A") right 5px center/20px no-repeat;
    padding-inline:20px;padding-block:13px;min-width: var(--minwidth-select);
    color: var(--color-deep-grey)
}

@supports ((-webkit-appearance: base-select) or (-moz-appearance:base-select) or (appearance:base-select)) {
    select,select::picker(select) {
        -webkit-appearance:base-select;
        -moz-appearance: base-select;
        appearance: base-select;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        interpolate-size: allow-keywords
    }

    select:open {
        -webkit-animation-play-state: running;
        animation-play-state: running;
        background: var(--color-light-blue)
    }

    @media (prefers-reduced-motion) {
        select:open {
            -webkit-animation-play-state: paused;
            animation-play-state: paused
        }
    }

    select {
        background-image: none;
        padding-inline:20px}

    select img {
        width: 30px;
        line-height: 1
    }

    select::picker-icon {
        rotate: -90deg;
        -webkit-transition: rotate .2s ease-out;
        transition: rotate .2s ease-out;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
        width: 20px;
        height: 20px;
        content: ""
    }

    select:open::picker-icon {
        rotate: 0deg
    }

    select::picker(select) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        row-gap: 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        opacity: 0;
        -webkit-transition: height .4s ease-out,opacity .4s ease-out,overlay .4s,display .4s;
        transition: height .4s ease-out,opacity .4s ease-out,overlay .4s,display .4s;
        transition-behavior: allow-discrete;
        margin-top: 16px;
        -webkit-box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
        box-shadow: 0 4px 25px 0 rgba(1,8,3,.08);
        border: 1px solid var(--color-ivory,#e0e0e0);
        border-radius: 16px;
        background: var(--color-white,#fff);
        padding: 16px;
        max-width: 250px;
        height: 0;
        overflow: clip;
        font-weight: 400
    }

    select:open::picker(select) {
        opacity: 1;
        height: auto
    }

    select option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-property: color,background;
        transition-property: color,background;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        cursor: pointer;
        padding: 4px;
        color: var(--color-deep-grey,currentColor);
        font-size: 16px;
        text-wrap: auto
    }

    select option:where(:hover,:focus,:active) {
        background: var(--color-light-blue,#eef2fa)
    }

    select option:checked {
        background: var(--color-light-blue,#eef2fa)
    }

    select option::checkmark {
        display: none
    }

    select option:first-child {
        border: 0
    }

    select selectedcontent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px
    }
} */
