.pnp-cards{display:flex;flex-direction:column;flex-grow:1;width:100%;--groupsCount:1;--itemsCount:1;--spaceBetweenItems:18px;--spaceCountBetweenItems:calc(var(--itemsCount) - var(--groupsCount));--itemWidth:calc((100% - 32px - 2 * var(--groupsCount) * 1px - var(--spaceCountBetweenItems) * var(--spaceBetweenItems)) / var(--itemsCount))}
.pnp-cards[data-groups-count="1"]{--groupsCount:1}
.pnp-cards[data-groups-count="2"]{--groupsCount:2}
.pnp-cards[data-groups-count="3"]{--groupsCount:3}
.pnp-cards[data-items-count="1"]{--itemsCount:1}
.pnp-cards[data-items-count="2"]{--itemsCount:2}
.pnp-cards[data-items-count="3"]{--itemsCount:3}
.pnp-cards[data-items-count="4"]{--itemsCount:4}
.pnp-cards[data-items-count="5"]{--itemsCount:5}
.pnp-cards[data-items-count="6"]{--itemsCount:6}
.pnp-cards__wrapper{display:flex;justify-content:center;gap:24px;flex-grow:1}
.pnp-cards--has-groups .pnp-cards__wrapper{gap:32px 32px}
.pnp-cards__group{--groupItemsCount:1;--spaceCountBetweenGroupItems:calc(var(--groupItemsCount) - 1);--width:calc(var(--itemWidth) * var(--groupItemsCount) - -1 * var(--spaceBetweenItems) * var(--spaceCountBetweenGroupItems) - -2 * 1px);display:flex;flex-direction:column;padding:24px 0 18px;border-radius:20px;flex-basis:var(--width);gap:24px}
.pnp-cards__group[data-items-count="1"]{--groupItemsCount:1}
.pnp-cards__group[data-items-count="2"]{--groupItemsCount:2}
.pnp-cards__group[data-items-count="3"]{--groupItemsCount:3}
.pnp-cards__group[data-items-count="4"]{--groupItemsCount:4}
.pnp-cards__group[data-items-count="5"]{--groupItemsCount:5}
.pnp-cards__group-title{padding:4px 12px;background:#222;border-radius:10px;color:#fff;font-weight:500;font-size:12px;line-height:12px;margin:0 auto 16px 0}
.pnp-cards__group-items{display:flex;flex-grow:1}
.pnp-cards__section{flex-grow:1;flex-basis:0;display:flex;flex-direction:column}
.pnp-cards__item{position:relative;flex-grow:1;display:flex;flex-direction:column;padding:48px 24px 36px}
.pnp-cards__item--no-label{padding-top:16px}
.pnp-cards__item--item-content-align--left .pnp-cards__content{text-align:left}
.pnp-cards__item--item-content-align--left .pnp-price{justify-content:flex-start}
.pnp-cards__item--item-content-align--center .pnp-cards__content{text-align:center}
.pnp-cards__item--item-content-align--center .pnp-price{justify-content:center}
.pnp-cards:not(.pnp-cards--theme--grey) .pnp-cards__item{background:linear-gradient(180deg,rgba(255,255,255,0.6) 0,#fff 100%);border-radius:20px;box-shadow:0 4px 10px 0 rgba(0,0,0,0.1)}
.pnp-cards:not(.pnp-cards--theme--grey) .pnp-cards__group:not([data-items-count="1"]) .pnp-cards__item{box-shadow:none;background:unset}
.pnp-cards:not(.pnp-cards--theme--grey) .pnp-cards__group:not([data-items-count="1"]) .pnp-cards__group-items{background:linear-gradient(180deg,rgba(255,255,255,0.6) 0,#fff 100%);box-shadow:0 4px 10px 0 rgba(0,0,0,0.1);border-radius:20px}
.pnp-cards:not(.pnp-cards--theme--grey) .pnp-cards__group:not([data-items-count="1"]) .pnp-cards__section{position:relative}
.pnp-cards:not(.pnp-cards--theme--grey) .pnp-cards__group:not([data-items-count="1"]) .pnp-cards__section:after{content:"";position:absolute;right:0;top:0;width:1px;height:100%;background-color:rgba(43,41,38,0.2)}
.pnp-cards:not(.pnp-cards--theme--grey) .pnp-cards__group:not([data-items-count="1"]) .pnp-cards__section:last-child:after{display:none}
.pnp-cards--theme--grey .pnp-cards__item{border-radius:10px;background-color:#f6f5f1}
.pnp-cards__group-link{align-self:center;text-align:center;color:#066fac;font-size:16px;font-weight:500;line-height:20px;position:relative;padding-right:24px;border-radius:4px}
.pnp-cards__group-link::after{content:"";display:block;position:absolute;right:4px;bottom:6px;width:11px;height:11px;border-bottom:2px solid #066fac;border-right:2px solid #066fac;transform:rotate(45deg)}
.pnp-cards__wrapper-part{display:flex;flex-direction:column;flex-grow:1}
.pnp-cards__label{position:absolute;left:0;top:0;width:100%;text-align:center;background-color:#d7eefe;color:#002855;font-size:14px;border-radius:16px 16px 0 0;padding:7px;line-height:1.5}
@media(prefers-reduced-motion:reduce){.pnp-cards__label{transition:none}
}
@media(prefers-reduced-motion:no-preference){.pnp-cards__label{transition:all .3s ease-in-out}
}
.pnp-cards__label span{font-weight:500}
.pnp-cards__item--label-disabled .pnp-cards__label{opacity:0;visibility:hidden}
.pnp-cards__not-available-text{align-items:center;justify-content:center;height:50px;width:100%;background-color:#6f6f6f;border-radius:4px;color:#fff;font-weight:500;display:none}
.pnp-cards__item--not-available .pnp-cards__not-available-text{display:flex}
.pnp-cards__content{position:relative;transform:none}
@media(prefers-reduced-motion:reduce){.pnp-cards__content{transition:none}
}
@media(prefers-reduced-motion:no-preference){.pnp-cards__content{transition:transform .3s ease-in-out}
}
.pnp-cards--has-top-label .pnp-cards__wrapper[data-top-label-size="large"] .pnp-cards__content{padding-top:54px}
.pnp-cards__content-text{display:flex;flex-direction:column;justify-content:center;margin-bottom:24px}
.pnp-cards--space-before-buttons--large .pnp-cards__content-text{margin-bottom:44px}
.pnp-cards__header-block:not(:last-child){margin-bottom:24px}
.pnp-cards__title-block{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:8px;gap:0 8px}
.pnp-cards__title-text{font-size:24px;line-height:1.333333;font-weight:500}
.pnp-cards__title-add-text{font-size:14px;font-weight:400}
.pnp-cards__text-after-title{width:100%;font-size:12px;line-height:1.6666;color:rgba(43,41,38,0.7)}
.pnp-cards__label-after-title{width:fit-content;border-radius:10px;padding:4px 8px;font-size:12px;font-weight:500;background-color:rgba(200,194,180,0.2);line-height:1;margin-bottom:12px;margin-top:12px}
.pnp-cards__subtitle{font-size:14px;line-height:1.42;color:rgba(43,41,38,0.7)}
.pnp-cards--subtitle-width--narrow .pnp-cards__subtitle{padding:0 12%}
.pnp-cards__description{background:#f4f4f4;border-radius:10px;padding:20px;font-weight:500;font-size:16px;line-height:24px;text-align:center}
.pnp-cards__description:not(:last-child){margin-bottom:28px}
.pnp-cards--description-width--narrow .pnp-cards__description{max-width:270px;margin-left:auto;margin-right:auto}
.pnp-cards__title-ico{width:25px;height:25px;margin-right:4px}
.pnp-cards__price{display:flex;justify-content:center;align-items:baseline;font-family:RingCentralDisplay,Helvetica,Arial,sans-serif;flex-wrap:wrap;line-height:1.25;margin-bottom:2px}
.pnp-cards__price--column{flex-direction:column;align-items:center}
.pnp-cards__price--column .pnp-cards__text-before-price{margin-right:0;text-align:center;margin-bottom:5px}
.pnp-cards__price-block{display:flex;justify-content:center}
.pnp-cards__price-block--regular{font-size:32px;font-weight:500}
.pnp-cards__price-block--previous{font-size:18px;line-height:18px;height:18px;color:#6f6f6f;text-decoration-line:line-through;overflow:hidden}
@media(prefers-reduced-motion:reduce){.pnp-cards__price-block--previous{transition:none}
}
@media(prefers-reduced-motion:no-preference){.pnp-cards__price-block--previous{transition:height .3s ease,opacity .15s ease .15s}
}
.pnp-cards__price-block--hidden.pnp-cards__price-block--previous{height:0;opacity:0}
@media(prefers-reduced-motion:reduce){.pnp-cards__price-block--hidden.pnp-cards__price-block--previous{transition:none}
}
@media(prefers-reduced-motion:no-preference){.pnp-cards__price-block--hidden.pnp-cards__price-block--previous{transition:height .3s ease,opacity .15s ease}
}
.pnp-cards__text-before-price{font-size:12px;font-weight:500;margin-right:10px}
.pnp-cards__price-block--discount{display:none}
.pnp-cards__discount-label{position:absolute;font-size:12px;left:calc(100% + 2px);color:#002855;top:-10px;min-width:58px;padding:6px 8px;background-color:#d7eefe;border-radius:10px 10px 10px 2px;font-weight:500;z-index:-1;opacity:0;visibility:hidden;transition:none}
.pnp-cards__price-text{font-size:14px;line-height:1.42;text-align:center}
.pnp-cards__price-text:not(:last-child){margin-bottom:16px}
.pnp-cards__price-details-block{margin-top:-12px}
.pnp-cards__price-details-block:not(:last-child){margin-bottom:16px}
.pnp-cards__price-details{font-weight:500;font-size:12px;line-height:20px;text-align:center}
.pnp-cards__buttons{gap:10px;display:flex;justify-content:space-between;flex-wrap:wrap}
.pnp-cards__item--not-available .pnp-cards__buttons .pp-cta,.pnp-cards__item--not-available .pnp-cards__link-block .pp-cta{display:none}
.pnp-cards__additional-btn-copy{font-weight:500;text-align:center;line-height:22px;margin-top:10px}
.pnp-cards__link-block{display:flex;align-items:center;justify-content:center;margin-top:16px}
.pnp-cards__link-additional-text{color:#6f6f6f;margin-right:8px}
.pnp-cards__features{margin-top:32px;flex-grow:1;display:flex;flex-direction:column}
.pnp-cards__feature-items:not(:last-child){margin-bottom:28px}
.pnp-cards__features-description-block{font-size:16px;margin-bottom:16px}
.pnp-cards__features-description-block b{font-weight:500}
.pnp-cards__features-description{padding:8px 0}
.pnp-cards__features-group+.pnp-cards__features-group{margin-top:28px}
.pnp-cards__features-group--indent{padding-left:20px}
.pnp-cards__features-group-title{font-weight:500;font-size:16px;line-height:24px;margin-bottom:16px}
.pnp-cards__feature-items>.pnp-cards__features-item:not(:last-child){margin-bottom:16px}
.pnp-cards__features-item:not(.pnp-cards__features-item--has-nested-features){display:flex}
.pnp-cards__features-item--highlighted{margin:0 -8px;padding:8px;background:linear-gradient(93deg,#fff3e2 0,#ffeee9 21.53%,#fff3e3 47.79%,#feeac4 73.89%,#fec57b 100%);border-radius:8px}
.pnp-cards__features-content{display:flex;align-items:flex-start}
.pnp-cards__features-title{font-size:16px;line-height:20px}
.pnp-cards__features-title b{font-weight:500}
.pnp-cards__features-title--has-icon{padding-bottom:3px}
.pnp-cards__features-item--highlighted>.pnp-cards__features-content .pnp-cards__features-title{font-weight:700}
.pnp-cards__features-subtitle{font-size:12px;line-height:20px;color:#6f6f6f}
.pnp-cards__features-item--has-tooltip .pnp-cards__features-title-text{cursor:pointer;display:inline;border-bottom:1px dashed #a7a7a7}
.pnp-cards__features-item--has-tooltip:has(img[src$="ai.svg"]) .pnp-cards__features-title-text{border-bottom-color:#ff7a00}
.pnp-cards__features-icon{width:20px;height:20px;vertical-align:text-top;display:inline-block;margin-right:4px}
.pnp-cards__features-label{display:inline-block;padding:0 8px;font-size:12px;line-height:16px;font-weight:500;border-radius:8px;background:#ff7a00;color:#2b2926;margin-left:4px}
.pnp-cards__features-item .tooltip{flex-shrink:1}
.pnp-cards__tooltip-ico{margin-right:8px;min-height:20px;display:flex;align-items:center;width:20px;flex-shrink:0}
.pnp-cards__tooltip-ico .pnp-icon{flex-shrink:1}
.pnp-cards__nested-features{padding-left:10px}
.pnp-cards__nested-features .pnp-cards__features-item--has-tooltip .pnp-cards__features-title{border-color:#f68b16}
.pnp-cards__nested-features .pnp-cards__features-item{padding-left:14px;margin-bottom:6px;position:relative}
.pnp-cards__nested-features .pnp-cards__features-item:last-child{margin-bottom:0}
.pnp-cards__nested-features .pnp-cards__features-item::before{content:"•";position:absolute;left:0;top:0;font-size:16px;line-height:24px}
.pnp-cards .pnp-icon--plus{width:20px;height:20px}
.pnp-cards .pnp-icon--plus .pnp-icon__ico:before,.pnp-cards .pnp-icon--plus .pnp-icon__ico:after{width:calc(100% - 10px)}
.pnp-cards__all-features{display:flex;justify-content:center;margin-top:auto}
.pnp-cards__expand-features{border-top:1px solid rgba(43,41,38,0.2);padding-top:24px;margin-bottom:-12px;margin-top:4px}
.pnp-cards__title-ico{color:#066fac}
.pnp-cards__item .tooltip__target{text-align:left;border-radius:4px}
.pnp-cards__item--not-available .pnp-cards__label,.pnp-cards__item--not-available .pnp-cards__top-label,.pnp-cards__item--not-available .pnp-cards__header-block,.pnp-cards__item--not-available .pnp-cards__content-text,.pnp-cards__item--not-available .pnp-cards__features{opacity:.4;pointer-events:none;user-select:none}
@media only screen and (min-width:1230px){.pnp-cards--spaces--small{--spaceBetweenItems:10px}
}
@media only screen and (max-width:1229px){.pnp-cards__wrapper{flex-wrap:wrap;justify-content:flex-start}
.pnp-cards__group{border-radius:16px;flex-basis:calc((100% - 20px) / 2)}
.pnp-cards__group:first-child,.pnp-cards__group:not([data-items-count="1"]){flex-basis:100%}
.pnp-cards__group:not([data-items-count="1"]) .pnp-cards__group-items{border-radius:16px}
.pnp-cards__group-items{gap:0;flex-wrap:wrap;justify-content:flex-start}
.pnp-cards__group-items .pnp-cards__section{flex-basis:calc( 100% / var(--groupItemsCount))}
.pnp-cards__section{flex-basis:calc(50% - 12px);flex-grow:0}
.pnp-cards__section:first-child:last-child{flex-basis:100%}
.pnp-cards__item{height:100%;padding:40px 20px 28px;border-radius:16px}
.pnp-cards--item-horiz-padding-tab--large .pnp-cards__item{padding-left:40px;padding-right:40px}
.pnp-cards--item-horiz-padding-tab--medium .pnp-cards__item{padding-left:30px;padding-right:30px}
.pnp-cards--item-horiz-padding-tab--small .pnp-cards__item{padding-left:20px;padding-right:20px}
.pnp-cards--item-horiz-padding-tab--extra-small .pnp-cards__item{padding-left:15px;padding-right:15px}
.pnp-cards:not(.pnp-cards--theme--grey) .pnp-cards__item{border-radius:16px}
.pnp-cards__title-block{flex-wrap:wrap}
.pnp-cards__title{font-size:20px;line-height:28px}
.pnp-cards__label-after-title{margin-top:8px;margin-bottom:8px}
.pnp-cards__content-text{margin-bottom:20px}
.pnp-cards--subtitle-width-tab--wide .pnp-cards__subtitle{padding:0}
.pnp-cards--subtitle-width-tab--narrow .pnp-cards__subtitle{padding:0 12%}
.pnp-cards--item-content-align-tab--left .pnp-cards__content{text-align:left}
.pnp-cards--item-content-align-tab--left .pnp-price{justify-content:flex-start}
.pnp-cards--item-content-align-tab--center .pnp-cards__content{text-align:center}
.pnp-cards--item-content-align-tab--center .pnp-price{justify-content:center}
.pnp-cards--has-groups .pnp-cards__wrapper{gap:0 20px}
}
@media only screen and (max-width:767px){.pnp-cards__item{padding:32px 16px}
.pnp-cards--theme--grey .pnp-cards__item{padding-bottom:41px}
.pnp-cards__buttons .pp-cta{width:100%}
.pnp-cards:not(.pnp-cards--theme--grey) .pnp-cards__group:not([data-items-count="1"]) .pnp-cards__section:after{height:1px;width:100%;left:0;top:unset;bottom:0}
.pnp-cards:not(.pnp-cards--theme--grey) .pnp-cards__item{border-radius:12px}
.pnp-cards__section{flex-basis:100%}
.pnp-cards__content-text{margin-bottom:16px}
.pnp-cards__features-description-block:empty{display:none}
.pnp-cards--subtitle-width-mob--wide .pnp-cards__subtitle{padding:0}
.pnp-cards--subtitle-width-mob--narrow .pnp-cards__subtitle{padding:0 12%}
.pnp-cards__group{flex-basis:100%;border-radius:12px}
.pnp-cards__group--link .pnp-cards__item{margin-bottom:0}
.pnp-cards__group:not([data-items-count="1"]) .pnp-cards__group-items{border-radius:12px}
.pnp-cards__group-items{gap:0}
.pnp-cards__group-items .pnp-cards__section{flex-basis:100%}
.pnp-cards__group-link{display:none}
.pnp-cards--item-content-align-mob--left .pnp-cards__content{text-align:left}
.pnp-cards--item-content-align-mob--left .pnp-price{justify-content:flex-start}
.pnp-cards--item-content-align-mob--center .pnp-cards__content{text-align:center}
.pnp-cards--item-content-align-mob--center .pnp-price{justify-content:center}
}