.blank-ws-container{cursor:pointer;transition:transform .2s linear}.blank-ws-container a{text-decoration:none}.blank-ws-container:hover{transform:translateY(-2px)}.blank-ws-container .blank-ws.disable{height:0;animation:hideElementBlankWs .4s ease-in-out forwards}.blank-ws-container .blank-ws.able,.blank-ws-container .menu-create-btn.able{animation:showElementBlankWs .4s ease-in-out forwards}.blank-ws-container .menu-create-btn.able{display:block}.blank-ws-container .menu-create-btn.disable{animation:hideElementBlankWs .4s ease-in-out forwards}.blank-ws-container .blank-ws{background:#fff;border-radius:12px;overflow:hidden;width:100%;height:auto;aspect-ratio:794/1123;cursor:pointer;display:flex;align-items:flex-end;justify-content:center;position:relative;transition:transform .4s ease-in-out;transform:translateY(0)}.blank-ws-container .blank-ws .background-image{background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='gray' stroke-width='6' stroke-dasharray='13%2c 13' stroke-dashoffset='55' stroke-linecap='round'/%3e%3c/svg%3e");opacity:.6;position:absolute;top:0;left:0;width:100%;height:100%;transition:all .4s ease-out}.blank-ws-container .blank-ws p{margin:0}.blank-ws-container .blank-ws .icon{position:absolute;display:flex;padding:10px;border-radius:50%;top:36%;background:rgba(54,64,75,.04)}.blank-ws-container .blank-ws .icon svg{transform:rotate(-90deg) scale(1.2);transition:all .4s ease-in-out}.blank-ws-container .blank-ws .text{margin-bottom:30px;padding:0 20px;overflow:hidden}.blank-ws-container .blank-ws .text span{font-family:Nunito;font-weight:700;font-size:18px;line-height:26px;text-align:center;text-transform:capitalize;color:#36404b;position:relative;-webkit-transition:-webkit-transform 1.2s cubic-bezier(.23,1,.32,1);transition:-webkit-transform 1.2s cubic-bezier(.23,1,.32,1);-o-transition:-o-transform 1.2s cubic-bezier(.23,1,.32,1);-moz-transition:transform 1.2s cubic-bezier(.23,1,.32,1),-moz-transform 1.2s cubic-bezier(.23,1,.32,1);transition:transform 1.2s cubic-bezier(.23,1,.32,1);transition:transform 1.2s cubic-bezier(.23,1,.32,1),-webkit-transform 1.2s cubic-bezier(.23,1,.32,1),-moz-transform 1.2s cubic-bezier(.23,1,.32,1),-o-transform 1.2s cubic-bezier(.23,1,.32,1)}.blank-ws-container .blank-ws .text span,.blank-ws-container .blank-ws .text span:after{display:block;-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}.blank-ws-container .blank-ws .text span:after{content:attr(data-text);position:absolute;top:100%;-webkit-transition:-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:-webkit-transform .3s cubic-bezier(.23,1,.32,1);-o-transition:-o-transform .3s cubic-bezier(.23,1,.32,1);-moz-transition:transform .3s cubic-bezier(.23,1,.32,1),-moz-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1),-moz-transform .3s cubic-bezier(.23,1,.32,1),-o-transform .3s cubic-bezier(.23,1,.32,1)}.blank-ws-container .blank-ws svg g rect{fill:transparent}.blank-ws-container .blank-ws svg g path{fill:rgba(var(--color),1)}@media screen and (max-width:768px){.blank-ws-container .blank-ws .icon{top:30%}.blank-ws-container .blank-ws .text{margin-bottom:14px}}.blank-ws-container .menu-create-btn{display:none;padding:4px;background-color:#fff;box-shadow:0 4px 10px 0 #2121211f;border-radius:12px;transition:all .3s ease-in-out}.blank-ws-container .menu-create-btn .menu-container .item-container,.blank-ws-container .menu-create-btn .menu-container .special-item-container{padding:0;cursor:pointer}.blank-ws-container .menu-create-btn .menu-container .item-container:hover .arrow-right path,.blank-ws-container .menu-create-btn .menu-container .special-item-container:hover .arrow-right path{fill-opacity:1}.blank-ws-container .menu-create-btn .menu-container .item-container .main-text,.blank-ws-container .menu-create-btn .menu-container .special-item-container .main-text{padding:0 0 0 5px}.blank-ws-container .menu-create-btn .menu-container .item-container .main-text .title,.blank-ws-container .menu-create-btn .menu-container .special-item-container .main-text .title{text-wrap:wrap;text-align:start;font-size:12px;line-height:16px}.blank-ws-container .menu-create-btn .menu-container .item-container .main-text .description,.blank-ws-container .menu-create-btn .menu-container .special-item-container .main-text .description{display:none}.blank-ws-container .menu-create-btn .menu-container .item-container .item,.blank-ws-container .menu-create-btn .menu-container .special-item-container .item{padding:4px 8px;margin:0;border-radius:0}.blank-ws-container .menu-create-btn .menu-container .item-container .line,.blank-ws-container .menu-create-btn .menu-container .special-item-container .line{margin:0}.blank-ws-container .menu-create-btn .menu-container .item-container .icon,.blank-ws-container .menu-create-btn .menu-container .special-item-container .icon{padding:0 5px 0 0}.blank-ws-container .menu-create-btn .menu-container .special-item-container{padding:4px 8px;min-height:40px;border-radius:8px;overflow:hidden}.blank-ws-container .menu-create-btn .menu-container .special-item-container.first{margin-bottom:6px}.blank-ws-container .menu-create-btn .menu-container .special-item-container .main-text{max-width:152px}.blank-ws-container .menu-create-btn .menu-container .item-container{overflow:hidden}.blank-ws-container .menu-create-btn .menu-container .item-container .main-text .title{color:#21212185;line-height:26px}.worksheet-popup-content{position:absolute;transform:rotateY(180deg);transition:transform .6s ease-in-out;display:flex;justify-content:center;align-items:center;box-sizing:border-box;overflow:hidden;width:100%;height:100%;padding:20px;opacity:0;visibility:hidden;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}.worksheet-popup-content .box-card-btn-create-container .card-new-container{flex-direction:column;width:100%;height:100%;border-radius:12px}.worksheet-popup-content .box-card-btn-create-container .card-new-container .image-wrapper{width:100%;height:100%;margin:0;transform:scale(1.5) translate(36px,20px)}.worksheet-popup-content .box-card-btn-create-container .card-new-container .image2{transform:translate(-8px,-4px)}.worksheet-popup-content .box-card-btn-create-container .card-new-container:hover .image-wrapper .image2{transform:scale(1) rotate(6deg) translate(-8px,-6px)}.worksheet-popup-content .box-card-btn-create-container .card-new-container .card-new{margin:16.5px 16.5px 0;text-align:left}.worksheet-popup-content .box-card-btn-create-container .card-new-container .card-new .card-title{font-size:14px}.worksheet-popup-content .box-card-btn-create-container .card-new-container .card-new p{font-size:10px}.worksheet-popup-content .box-card-btn-create-container .card-ai{margin-top:0}.blank-ws-container{perspective:1000px;position:relative}.blank-ws{transform-style:preserve-3d;transition:transform .5s ease-in-out;position:relative}.blank-ws-container.rotate:hover .blank-ws{transform:rotateY(-180deg)}.icon,.text{transition:opacity .2s ease-in-out,visibility .2s ease-in-out}.blank-ws-container.rotate:hover .worksheet-popup-content{opacity:1;visibility:visible;transition:opacity .6s ease-in-out,visibility .6s ease-in-out}.blank-ws-container.rotate:hover .icon,.blank-ws-container.rotate:hover .text{opacity:0;visibility:hidden;transition:opacity .2s ease-in-out,visibility .2s ease-in-out;transition-delay:.1s}@keyframes aniHoverItem{0%{transform:translateY(0)}to{transform:translateY(-2px)}}@keyframes aniIcon{0%{transform:rotate(-90deg) scale(1.2)}to{transform:rotate(0deg) scale(1)}}@keyframes aniBackgroundImage{0%{opacity:.6}to{opacity:1}}@keyframes showElementBlankWs{0%{opacity:0}to{opacity:1}}@keyframes hideElementBlankWs{0%{opacity:1}to{opacity:0}}.section-template,.section-template .sc-template{position:relative;overflow:hidden}.section-template .sc-template{background:none;padding-top:0;z-index:4;text-align:center}.section-template .sc-template .sc-template-content{display:flex;flex-direction:column;align-items:center;padding:0 0 40px;background:#f0f2f5}@media screen and (max-width:768px){.section-template .sc-template .sc-template-content{padding:0 0 24px}}.section-template .sc-template .sc-template-content>div{max-width:1194px;width:100%}.section-template .sc-template .sc-template-content h2{color:#2d3642;font-size:38px;font-weight:700;line-height:46px;text-transform:none;margin:0 auto;padding:40px 0 12px}@media screen and (max-width:768px){.section-template .sc-template .sc-template-content h2{max-width:calc(100% - 32px)!important;font-size:24px;font-weight:700;line-height:32px;padding:40px 0 12px}}.section-template .sc-template .sc-template-content .description{width:100%;margin:0 auto;padding:0 0 24px;font-size:20px;font-weight:500;line-height:28px;color:#6e6e70}@media screen and (max-width:768px){.section-template .sc-template .sc-template-content .description{max-width:calc(100% - 32px)!important;font-size:14px;font-weight:500;line-height:22px}}.section-template .sc-template .sc-template-content .category-buttons{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 0 24px}@media screen and (max-width:768px){.section-template .sc-template .sc-template-content .category-buttons{justify-content:flex-start;overflow-x:auto;overflow-y:hidden;padding:16px 24px;margin:0 -16px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.section-template .sc-template .sc-template-content .category-buttons::-webkit-scrollbar{display:none}}.section-template .sc-template .sc-template-content .category-button{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:100px;padding:3px 16px;background:#fff;border:1px dashed #d9d9d9;box-shadow:0 2px 0 0 #00000004;font-weight:600;font-size:16px;line-height:24px;text-align:center;color:#2d3642;cursor:pointer;white-space:nowrap;transition:all .3s ease}.section-template .sc-template .sc-template-content .category-button svg{width:14px;height:14px}.section-template .sc-template .sc-template-content .category-button svg path{fill:#2d3642}@media screen and (min-width:1210px){.section-template .sc-template .sc-template-content .category-button:hover{background:#fff;border-color:#85a5ff;color:#85a5ff}.section-template .sc-template .sc-template-content .category-button:hover svg path{fill:#85a5ff}}.section-template .sc-template .sc-template-content .category-button.active{background:#597ef7;border-color:#597ef7;color:#fff;pointer-events:none;box-shadow:0 2px 0 0 #0000000b}.section-template .sc-template .sc-template-content .category-button.active svg path{fill:#fff}.section-template .sc-template .sc-template-content .list-template{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;text-align:left;gap:16px;height:514px}@media screen and (max-width:768px){.section-template .sc-template .sc-template-content .list-template{height:auto}}.section-template .sc-template .sc-template-content .list-template .col-templates{width:176px;display:grid;gap:16px;min-height:482px}@media screen and (max-width:768px){.section-template .sc-template .sc-template-content .list-template .col-templates{width:171px}}@media screen and (min-width:769px){.section-template .sc-template .sc-template-content .list-template .col-templates{min-height:492px}}.section-template .sc-template .sc-template-content .list-template .col-templates .blank-ws-tool{height:fit-content}.section-template .sc-template .sc-template-content .list-template .worksheet-loading{width:100%;height:100%;min-height:249px;display:grid;border-radius:12px;background-color:#fff}.section-template .sc-template .sc-template-content .list-template .worksheet-loading .flex{display:flex;gap:4px;width:max-content}.section-template .sc-template .sc-template-content .list-template .worksheet-loading .worksheet-loading-image-wrapper{width:100%;display:flex;justify-content:center}.section-template .sc-template .sc-template-content .list-template .worksheet-loading .worksheet-loading-image{width:100%;height:100%;opacity:.24;animation:opacityAnimation 1s steps(10) infinite alternate;border-radius:6px;display:flex;justify-content:center;align-items:center;background-color:#fbfbfd}@keyframes opacityAnimation{0%{opacity:.24}to{opacity:1}}.section-template .sc-template .sc-template-content .list-template .template-item{width:176px;overflow:hidden;border-radius:12px;position:relative}@media screen and (max-width:768px){.section-template .sc-template .sc-template-content .list-template .template-item{width:171px}}.section-template .sc-template .sc-template-content .list-template .template-item .template-item-link,.section-template .sc-template .sc-template-content .list-template .template-item .template-mobile{cursor:pointer}.section-template .sc-template .sc-template-content .list-template .template-item .template-item-link>span>span,.section-template .sc-template .sc-template-content .list-template .template-item .template-mobile>span>span{display:none!important}.section-template .sc-template .sc-template-content .list-template .template-item .template-item-link img,.section-template .sc-template .sc-template-content .list-template .template-item .template-mobile img{width:100%!important;height:auto!important;position:relative!important;object-fit:cover!important;transition:all .5s ease-in-out}.section-template .sc-template .sc-template-content .list-template .template-item .btn-edit-template{position:absolute;inset:0;opacity:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center}.section-template .sc-template .sc-template-content .list-template .template-item .btn-edit-template span{border-radius:12px;padding:8px 12px;background-color:#fff;font-size:.875rem}.section-template .sc-template .sc-template-content .list-template .template-item:hover .template-item-link img,.section-template .sc-template .sc-template-content .list-template .template-item:hover .template-mobile img{transform:scale(1.6)}.section-template .sc-template .sc-template-content .list-template .template-item:hover .btn-edit-template{opacity:1;transition:opacity .5s ease-in-out .2s;will-change:opacity}.section-template .sc-template .sc-template-content .see-more-ws{display:flex;align-items:center;justify-content:center;gap:8px;height:40px;margin:24px auto 0;font-size:16px;font-weight:600;line-height:24px;color:#fff;text-decoration:none;background:rgba(var(--color),1);border-radius:100px;box-sizing:border-box;cursor:pointer;padding:0 24px;transition:all .3s ease}@media screen and (min-width:769px){.section-template .sc-template .sc-template-content .see-more-ws:hover{background:#85a5ff}}.section-template .sc-template .blank-ws-container .blank-ws{height:unset!important}.section-template .sc-template .blank-ws-container .blank-ws .icon{top:33%}.section-template .sc-template .blank-ws-container .blank-ws .icon svg{top:6px;left:5px}@media screen and (max-width:768px){.section-template .sc-template .blank-ws-container{pointer-events:none;aspect-ratio:.74}}