.toggle-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.toggle-button .toggle{position:relative}.toggle-button .toggle .toggle-wrapper{-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.toggle-button .toggle .reverse,.toggle-button .toggle .toggle-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.toggle-button .toggle .reverse{-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:12px}.toggle-button .toggle label.toggle-button-label{margin:0;padding-left:4px;cursor:pointer;font-size:12px;line-height:13px}.toggle-button .toggle input{opacity:0;width:0;height:0;pointer-events:none;position:absolute}.toggle-button .toggle .slider{width:24px;height:14px;border-radius:1px;color:#fafafa;position:relative;z-index:99;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:rgba(176,179,176,.144);-webkit-transition:.4s;transition:.4s;-webkit-box-shadow:0 0 3px rgba(0,0,0,.178);box-shadow:0 0 3px rgba(0,0,0,.178)}.toggle-button .toggle .slider:before{position:absolute;content:"";height:10px;width:10px;left:2px;bottom:2px;border-radius:1px;background-color:#fff;-webkit-transition:.4s;transition:.4s}.toggle-button .toggle input:checked+.slider{background-color:var(--active-color)}.toggle-button .toggle .checked,.toggle-button .toggle input:focus+.slider{-webkit-box-shadow:0 0 1px var(--active-color);box-shadow:0 0 1px var(--active-color)}.toggle-button .toggle .checked{background-color:var(--active-color)}.toggle-button .toggle .checked:before,.toggle-button .toggle input:checked+.slider:before{-webkit-transform:translateX(10px);transform:translateX(10px)}.toggle-button .toggle .slider.round{border-radius:34px}.toggle-button .toggle .slider.round:before{border-radius:50%}#progress-circle{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#progress-circle svg circle{fill:none;stroke-dasharray:var(--circumference);stroke-dashoffset:var(--circumference);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:center;transform-origin:center}#progress-circle svg circle:first-child{stroke-dashoffset:0;stroke:rgba(143,151,156,.192)}#progress-circle svg circle:nth-child(2){stroke-dashoffset:calc(var(--circumference) - var(--circumference)*0/100);stroke:var(--orange-web);stroke-linecap:round;-webkit-transition:.5s;transition:.5s}#progress-circle .number{cursor:default;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:var(--text-size);display:-webkit-box;display:-ms-flexbox;display:flex}#progress-circle .noshow{stroke-dashoffset:calc(var(--circumference) - var(--circumference)*0/100)!important}.usage-counter .title{font-size:14px;font-weight:700}.usage-counter span{font-weight:700}.usage-counter div{margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}#current-subscription{display:grid;grid-template-columns:2fr 1fr;gap:20px}#current-subscription>div>h3{padding:0 0 20px 20px;margin:0;font-size:18px;font-weight:400}#current-subscription .content{height:calc(100% - 41px);padding:20px;background:#fff;-webkit-box-shadow:0 6px 16px -5px rgba(0,0,0,.14901960784313725);box-shadow:0 6px 16px -5px rgba(0,0,0,.14901960784313725)}#current-subscription .content .usage-icon{width:20px;font-size:20px}#current-subscription .usage .content{display:grid;grid-template-columns:repeat(4,auto);grid-auto-rows:auto;gap:12px}#current-subscription .usage .content>div{gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#current-subscription .usage .generation-count{grid-row-end:span 2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#current-subscription .usage .title{font-size:14px;font-weight:700}#current-subscription .payment .content .next-payment{font-size:12px;margin:12px 0}#current-subscription .payment .content .next-payment span{font-weight:700}#current-subscription .payment .content .credit-card{height:100%;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:justify;-ms-flex-pack:justify;justify-content:space-between}#current-subscription .payment .content .credit-card h3{font-size:14px;font-weight:700}#current-subscription .payment .content .credit-card button{width:-webkit-max-content;width:-moz-max-content;width:max-content}#current-subscription .payment .content .credit-card .card-info{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:12px}#current-subscription .payment .content .credit-card .card-info svg{font-size:18px}#current-subscription .payment .content .credit-card .card-info div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#current-subscription .payment .content .credit-card .card-info div .expiration{font-size:10px;opacity:.7}#current-subscription .current-plan .content h3{font-size:18px;font-weight:700}#current-subscription .current-plan .plan-terms{display:grid;grid-template-columns:repeat(3,auto);grid-auto-rows:auto;gap:12px}#current-subscription .current-plan .plan-terms .plan-term{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:12px}#current-subscription .current-plan .plan-terms .plan-term p{margin:0}#current-subscription .current-plan .plan-terms .plan-term p span{font-weight:700}#current-subscription .current-plan .bottom-section{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-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px 0 0 0}#current-subscription .current-plan .bottom-section button{margin-right:12px}#current-subscription .current-plan .price{font-size:18px;font-weight:700}@media only screen and (max-width:1100px){#current-subscription{grid-template-columns:1fr}}@media only screen and (max-width:575px){#current-subscription .usage .content{grid-template-columns:1fr}#current-subscription .usage .content div{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#current-subscription .current-plan .plan-terms{grid-template-columns:1fr}#current-subscription .current-plan .bottom-section{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}#subscription{padding:103px 40px 20px}#subscription h2{padding-bottom:45px}#subscription .currency{margin-right:4px}#subscription #e-commerce-plans .header-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#subscription #e-commerce-plans .header-info .header-text{opacity:.7;margin-top:4px}#subscription #e-commerce-plans .header-info .header-text .btn{font-size:14px;opacity:.7;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#subscription #e-commerce-plans .header-info .header-text img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}#subscription #e-commerce-plans .header-info .header-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}#subscription #e-commerce-plans .header-chosen-plan-step,#subscription #e-commerce-plans .header-payment-step{display:grid;gap:20px;grid-template-columns:minmax(300px,500px) minmax(240px,280px);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#subscription #e-commerce-plans .header-payment-step{grid-template-columns:500px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#subscription #e-commerce-plans .currency-dropdown{justify-self:end}#subscription .plans{position:relative;margin-top:24px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-template-rows:auto;gap:12px}#subscription .plans .plan{border-radius:var(--standard-border-radius);-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1);box-shadow:0 2px 4px rgba(0,0,0,.1);padding:20px;background:#fff;min-height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#subscription .plans .plan .btn{justify-self:end}#subscription .upgrade-view{grid-template-columns:minmax(240px,300px) auto minmax(240px,300px);gap:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#subscription .upgrade-view svg{-ms-flex-item-align:center;align-self:center}#subscription .vat-notice{margin-top:12px;text-align:center;opacity:.7}