@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap");section.pacchetti_section{background:var(--blue);padding-top:80px}.pacchetti_global_container{font-family:Lato,sans-serif}.pacchetti_global_container *{color:var(--grey);font-family:inherit}.pacchetti_global_container h2{color:var(--white);font-weight:900}.pacchetti_global_container h2+p{color:var(--white);font-size:20px}.pacchetti_section .switch-light a{height:calc(100% - 4px);left:2px;right:calc(50% - 2px);top:2px}.pacchetti_section .switch-light input:checked~span a{left:calc(50% - 2px)}.pacchetti_section .conte-switch .switch-light.switch-candy input:checked~span span:first-child{color:var(--blue)}main .conte-switch label.switch-light.switch-candy{width:400px}main .conte-switch label.switch-light.switch-candy,main .conte-switch label.switch-light.switch-candy a{border:none;border-radius:30px;overflow:hidden}main .conte-switch .switch-light.switch-candy>span{background-color:#d9f1ff;font-weight:900}main .conte-switch .switch-light.switch-candy span span{color:#025a91}.conte-packs{position:relative}.conte-packs p{font-size:16px;line-height:1.1}.conte-packs .pack-boxes{width:41.5%}.conte-packs .pack-box+.pack-box{margin-top:30px}.conte-packs .pack-card{border-radius:10px;cursor:pointer;display:flex;transition:width .25s ease}.conte-packs .pack-card-content{align-items:center;background:var(--white);border-radius:10px 0 0 10px;display:flex;flex:1;gap:35px;padding:35px 20px}.conte-packs .pack-box{--paws-bg:#67aedd}.conte-packs input[type=radio]{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #228ac987;border-radius:50%;box-shadow:inset 0 3px 6px #00558c;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;width:28px}.conte-packs input[type=radio]:checked{border:2px solid #00558c}.conte-packs input[type=radio]:checked:after{background:#077fce;border-radius:50%;content:"";height:12px;width:12px}.conte-packs input[type=radio]+label{align-items:center;cursor:pointer;display:flex;flex:1;justify-content:space-between}.conte-packs .pack-heading h3{font-size:32px;font-weight:400;line-height:40px}.conte-packs .pack-box.selected .pack-heading h3{color:var(--blue);font-weight:900}.conte-packs .pack-price{flex-shrink:0;text-align:right}.conte-packs .pack-price .sale{color:#c10000;font-size:16px;font-weight:700;line-height:20px;position:relative}.conte-packs .pack-price .sale:after{background:currentColor;content:"";height:1px;left:-1px;position:absolute;top:15px;transform:rotate(-12deg);transform-origin:left;width:105%}.conte-packs .pack-price .price{color:#00558c;font-size:32px;font-weight:400;line-height:40px}.conte-packs .pack-box.selected .price{font-weight:900}.conte-packs .pack-price .rate{font-size:14px;font-weight:700;line-height:18px;text-transform:uppercase}.conte-packs .pack-paws{background:var(--paws-bg);border-radius:0 10px 10px 0;display:flex;flex-direction:column;justify-content:space-evenly;padding:0 12px;position:relative}.conte-packs .pack-box.selected .pack-paws:after{background:var(--paws-bg);clip-path:polygon(0 0,100% 50%,0 100%);content:"";height:calc(100% - 12px);position:absolute;right:-20px;top:6px;width:21px}.conte-packs .pack-paws svg{transform:rotate(-90deg)}.conte-packs .pack-paws svg *{fill:var(--paws-fill,#fff)}.conte-packs .pack-box:first-child .pack-paws svg:nth-child(n+2) *,.conte-packs .pack-box:nth-child(2) .pack-paws svg:nth-child(n+3) *,.conte-packs .pack-box:nth-child(3) .pack-paws svg:nth-child(n+4) *{--paws-fill:#9ecce9}.conte-packs .panel{opacity:0;position:absolute;right:0;top:0;transition:all .25s ease,grid-template-rows .35s ease;visibility:hidden;width:55%}.conte-packs .pack-box.selected .panel{opacity:1;visibility:visible}.conte-packs .pack-features{background:var(--white);border:1px solid #b7daef;border-radius:20px;box-shadow:4px 4px 34px 0 #00000026;padding:30px 20px}.conte-packs .pack-features,.conte-packs .panel{min-height:100%}.conte-packs .pack-features h3{color:var(--blue);font-size:28px;font-weight:900;line-height:34px;margin-bottom:24px}.conte-packs .pack-subtitle{margin-bottom:40px}.conte-packs .pack-mobile-text{display:none}.conte-packs .pack-features-list{--columns:4;display:flex;flex-wrap:wrap;list-style:none}.conte-packs .pack-features-list li{font-weight:900;width:calc(100%/var(--columns))}.conte-packs .pack-features-list li:not(:nth-child(4n)){border-right:1px solid #d9d9d9;padding-right:12px}.conte-packs .pack-features-list li:not(:nth-child(4n - 3)){padding-left:12px}.conte-packs .pack-features-list li.selected p{color:var(--blue)}.conte-packs .pack-features-list li.selected small{color:var(--grey)}.conte-packs .pack-features-list li p{margin-bottom:16px}.conte-packs .pack-features-list small{display:block;font-size:12px;font-weight:400;line-height:14px}.conte-packs .pack-features-list li :last-child{margin-bottom:12px}.conte-packs .pack-features-list li :is(p,small){color:#d9d9d9}.pacchetti_global_container .actions .conte-button-send{background:#78ca8b;border-radius:56px;font-weight:900;height:auto;margin:0 auto;padding:25px 50px}.pacchetti_global_container .actions .conte-button-send>a{font-family:Lato;font-size:22px}.pacchetti_global_container .actions.mb .conte-button-send{margin-top:35px}@media (max-width:1199px){.conte-packs .pack-card-content{gap:12px}.conte-packs .pack-heading h3,.conte-packs .pack-price .price{font-size:28px}.conte-packs .pack-features-list{--columns:2}.conte-packs .pack-features-list li:not(:nth-child(4n)){border-right:none;padding-right:0}.conte-packs .pack-features-list li:not(:nth-child(4n - 3)){padding-left:0}.conte-packs .pack-features-list li:not(:nth-child(2n)){border-right:1px solid #d9d9d9;padding-right:12px}.conte-packs .pack-features-list li:not(:nth-child(2n - 1)){padding-left:12px}}@media (max-width:991.98px){.conte-packs .pack-boxes,.conte-packs .panel{width:100%}.conte-packs .pack-box+.pack-box{margin-top:18px}.conte-packs .pack-card{width:100%}.conte-packs .pack-card-content{gap:16px;padding:24px 16px 14px}.conte-packs input[type=radio]+label{align-items:flex-start;flex-direction:column;gap:10px}.conte-packs .pack-heading h3{font-size:28px}.conte-packs .pack-heading p{font-size:14px;line-height:18px}.conte-packs .pack-price:not(.disp-none){align-items:baseline;align-self:flex-end;display:flex;gap:6px;margin-left:-60px;position:relative}.conte-packs .pack-price .price{font-size:24px}.conte-packs .pack-box.selected .pack-paws{border-radius:0 10px 4px 0}.conte-packs .pack-box.selected .pack-paws:after{bottom:-13px;clip-path:polygon(0 0,100% 0,50% 100%);height:15px;right:0;top:inherit;width:103%}.conte-packs .panel{display:grid;grid-template-rows:0fr;position:static}.conte-packs .pack-box.selected .panel{grid-template-rows:1fr;margin-top:30px}.conte-packs .pack-features{min-height:0;padding:0 35px;transition:padding .25s ease}.conte-packs .pack-box.selected .pack-features{padding:35px}.conte-packs .pack-features-list li{width:100%}.conte-packs .pack-features-list,.conte-packs .pack-subtitle{display:none}.conte-packs .pack-mobile-text{display:block}.pacchetti_global_container .actions .conte-button-send{max-width:300px;padding:20px 12px;width:100%}.pacchetti_global_container .actions:not(.mb){display:none}}@media (max-width:480px){.conte-packs .pack-price .sale{position:absolute;right:0;top:-8px}}@media (min-width:992px){.conte-packs .pack-card{width:94%}.conte-packs .pack-box.selected .pack-card{width:100%}.pacchetti_global_container .actions.mb{display:none}}@media (min-width:1400px){.container.pacchetti_global_container{max-width:1680px}}