@charset "UTF-8";.button{display:inline-flex;align-items:center;justify-content:center;font-weight:600;border:none;border-radius:0;transition:all .3s ease;cursor:pointer;text-align:center;text-decoration:none;position:relative;overflow:hidden;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;letter-spacing:.01em}.button>*{transform:none;display:inline-block}.button:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#ffffff80;opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.button:focus{outline:none}.button:active:after{animation:ripple .6s ease-out}.button:disabled{opacity:.6;cursor:not-allowed}.button-small{padding:.25rem 1.5rem;font-size:.875rem;height:48px}.button-medium{padding:.5rem 2rem;font-size:1rem;height:52px}.button-large{padding:1rem 3rem;font-size:1.125rem;height:64px}.button-primary{background-color:red;color:#fff;box-shadow:0 4px 12px #ff000040;position:relative;overflow:hidden;z-index:1;font-weight:700;letter-spacing:0;border-radius:.75rem;animation:subtle-pulse 2s infinite}.button-primary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);transform:translate(-100%);transition:transform .5s ease;z-index:-1}.button-primary:hover:not(:disabled){box-shadow:0 8px 20px #f006;background-color:#ff1a1a;animation:none}.button-primary:hover:not(:disabled):before{transform:translate(100%)}.button-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 8px #0047ff26}@keyframes subtle-pulse{0%{box-shadow:0 4px 12px #ff000040}50%{box-shadow:0 4px 16px #f006}to{box-shadow:0 4px 12px #ff000040}}.button-secondary{background-color:transparent;border-radius:.75rem;height:60px;border:2px solid #3e4752;color:#3e4752;display:inline-flex;align-items:center;justify-content:center;font-weight:600;transition:all .3s ease;cursor:pointer;text-align:center;text-decoration:none;position:relative;overflow:hidden;font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;letter-spacing:.01em}@media (max-width: 992px){.button-secondary{width:100%}}.button-secondary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%);transform:translate(-100%);transition:transform .5s ease;z-index:-1}.button-secondary:hover:not(:disabled){color:#fff;box-shadow:0 8px 20px #3e47524d;background-color:#454f5b}.button-secondary:hover:not(:disabled):before{transform:translate(100%)}.button-secondary:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 8px #3e475226}.button-accent{background-color:#0047ff;color:#fff;box-shadow:0 4px 12px #0047ff26;position:relative;overflow:hidden;border-radius:.75rem;z-index:1;font-weight:700;letter-spacing:0;gap:.5rem}.button-accent:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%);transform:translate(-100%);transition:transform .5s ease;z-index:-1}.button-accent:hover:not(:disabled){box-shadow:0 8px 20px #0047ff4d;background-color:#1a5cff}.button-accent:hover:not(:disabled):before{transform:translate(100%)}.button-accent:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 8px #0047ff26}.button-outline{background-color:transparent;color:#0047ff;border:1px solid #0047ff;position:relative;z-index:1;font-weight:600;border-radius:.75rem}.button-outline:hover:not(:disabled){background-color:#e6ecff;color:#0035c8;box-shadow:0 4px 12px #0047ff1a}.button-outline:active:not(:disabled){transform:translateY(0);box-shadow:none}.button-outline-secondary{background-color:transparent;color:#3e4752;border:2px solid #3e4752}.button-outline-secondary:hover:not(:disabled){background-color:#3e47521a;transform:translateY(-2px)}.button-outline-secondary:active:not(:disabled){transform:translateY(0)}.button-text{background-color:transparent;color:red;padding:.25rem}.button-text:hover:not(:disabled){background-color:#ff00001a}.button-full-width{width:100%}.slideshow-button{transform:skew(-10deg)!important}.button-container{position:relative;display:inline-flex;flex-direction:column;align-items:center;width:100%}@media (min-width: 992px){.button-container{width:auto}}.button-with-tooltip{margin-top:4px}.button-tooltip{font-size:.875rem;color:#3e4752e6;text-align:center;margin-bottom:.75rem;line-height:1.4;font-weight:400;font-size:1rem}@keyframes ripple{0%{transform:scale(0);opacity:.5}20%{transform:scale(25);opacity:.5}to{opacity:0;transform:scale(40)}}.loader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#e4e8ef);z-index:1;border-radius:inherit}.loader-spinner{width:40px;height:40px;border-radius:50%;position:relative;animation:pulse 1.2s cubic-bezier(.4,0,.2,1) infinite}.loader-spinner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#f003;animation:pulse-ring 1.2s cubic-bezier(.4,0,.2,1) infinite}.loader-spinner:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:50%;background:red}.loader-shimmer{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff0,#fff3,#fff0);animation:shimmer 2s cubic-bezier(.4,0,.2,1) infinite;will-change:transform;transform:translateZ(0)}@keyframes pulse{0%{transform:scale(.8)}50%{transform:scale(1)}to{transform:scale(.8)}}@keyframes pulse-ring{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1);opacity:.3}to{transform:scale(.8);opacity:.5}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.countdown-inline{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.25rem;font-weight:400;margin:0}@media (max-width: 768px){.countdown-inline{justify-content:center}}.countdown-text{font-weight:700}.countdown-days{font-weight:400}.countdown-time{display:inline-flex;align-items:center;justify-content:center;background-color:red;color:#fff;padding:.2em .5em;border-radius:4px;font-weight:700;min-width:110px;text-align:center;font-family:monospace}.countdown-time .countdown-flame-icon{margin-right:.3em;color:#fff;flex-shrink:0}.sticky-countdown-container{position:fixed;top:0;left:0;right:0;z-index:1020;background:#ede8fc;color:#000;min-height:3.6rem;display:flex;align-items:center;transform:translateY(0);transition:transform .3s ease-in-out,opacity .3s ease-in-out;opacity:1}@media (max-width: 992px){.sticky-countdown-container{display:none}}.sticky-countdown-container.hidden{transform:translateY(-100%);opacity:0;pointer-events:none}.sticky-countdown-container.visible{transform:translateY(0);opacity:1;pointer-events:auto}.sticky-countdown-container .sticky-countdown{display:flex;justify-content:center;align-items:center;color:#000}.sticky-countdown-container .sticky-countdown .countdown-text,.sticky-countdown-container .sticky-countdown .countdown-days{color:#000}.sticky-countdown-container .sticky-countdown .countdown-time{background-color:#8362ee;color:#fff;font-size:.85rem;padding:.15em .4em}.mobile-countdown-container{margin:1.5rem 0}@media (min-width: 992px){.mobile-countdown-container{display:none}}.mobile-countdown-container .mobile-countdown{padding:1rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;text-align:center;background:#ede8fc;color:#000;border-radius:12px}.mobile-countdown-container .mobile-countdown .countdown-text{font-size:1.2rem;color:#000;margin-right:.25rem}.mobile-countdown-container .mobile-countdown .countdown-days{font-size:1.1rem;color:#000;margin-right:.25rem}.mobile-countdown-container .mobile-countdown .countdown-time{background-color:red;color:#fff;font-size:.9rem;padding:.2em .5em;border-radius:4px}.gift-button{position:fixed;bottom:1.5rem;left:1.5rem;background-color:red;color:#fff;border:none;border-radius:9999px;padding:1rem 2rem;font-weight:700;font-size:1.125rem;cursor:pointer;display:flex;align-items:center;gap:1rem;z-index:100;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000d;transition:all .2s ease}.gift-button:hover{background-color:#e60000}.gift-button .gift-icon{animation:rotate-gift 6s infinite;font-size:1.2em}@media (max-width: 576px){.gift-button{bottom:1rem;left:1rem;right:1rem;width:calc(100% - 2rem);border-radius:20px;justify-content:center;padding:1rem 1.5rem}}@keyframes rotate-gift{0%{transform:rotate(0)}15%{transform:rotate(30deg)}30%{transform:rotate(0)}35%{transform:rotate(-30deg)}40%{transform:rotate(0)}70%{transform:rotate(0)}80%{transform:rotate(-30deg)}90%{transform:rotate(0)}95%{transform:rotate(30deg)}to{transform:rotate(0)}}.quiz-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#2c333bb3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (max-width: 576px){.quiz-modal-overlay{padding:0}}.quiz-modal{background-color:#fff;border-radius:20px;box-shadow:0 25px 50px #0000001a,0 8px 20px #0000000d;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative;display:flex;flex-direction:column}@media (max-width: 576px){.quiz-modal{max-width:100%;height:100%;max-height:100vh;border-radius:0}}.quiz-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#3e4752;cursor:pointer;z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.quiz-modal-close:hover{background-color:#2c333b0d;color:#2c333b}.quiz-modal-header{padding:2rem 5rem 1rem 2rem}@media (max-width: 992px){.quiz-modal-header{padding:2rem 4rem 1rem 1rem}}.quiz-modal-progress{margin-top:1rem}.quiz-modal-progress-bar{height:6px;background-color:#ff00001a;border-radius:9999px;overflow:hidden;margin-bottom:.25rem}.quiz-modal-progress-fill{height:100%;background-color:red;border-radius:9999px;transition:width .5s ease}.quiz-modal-progress-text{font-size:.75rem;color:#3e4752;text-align:right}.quiz-modal-content{flex:1;overflow-y:auto;padding:1rem 2rem 2rem}@media (max-width: 992px){.quiz-modal-content{padding:1rem}}.quiz-modal-intro{text-align:center;padding:2rem 0}.quiz-modal-intro-title{font-size:2.25rem;font-weight:700;color:#2c333b;margin-bottom:1rem}.quiz-modal-intro-subtitle{font-size:1.125rem;color:#3e4752;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.quiz-modal-intro-benefits{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}.quiz-modal-intro-benefit{display:flex;align-items:center;gap:1rem;text-align:left;font-size:1rem}.quiz-modal-intro-benefit .benefit-icon-wrapper{width:32px;height:32px;border-radius:50%;background-color:#0047ff1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.quiz-modal-intro-benefit .benefit-icon-wrapper .benefit-icon{color:#0047ff}.quiz-modal-intro-button{min-width:200px;margin-top:1rem}.quiz-modal-question-title{font-size:1.375rem;font-weight:600;margin-bottom:1.5rem;color:#2c333b}.quiz-modal-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.quiz-modal-option{position:relative}.quiz-modal-option-input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.quiz-modal-option-input:checked+.quiz-modal-option-label{background-color:#ff00001a;border-color:red}.quiz-modal-option-input:checked+.quiz-modal-option-label:before{opacity:1}.quiz-modal-option-label{display:block;padding:1rem;border:2px solid #ecedee;border-radius:12px;cursor:pointer;transition:all .3s ease;padding-left:50px;position:relative}.quiz-modal-option-label:hover{border-color:#ff000080}.quiz-modal-option-label:before{content:"";position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:20px;height:20px;border:2px solid #ff0000;border-radius:50%;background-color:#fff;opacity:.5;transition:all .3s ease}.quiz-modal-option-label:after{content:"";position:absolute;left:calc(1rem + 5px);top:50%;transform:translateY(-50%);width:10px;height:10px;border-radius:50%;background-color:red;opacity:0;transition:all .3s ease}.quiz-modal-option input[type=radio]:checked+.quiz-modal-option-label:after{opacity:1}.quiz-modal-option input[type=checkbox]+.quiz-modal-option-label:before{border-radius:8px}.quiz-modal-option input[type=checkbox]:checked+.quiz-modal-option-label:after{opacity:1;border-radius:0;width:6px;height:12px;border:solid #ff0000;border-width:0 2px 2px 0;transform:translateY(-65%) rotate(45deg);left:calc(1rem + 7px)}.quiz-modal-actions{display:flex;justify-content:space-between;gap:1rem}.quiz-modal-contact-form{padding:1rem 0}.quiz-modal-form-title{font-size:1.375rem;font-weight:600;margin-bottom:.75rem;color:#2c333b;position:relative}@media (max-width: 992px){.quiz-modal-form-title{padding:0 3rem .5rem 0}}.quiz-modal-form-subtitle{font-size:1rem;color:#3e4752;margin-bottom:1rem;text-align:center}.quiz-modal-form-actions{display:flex;flex-direction:column;margin-top:1rem;gap:1rem}.quiz-modal-form-actions .submit-button{flex:1;padding:1.25rem 2rem;width:100%}.quiz-modal-form .form-error{color:red;background-color:#ff00001a;padding:.5rem 1rem;border-radius:12px;font-size:.875rem;margin-bottom:.5rem;width:100%}.quiz-modal-benefits-list{list-style:none;padding:0 0 .75rem;margin:0 0 1rem;display:flex;flex-direction:row;border-bottom:1px solid rgba(62,71,82,.1);gap:2rem}@media (max-width: 992px){.quiz-modal-benefits-list{flex-direction:column;display:block}}.quiz-modal-benefit-item{display:flex;align-items:flex-start;gap:.5rem;font-size:.83rem;color:#3e4752;margin-bottom:0}@media (max-width: 992px){.quiz-modal-benefit-item{margin-bottom:.5rem}}.quiz-modal-benefit-item .benefit-icon-wrapper{width:1rem;height:1rem;border-radius:50%;background-color:#0047ff1a;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.quiz-modal-benefit-item .benefit-icon{color:#0047ff;flex-shrink:0;width:12px;height:12px}.quiz-modal-benefit-item .benefit-text{display:flex;flex-direction:column;line-height:1.2}@media (max-width: 992px){.quiz-modal-benefit-item .benefit-text{font-size:1rem}}.quiz-modal-benefit-item .benefit-highlight{font-weight:600;color:#0047ff}.quiz-modal-form{display:flex;flex-direction:column;gap:.75rem}.form-group{display:flex;flex-direction:column;gap:.25rem;width:100%}.form-group.form-checkbox{flex-direction:row;align-items:flex-start;gap:.5rem}.input-wrapper{width:100%;position:relative}.input-wrapper .error-message{color:red;font-size:.75rem;margin-top:.25rem;display:block;position:relative;width:100%;text-align:left}.form-error-message{display:flex;align-items:center;gap:.5rem;color:red;background-color:#ff00001a;padding:.5rem 1rem;border-radius:12px;font-size:.875rem;margin-bottom:1rem;width:100%}.form-label{font-size:1rem;font-weight:500;color:#2c333b}.form-label .required-field{color:red;font-size:.83rem}.form-input{padding:.6rem 1rem;border:1px solid #ecedee;border-radius:12px;font-size:1rem;transition:all .3s ease;width:100%}.form-input:focus{outline:none;border-color:#3e4752;box-shadow:0 0 0 3px #3e47521a}.form-input.input-error{border-color:red}.form-input.input-error:focus{box-shadow:0 0 0 3px #ff00001a}.phone-input-wrapper{display:flex;align-items:stretch;width:100%}.phone-input-wrapper .phone-prefix{display:flex;align-items:center;gap:.25rem;padding:0 .75rem;background-color:#fafafb;border:1px solid #ecedee;border-right:none;border-radius:12px 0 0 12px;min-width:60px;justify-content:center}.phone-input-wrapper .phone-prefix .country-flag{width:16px;height:auto}.phone-input-wrapper .phone-prefix span{font-size:1rem;font-weight:500}.phone-input-wrapper .phone-input{border-top-left-radius:0;border-bottom-left-radius:0;height:100%}.form-checkbox-input{margin-top:3px}.form-checkbox-label{font-size:.875rem;color:#3e4752}.quiz-modal-success{padding:2rem 0;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px}.success-icon{width:80px;height:80px;background-color:#0047ff;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000d}.success-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:#2c333b}.success-message{font-size:1.125rem;color:#3e4752;margin:0 auto;margin-bottom:1rem}.check-email-button{display:inline-block;background-color:#00b67a;color:#fff;font-weight:600;padding:1.25rem 3rem;border-radius:.75rem;text-decoration:none;transition:background-color .2s ease;margin-top:1rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000001f}.check-email-button:hover{background-color:#009d69;text-decoration:none;color:#fff}.check-email-button:active{transform:translateY(1px)}.lazy-video-container{position:relative;width:100%;height:100%;overflow:hidden;background-color:#3e47520d}.lazy-video-container .lazy-video{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease-in-out,transform .5s ease-in-out;transform:scale(1.02)}.lazy-video-container .lazy-video.playing{opacity:1;transform:scale(1)}.lazy-video-container .video-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;background-color:#ffffffe6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .3s ease-out;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lazy-video-container .video-error{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#3e47520d;color:#3e4752;z-index:2}.lazy-video-container .video-error-icon{font-size:2rem;font-weight:700;margin-bottom:.5rem;width:40px;height:40px;border-radius:50%;background-color:#3e47521a;display:flex;align-items:center;justify-content:center}.lazy-video-container .video-error-text{font-size:.875rem;text-align:center}.cta-card{height:100%;background-color:#fff;border:2px dashed #ecedee;border-radius:20px!important;padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;text-align:center;position:relative;overflow:hidden;cursor:pointer;will-change:border-style,background-color,box-shadow;transition:border-style .2s ease,background-color .3s ease,box-shadow .3s ease}.cta-card:focus{outline:2px solid #ff0000;outline-offset:2px}.cta-card:focus:not(:focus-visible){outline:none}.cta-card:focus-visible{outline:2px solid #ff0000;outline-offset:2px}.cta-card .cta-main-title{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:3rem;font-weight:700;line-height:1.2;color:#2c333b;margin:0;padding:0;transition:color .3s ease}.cta-card .cta-description{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;color:#3e4752;margin:.5rem auto;padding:0;text-align:center;max-width:90%;line-height:1.5;transition:color .3s ease}.cta-card .cta-subtitle{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;color:#3e4752;margin:0 auto 1rem;padding:0;text-align:center;max-width:90%;line-height:1.5;transition:color .3s ease}.cta-card .cta-bottom-content{margin-top:auto;display:flex;flex-direction:column;align-items:center;width:100%}.cta-card .cta-export-types{display:flex;flex-wrap:wrap;justify-content:center;column-gap:1.5rem;row-gap:1rem;margin-bottom:1.5rem;width:100%;max-width:200px;padding:0}.cta-card .cta-export-type{display:flex;flex-direction:column;align-items:center;text-align:center;flex:0 0 calc(50% - .75rem);box-sizing:border-box;min-width:70px}.cta-card .cta-export-icon{margin-bottom:.25rem;transition:color .2s ease,transform .2s ease}.cta-card .cta-export-icon[src]{width:28px;height:28px;object-fit:contain}.cta-card .cta-export-icon.icon-color-api,.cta-card .cta-export-icon.icon-color-cloud{color:#0047ff}.cta-card .cta-export-icon.icon-color-yml{color:#ffb400}.cta-card .cta-export-icon.icon-color-csv{color:#2c333b}.cta-card .cta-export-name{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;color:#3e4752;line-height:1.3;transition:color .2s ease}.cta-card .cta-hint{font-family:Inter,Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:.875rem;color:#3e4752;margin:0;padding-top:.25rem;transition:color .3s ease}@media (hover: hover) and (pointer: fine){.cta-card:hover{border-style:solid;border-color:#2c333b;background-color:#fafafb;box-shadow:0 4px 12px #00000014,0 2px 4px #0000000d}.cta-card:hover .cta-main-title,.cta-card:hover .cta-description,.cta-card:hover .cta-subtitle{color:#2c333b}.cta-card:hover .cta-export-icon{transform:scale(1.15)}.cta-card:hover .cta-export-name,.cta-card:hover .cta-hint{color:#2c333b}}@media (max-width: 992px){.cta-card .cta-bottom-content{display:none}}@media (max-width: 768px){.cta-card{padding:1rem}.cta-card .cta-main-title{font-size:2.25rem;margin-bottom:.5rem}.cta-card .cta-export-types{column-gap:1rem;row-gap:.5rem;margin-bottom:.5rem;max-width:180px}.cta-card .cta-export-type{flex-basis:calc(50% - .5rem);min-width:60px}.cta-card .cta-export-icon{width:24px;height:24px;margin-bottom:2px}.cta-card .cta-export-icon[src]{width:24px;height:24px}.cta-card .cta-export-name{font-size:.875rem}.cta-card .cta-hint{font-size:.75rem;padding-top:.25rem}}@media (max-width: 576px){.cta-card{padding:1.5rem 1rem;min-height:190px}.cta-card .cta-main-title{font-size:2.5rem;font-weight:800}.cta-card .cta-description{font-size:1.2rem;margin-bottom:1rem}.cta-card .cta-export-types{column-gap:.5rem;row-gap:1rem;max-width:280px}.cta-card .cta-export-type{flex-basis:calc(50% - .25rem)}}@media (max-width: 992px){.cta-card .product-card-cta{background-color:#fafafb;border:2px solid #ecedee;padding:2rem;min-height:250px;display:flex;flex-direction:column;justify-content:center}.cta-card .product-card-cta .cta-main-title{font-size:2.25rem;margin-bottom:1rem}.cta-card .product-card-cta .cta-description{font-size:1rem;margin-bottom:1.5rem}.cta-card .product-card-cta .cta-export-types{max-width:280px;margin:0 auto 1.5rem}.cta-card .product-card-cta .cta-hint{font-size:.875rem;color:#2c333b}}.category-menu-wrapper{background-color:#f1f5f9;margin:1rem 0;overflow:hidden;position:relative;border-radius:12px}.category-menu{display:flex;overflow-x:auto;gap:1rem;padding:.75rem 1rem;-ms-overflow-style:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.category-menu::-webkit-scrollbar{display:none}.category-item{display:flex;flex-direction:row;align-items:center;gap:.25rem;padding:.5rem 1rem;background-color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 1px 3px #00000014,0 1px 2px #0000001f;flex-shrink:0}.category-item:hover{box-shadow:0 4px 12px #00000014,0 2px 4px #0000000d;transform:translateY(-2px)}.category-item:active{transform:translateY(0)}.category-icon-wrapper{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px}.category-icon{width:20px;height:20px;object-fit:contain}.category-name{font-size:.875rem;font-weight:500;color:#2c333b}.spinner-loader{position:relative;display:flex;align-items:center;justify-content:center}.spinner-loader .spinner-svg{animation:rotate 1.5s linear infinite}.spinner-loader .spinner-circle{stroke:red;stroke-linecap:round;stroke-dasharray:283;stroke-dashoffset:280;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dashoffset:280}50%{stroke-dashoffset:75}to{stroke-dashoffset:280}}
