@charset "UTF-8";.dropdown{user-select:none;display:inline-block;position:relative}.dropdown-menu{display:none;cursor:context-menu!important;background-color:#fff;left:0;z-index:3000;transform-origin:left top;position:absolute;transition:all .2s ease-in-out;transform:scale(0)}.dropdown-menu.active{display:block;transform:scale(1)}.dropdown-menu.dropdown-menu-full{width:100%;position:fixed}.dropdown-menu.dropdown-menu-full-mobile{height:100vh;width:100%;position:fixed}.dropdown-menu.dropdown-menu-right{right:0;left:unset;transform-origin:right;position:absolute;width:400px;box-shadow:0 10px 30px -12px rgba(21,21,21,.28),0 4px 25px 0 rgba(21,21,21,.12),0 8px 10px -5px rgba(21,21,21,.2);-webkit-box-shadow:0 10px 30px -12px rgba(21,21,21,.28),0 4px 25px 0 rgba(21,21,21,.12),0 8px 10px -5px rgba(21,21,21,.2);top:250%}.dropdown-menu.dropdown-menu-right.active{right:0;z-index:4000}.dropdown-menu.dropdown-menu-left-center{left:unset;right:0;transform-origin:right top;position:absolute}@media only screen and (max-width:600px){.dropdown-menu.dropdown-menu-right{left:unset;transform-origin:right;position:absolute;width:350px;box-shadow:0 10px 30px -12px rgba(21,21,21,.28),0 4px 25px 0 rgba(21,21,21,.12),0 8px 10px -5px rgba(21,21,21,.2);-webkit-box-shadow:0 10px 30px -12px rgba(21,21,21,.28),0 4px 25px 0 rgba(21,21,21,.12),0 8px 10px -5px rgba(21,21,21,.2);position:fixed;top:0}}.dropdown-menu.dropdown-menu-center{right:unset;left:50%;transform-origin:left top;transform:scale(0) translate(-50%,0)}.dropdown-menu.dropdown-menu-center.active{left:50%;transform:scale(1) translate(-50%,0)}.dropdown-menu-arrow:before{content:" ";height:20px;width:20px;bottom:100%;background:#fff;position:absolute;pointer-events:none;transform:scale(1) rotate(45deg) translate(-50%,0)}.dropdown-menu-arrow:before.dropdown-menu-right{right:-100%}.dropdown-menu-arrow:after{border-width:8.5px;border-bottom-color:#f6f6f6}.dropdown-menu-arrow:before{border-width:9px;border-bottom-color:#b0b0b0}.dropdown-menu-arrow.dropdown-menu-left:after,.dropdown-menu-arrow.dropdown-menu-left:before{left:10%}.dropdown-menu-arrow.dropdown-menu-right{right:-100%;margin-top:15px}.dropdown-menu-arrow.dropdown-menu-right:after,.dropdown-menu-arrow.dropdown-menu-right:before{right:7%;top:0}.dropdown-menu-arrow.dropdown-menu-left-center{right:0;margin-top:15px}.dropdown-menu-arrow.dropdown-menu-left-center:after,.dropdown-menu-arrow.dropdown-menu-left-center:before{right:7%;top:0}.dropdown-menu-arrow.dropdown-menu-center:after,.dropdown-menu-arrow.dropdown-menu-center:before{left:50%}.dropdown-menu-arrow.dropdown-arrow.dropdown- .dropdown-menu-arrow.dropdown-arrow:before{margin-top:15px;transform:scale(1) rotate(45deg) translate(-50%,0)}.dropdown-menu-arrow.dropdown-arrow .dropdown-menu{margin-top:15px}.dropdown-menu.user-overlay{box-sizing:border-box;min-width:300px!important;max-width:300px;padding:30px 25px 30px 25px;border-radius:var(--bd-rd-sm)!important;transform:unset;opacity:0;top:90%;right:0;left:unset;box-shadow:0 10px 30px -12px rgba(21,21,21,.28),0 4px 25px 0 rgba(21,21,21,.12),0 8px 10px -5px rgba(21,21,21,.2);overflow:hidden}.dropdown-menu.user-overlay .separator{border:1px solid var(--color-surface)}.dropdown-menu.user-overlay.active{overflow:visible;opacity:1!important;top:150%!important;width:auto;height:auto;transition:top .3s ease-in,opacity .1s ease-out}.dropdown-menu.user-overlay .items:first-child{padding:0 0 15px 0}.dropdown-menu.user-overlay .items{cursor:pointer!important;color:var(--primary-grey);font-weight:600;padding:15px 0;display:flex}.dropdown-menu.user-overlay .items:hover{color:var(--color-text-primary)}.dropdown-menu.user-overlay .items:hover .icon{margin-right:7px}.dropdown-menu.user-overlay .items:hover .icon svg path{color:var(--color-text-primary);fill:var(--color-text-primary)}.dropdown-menu.user-overlay .buttons{display:flex;justify-content:space-between}.dropdown-menu.user-overlay button{min-width:calc(50% - 7.5px);margin-top:15px;font-size:var(--xs-text);font-weight:500;color:var(--color-text-primary);background-color:#fff;border:1px solid var(--primary-grey);border-radius:var(--bd-rd-lg);width:max-content;padding:12px 18px}.dropdown-menu.user-overlay button.primary{padding:13px 19px;background-color:#3f84f2;color:#fff;border:none}.dropdown-menu.user-overlay .icon{margin-right:7px}.dropdown-menu.user-overlay .icon svg path{color:var(--primary-grey);fill:var(--primary-grey)}.dropdown-menu.product-overlay{box-sizing:border-box;min-width:300px!important;max-width:300px;padding:15px;border-radius:var(--bd-rd-sm)!important;transform:unset;opacity:0;top:250%;min-height:175px;transform:scale(0);left:-50%;right:-50%;box-shadow:0 10px 30px -12px rgba(21,21,21,.28),0 4px 25px 0 rgba(21,21,21,.12),0 8px 10px -5px rgba(21,21,21,.2);overflow:hidden}.dropdown-menu.product-overlay.active{overflow:visible;opacity:1!important;transform:scale(1);width:auto;height:auto;transition:transform .3s ease-in,opacity .1s ease-out}.dropdown-menu.product-overlay .icon{margin-right:10px}.dropdown-menu.product-overlay .icon svg{max-height:18px;max-width:18px;color:var(--color-text-primary);fill:var(--color-text-primary)}.dropdown-menu.product-overlay .items:first-child{margin-bottom:15px}.dropdown-menu.product-overlay .items:last-child{margin-top:15px;margin-bottom:0}.dropdown-menu.product-overlay .items:not(:first-child):not(:last-child){margin:15px 0}.dropdown-menu.product-overlay .items{padding:0 15px;align-items:center;box-sizing:border-box;width:100%;height:40px;cursor:pointer!important;color:var(--color-text-primary);font-weight:500;display:flex;user-select:none}.dropdown-menu.product-overlay .items.active{background-color:var(--color-text-primary);color:#fff;border-radius:var(--bd-rd-sm)}.dropdown-menu.product-overlay .items.active .icon svg{color:#fff;fill:white}.product-select .pr-tt{color:var(--color-text-primary);user-select:none;display:none;font-weight:500}.product-select .pr-tt .icon{margin-left:10px;width:15px}.product-select .pr-tt .icon svg{transition:transform .4s ease;transform-origin:center}.product-select .pr-tt.active .icon svg{transform:rotate(180deg)}@media only screen and (min-width:1025px){.product-select .pr-tt{display:none}}.top-header{background-color:var(--color-white);padding:20px 0;min-height:255px}@media screen and (max-width:1024px){.top-header{height:auto}}@media screen and (max-width:700px){.top-header{min-height:auto;padding-bottom:20px}}header{width:100vw;max-width:100vw;margin-bottom:.5rem}.ct-mn-he{display:flex;position:relative;min-width:100vw;align-items:center;margin-bottom:30px}@media screen and (max-width:801px){.ct-mn-he{min-height:54px;margin-bottom:0}}.ct-mn-he .ct-us{display:flex;align-items:center;gap:10px}.ct-mn-he .ct-us .ct-us-img{display:flex;align-items:center;justify-content:center;background-color:var(--color-surface);border-radius:var(--bd-rd-xxxl);width:32px;height:32px;border:1px solid var(--color-surface);cursor:pointer}.ct-mn-he .ct-us .ct-us-img svg{width:16px;height:16px}.ct-mn-he .ct-us .op-opt{cursor:pointer}.ct-mn-he .ct-us .op-opt svg{width:16px;height:16px}.ct-mn-he .cont-wdt{position:relative;display:flex;align-items:center;gap:20px;justify-content:space-between;margin:0 auto;width:100%;max-width:1224px;width:91.63%}.ct-mn-he .cont-wdt .search-drop{transition:all .3s;position:absolute;top:0;left:-10px;background-color:var(--third);border-bottom-right-radius:var(--bd-rd-xxs);border-bottom-left-radius:var(--bd-rd-xxs);max-width:1244px;width:calc(100% + 40px);padding:10px;max-height:80vh;z-index:20;opacity:0;margin-top:-40px}.ct-mn-he .cont-wdt .search-drop .sc-md-bx{margin-top:44px;width:100%}.ct-mn-he .cont-wdt .search-drop .sc-md-ct{display:grid;grid-template-columns:25% 75%;gap:10px;padding:16px 0 32px 0;width:1120px;max-width:91.63%;height:97%;margin:0 auto}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-search-results{display:grid;grid-template-columns:1fr!important;gap:1rem}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls{width:100%;max-width:100%;height:100%}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls{display:block;justify-content:center;padding-right:.5rem}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item{margin:6px 0;padding:8px;cursor:pointer;border-radius:var(--bd-rd-button);display:flex;align-items:center;transition:all .3s ease;position:relative}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item .point{opacity:0;width:10px;height:10px;border:1px solid var(--color-text-primary);border-radius:var(--bd-rd-xl);display:flex;align-items:center;justify-content:center;transition:all .5s ease;position:absolute;left:8px}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item .point .back{width:6px;height:6px;background-color:var(--color-text-primary);border-radius:var(--bd-rd-xl)}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .sc-md-ls-item p{font-size:var(--sm-text);font-weight:500;color:var(--color-text-muted);transition:all .3s ease}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .active .point{opacity:1}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-ls .sc-md-ls .active p{color:var(--color-text-primary);transform:translateX(20px)}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst{width:100%;max-width:100%;height:100%;max-height:calc(80vh - 70px);overflow-y:auto;display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media screen and (max-width:801px){.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst{grid-template-columns:1fr}}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ti-ls{font-weight:500;font-size:var(--xxs-text);position:absolute;top:0;left:0}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls{display:flex;align-items:center;gap:6px;cursor:pointer;padding:.5rem;border-radius:var(--bd-rd-xxss)}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls:hover{background-color:var(--color-surface)}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls img{width:38px;height:38px;border-radius:var(--bd-rd-xl)}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls .ct-ul .sb-title-ls{color:var(--color-text-primary)}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .sc-md-ct-lst .ct-item-ls .ct-ul .ct-li{border-radius:.3rem;font-size:.8rem;color:var(--color-text-muted)}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .hidden{display:none}.ct-mn-he .cont-wdt .search-drop .sc-md-ct .fade-in{display:grid;animation:fade-in .5s}@keyframes fade-in{from{opacity:0}to{opacity:1}}.ct-mn-he .cont-wdt .lft-he{display:flex;align-items:center;gap:20px;justify-content:left;height:100%}.ct-mn-he .cont-wdt .lft-he .he-lg{display:flex;align-items:center}.ct-mn-he .cont-wdt .lft-he .he-lg img{width:200px}@media only screen and (max-width:1024px){.ct-mn-he .cont-wdt .lft-he .he-lg img{width:150px}.ct-mn-he .cont-wdt .lft-he .he-lg .products,.ct-mn-he .cont-wdt .lft-he .he-lg .separator{display:none}}.ct-mn-he .cont-wdt .lft-he .he-lg .separator{display:none;margin-right:30px;margin-left:30px;min-height:30px;width:1px;height:100%;background-color:#ededed}.ct-mn-he .cont-wdt .ct-mn{display:flex;align-items:center;gap:20px;user-select:none;display:none}@media only screen and (max-width:800px){.ct-mn-he .cont-wdt .ct-mn{display:none}}.ct-mn-he .cont-wdt .ct-mn .it-mnu{position:relative;cursor:pointer;transition:all .3s;padding:10px 10px;font-weight:500}.ct-mn-he .cont-wdt .ct-mn .it-mnu .btt{position:absolute;left:50%;transform:translate(-50%);bottom:-8px;border-radius:var(--bd-rd-xxxl);background-color:var(--color-text-primary);width:40px;height:2px}.ct-mn-he .cont-wdt .left-he a,.ct-mn-he .cont-wdt .rgh-he a{display:flex;align-items:center;justify-content:center}.ct-mn-he .cont-wdt .lg-black{display:none}.ct-mn-he .cont-wdt .rgh-he{display:flex;align-items:center;user-select:none;width:100%;height:100%}@media screen and (max-width:800px){.ct-mn-he .cont-wdt .rgh-he{justify-content:flex-end}}.ct-mn-he .cont-wdt .rgh-he .desktop{width:100%;display:flex;align-items:stretch;gap:16px;color:var(--color-text-primary);justify-content:flex-end}@media screen and (max-width:800px){.ct-mn-he .cont-wdt .rgh-he .desktop{display:none}}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he{display:flex;gap:16px;max-width:100%;justify-content:space-evenly}@media screen and (max-width:800px){.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he{display:none}}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .ct-hp a{font-weight:500}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .ct-hp:hover{text-decoration:underline}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user{display:flex;align-items:center;gap:.5rem;border-radius:var(--bd-rd-xl);background-color:color-mix(in srgb,var(--color-brand) 94%,#fff);color:var(--color-white);padding:.5rem;white-space:nowrap;cursor:pointer}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user svg{color:var(--color-text-primary);width:16px!important;height:16px!important}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .perfil{display:flex;align-items:center;justify-content:center;background-color:var(--color-surface);border-radius:var(--bd-rd-xxxl);width:24px;height:24px}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .txt-use{color:var(--color-white);max-width:100px;overflow:hidden}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .menu-hb{width:24px;display:flex;flex-direction:column;gap:4px;margin-right:6px}.ct-mn-he .cont-wdt .rgh-he .desktop .ct-btn-he .perfil-user .menu-hb span{height:2px;width:100%;display:block;background-color:var(--color-white)}@media screen and (max-width:1024px){.ct-mn-he .cont-wdt .rgh-he .desktop{display:flex}}@media only screen and (max-width:800px){.ct-mn-he .cont-wdt .rgh-he .desktop{display:none}}.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr{display:flex;flex:1!important;align-items:center;gap:10px;background-color:var(--color-surface);border-radius:var(--bd-rd-xxxs);padding:0 10px;width:100%}.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr input{width:100%;height:100%;background-color:transparent;font-size:var(--xxs-text);min-height:40px}.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr input::placeholder{color:var(--color-text-primary)}.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr path,.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr svg{width:18px;height:18px;fill:var(--color-text-muted);margin-top:6px}.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr .clean-sh{cursor:pointer}@media screen and (max-width:1024px){.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr{height:40px;max-width:100%}}.ct-mn-he .cont-wdt .rgh-he .desktop .sc-hr-mn{background-color:transparent;border-radius:0;border-bottom:1px solid var(--color-surface)}.ct-mn-he .cont-wdt .rgh-he .desktop .my-trp{color:var(--color-text-muted);font-weight:500;cursor:pointer;display:none}.ct-mn-he .cont-wdt .rgh-he .desktop .mn-user{font-weight:500}.ct-mn-he .cont-wdt .rgh-he .desktop .barr{background-color:var(--color-text-muted);height:20px;width:2px;display:none}.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set{position:relative}.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set path,.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set svg{fill:var(--color-white)!important}.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set .btn{padding:5px;cursor:pointer}.ct-mn-he .cont-wdt .rgh-he .desktop .mr-set .btn img{width:25px}.ct-mn-he .cont-wdt .rgh-he .desktop .login{border-radius:var(--bd-rd-xxxl);user-select:none;cursor:pointer}.ct-mn-he .cont-wdt .rgh-he .desktop .cart{max-height:55px;display:flex;align-items:center;user-select:none;cursor:pointer;font-size:var(--xxs-text);border-radius:var(--bd-rd-xl);color:var(--color-text-primary);padding:8px 15px;background-color:color-mix(in srgb,var(--color-brand) 4%,#fff)!important}.ct-mn-he .cont-wdt .rgh-he .desktop .cart svg{width:16px;height:16px}.ct-mn-he .cont-wdt .rgh-he .desktop .lang{border-radius:var(--bd-rd-xl);background-color:color-mix(in srgb,var(--color-brand) 4%,#fff)!important;color:var(--color-text-primary);cursor:pointer;padding:.3rem .6rem;white-space:nowrap}.ct-mn-he .cont-wdt .rgh-he .desktop .lang svg{color:var(--color-text-primary);width:16px;height:16px}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row{height:100%;display:flex;align-items:center;color:var(--color-white)}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row span{display:none}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row div{font-size:var(--xxs-text)}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .txt-lg{color:var(--color-text-primary)}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row span{font-size:var(--xxs-text)}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .select-country{display:flex}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .select-country img{margin-right:5px;width:15px}.ct-mn-he .cont-wdt .rgh-he .desktop .lang .row .select-country div{display:none;color:var(--color-white)}.ct-mn-he .cont-wdt .rgh-he .desktop .user{font-size:var(--xxs-text);position:relative;cursor:pointer;color:var(--color-white)}.ct-mn-he .cont-wdt .rgh-he .desktop .user:hover{text-decoration:underline}.ct-mn-he .cont-wdt .rgh-he .desktop .user .row{height:100%;display:flex;align-items:center}.ct-mn-he .cont-wdt .rgh-he .desktop .user .row svg{width:20px;border-radius:var(--bd-rd-xxxl)}.ct-mn-he .cont-wdt .rgh-he .desktop .user .row .txt{font-size:var(--xxs-text);color:var(--color-text-primary)}.ct-mn-he .cont-wdt .rgh-he .desktop .user .row .txt:hover{text-decoration:underline}.ct-mn-he .cont-wdt .rgh-he .suport{display:flex;align-items:center;font-size:var(--xxs-text);cursor:pointer}.ct-mn-he .cont-wdt .rgh-he .mobile{display:none;align-items:center;gap:16px}.ct-mn-he .cont-wdt .rgh-he .mobile .lang-ge{display:flex;align-items:center;justify-content:center}.ct-mn-he .cont-wdt .rgh-he .mobile .cart-black,.ct-mn-he .cont-wdt .rgh-he .mobile .lang-black,.ct-mn-he .cont-wdt .rgh-he .mobile .user-black{display:none}.ct-mn-he .cont-wdt .rgh-he .mobile .lp-research{display:none}.ct-mn-he .cont-wdt .rgh-he .mobile .lg-white a{display:flex;align-items:center;justify-self:center}.ct-mn-he .cont-wdt .rgh-he .mobile .cart,.ct-mn-he .cont-wdt .rgh-he .mobile .lgin,.ct-mn-he .cont-wdt .rgh-he .mobile .mr-set{display:flex;align-items:center;justify-content:center}.ct-mn-he .cont-wdt .rgh-he .mobile .login{display:flex;align-items:center;justify-content:center}.ct-mn-he .cont-wdt .rgh-he .mobile img,.ct-mn-he .cont-wdt .rgh-he .mobile svg{width:24px!important;height:24px!important;color:var(--color-text-primary)}@media only screen and (max-width:800px){.ct-mn-he .cont-wdt .rgh-he .mobile{display:flex;justify-content:flex-end}}@media screen and (max-width:600px){.ct-mn-he .cont-wdt .rgh-he .mobile{width:100%;margin-left:0}.ct-mn-he .cont-wdt .rgh-he .mobile .lp-research{display:flex}}.ct-mn-he .cont-wdt .rgh-he .mobile .coin{width:30x;height:30px}.ov-rs-mb{position:fixed;top:0;left:0;opacity:0;z-index:200;width:100%;height:100%;background-color:rgba(0,0,0,.5);transition:all .3s ease}.ct-input-mb{display:flex;opacity:1;transition:all .3s;position:fixed;top:8%;transform:translateY(100%);left:0;width:100%;height:100%;z-index:201;background-color:var(--color-white);display:flex;align-items:center;flex-direction:column;border-radius:.5rem .5rem 0 0}.ct-input-mb.show{transform:translateY(0)}.ct-input-mb .ct-lg-btn{width:100%;padding:.5rem;display:flex;align-items:center;justify-content:end;position:relative;border-bottom:1px solid var(--color-surface)}.ct-input-mb .ct-lg-btn .title-rs{position:absolute;left:50%;transform:translateX(-50%);font-weight:500}.ct-input-mb .content-search-mb{display:flex;width:100%;flex-direction:row-reverse;padding:1rem .5rem}.ct-input-mb .content-category-mb{width:100%;height:100%;overflow:scroll}.ct-input-mb .sc-mb-bx{margin-top:24px;width:100%}.ct-input-mb .sc-mb-ct{display:block;margin:0 auto}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls{width:100%;max-width:100%;height:100%}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls{display:block;justify-content:center;padding:0 .5rem}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ls-item{margin:6px 0;padding:8px;cursor:pointer;border-radius:var(--bd-rd-button);display:flex;align-items:center;margin-bottom:.7rem;font-weight:500}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ls-item p{width:100%;text-align:center;font-weight:500}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ls-item svg{width:24px;height:24px;margin-right:.5rem}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst{width:100%;max-width:100%;height:100%;display:grid;grid-template-columns:1fr;gap:.5rem;padding-bottom:1rem}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ti-ls{font-weight:500}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls{display:flex;align-items:center;padding:.5rem;border-radius:.5rem;margin-bottom:5px;gap:10px}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls img{width:38px;height:38px;border-radius:var(--bd-rd-xl)}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls .sb-title-ls{color:var(--color-text-primary)}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls .ct-ul{display:flex;flex-direction:column}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .sc-mb-ct-lst .ct-item-ls .ct-ul .ct-li{border-radius:.3rem;font-size:var(--xxxs-text);color:var(--color-text-muted)}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .hidden-mb{display:none}.ct-input-mb .sc-mb-ct .sc-mb-ct-ls .sc-mb-ls .fade-in-mb{display:grid;border-bottom:1px solid var(--color-surface);animation:fade-in .5s}@keyframes fade-in{from{opacity:0}to{opacity:1}}.ct-input-mb .delet-input{display:flex;align-items:center;justify-content:center;padding:4px}.ct-input-mb .delet-input svg{width:24px;height:24px}.ct-input-mb .input-ct{width:100%;background-color:var(--color-surface);border-radius:.5rem;padding:.75rem;display:flex;flex-direction:row;gap:.5rem;align-items:center}.ct-input-mb .input-ct .input-mb{background-color:var(--color-surface);width:100%;font-size:var(--xxs-text)}.ct-input-mb .input-ct .search-trigger{display:flex;align-items:center;justify-content:center}.ct-input-mb .input-ct .search-trigger svg{width:22px;height:22px}.ct-input-mb .input-ct .clean-input{display:flex;align-items:center;justify-content:center}.ct-input-mb .input-ct .clean-input svg{width:20px;height:20px}.ct-us-md{position:absolute;top:45px;background-color:var(--third);border-radius:var(--bd-rd-sm);width:300px;transition:all .3s;opacity:0;margin-top:20px;color:var(--color-text-primary);border:1px solid var(--color-surface);z-index:99;cursor:auto}@media screen and (max-width:800px){.ct-us-md{left:-200px}}@media screen and (max-width:850px){.ct-us-md{left:-200px}}@media screen and (max-width:600px){.ct-us-md{margin-top:0;margin-left:-40px;top:-320px;left:0;width:calc(100vw - 40px)}}.ct-us-md .us-he{display:flex;align-items:center;padding:15px 20px;border-bottom:1px solid var(--color-surface);border-top-left-radius:10px;border-top-right-radius:10px}@media screen and (max-width:600px){.ct-us-md .us-he{padding:22px 20px}}@media screen and (max-width:600px){.ct-us-md .us-he .ct-if-us{font-size:var(--bd-rd-sm)}}.ct-us-md .us-he .ct-if-us .us-nm-m{font-weight:500;max-width:21ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ct-us-md .us-he .ct-if-us .us-ml{max-width:21ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:var(--bd-rd-xs)}@media screen and (max-width:600px){.ct-us-md .us-he .ct-if-us .us-ml{font-size:var(--xxs-text)}}.ct-us-md .us-bd{display:flex;flex-direction:column}.ct-us-md .us-bd .bt{display:flex;align-items:center;gap:10px;padding:25px 20px;transition:all .3s;border-top:1px solid var(--color-surface);cursor:pointer}.ct-us-md .us-bd .bt svg{width:18px;height:18px}@media screen and (max-width:600px){.ct-us-md .us-bd .bt{padding:22px 20px;font-size:var(--bd-rd-sm)}}.ct-us-md .us-bd .ft-us-md{display:flex;align-items:center;padding:20px;gap:20px}.ct-us-md .us-bd .ft-us-md .ac-btn,.ct-us-md .us-bd .ft-us-md .ex-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 20px;border-radius:var(--bd-rd-xxxl);font-weight:500;cursor:pointer}.ct-us-md .us-bd .ft-us-md .ex-btn{border:2px solid var(--color-text-primary)}.ct-us-md .us-bd .ft-us-md .ac-btn{color:var(--color-white);background-color:var(--color-brand)}.ct-us-md .us-bd .ex-ac{font-weight:500;padding:15px 20px 20px}.ct-mb-mn{position:fixed;top:0;left:0;background-color:var(--color-brand);width:100vw;height:100vh;transition:all .3s;opacity:0;margin-top:20px;user-select:none;z-index:99999999999}@media screen and (max-height:700px){.ct-mb-mn{overflow:scroll}}.ct-mb-mn .he-mb{display:flex;align-items:center;justify-content:space-between;padding:30px;padding-bottom:0;background-color:var(--color-brand)}.ct-mb-mn .he-mb .lg-mb-md img{width:250px}.ct-mb-mn .he-mb .cls-mn{display:flex;align-items:center;justify-content:end;width:40px;height:40px}.ct-mb-mn .he-mb .cls-mn svg{width:22px;height:22px;color:var(--color-surface)}.ct-mb-mn .ct-bd-mn{position:fixed;bottom:0;left:0;padding:20px;padding-top:0}@media screen and (max-height:700px){.ct-mb-mn .ct-bd-mn{position:relative}}.ct-mb-mn .ct-bd-mn .men-it{display:flex;flex-direction:column;margin-top:100px}.ct-mb-mn .ct-bd-mn .men-it .mn-ip{color:var(--color-white);font-size:var(--sm-text);font-weight:500;margin-top:20px}.ct-mb-mn .ct-bd-mn .men-it .mn-ip:first-child{margin-top:0}.ct-mb-mn .ct-bd-mn .mr-btn{display:flex;flex-direction:column;color:var(--color-white);margin-top:100px}.ct-mb-mn .ct-bd-mn .mr-btn .tls-ti{font-size:var(--bd-rd-sm);font-weight:500}.ct-mb-mn .ct-bd-mn .mr-btn .my-tp{font-size:var(--bd-rd-sm);margin-top:20px;font-weight:500}.ct-mb-mn .ct-bd-mn .ct-ac{margin-top:100px;font-size:var(--xxs-text);color:var(--color-white);margin-bottom:20px}.ct-mb-mn .ct-bd-mn .ct-ac .lg-nw{font-size:var(--bd-rd-sm);font-weight:500}.ct-mb-mn .ct-bd-mn .ct-ac .ct-us{position:relative;display:flex;align-items:center}.ct-mb-mn .ct-bd-mn .ct-ac .ct-us .us-fc{display:flex;align-items:center;background-position:center;background-repeat:no-repeat;background-size:cover;width:40px;height:40px}.ct-mb-mn .ct-bd-mn .ct-ac .ct-us .us-n-m{margin-left:15px;font-size:var(--bd-rd-sm);font-weight:500}.lang-modal .sb-ti-ip{width:350px;user-select:none;font-size:var(--xxs-text);margin-bottom:5px}.lang-modal form .switch{color:#4285f4;font-weight:500;cursor:pointer}.lang-modal form .row{display:flex}.lang-modal form .row.between{justify-content:space-between}.lang-modal form .ct-slct{position:relative}.lang-modal form .ct-slct svg{position:absolute;right:10px;top:50%;transform:translate(0,-50%);width:18px;height:18px;user-select:none}.lang-modal form .select-currency,.lang-modal form .select-lang{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:50px;padding:5px;padding-left:10px;width:100%;border-radius:var(--bd-rd-xxss);border:1px solid var(--color-text-muted);color:var(--color-text-primary);-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:"";cursor:pointer}.lang-modal form .txt{margin-bottom:10px}.lang-modal form>:not(:first-child){margin-top:15px}.lang-modal form>div:first-child{margin-top:15px}.lang-modal form button{font-weight:500;margin-top:10px;background-color:#f5f7fa;color:var(--color-text-primary);border-radius:var(--bd-rd-sm);min-height:40px;width:100%}.lang-modal form button.hl{margin-top:0;background-color:var(--color-brand);color:#fff}.back-background{transition:all .3s;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.6);opacity:0;z-index:50}.help{display:flex;align-items:center;gap:5px;color:var(--color-white);user-select:none;cursor:pointer}.help .h-title{font-size:var(--xxs-text)}.help path,.help svg{width:15px;height:15px;fill:var(--third)}.user-perfil{position:relative;padding:.5rem!important;margin-right:0!important;border-radius:var(--bd-rd-xl)!important;display:flex;height:100%;aspect-ratio:1/1;align-items:center;justify-content:center;cursor:pointer;background-color:color-mix(in srgb,var(--color-brand) 4%,#fff)!important}.user-perfil .perfil img{width:100%;border-radius:var(--bd-rd-xl)}.user-perfil svg{width:16px!important;height:16px!important;color:var(--color-text-primary)}.user-perfil .svg-pf{display:flex;align-items:center;transition:all .3s ease}.user-perfil .svg-pf svg{width:18px;height:18px}.user-perfil .svg-rotate{transform:rotate(-180deg)}.user-perfil .txt-use{font-size:var(--xxs-text);font-weight:500}.user-perfil .menu{display:flex;flex-direction:column;justify-content:space-between;height:18px;width:18px}.user-perfil .menu span{height:3px;background-color:var(--color-text-muted);border-radius:var(--bd-rd-xxxs)}.menu-account{transition:all .3s;position:absolute;margin-top:0;min-width:264px;top:50px;right:0;border:1px solid var(--color-surface);box-shadow:0 6px 16px rgba(0,0,0,.12);border-radius:.5rem;background-color:var(--color-white);margin-top:-20px;z-index:999999}@media screen and (max-width:640px){.menu-account{margin-top:0;position:fixed;top:auto;left:0;bottom:0;transform:translateY(100%);opacity:0;right:auto;width:100%;border-radius:.5rem .5rem 0 0}}.menu-account .ct-pf-acc{display:flex;flex-direction:column;padding:1rem;border-bottom:1px solid var(--color-background)}.menu-account .ct-pf-acc .ct-tnm-pf p{font-weight:500;font-size:var(--xxs-text)}.menu-account .ct-pf-acc .ct-nm-pf{max-width:174px}.menu-account .ct-pf-acc .ct-nm-pf p{overflow:hidden;text-overflow:clip}.menu-account .ct-my-acc{display:flex;flex-direction:column;gap:.5rem;padding:.5rem}.menu-account .ct-my-acc .lst-btn-op{display:flex;flex-direction:column;gap:.5rem}.menu-account .ct-my-acc .lst-btn-op .my-lst{transition:all .3s;display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:var(--bd-rd-xxxs);cursor:pointer}.menu-account .ct-my-acc .lst-btn-op .my-lst:hover{background-color:color-mix(in srgb,var(--color-text-primary) 6%,#fff)}.menu-account .ct-my-acc .lst-btn-op .my-lst svg{width:18px!important;height:18px!important;color:var(--color-text-primary)!important}.menu-account .ct-my-acc .lst-btn-op .my-lst a{color:var(--color-text-primary)!important;font-weight:500}.menu-account .ct-my-acc .ftr-ls{border-top:1px solid var(--color-surface);padding-top:.6rem}.menu-account .ct-my-acc .ftr-ls .lst-exit{transition:all .3s;display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;color:var(--color-text-primary);border-radius:var(--bd-rd-xxxs)}.menu-account .ct-my-acc .ftr-ls .lst-exit svg{width:16px;height:16px}.menu-account .ct-my-acc .ftr-ls .lst-exit:hover{background-color:color-mix(in srgb,var(--color-text-primary) 6%,#fff)}.menu-account .ct-my-acc .ftr-ls .lst-exit a{font-weight:500}footer{width:100%;background-position:center;background-size:cover;background:0 0!important;background-color:var(--color-text-primary);position:relative;height:100%}footer a{color:var(--color-text-primary)}footer .footer-content{z-index:3}footer .footer-ct-list{display:block;text-align:left}footer .footer-ct-list .footer-list-title{display:inline-block;border-radius:var(--bd-rd-xxxl);border:2px solid var(--color-text-primary);text-transform:uppercase;align-items:center;padding:7px 16px;user-select:none;font-weight:500}footer .footer-ct-list .footer-list{list-style:none;margin-top:30px}footer .footer-ct-list .footer-list .footer-list-item{margin-bottom:10px;width:max-content}footer .footer-ct-list .footer-list .footer-list-item a{color:var(--color-text-primary);text-decoration:none;text-transform:capitalize}footer .footer-ct-list .footer-list .footer-list-item a:hover{text-decoration:underline}footer .footer-ct-list .list-social{display:flex;align-items:center;gap:16px}footer .grid-line{display:flex;gap:40px}@media screen and (max-width:620px){footer{min-height:2000px}footer .footer-content{padding-top:40px;position:absolute;left:50%;transform:translateX(-50%);margin:auto;width:91.63%;color:var(--color-text-primary);margin:0 auto}footer .footer-content .tag{display:inline-block;border-radius:var(--bd-rd-xxxl);border:2px solid var(--color-text-primary);text-transform:uppercase;align-items:center;padding:7px 16px;letter-spacing:1px;font-weight:500}footer .footer-content .help-suport{width:100%}footer .footer-content .help-suport .grid{margin-top:30px;display:flex;flex-direction:column;width:100%}footer .footer-content .help-suport .grid .option{margin-bottom:40px;font-weight:500;width:45%}footer .footer-content .help-suport .grid .option a,footer .footer-content .help-suport .grid .option div{color:var(--color-text-primary)}footer .footer-content .help-suport .grid .option:not(:last-child){margin-right:5%}footer .footer-content .help-suport .grid .option .title{font-weight:500;margin-bottom:10px}footer .footer-content .links-row{width:100%;display:flex;flex-direction:column}footer .footer-content .links-row .links{min-width:45%;margin-bottom:40px}footer .footer-content .links-row .links .wrapper-links{display:flex;margin-top:25px;width:100%}footer .footer-content .links-row .links .wrapper-links.column{flex-direction:column}footer .footer-content .links-row .links .wrapper-links.column a:hover{text-decoration:underline}footer .footer-content .links-row .links .wrapper-links>*{margin-bottom:10px}footer .footer-content .links-row .links .wrapper-links .seal{object-fit:cover;width:80px;height:80px}footer .footer-content .links-row .links .wrapper-links .social-media{cursor:pointer;min-width:30px;min-height:30px;display:none}footer .footer-content .links-row .links .wrapper-links .social-media svg{width:25px;height:25px;color:var(--color-text-primary)}footer .footer-content .policy-row{padding:0 0;display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between}footer .footer-content .policy-row .policy-wrapper{width:100%}footer .footer-content .policy-row .policy-wrapper>*{margin-top:20px}footer .footer-content .policy-row .policy-wrapper .title{font-weight:600}footer .footer-content .policy-row .policy-wrapper .sub{font-weight:300}footer .footer-content .policy-row .policy-wrapper .wrapper-links{width:100%;display:flex;flex-direction:column}footer .footer-content .policy-row .policy-wrapper .wrapper-links.column{flex-direction:column}footer .footer-content .policy-row .policy-wrapper .wrapper-links.column a:hover{text-decoration:underline}footer .footer-content .policy-row .policy-wrapper .wrapper-links>*{margin-bottom:10px}footer .footer-content .policy-row .policy-wrapper .wrapper-links>*{margin-top:15px;color:var(--color-text-primary);margin-right:20px;font-weight:500}footer .footer-content .policy-row .policy-wrapper .wrapper-links>:hover{text-decoration:underline}footer .footer-content .policy-row .developer{height:100%;width:100%;display:flex;margin-top:40px;align-items:center}footer .footer-content .policy-row .developer>:first-child{margin-right:10px}footer .background-image-mobile{position:absolute;z-index:100;bottom:0;left:0;min-width:100%;height:200px}footer .background-image{bottom:0;position:absolute;z-index:1;left:50%;transform:translateX(-50%);width:100%;height:200px;background-repeat:no-repeat;background-size:100%}footer .background-image-desktop{display:none}}@media screen and (min-width:700px) and (max-width:1024px){footer{height:970px}}@media screen and (min-width:621px) and (max-width:1024px){footer .footer-content{padding-top:40px;position:absolute;left:50%;transform:translateX(-50%);margin:auto;width:91.63%;color:var(--color-text-primary);margin:0 auto}footer .footer-content .tag{display:inline-block;border-radius:var(--bd-rd-xxxl);border:2px solid var(--color-text-primary);text-transform:uppercase;align-items:center;padding:7px 16px;letter-spacing:1px;font-weight:500}footer .footer-content .help-suport{width:100%}footer .footer-content .help-suport .grid{margin-top:30px;display:flex;flex-wrap:wrap;width:100%}footer .footer-content .help-suport .grid .option{margin-bottom:40px;font-weight:500;width:45%}footer .footer-content .help-suport .grid .option a,footer .footer-content .help-suport .grid .option div{color:var(--color-text-primary)}footer .footer-content .help-suport .grid .option:not(:last-child){margin-right:5%}footer .footer-content .help-suport .grid .option .title{font-weight:500;margin-bottom:10px}footer .footer-content .links-row{width:100%;display:flex}footer .footer-content .links-row .links{width:100%;margin-bottom:40px}footer .footer-content .links-row .links .wrapper-links{display:flex;margin-top:25px;width:100%}footer .footer-content .links-row .links .wrapper-links.column{flex-direction:column}footer .footer-content .links-row .links .wrapper-links.column a:hover{text-decoration:underline}footer .footer-content .links-row .links .wrapper-links>*{margin-bottom:10px}footer .footer-content .links-row .links .wrapper-links .seal{object-fit:cover;width:80px;height:80px}footer .footer-content .links-row .links .wrapper-links .social-media{cursor:pointer;min-width:30px;min-height:30px;display:none}footer .footer-content .links-row .links .wrapper-links .social-media svg{width:25px;height:25px;color:var(--color-text-primary)}footer .footer-content .policy-row{padding:0 0;display:flex;align-items:end;justify-content:space-between}footer .footer-content .policy-row .policy-wrapper{width:100%}footer .footer-content .policy-row .policy-wrapper>*{margin-top:15px}footer .footer-content .policy-row .policy-wrapper .title{font-weight:600}footer .footer-content .policy-row .policy-wrapper .sub{font-weight:300}footer .footer-content .policy-row .policy-wrapper .wrapper-links{width:100%;display:flex;align-items:center}footer .footer-content .policy-row .policy-wrapper .wrapper-links.column{flex-direction:column}footer .footer-content .policy-row .policy-wrapper .wrapper-links.column a:hover{text-decoration:underline}footer .footer-content .policy-row .policy-wrapper .wrapper-links>*{margin-bottom:10px}footer .footer-content .policy-row .policy-wrapper .wrapper-links>*{margin-top:15px;color:var(--color-text-primary);margin-right:20px;font-weight:500}footer .footer-content .policy-row .policy-wrapper .wrapper-links>:hover{text-decoration:underline}footer .footer-content .policy-row .developer{height:100%;width:31%;display:flex;margin-top:40px;justify-content:center;align-items:center;white-space:nowrap}footer .footer-content .policy-row .developer>:first-child{margin-right:10px}footer .background-image-mobile{position:absolute;z-index:100;bottom:0;left:0;min-width:100%;height:200px}footer .background-image{position:absolute;z-index:1;background-repeat:no-repeat;background-size:100%;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:1366px;height:200px}footer .background-image-desktop{display:none}}@media screen and (min-width:1025px) and (max-width:1400px){footer{min-height:800px}footer .footer-content{top:0;left:0;right:0;margin:auto;padding-top:100px;width:100%;position:absolute;max-width:1225px;width:91.67%;color:var(--color-text-primary)}footer .footer-content .tag{display:inline-block;border-radius:var(--bd-rd-xxxl);border:2px solid var(--color-text-primary);text-transform:uppercase;align-items:center;padding:7px 16px;letter-spacing:1px;font-weight:500}footer .footer-content .help-suport{width:100%}footer .footer-content .help-suport .grid{margin-top:30px;display:flex;flex-wrap:wrap;width:100%}footer .footer-content .help-suport .grid .option{margin-bottom:40px;font-weight:500;width:20%}footer .footer-content .help-suport .grid .option:not(:last-child){margin-right:5%}footer .footer-content .help-suport .grid .option .title{font-weight:500;margin-bottom:10px}footer .footer-content .links-row{width:100%;display:flex;margin-top:60px}footer .footer-content .links-row .links{width:33.33%}footer .footer-content .links-row .links .wrapper-links{display:flex;margin-top:25px;width:100%}footer .footer-content .links-row .links .wrapper-links.column{flex-direction:column}footer .footer-content .links-row .links .wrapper-links.column a:hover{text-decoration:underline}footer .footer-content .links-row .links .wrapper-links>*{margin-bottom:10px}footer .footer-content .links-row .links .wrapper-links .seal{object-fit:cover;width:80px;height:80px}footer .footer-content .links-row .links .wrapper-links .social-media{cursor:pointer;min-width:30px;min-height:30px;display:none}footer .footer-content .links-row .links .wrapper-links .social-media svg{width:25px;height:25px;color:var(--color-text-primary)}footer .footer-content .policy-row{padding:40px 0;display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between}footer .footer-content .policy-row .policy-wrapper{width:70%}footer .footer-content .policy-row .policy-wrapper>*{margin-top:15px}footer .footer-content .policy-row .policy-wrapper .title{font-weight:600}footer .footer-content .policy-row .policy-wrapper .sub{font-weight:300}footer .footer-content .policy-row .policy-wrapper .wrapper-links{width:100%;display:flex;align-items:center}footer .footer-content .policy-row .policy-wrapper .wrapper-links.column{flex-direction:column}footer .footer-content .policy-row .policy-wrapper .wrapper-links.column a:hover{text-decoration:underline}footer .footer-content .policy-row .policy-wrapper .wrapper-links>*{margin-bottom:10px}footer .footer-content .policy-row .policy-wrapper .wrapper-links>*{color:var(--color-text-primary);margin-right:20px;font-weight:500}footer .footer-content .policy-row .policy-wrapper .wrapper-links>:hover{text-decoration:underline}footer .footer-content .policy-row .developer{height:100%;width:auto;display:flex;align-items:center}footer .footer-content .policy-row .developer>:first-child{margin-right:10px}footer .background-image{position:absolute;left:0;bottom:0;height:56.25vw;background-size:contain;background-position:center;background-repeat:no-repeat;z-index:1;bottom:0;width:100%;max-width:1440px}}@media screen and (min-width:1401px){footer{min-height:830px}footer .footer-content{top:0;left:0;right:0;margin:auto;padding-top:100px;width:100%;position:absolute;width:91.67%;max-width:1225px;color:var(--color-text-primary)}footer .footer-content .tag{display:inline-block;border-radius:var(--bd-rd-xxxl);border:2px solid var(--color-text-primary);text-transform:uppercase;align-items:center;padding:7px 16px;letter-spacing:1px;font-weight:500}footer .footer-content .help-suport{width:100%}footer .footer-content .help-suport .grid{margin-top:30px;display:flex;flex-wrap:wrap;width:100%}footer .footer-content .help-suport .grid .option{margin-bottom:40px;font-weight:500;width:20%}footer .footer-content .help-suport .grid .option:not(:last-child){margin-right:5%}footer .footer-content .help-suport .grid .option .title{font-weight:500;margin-bottom:10px}footer .footer-content .links-row{width:100%;display:flex;margin-top:60px}footer .footer-content .links-row .links{width:33.33%}footer .footer-content .links-row .links .wrapper-links{display:flex;margin-top:25px;width:100%}footer .footer-content .links-row .links .wrapper-links.column{flex-direction:column}footer .footer-content .links-row .links .wrapper-links.column a:hover{text-decoration:underline}footer .footer-content .links-row .links .wrapper-links>*{margin-bottom:10px;width:max-content}footer .footer-content .links-row .links .wrapper-links .seal{object-fit:cover;width:80px;height:80px}footer .footer-content .links-row .links .wrapper-links .social-media{cursor:pointer;min-width:30px;min-height:30px;display:none}footer .footer-content .links-row .links .wrapper-links .social-media svg{width:25px;height:25px;color:var(--color-text-primary)}footer .footer-content .policy-row{padding:100px 0;padding-bottom:0;display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between}footer .footer-content .policy-row .policy-wrapper{width:70%}footer .footer-content .policy-row .policy-wrapper>*{margin-top:15px}footer .footer-content .policy-row .policy-wrapper .title{font-weight:600}footer .footer-content .policy-row .policy-wrapper .sub{font-weight:300}footer .footer-content .policy-row .policy-wrapper .wrapper-links{width:100%;display:flex;align-items:center}footer .footer-content .policy-row .policy-wrapper .wrapper-links.column{flex-direction:column}footer .footer-content .policy-row .policy-wrapper .wrapper-links.column a:hover{text-decoration:underline}footer .footer-content .policy-row .policy-wrapper .wrapper-links>*{margin-bottom:10px}footer .footer-content .policy-row .policy-wrapper .wrapper-links>*{color:var(--color-text-primary);margin-right:20px;font-weight:500}footer .footer-content .policy-row .policy-wrapper .wrapper-links>:hover{text-decoration:underline}footer .footer-content .policy-row .developer{height:100%;width:auto;display:flex;align-items:center}footer .footer-content .policy-row .developer>:first-child{margin-right:10px}footer .background-image{position:absolute;left:0;bottom:0;height:auto;min-height:600px;background-position:center;background-repeat:no-repeat;z-index:1;bottom:0;width:100vw}}footer:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;display:inline-block}footer .media-links .option{display:flex;flex-direction:column;justify-content:center;user-select:none}footer .media-links .wk-nm{text-transform:capitalize}.seal-ct{margin-left:20px}@media only screen and (max-width:700px){.seal-ct{margin-bottom:0}}.seal-ct:first-child{margin-left:0}.seal-ct img{width:46px;height:46px}.desktop{justify-content:flex-end!important}@media screen and (max-width:800px){.desktop{display:flex!important}}header{background-color:var(--color-white)!important}header .ct-mn-he{padding:1.5rem 0!important}header .cont-wdt{width:100%!important;max-width:91.63%!important}header .lg-black{display:flex!important}header .ct-us{display:none!important}header .ct-btn-he{justify-content:end!important;gap:.8rem!important;align-items:center!important}@media screen and (max-width:800px){header .ct-btn-he{display:flex!important}}header .ct-btn-he .ct-hp{display:flex;align-items:center;gap:2px;cursor:pointer}header .ct-btn-he .ct-hp a{color:var(--color-text-primary)}header .ct-btn-he .ct-hp svg{width:15px;height:15px}header .ct-btn-he .cart,header .ct-btn-he .lang{background-color:transparent!important;color:var(--color-text-primary)!important}header .ct-btn-he .cart .txt-lg,header .ct-btn-he .lang .txt-lg{color:var(--color-text-primary)!important}header .ct-btn-he .cart svg,header .ct-btn-he .lang svg{width:24px;height:24px}header .ct-btn-he .lang{display:flex;align-items:center;justify-content:center;border:1px solid var(--color-surface);border-radius:var(--bd-rd-xl);padding:.5rem!important}@media screen and (max-width:700px){header .ct-btn-he .lang{display:none}}@media screen and (min-width:701px){header .ct-btn-he .lang-ge{display:none}}header .ct-btn-he .perfil-user{background-color:var(--color-surface)!important;align-items:center;color:var(--color-text-primary)!important}header .ct-btn-he .perfil-user a{color:var(--color-text-primary)!important}header .ct-btn-he .perfil-user .perfil{background-color:var(--color-white)!important}header .ct-btn-he .perfil-user .perfil img{width:100%;height:100%;border-radius:var(--bd-rd-xxxl)}header .ct-btn-he .perfil-user .txt-use{color:var(--color-text-primary)!important}header .ct-btn-he .perfil-user .menu-hb span{background-color:var(--color-text-primary)!important}header .ct-hp-mobile svg{width:26px!important;height:26px!important}header .mobile{display:none!important}body{background-color:var(--color-white)!important}footer{border-top:1px solid var(--color-surface)}footer .footer-content{padding-top:80px!important}@media screen and (min-width:1401px){footer .policy-row{padding-bottom:2rem!important}}.container{width:1224px;max-width:91.63%;margin:0 auto;padding:2rem 0}.banner{width:100%}.banner .td-bn{display:flex;align-items:center;flex-direction:column;gap:1rem;width:100%}.banner .td-bn .title{font-size:var(--xl-text);font-weight:500}.banner .td-bn .desc{max-width:900px;text-align:center;color:var(--color-text-muted);font-size:var(--sm-text)}.banner .ct-img-bn{width:100%;height:60vh;margin:6rem 0}.banner .ct-img-bn img{max-height:680px;width:100%;height:60vh;object-fit:cover;border-radius:var(--bd-rd-xxss)}.about-us{width:100%}.about-us .abto{display:flex;justify-content:space-between;gap:2rem}@media screen and (max-width:1100px){.about-us .abto{gap:3.5rem}}@media screen and (max-width:900px){.about-us .abto{flex-direction:column;gap:2rem}}.about-us .abto .ct-left{max-width:50%}@media screen and (max-width:900px){.about-us .abto .ct-left{max-width:100%}}.about-us .abto .ct-left svg{color:var(--color-brand);width:30px;height:30px}.about-us .abto .ct-left .ab-ti{font-size:var(--sm-text);font-weight:500;margin-bottom:1rem}.about-us .abto .ct-left .bv-dsc{margin-bottom:1rem}.about-us .abto .ct-left .bv-dsc p{color:var(--color-text-muted);font-size:var(--sm-text)}.about-us .abto .ct-left .dsc{margin-bottom:1rem}.about-us .abto .ct-left .dsc p{color:var(--color-text-muted)}.about-us .abto .ct-left .list{margin:1rem 0}.about-us .abto .ct-left .list ul{display:grid;grid-template-columns:1fr 1fr;gap:2rem;list-style:none;margin-bottom:4rem}@media screen and (max-width:600px){.about-us .abto .ct-left .list ul{grid-template-columns:1fr}}.about-us .abto .ct-left .list ul li{display:flex;gap:6px}.about-us .abto .ct-left .list ul li .ic-cf{width:20px;height:20px;color:var(--color-white);background-color:var(--color-brand);border-radius:var(--bd-rd-xxxl);font-size:va(--xxxs-text);display:flex;align-items:center;justify-content:center}.about-us .abto .ct-left .list ul li p{color:var(--color-text-muted);flex:1}.about-us .abto .ct-right{width:50vw;max-width:50%;height:50vh}@media screen and (max-width:900px){.about-us .abto .ct-right{width:100vw;max-width:100%}}.about-us .abto .ct-right .ct-img{width:100%;height:100%;position:relative}.about-us .abto .ct-right .ct-img .img-down{position:absolute;top:0;right:0;width:70%;max-width:326px;height:70%;max-height:326px;box-shadow:0 4px 10px rgba(0,0,0,.1);border-radius:var(--bd-rd-xxss)}.about-us .abto .ct-right .ct-img .img-down img{width:100%;height:100%;object-fit:cover;border-radius:var(--bd-rd-xxss)}.about-us .abto .ct-right .ct-img .img-up{position:absolute;top:90px;right:170px;z-index:1;width:65%;max-width:320px;height:65%;max-height:320px;box-shadow:0 4px 10px rgba(0,0,0,.4);border-radius:var(--bd-rd-xxss)}@media screen and (max-width:540px){.about-us .abto .ct-right .ct-img .img-up{right:auto;left:0}}.about-us .abto .ct-right .ct-img .img-up img{width:100%;height:100%;object-fit:cover;border-radius:var(--bd-rd-xxss)}.info-section{width:100%}.info-section .ti-if{text-align:center;margin:4rem 0}.info-section .ti-if h2{font-size:var(--xl-text);font-weight:500;max-width:528px;margin:0 auto}.info-section .infos{margin-top:2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}@media screen and (max-width:900px){.info-section .infos{flex-direction:column}}.info-section .infos .if-left{max-width:50%}@media screen and (max-width:900px){.info-section .infos .if-left{max-width:100%}}.info-section .infos .if-left .if-ti{font-size:var(--sm-text);font-weight:500;margin-bottom:2rem}.info-section .infos .if-left .if-bv-dsc{margin-bottom:2rem}.info-section .infos .if-left .if-bv-dsc p{color:var(--color-text-muted);font-size:var(--sm-text)}.info-section .infos .if-left .dsc{margin-bottom:1rem}.info-section .infos .if-left .dsc p{color:var(--color-text-muted);margin-bottom:1rem;line-height:20px}.info-section .infos .if-right{width:50%;display:flex;justify-content:end}@media screen and (max-width:900px){.info-section .infos .if-right{width:100%;justify-content:center}}.info-section .infos .if-right .ct-cards{width:100%;height:100%;display:flex;flex-direction:column;gap:2rem;align-items:end}@media screen and (max-width:900px){.info-section .infos .if-right .ct-cards{align-items:center}}.info-section .infos .if-right .ct-cards .card{background-color:var(--color-white);box-shadow:0 4px 10px rgba(0,0,0,.1);border-radius:var(--bd-rd-xxss);width:80%;padding:20px;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;gap:1rem}.info-section .infos .if-right .ct-cards .card:hover{transform:translate(-8px,-8px)}@media screen and (max-width:700px){.info-section .infos .if-right .ct-cards .card{width:100%;transform:none!important}}.info-section .infos .if-right .ct-cards .card .nb-ls{width:60px;height:60px;background-color:var(--color-surface);font-weight:500;display:flex;align-items:center;justify-content:center;font-size:var(--xxs-text);border-radius:var(--bd-rd-xl);color:var(--color-text-muted)}.info-section .infos .if-right .ct-cards .card .ti-topic{font-weight:500;font-size:var(--xxs-text);margin-bottom:5px}.info-section .infos .if-right .ct-cards .card .dsc-topic{color:var(--color-text-muted)}.info-section .infos .if-right .ct-cards .space{margin-right:20px}@media screen and (max-width:700px){.info-section .infos .if-right .ct-cards .space{margin-right:0}}.container-vw{width:100%;margin-top:5rem}.container-vw .back-vw{background-color:var(--color-text-primary);padding:80px 0 80px 0}.container-vw .ct-content{width:1224px;max-width:91.63%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}@media screen and (max-width:900px){.container-vw .ct-content{flex-direction:column;gap:3rem}}.container-vw .ct-content .sb-ti{width:50%}@media screen and (max-width:900px){.container-vw .ct-content .sb-ti{text-align:center;display:contents}}.container-vw .ct-content .sb-ti .ti{font-weight:500;font-size:var(--xl-text);max-width:360px;text-align:center;color:var(--color-white)}.container-vw .ct-content .sb-desc{width:50%;text-align:end}.container-vw .ct-content .sb-desc .desc{font-size:var(--sm-text);font-weight:500;color:var(--color-surface)}@media screen and (max-width:900px){.container-vw .ct-content .sb-desc{text-align:center;width:100%}}.carousel-store{margin-top:5rem}.carousel-store .wrapper{margin-left:auto;overflow:hidden}@media only screen and (min-width:1225px){.carousel-store .wrapper{max-width:1225px;margin-right:auto}}.carousel-store .wrapper>.title{display:flex;justify-content:center;font-size:var(--xl-text);font-weight:500}.carousel-store .wrapper .swiper-container{padding-bottom:5rem;cursor:pointer}.carousel-store .wrapper .swiper-wrapper .swiper-slide{flex-shrink:1!important}.carousel-store .wrapper .swiper-wrapper .swiper-slide .container{margin-top:4rem;display:flex;flex-direction:column;width:300px;height:366px;box-shadow:0 0 24px -4px rgba(0,0,0,.1);padding:20px!important;border-radius:var(--bd-rd-xxss);transition:all .3s ease}.carousel-store .wrapper .swiper-wrapper .swiper-slide .content{width:100%;overflow:hidden}.carousel-store .wrapper .swiper-wrapper .swiper-slide .content .logo{margin-top:30px;width:200px;height:auto;object-fit:contain}.carousel-store .wrapper .swiper-wrapper .swiper-slide .content .title{margin-top:10px;font-weight:500}.carousel-store .wrapper .swiper-wrapper .swiper-slide .content .sub{margin-top:10px;color:var(--color-text-muted);font-weight:300}.carousel-store .wrapper .swiper-wrapper .swiper-slide img{width:100%;height:200px;object-fit:cover;border-radius:var(--bd-rd-xxss);flex-shrink:0}@media only screen and (max-width:600px){.carousel-store .wrapper{overflow:hidden;width:100%;margin-left:auto}.carousel-store .wrapper>.title{display:flex;font-size:var(--sm-text);font-weight:500}.carousel-store .wrapper .swiper-wrapper .swiper-slide .container .content{width:100%}.carousel-store .wrapper .swiper-wrapper .swiper-slide .container .content .logo{margin-top:30px;width:200px;height:auto;object-fit:contain}}.store-ct{margin:4rem 0}.store-ct .title-store{width:100%;text-align:center}.store-ct .title-store .title{font-size:var(--xl-text);font-weight:500;margin-bottom:4rem;text-align:center}.store-ct .ct{display:flex;align-items:center;justify-content:space-around;gap:3rem;margin-top:5rem}@media screen and (max-width:900px){.store-ct .ct{flex-direction:column}}.store-ct .ct .img img{width:500px;height:560px;border-radius:var(--bd-rd-xxss);object-fit:cover}@media screen and (max-width:900px){.store-ct .ct .img img{height:400px;max-width:100%}}.store-ct .ct .right-ct .icon svg{width:48px;height:48px;color:var(--color-text-muted)}.store-ct .ct .right-ct .cont-title{font-size:var(--sm-text);font-weight:500;margin-bottom:40px}.store-ct .ct .right-ct .address{display:flex;gap:.5rem}.store-ct .ct .right-ct .address .adr-ic{margin-right:30px}.store-ct .ct .right-ct .address .adr-ic svg{width:20px;height:20px;color:var(--color-text-muted)}.store-ct .ct .right-ct .address .title{font-size:va(--sm-text);font-weight:500;margin-bottom:5px}.store-ct .ct .right-ct .address .dsc{color:var(--color-text-muted);max-width:260px;line-height:24px}.store-ct .ct .right-ct .contact .ct-cont{display:flex;gap:.5rem;margin-top:2rem}.store-ct .ct .right-ct .contact .ct-cont .adr-ic{margin-right:30px}.store-ct .ct .right-ct .contact .ct-cont .adr-ic svg{width:20px;height:20px;color:var(--color-text-muted)}.store-ct .ct .right-ct .contact .ct-cont .title{font-size:var(--xxs-text);font-weight:500;margin-bottom:5px}.store-ct .ct .right-ct .contact .ct-cont .dsc{color:var(--color-text-muted);max-width:260px;line-height:24px}.store-ct .ct .right-ct .hp-center{margin-top:2rem;display:flex;gap:.5rem}.store-ct .ct .right-ct .hp-center .adr-ic{margin-right:30px}.store-ct .ct .right-ct .hp-center .adr-ic svg{width:20px;height:20px;color:var(--color-text-muted)}.store-ct .ct .right-ct .hp-center .title{font-size:var(--xxs-text);font-weight:500;margin-bottom:5px}.store-ct .ct .right-ct .hp-center .hp-ct{display:flex;align-items:center;gap:2rem}.store-ct .ct .right-ct .hp-center .hp-ct .sb-ti{font-weight:500;color:var(--color-text-muted);margin-bottom:2px}.store-ct .ct .right-ct .hp-center .hp-ct .description{color:var(--color-text-muted)}