body.primirest-site .layout-main-wrapper,
body.primirest-site .primirest-content-gap-root {
    padding-top: var(--primirest-content-auto-gap, 0px);
}

body.primirest-front .layout-main-wrapper,
body.primirest-front .primirest-content-gap-root,
body.primirest-home .layout-main-wrapper,
body.primirest-home .primirest-content-gap-root,
body.primirest-acasa .layout-main-wrapper,
body.primirest-acasa .primirest-content-gap-root {
    padding-top: 0 !important;
}

.primirest-main .section-title {
    line-height: .86;
    pointer-events: none;
}

.primirest-main .intro__img .section-title {
    z-index: 4;
}

.primirest-main .food .section-title {
    z-index: 4;
}

.primirest-main--contact {
    padding-bottom: 100px;
}

.primirest-cms-form .primirest-client-type-field {
    border: 0;
    display: block;
    margin: 0 0 22px;
    min-height: 50px;
    padding: 0 0 0 120px;
    position: relative;
    width: 100%;
}

.primirest-cms-form .primirest-client-type-title {
    left: 0;
    max-width: 80px;
    position: absolute;
    top: 7px;
}

.primirest-cms-form .primirest-client-type-title .fieldset-legend {
    color: #111;
    display: inline-flex;
    font-family: Barlow Semi Condensed, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.primirest-cms-form .primirest-client-type-group {
    align-items: stretch;
    display: grid !important;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: start;
    margin: 0;
    width: 100%;
}

.primirest-cms-form .primirest-client-type-option {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.primirest-cms-form .primirest-client-type-input {
    -webkit-appearance: none;
    appearance: none;
    border: 0 !important;
    cursor: pointer;
    height: 100% !important;
    inset: 0;
    margin: 0 !important;
    opacity: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100% !important;
    z-index: 2;
}

.primirest-cms-form .primirest-client-type-card {
    align-items: center;
    background: #fff;
    border: 2px solid #111;
    border-radius: 14px;
    box-sizing: border-box;
    color: #111;
    cursor: pointer;
    display: flex !important;
    font-family: Barlow Semi Condensed, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    gap: 12px;
    justify-content: center;
    line-height: 1.15;
    margin: 0 !important;
    min-height: 50px;
    min-width: 0;
    padding: 10px 16px;
    position: relative !important;
    text-align: left;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    width: 100%;
    z-index: 1;
}

.footer .primirest-cms-form .primirest-client-type-card,
.address .primirest-cms-form .primirest-client-type-card {
    height: 50px;
    left: auto !important;
    max-width: none !important;
    top: auto !important;
    white-space: nowrap !important;
}

.primirest-cms-form .primirest-client-type-dot {
    background: #fff;
    border: 2px solid #111;
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px #fff;
    flex: 0 0 auto;
    height: 18px;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
    width: 18px;
}

.primirest-cms-form .primirest-client-type-text {
    display: block;
    min-width: 0;
    white-space: nowrap;
}

.primirest-cms-form .primirest-client-type-option:hover .primirest-client-type-card {
    box-shadow: 0 8px 22px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
}

.primirest-cms-form .primirest-client-type-input:checked + .primirest-client-type-card {
    background: #f08372;
    border-color: #f08372;
    box-shadow: 0 10px 24px rgba(240, 131, 114, .24);
}

.primirest-cms-form .primirest-client-type-input:checked + .primirest-client-type-card .primirest-client-type-dot {
    background: #111;
    border-color: #111;
    box-shadow: inset 0 0 0 4px #f08372;
}

.primirest-cms-form .primirest-client-type-input:focus-visible + .primirest-client-type-card {
    outline: 3px solid rgba(240, 131, 114, .34);
    outline-offset: 4px;
}

.primirest-cms-form .primirest-client-type-field > .description {
    display: block;
    margin-top: 8px;
}

.primirest-cms-form [data-primirest-location-field] select.form-control,
.primirest-cms-form [data-primirest-location-select] {
    height: 50px;
    min-height: 50px;
    padding: 7px 38px 3px 20px;
}

@media (max-width: 640px) {
    .primirest-cms-form .primirest-client-type-field {
        min-height: 0;
        padding-left: 0;
        padding-top: 30px;
    }

    .primirest-cms-form .primirest-client-type-title {
        max-width: 100%;
        top: 0;
    }

    .primirest-cms-form .primirest-client-type-group {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .primirest-cms-form .primirest-client-type-option,
    .primirest-cms-form .primirest-client-type-card {
        width: 100%;
    }

    .primirest-cms-form .primirest-client-type-card {
        justify-content: flex-start;
        min-height: 46px;
        padding-left: 18px;
    }
}

body.primirest-sticky-header-enabled .header {
    background: rgba(255, 254, 254, .88) !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateZ(0);
    transition: background-color .22s ease, box-shadow .22s ease, padding .22s ease;
    z-index: 1600;
}

@supports ((backdrop-filter: blur(18px)) or (-webkit-backdrop-filter: blur(18px))) {
    body.primirest-sticky-header-enabled .header {
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
    }
}

body.primirest-sticky-header-enabled.primirest-header-scrolled .header {
    background: rgba(255, 254, 254, .96) !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .08);
}

@media (min-width: 1200px) {
    body.primirest-sticky-header-enabled.primirest-header-scrolled .header {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

body.primirest-sticky-header-enabled.open .header {
    box-shadow: none;
}

.page-parents .page-services__intro .section-title {
    top: -42px !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page-about .page-services__intro .section-title {
        top: 760px;
    }
}

@media (min-width: 1200px) {
    .page-about .page-services__intro .section-title {
        top: 640px;
    }
}

@media (min-width: 1500px) {
    .page-about .page-services__intro .section-title {
        top: 650px;
    }
}

@media (min-width: 1920px) {
    .page-about .page-services__intro .section-title {
        top: 690px;
    }
}

.primirest-lightbox {
    align-items: center;
    background: rgba(0, 0, 0, .84);
    display: none;
    inset: 0;
    justify-content: center;
    padding: 28px;
    position: fixed;
    z-index: 2000;
}

.primirest-lightbox.is-open {
    display: flex;
}

html.primirest-lightbox-open,
html.primirest-lightbox-open body {
    overflow: hidden;
}

.primirest-lightbox__image {
    background: #fff;
    box-shadow: 0 22px 70px rgba(0, 0, 0, .45);
    max-height: min(88vh, 980px);
    max-width: min(92vw, 1180px);
    object-fit: contain;
}

.primirest-lightbox__button {
    align-items: center;
    background: #fff;
    border: 3px solid #000;
    border-radius: 50%;
    color: #000;
    display: flex;
    font-family: Caladea, serif;
    font-size: 38px;
    font-weight: 700;
    height: 58px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    width: 58px;
}

.primirest-lightbox__button:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.primirest-lightbox__close {
    right: 24px;
    top: 24px;
}

.primirest-lightbox__prev {
    left: 24px;
}

.primirest-lightbox__next {
    right: 24px;
}

.primirest-gallery-lightbox {
    cursor: zoom-in;
    display: inline-block;
}

.splide__slide .primirest-gallery-lightbox {
    display: block;
}

.primirest-cookie-consent[hidden],
.primirest-cookie-preferences[hidden] {
    display: none !important;
}

.primirest-cookie-consent {
    background: #fff;
    border: 3px solid #000;
    border-radius: 8px;
    bottom: 24px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .22);
    left: 50%;
    max-height: calc(100vh - 48px);
    max-width: min(1040px, calc(100vw - 32px));
    overflow: auto;
    padding: 22px;
    position: fixed;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2100;
}

.primirest-cookie-consent__body {
    align-items: end;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.primirest-cookie-consent__copy {
    max-width: 720px;
}

.primirest-cookie-consent__eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.primirest-cookie-consent h2 {
    font-family: Caladea, serif;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1;
    margin: 0 0 12px;
}

.primirest-cookie-consent p {
    font-size: 16px;
    line-height: 1.45;
    margin: 0;
}

.primirest-cookie-consent__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 14px;
}

.primirest-cookie-consent__links a,
.primirest-cookie-preferences {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.primirest-cookie-consent__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
    min-width: 300px;
}

.primirest-cookie-consent__button,
.primirest-cookie-preferences {
    align-items: center;
    background: #fff;
    border: 3px solid #000;
    border-radius: 999px;
    color: #000;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.1;
    min-height: 46px;
    padding: 10px 22px;
    text-align: center;
}

.primirest-cookie-consent__button:hover,
.primirest-cookie-preferences:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
}

.primirest-cookie-consent__button--primary {
    background: #f08372;
}

.primirest-cookie-consent__button--primary:hover {
    background: #000;
}

.primirest-cookie-consent__panel {
    border-top: 2px solid #000;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
    padding-top: 18px;
}

.primirest-cookie-consent__option {
    align-items: flex-start;
    border: 2px solid #000;
    border-radius: 8px;
    display: flex;
    gap: 12px;
    margin: 0;
    min-height: 118px;
    padding: 14px;
}

.primirest-cookie-consent__option input {
    accent-color: #f08372;
    flex: 0 0 auto;
    height: 20px;
    margin-top: 2px;
    width: 20px;
}

.primirest-cookie-consent__option strong,
.primirest-cookie-consent__option small {
    display: block;
}

.primirest-cookie-consent__option strong {
    font-size: 17px;
    line-height: 1.1;
    margin-bottom: 8px;
}

.primirest-cookie-consent__option small {
    font-size: 13px;
    line-height: 1.35;
}

.primirest-cookie-consent__option.is-disabled {
    background: #f6f6f6;
}

.primirest-cookie-consent__save {
    grid-column: 1 / -1;
    justify-self: end;
}

.primirest-cookie-preferences {
    bottom: 22px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, .18);
    left: 22px;
    position: fixed;
    z-index: 1800;
}

@media (max-width: 575px) {
    .primirest-lightbox {
        padding: 16px;
    }

    .primirest-lightbox__button {
        height: 44px;
        width: 44px;
    }

    .primirest-lightbox__close {
        right: 12px;
        top: 12px;
    }

    .primirest-lightbox__prev {
        left: 10px;
    }

    .primirest-lightbox__next {
        right: 10px;
    }

    .primirest-cookie-consent {
        bottom: 12px;
        max-height: calc(100vh - 24px);
        max-width: calc(100vw - 24px);
        padding: 18px;
    }

    .primirest-cookie-consent__body,
    .primirest-cookie-consent__panel {
        grid-template-columns: 1fr;
    }

    .primirest-cookie-consent__actions {
        justify-content: stretch;
        min-width: 0;
    }

    .primirest-cookie-consent__button {
        width: 100%;
    }

    .primirest-cookie-consent__option {
        min-height: 0;
    }

    .primirest-cookie-consent__save {
        justify-self: stretch;
    }

    .primirest-cookie-preferences {
        bottom: 14px;
        left: 12px;
        min-height: 40px;
        padding: 8px 14px;
    }
}

@media (min-width: 992px) {
    .page-parents .page-services__intro .section-title {
        top: 690px !important;
    }
}

@media (min-width: 1500px) {
    .page-parents .page-services__intro .section-title {
        top: 690px !important;
    }
}

@media (min-width: 1920px) {
    .page-parents .page-services__intro .section-title {
        top: 710px !important;
    }
}

.footer__copyright .list-inline {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.footer__copyright .list-inline a {
    margin-right: 0 !important;
}

.primirest-footer-link-groups {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.primirest-footer-legal {
    gap: 8px 16px !important;
}

.primirest-footer-legal a {
    font-size: 14px;
    opacity: .72;
}

.primirest-footer-legal a:hover {
    opacity: 1;
}

.footer .navbar-nav,
.address .navbar-nav {
    list-style: none !important;
    margin-left: 0;
    padding-left: 0;
}

.footer .navbar-nav > li,
.address .navbar-nav > li {
    list-style: none !important;
}

.footer .navbar-nav > li::marker,
.address .navbar-nav > li::marker {
    content: "";
}

@media (max-width: 575px) {
    .footer__copyright .ul {
        text-align: center;
        width: 100%;
    }

    .primirest-footer-link-groups {
        align-items: center;
        width: 100%;
    }

    .footer__copyright .list-inline {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .footer__copyright .list-inline a {
        justify-content: center;
        text-align: center;
        width: 100%;
    }
}

.footer__contact .footer__circle {
    background: var(--footer-promo-color, #f08372) !important;
}

.primirest-footer-promo .footer__promo-logo {
    display: block;
    margin: 0 auto 42px;
    max-width: min(76%, 333px);
}

.primirest-footer-promo .footer__promo-logo img {
    display: block;
    filter: brightness(0) invert(1);
    height: auto;
    width: 100%;
}

.primirest-footer-promo .footer__promo-wordmark {
    color: #fff;
    font-family: Caladea, serif;
    font-size: clamp(52px, 8vw, 92px);
    line-height: 1;
    margin: 0 auto 42px;
    text-align: center;
}

@media (min-width: 992px) {
    .footer__contact-wrap .right .primirest-footer-promo .field__item,
    .address__contact-wrap .right .primirest-footer-promo .field__item {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .primirest-footer-promo .footer__promo-logo,
    .primirest-footer-promo .footer__promo-wordmark {
        align-self: flex-end;
        margin-left: auto !important;
        margin-right: 0 !important;
        text-align: right;
    }

    .footer__contact-wrap .right .primirest-footer-promo p,
    .address__contact-wrap .right .primirest-footer-promo p {
        margin-left: auto;
        margin-right: 0;
        text-align: right;
    }

    .footer__contact-wrap .right .primirest-footer-promo .button__primary,
    .address__contact-wrap .right .primirest-footer-promo .button__primary {
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 991px) {
    .footer__contact:before,
    .address__contact:before {
        top: 600px !important;
    }

    .footer__contact-wrap .right .primirest-footer-promo .footer__promo-logo,
    .address__contact-wrap .right .primirest-footer-promo .footer__promo-logo {
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
    }

    .footer__contact-wrap .right .primirest-footer-promo .footer__promo-logo img,
    .address__contact-wrap .right .primirest-footer-promo .footer__promo-logo img {
        margin-left: auto;
        margin-right: auto;
        max-width: 248px !important;
    }
}

@media (min-width: 768px) {
    .footer__copyright .list-inline {
        justify-content: flex-end;
    }

    .primirest-footer-link-groups {
        align-items: flex-end;
    }
}

.primirest-legal-section {
    overflow: hidden;
    padding: 145px 0 120px;
    position: relative;
}

.primirest-legal-section::before {
    background: #fcf3cf;
    border-radius: 50%;
    content: "";
    height: 620px;
    left: -220px;
    opacity: .8;
    position: absolute;
    top: 70px;
    width: 620px;
    z-index: 0;
}

.primirest-legal-section__container {
    max-width: 980px;
    position: relative;
    z-index: 1;
}

.primirest-legal-section .section-title {
    left: -10px;
    opacity: .78;
    position: absolute;
    top: 8px;
    z-index: -1;
}

.primirest-legal-section__header {
    margin-bottom: 42px;
}

.primirest-legal-section__header .h1 {
    max-width: 760px;
}

.primirest-legal-section__updated {
    font-weight: 700;
    margin-top: 20px;
}

.primirest-legal-section__content {
    background: #fff;
    border-left: 6px solid #f08372;
    padding: 4px 0 4px 34px;
}

.primirest-legal-section__content h2,
.primirest-legal-section__content h3 {
    font-family: Caladea, serif;
    font-size: 30px;
    line-height: 1.15;
    margin: 44px 0 18px;
}

.primirest-legal-section__content h2:first-child,
.primirest-legal-section__content h3:first-child {
    margin-top: 0;
}

.primirest-legal-section__content p,
.primirest-legal-section__content li {
    font-size: 18px;
    line-height: 1.65;
}

.primirest-legal-section__content ul {
    margin-bottom: 24px;
    padding-left: 24px;
}

@media (max-width: 767px) {
    .primirest-legal-section {
        padding: 115px 0 82px;
    }

    .primirest-legal-section::before {
        height: 420px;
        left: -260px;
        top: 95px;
        width: 420px;
    }

    .primirest-legal-section__content {
        border-left-width: 4px;
        padding-left: 20px;
    }

    .primirest-legal-section__content h2,
    .primirest-legal-section__content h3 {
        font-size: 24px;
    }

    .primirest-legal-section__content p,
    .primirest-legal-section__content li {
        font-size: 16px;
    }
}

.statistic .primirest-stat-list {
    align-items: start !important;
    display: grid !important;
    column-gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 42px;
    height: auto !important;
    justify-content: initial !important;
    justify-items: center;
    margin: 42px auto 28px !important;
    max-width: 1280px;
    min-height: 0;
    position: relative;
}

.statistic .primirest-stat-list .primirest-stat-item {
    left: auto !important;
    margin: 0 !important;
    max-width: 210px;
    min-height: 154px;
    padding: 38px 8px 0;
    position: relative !important;
    right: auto !important;
    text-align: center;
    top: auto !important;
    width: 100% !important;
}

.statistic .primirest-stat-list .primirest-stat-item:nth-child(2n) {
    margin-top: 46px !important;
}

.statistic .primirest-stat-list .primirest-stat-item::before {
    display: none !important;
}

.statistic .primirest-stat-bubble {
    background: var(--stat-color, #bcdef6);
    border-radius: 50%;
    display: block;
    height: 76px;
    left: 50%;
    position: absolute;
    top: 44px;
    transform: translate(-50%, -50%);
    width: 76px;
    z-index: 0;
}

.statistic .primirest-stat-list .number,
.statistic .primirest-stat-list .primirest-stat-item > p:not(.number) {
    position: relative;
    z-index: 1;
}

.statistic .primirest-stat-list .number {
    font-size: clamp(30px, 8.5vw, 48px) !important;
    line-height: .9 !important;
    margin: 0 auto 10px !important;
    overflow-wrap: normal;
    white-space: nowrap;
    word-break: normal;
}

.statistic .primirest-stat-list .primirest-stat-item > p:not(.number) {
    font-size: 18px !important;
    line-height: 1.25 !important;
    margin: 0 auto !important;
    max-width: 190px;
    text-wrap: balance;
}

@media (min-width: 768px) {
    .statistic .primirest-stat-list {
        column-gap: 28px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 70px !important;
        row-gap: 56px;
    }

    .statistic .primirest-stat-list .primirest-stat-item {
        max-width: 230px;
    }

    .statistic .primirest-stat-list .primirest-stat-item:nth-child(n) {
        margin-top: 0 !important;
    }

    .statistic .primirest-stat-list .primirest-stat-item:nth-child(3n+1) {
        margin-top: 72px !important;
    }

    .statistic .primirest-stat-list .primirest-stat-item:nth-child(3n+2) {
        margin-top: 132px !important;
    }

    .statistic .primirest-stat-list .primirest-stat-item:nth-child(3n+3) {
        margin-top: 12px !important;
    }

    .statistic .primirest-stat-bubble {
        height: 92px;
        top: 48px;
        width: 92px;
    }

    .statistic .primirest-stat-list .number {
        font-size: clamp(40px, 6vw, 52px) !important;
    }
}

@media (min-width: 992px) {
    .statistic .primirest-stat-list {
        column-gap: 14px;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        margin-top: 72px !important;
        max-width: 1180px;
        row-gap: 56px;
    }

    .statistic .primirest-stat-list .primirest-stat-item {
        max-width: 190px;
        min-height: 190px;
        padding-top: 54px;
    }

    .statistic .primirest-stat-list .primirest-stat-item:nth-child(n) {
        margin-top: 0 !important;
    }

    .statistic .primirest-stat-list .primirest-stat-item:nth-child(6n+1) {
        margin-top: 82px !important;
    }

    .statistic .primirest-stat-list .primirest-stat-item:nth-child(6n+2) {
        margin-top: 160px !important;
    }

    .statistic .primirest-stat-list .primirest-stat-item:nth-child(6n+3) {
        margin-top: 0 !important;
    }

    .statistic .primirest-stat-list .primirest-stat-item:nth-child(6n+4) {
        margin-top: 110px !important;
    }

    .statistic .primirest-stat-list .primirest-stat-item:nth-child(6n+5) {
        margin-top: 40px !important;
    }

    .statistic .primirest-stat-list .primirest-stat-item:nth-child(6n+6) {
        margin-top: 210px !important;
    }

    .statistic .primirest-stat-bubble {
        height: 126px;
        top: 62px;
        width: 126px;
    }

    .statistic .primirest-stat-list .number {
        font-size: clamp(38px, 3vw, 48px) !important;
    }

    .statistic .primirest-stat-list .primirest-stat-item > p:not(.number) {
        font-size: 16px !important;
        max-width: 170px;
    }
}

@media (min-width: 1500px) {
    .statistic .primirest-stat-list {
        max-width: 1280px;
        row-gap: 70px;
    }

    .statistic .primirest-stat-list .primirest-stat-item {
        max-width: 210px;
    }

    .statistic .primirest-stat-bubble {
        height: 146px;
        top: 70px;
        width: 146px;
    }

    .statistic .primirest-stat-list .number {
        font-size: clamp(44px, 3vw, 52px) !important;
    }

    .statistic .primirest-stat-list .primirest-stat-item > p:not(.number) {
        font-size: 18px !important;
        max-width: 190px;
    }
}

.primirest-about-certificates {
    align-items: center;
}

.primirest-about-certificate-image {
    display: block;
    height: auto;
    max-width: 250px;
    width: 100%;
}

.primirest-rich-image img,
.primirest-auto-media img {
    display: block;
    height: auto;
    max-width: 100%;
}

.primirest-auto-fields {
    margin-top: 32px;
}
