.wrapper{padding:4vw;padding-top:5rem;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;--max-width:1600px;margin:0 auto;max-width:var(--max-width)}h1{font-size:2.6rem}h2{font-size:1.8rem;color:var(--text);font-weight:400}.wrapper .left{flex:1;display:flex;flex-direction:column}.wrapper .left>div{display:flex;flex-direction:column;gap:50px;align-items:center}.wrapper .right{width:30%;display:flex;flex-direction:column;justify-content:flex-end}.taxHint{width:100%;text-align:center;font-weight:700;color:var(--text);padding:8px}@media (max-width:600px){h1{font-size:2.1rem;text-wrap:balance}h2{font-size:1.1rem}}.switch{position:relative;display:inline-block;height:3rem;width:350px;cursor:pointer;user-select:none;--padding:5px;--radius:16px}.switch .discount{position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;bottom:0;left:25%;width:50%;transform:translate(-50%,90%);background-color:var(--secondary);color:#fff;border-radius:0 0 var(--radius) var(--radius);height:30px;font-size:14px;line-height:14px;padding:5px 16px;pointer-events:none}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#fff;border-radius:var(--radius) var(--radius) var(--radius) 0}.slider:before{position:absolute;border-radius:calc(var(--radius) - var(--padding));content:'';width:calc(50% - var(--padding));height:calc(100% - (var(--padding) * 2));left:var(--padding);top:50%;transform:translateY(-50%);background-color:var(--primary);transition:transform .4s}input:checked+.slider:before{transform:translateX(100%) translateY(-50%)}.switch .text{position:absolute;top:50%;font-size:1rem;color:var(--text);transition:color .4s,font-size .4s}.switch .text:first-child{left:25%;transform:translate(-50%,-50%)}.switch .text:last-child{right:25%;transform:translate(50%,-50%)}.switch input:checked~div .text:last-child,.switch input:not(:checked)~div .text:first-child{color:#fff;font-size:1.2rem}.priceMain{width:100%;background-color:#fff;border-radius:20px;display:flex;flex-direction:column;gap:40px;padding:40px 20px;box-shadow:0 0 8px 0 rgba(0,0,0,.2)}.summaryPrice{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;align-items:center;padding:0 2vw}.units{width:100%;display:flex;flex-direction:column;gap:5px;align-items:center;--thumb-size:30px;--bar-height:6px;--value:100}.units span{font-size:.9rem}.units label{width:100%;height:30px;position:relative;padding:0}.units .progress{position:absolute;pointer-events:none;left:0;top:calc((var(--thumb-size) - var(--bar-height))/ 2 + 1px);height:var(--bar-height);background-color:var(--primary);width:calc(var(--value) * (100% / var(--max)));border-radius:calc(var(--bar-height)/ 2)}.units input{width:100%;-webkit-appearance:none;appearance:none;background-color:#ddd;height:var(--bar-height);border-radius:calc(var(--bar-height)/ 2)}.units input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:var(--thumb-size);height:var(--thumb-size);border-radius:var(--thumb-size);background:var(--primary);cursor:pointer}.units input::-moz-range-thumb{width:var(--thumb-size);height:var(--thumb-size);border-radius:var(--thumb-size);background:var(--primary);cursor:pointer}.units .valueDisplay{display:flex;flex-direction:row;align-items:center;gap:4px;position:absolute;left:0;bottom:0}.valueDisplay>span:last-child{font-weight:700}.calculation{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;flex:1;gap:20px}.calculation span{font-size:2.8rem;font-weight:700;position:relative}.calculation sub{position:absolute;bottom:0;right:0;transform:translateY(calc(100% - 15px));display:flex;flex-direction:column;align-items:flex-end}.calculation sub>span{font-size:.8rem;font-weight:400;color:var(--light-text);white-space:pre}.featuresShort{display:flex;flex-direction:column;gap:16px}.featuresShort li{list-style:none;font-size:1.3rem;line-height:1.8rem;display:flex;flex-direction:row;gap:4px;align-items:flex-start;color:var(--text)}.featuresShort li svg{width:24px;height:24px;padding-top:calc((1.8rem - 24px)/ 2);flex-shrink:0}.featuresShort a{color:var(--secondary);font-size:1.2rem}.cta{display:flex;flex-direction:row;align-items:center;justify-content:center}.cta a{display:flex;flex-direction:row;align-items:center;background-color:transparent;text-decoration:none;border-radius:12px;border:none;background-color:var(--primary);padding:10px 26px;color:#fff;gap:12px;font-size:1.2rem;font-weight:700}.cta svg{width:30px;height:30px}.cardContainer{position:relative;transform-style:preserve-3d;transition:transform .8s ease-in-out}.cardContainer h3{font-size:1.7rem;padding:0 16px;color:var(--secondary)}.cardContainer.flipped{transform:rotateY(180deg)}.cardBack,.cardFront{backface-visibility:hidden;background-color:#fff;border-radius:20px;width:100%;position:relative;padding:1.5rem;display:flex;flex-direction:column;gap:20px}.cardFront{position:absolute;inset:0}.cardBack{transform:rotateY(180deg)}.cardFront ul{display:flex;flex-direction:column;flex:1;gap:16px;list-style:none;padding:0 16px 8px}.cardFront li{display:flex;flex-direction:row;align-items:center;color:var(--text);font-size:1.1rem;gap:8px}.cardFront li svg{width:24px;height:24px;flex-shrink:0;color:var(--light-text)}.imageWrappers{display:flex;flex-direction:row;gap:4px;width:100%;justify-content:space-evenly;max-width:200px;margin:0 auto}.imageWrappers img{object-fit:cover;border-radius:20px;width:50%}.turnButton{display:flex;flex-direction:row;justify-content:center}.turnButton button{background-color:var(--secondary);color:#fff;padding:10px 20px;font-size:1rem;border:none;border-radius:12px;cursor:pointer}@media screen and (max-width:1000px){.wrapper .left{width:100%}.wrapper .right{width:100%}}@media screen and (max-width:800px){.featuresShort{width:100%;align-items:center}.calculation{width:100;justify-content:center}}#featureList{display:flex;flex-direction:column;width:100%;max-width:800px;margin:80px auto;gap:10px;--box-width:140px}#featureList h3{font-size:2rem;color:var(--secondary);text-align:center;padding-bottom:24px}#featureList article{display:flex;flex-direction:column;gap:20px}#featureList article h4{text-align:left;font-size:1.8rem;color:var(--light-text);font-weight:700}.featureItems{display:flex;flex-direction:column;align-items:stretch}.featureInfo,.featureItem{display:flex;flex-direction:row;gap:30px;align-items:stretch;justify-content:flex-end}.featureItem>:first-child{color:var(--text);display:flex;flex-direction:column;align-items:flex-end;position:relative;padding:10px 0}.featureItem>:first-child>span:first-child{font-size:1.4rem;font-weight:700;text-align:right}.featureItem button,.featureItem>:first-child>span:nth-child(2){text-align:right;font-size:.9rem;color:var(--light-text);bottom:-.9rem}.featureItem button{background-color:transparent;border:none;color:var(--secondary);text-decoration:underline;cursor:pointer}.featureItem>span:first-child{display:flex;flex-direction:column;gap:0}.featureItem>span:last-child{flex-shrink:0;display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:var(--primary);padding:30px 0;width:var(--box-width);font-size:1.1rem;color:#fff}.featureItem>span:last-child>svg{width:30px;height:30px}.featureInfo{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch;max-height:0;overflow:hidden;transition:max-height .5s;text-wrap:balance}.featureInfo.show{max-height:1000px}.featureInfo>p{text-align:right;max-width:400px;color:var(--text)}.featureInfo>span:last-child{flex-shrink:0;background-color:var(--primary);padding:30px 0;width:var(--box-width)}.cap{display:flex;flex-direction:row;justify-content:flex-end}.cap>span{background-color:var(--primary);height:20px;width:var(--box-width)}.cap:first-child>span{border-radius:20px 20px 0 0}.cap:last-child>span{border-radius:0 0 20px 20px}@media screen and (max-width:550px){.featureItem>:first-child>span:first-child{font-size:1.1rem}}