:root{--background:#ffffff;--foreground:#171717;--heading-color:black;--opposite-color:white}@media (prefers-color-scheme:dark){:root{--background:black;--foreground:#ededed;--heading-color:white;--opposite-color:black}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.loading{display:flex;justify-content:center;align-items:center;background-color:white;position:fixed;top:85px;left:0;width:100%;height:calc(100vh - 85px);z-index:10}@keyframes loaidngImg{0%{opacity:.8}50%{opacity:.4}to{opacity:.8}}.loading img{width:250px;height:auto;animation:loaidngImg .5s linear infinite}.whatsapp{position:fixed;bottom:5px;right:5px;z-index:9999}.whatsapp a{font-size:35px;color:rgb(47,197,47);background-color:white;display:flex;justify-content:center;align-items:center;border-radius:50%;padding:5px}.collectionPrdt{border-radius:10px;background-color:white;transition:all .2s ease-in-out;cursor:pointer;position:relative;box-shadow:0 6px 12px -2px rgba(50,50,93,.25),0 3px 7px -3px rgba(0,0,0,.3)}.collectionPrdt .alreadyAdded{position:absolute;top:0;left:0;background-color:black;color:white;font-weight:500;font-size:13px;padding:5px 8px;border-radius:10px 0 0 0}.collectionPrdt .isSale{position:absolute;top:5px;right:5px;background-color:rgb(255,69,125);color:white;font-weight:600;font-size:11px;padding:3px 5px;border-radius:10px;box-shadow:0 3px 8px rgba(0,0,0,.24)}.collectionPrdt:hover{scale:.95}.collectionPrdt .collectionImage{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:10px 10px 0 0}.collectionPrdt .prdtInfo{display:flex;flex-direction:column;padding:10px}.collectionPrdt .prdtInfo .prdtName{font-weight:600;font-size:15px;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:1.2em;color:black}.collectionPrdt .prdtInfo .prdtSku{margin-top:5px;font-size:12px;font-weight:500;color:#848484b5}.collectionPrdt .prdtInfo ul{list-style:none;display:flex;align-items:center;flex-wrap:wrap;margin-top:8px;justify-content:flex-start;min-height:50px;margin-bottom:80px}.collectionPrdt .prdtInfo .colorUl{min-height:0;margin:7px 0}.collectionPrdt .prdtInfo ul li{padding:2px 4px;border:1px solid rgb(202,202,202);margin-right:5px;margin-bottom:5px;font-size:11px;font-weight:500;cursor:pointer;transition:all .3s;border-radius:10px}.collectionPrdt .prdtInfo ul li:hover{scale:1.05}.collectionPrdt .prdtInfo .prdtPrices{display:flex;flex-direction:column;margin-top:10px;grid-template-columns:1fr 1fr;width:calc(100% - 20px);position:absolute;bottom:10px}.collectionPrdt .prdtInfo .prdtPrices button{padding:12px 0;font-size:13px;font-weight:600;letter-spacing:1px;cursor:pointer;border-radius:2px;transition:all .3s;background-color:black;border:1px solid black;color:white;border-radius:10px;margin-top:10px}.collectionPrdt .prdtInfo .prdtPrices button:hover{opacity:.7}.collectionPrdt .prdtInfo .prdtPrices p{font-weight:600;letter-spacing:1px;display:flex;align-items:center;font-size:18px;gap:10px}.collectionPrdt .prdtInfo .prdtPrices p span:nth-child(2){font-size:11px;margin-left:5px;text-decoration:line-through;color:rgb(192,192,192);font-weight:500}.collectionPrdt .soldBtn{background-color:grey;border:1px solid grey}@media screen and (max-width:950px){.collectionPrdt .prdtInfo .prdtName{font-size:12px;-webkit-line-clamp:2;line-clamp:2;height:2.4em}.collectionPrdt{border-radius:5px}.collectionPrdt .collectionImage{border-radius:5px 5px 0 0}.collectionPrdt .prdtInfo ul li{padding:2px 4px;margin-right:3px;margin-bottom:3px;font-size:9px;border-radius:5px}.collectionPrdt .prdtInfo ul{margin-top:8px;min-height:45px}}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.header_navbar__Tn_Tu{display:flex;flex-direction:column;position:fixed;top:0;left:0;z-index:15;width:100%;height:85px}.header_navbar__Tn_Tu .header_bottomHead__spmql{display:flex;justify-content:space-between;align-items:center;padding:8px 2rem;width:100%;height:55px;background-color:white;border-bottom:1px solid rgba(215,215,215,.742)}.header_navbar__Tn_Tu .header_stickyBanner__W7T2h{width:100%;height:30px;background-color:black;color:white;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.header_navbar__Tn_Tu .header_stickyBanner__W7T2h .header_message__duCvw{position:absolute;opacity:0;animation:header_fadeMessages__N1jVd 6s infinite;transition:opacity 1s ease-in-out}.header_navbar__Tn_Tu .header_stickyBanner__W7T2h .header_message1__zoVTl{animation-delay:0s}.header_navbar__Tn_Tu .header_stickyBanner__W7T2h .header_message2__4EqUB{animation-delay:3s}@keyframes header_fadeMessages__N1jVd{0%{opacity:0}10%{opacity:1}40%{opacity:1}50%{opacity:0}to{opacity:0}}.header_navbar__Tn_Tu .header_logo__vVwaF{display:flex;align-items:center}.header_navbar__Tn_Tu .header_logo__vVwaF .header_ham__uyM_V{margin-right:17px;display:none;position:relative}.header_navbar__Tn_Tu .header_logo__vVwaF .header_ham__uyM_V .header_hamClose__elU9l{transition:all 1s;position:absolute;left:-100px}.header_navbar__Tn_Tu .header_logo__vVwaF .header_logoImg__LjH1y{width:180px;height:auto}.header_navbar__Tn_Tu .header_midNav__ucSQt{display:flex}.header_navbar__Tn_Tu .header_midNav__ucSQt .header_menuItems__dZ7QF ul{display:flex;align-items:center;list-style:none;color:black}.header_navbar__Tn_Tu .header_midNav__ucSQt .header_menuItems__dZ7QF .header_socialInfo__VgcEX{display:none;position:fixed;bottom:150px}.header_navbar__Tn_Tu .header_midNav__ucSQt .header_menuItems__dZ7QF .header_socialInfo__VgcEX .header_socialIcons__nEY8U{display:flex;justify-content:center}.header_navbar__Tn_Tu .header_midNav__ucSQt .header_menuItems__dZ7QF .header_socialInfo__VgcEX .header_socialIcons__nEY8U a{text-decoration:none}.header_navbar__Tn_Tu .header_midNav__ucSQt .header_menuItems__dZ7QF .header_socialInfo__VgcEX .header_socialIcons__nEY8U .header_socialIcon__XjlI7{font-size:28px;margin:5px 8px;background-color:black;color:white;padding:2px;border-radius:5px}.header_navbar__Tn_Tu .header_midNav__ucSQt .header_menuItems__dZ7QF .header_socialInfo__VgcEX p{font-size:15px;letter-spacing:1px;font-weight:500;margin-top:5px;color:black}.header_navbar__Tn_Tu .header_midNav__ucSQt .header_menuItems__dZ7QF ul li{margin:0 9px;padding:5px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.header_navbar__Tn_Tu .header_midNav__ucSQt .header_menuItems__dZ7QF ul .header_saleMenu__LZUHK{position:relative;color:red;animation:header_menuColor__jF9vS 1s ease-in-out infinite}@keyframes header_menuColor__jF9vS{0%{color:red}50%{color:rgb(255,187,0)}75%{color:blue}to{color:red}}.header_navbar__Tn_Tu .header_midNav__ucSQt .header_menuItems__dZ7QF ul li:hover{scale:.9;color:rgb(46,46,46)}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1{display:flex;margin-left:2rem}.header_navbar__Tn_Tu .header_icons__S_9BN{font-size:28px;cursor:pointer;color:black}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_search__YsHL_{position:relative}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_search__YsHL_ div{position:absolute;top:-5px;z-index:1;transition:all .3s ease-in-out;background-color:white;height:40px;border:1px solid rgb(181,181,181);display:flex;align-items:center;min-width:260px;box-shadow:0 2px 2px 0 rgba(0,0,0,.2),0 3px 5px 0 rgba(0,0,0,.19)}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_search__YsHL_ div input{padding:0 8px;height:100%;width:100%;outline:none;border:none}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_search__YsHL_ div .header_searchClose__E4mKo{cursor:pointer;margin-left:5px;font-size:25px}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_search__YsHL_ .header_searchSugg__vcoDD{margin-top:45px;height:200px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:5px}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_search__YsHL_ .header_searchSugg__vcoDD p{text-align:left;font-weight:500;letter-spacing:1px;margin-bottom:10px}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_search__YsHL_ .header_searchSugg__vcoDD ul{list-style:none;height:90%;overflow-y:auto}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_search__YsHL_ .header_searchSugg__vcoDD ul::-webkit-scrollbar{width:4px;background-color:rgb(70,70,70)}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_search__YsHL_ .header_searchSugg__vcoDD ul::-webkit-scrollbar-thumb{background-color:rgb(255,176,127)}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_search__YsHL_ .header_searchSugg__vcoDD ul li{display:flex;margin-bottom:5px;font-size:13px;border-bottom:1px solid rgb(220,220,220);padding-bottom:5px;cursor:pointer}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_search__YsHL_ .header_searchSugg__vcoDD ul li .header_liIco__gMdsX{margin-right:5px;font-size:18px}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5{margin-left:15px;position:relative}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_notif__Vus9Z{position:absolute;top:-3px;right:-5px;background-color:red;display:flex;justify-content:center;align-items:center;font-size:11px;font-weight:600;color:white;border-radius:50%;width:15px;height:15px}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk{position:fixed;top:0;right:0;background-color:white;z-index:10;width:400px;height:100vh;color:black;transition:all .3s ease-in-out}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_overlay__AQb_h{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10;background-color:rgba(0,0,0,.53)}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartHead__r2Bw5{position:absolute;top:0;left:0;display:flex;justify-content:space-between;align-items:center;padding:10px;width:100%}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartHead__r2Bw5 p{font-size:23px;font-weight:600;letter-spacing:2px}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartHead__r2Bw5 p:nth-child(2){background-color:rgba(227,227,227,.849);display:flex;justify-content:center;align-items:center;border-radius:50%;padding:3px;cursor:pointer}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartItems__uEJZj{margin-top:60px;padding:0 5px;height:82vh;overflow-y:auto}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartItems__uEJZj::-webkit-scrollbar{display:none}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartItems__uEJZj .header_cartItem__Vx4yu{display:flex;align-items:center;margin-bottom:10px;padding:5px;background-color:rgb(242,242,242)}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartItems__uEJZj .header_cartItem__Vx4yu img{width:100px;aspect-ratio:1/1;margin-right:10px;object-fit:cover}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartItems__uEJZj .header_cartItem__Vx4yu .header_cartInfo__PNA9U .header_cartPrdtName__Ns7Xx{font-size:13px;font-weight:600;margin-bottom:7px;color:black}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartItems__uEJZj .header_cartItem__Vx4yu .header_cartInfo__PNA9U .header_cartPrdtVariant__8c1Mf{font-size:13px;display:flex;align-items:center}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartItems__uEJZj .header_cartItem__Vx4yu .header_cartInfo__PNA9U .header_cartPrdtVariant__8c1Mf span{margin-right:5px;margin-bottom:5px}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartItems__uEJZj .header_cartItem__Vx4yu .header_cartInfo__PNA9U .header_cartQty__Ae01H{font-size:13px;display:flex;align-items:center;justify-content:space-between;margin-top:10px}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartItems__uEJZj .header_cartItem__Vx4yu .header_cartInfo__PNA9U button{background-color:black;color:white;border:none;margin-top:8px;padding:5px 10px;cursor:pointer}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartItems__uEJZj .header_cartItem__Vx4yu .header_cartInfo__PNA9U .header_cartQty__Ae01H p:first-child{display:flex;align-items:center;color:gray;font-weight:500}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartItems__uEJZj .header_cartItem__Vx4yu .header_cartInfo__PNA9U .header_cartQty__Ae01H p:first-child span{border:1px solid rgb(199,199,199);width:25px;font-size:15px;cursor:pointer;display:flex;justify-content:center;align-items:center;height:20px;margin-right:1px}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartItems__uEJZj .header_cartItem__Vx4yu .header_cartInfo__PNA9U .header_cartQty__Ae01H p:nth-child(2){font-size:17px;font-weight:600}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartCheckout__yL3W0{position:fixed;bottom:0;right:0;width:400px;background-color:white;border-top:1px solid rgb(186,186,186);padding:10px;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease-in-out}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartCheckout__yL3W0 p:first-child{font-size:13px}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartCheckout__yL3W0 p:nth-child(2){font-weight:600}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartCheckout__yL3W0 button{background-color:black;color:white;border:none;padding:10px 35px;font-size:15px;font-weight:500;letter-spacing:1px;cursor:pointer}.header_navbar__Tn_Tu .header_emptyCart__fpgaK{margin:70px 1rem;display:flex;justify-content:center;align-items:center;height:80vh;width:100%;flex-direction:column;text-align:center}.header_navbar__Tn_Tu .header_emptyCart__fpgaK img{aspect-ratio:1/1;margin-bottom:20px;object-fit:cover}.header_navbar__Tn_Tu .header_emptyCart__fpgaK p{color:black;font-weight:600;font-size:25px;margin-bottom:20px}.header_navbar__Tn_Tu .header_emptyCart__fpgaK a button{padding:8px 20px;background-color:black;color:white;border:none;letter-spacing:1px;font-size:17px;font-weight:500;cursor:pointer}@media screen and (max-width:950px){.header_navbar__Tn_Tu .header_bottomHead__spmql{padding:8px .8rem}.header_navbar__Tn_Tu .header_logo__vVwaF .header_ham__uyM_V{display:block}.header_navbar__Tn_Tu .header_logo__vVwaF .header_logoImg__LjH1y{width:170px;height:auto}.header_navbar__Tn_Tu .header_midNav__ucSQt .header_menuItems__dZ7QF{position:fixed;transition:all .1s ease-in-out;width:100vw;top:85px;z-index:5;height:calc(100vh);display:flex;justify-content:center;background-color:rgba(255,255,255,.861);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header_navbar__Tn_Tu .header_midNav__ucSQt .header_menuItems__dZ7QF .header_socialInfo__VgcEX{display:block}.header_navbar__Tn_Tu .header_midNav__ucSQt .header_menuItems__dZ7QF ul{flex-direction:column;margin-top:2rem}.header_navbar__Tn_Tu .header_midNav__ucSQt .header_menuItems__dZ7QF ul li{font-size:24px;margin:10px 0;font-weight:600}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk,.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartCheckout__yL3W0{width:350px}}@media screen and (max-width:768px){.header_carousel__usFQW{width:calc(100vw - 10px);height:80vh;margin:5px;top:5px}.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk,.header_navbar__Tn_Tu .header_rightNav__fRNPQ .header_cartSearch__TKiV1 .header_cart__IgtV5 .header_carts__TuRDk .header_cartCheckout__yL3W0{width:320px}}.footer_footer__mqdak{background-color:#1a1a1a;color:#ffffff;padding:60px 8vw 40px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.footer_footerContent__QcuP_{display:grid;grid-template-columns:1fr 2fr;grid-gap:80px;gap:80px;margin-bottom:40px;border-bottom:1px solid #333;padding-bottom:40px}.footer_newsletterSection__7oPwq{max-width:400px}.footer_newsletterSection__7oPwq h3{font-size:18px;font-weight:600;letter-spacing:1px;margin-bottom:30px;color:#ffffff}.footer_newsletterForm__CwE27{margin-bottom:25px}.footer_inputWrapper__ZPBOZ{display:flex;border:2px solid #444;border-radius:10px;overflow:hidden;background-color:#2a2a2a}.footer_inputWrapper__ZPBOZ input{flex:1 1;padding:15px 20px;border:none;background-color:transparent;color:#ffffff;font-size:14px;outline:none}.footer_inputWrapper__ZPBOZ input::placeholder{color:#888;font-size:14px}.footer_inputWrapper__ZPBOZ button{padding:15px 25px;border:none;border-left:2px solid #444;background-color:transparent;color:#ffffff;font-weight:600;font-size:14px;letter-spacing:1px;cursor:pointer;transition:all .3s ease}.footer_inputWrapper__ZPBOZ button:hover{background-color:#ffffff;color:#1a1a1a}.footer_consent__t2DGs{display:flex;align-items:flex-start;gap:10px;margin-bottom:40px;font-size:12px;color:#aaa;line-height:1.5}.footer_consent__t2DGs input[type=checkbox]{margin-top:4px;min-width:16px;min-height:16px}.footer_consent__t2DGs label{flex:1 1}.footer_consent__t2DGs a{color:#888;text-decoration:underline}.footer_consent__t2DGs a:hover{color:#ffffff}.footer_socialSection__oqqA9 h4{font-size:18px;font-weight:600;letter-spacing:1px;margin-bottom:20px;color:#ffffff}.footer_socialIcons__8Mhv8{display:flex;gap:15px}.footer_socialIcons__8Mhv8 a{color:#ffffff;font-size:24px;transition:all .3s ease}.footer_socialIcons__8Mhv8 a:hover{color:#888;transform:scale(1.1)}.footer_linksSection__vlz5J{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:60px;gap:60px}.footer_linkColumn__pzpvy h4{font-size:18px;font-weight:600;letter-spacing:1px;margin-bottom:25px;color:#ffffff}.footer_linkColumn__pzpvy ul{list-style:none;padding:0;margin:0}.footer_linkColumn__pzpvy ul li{margin-bottom:12px}.footer_linkColumn__pzpvy ul li a{color:#aaa;text-decoration:none;font-size:14px;font-weight:400;letter-spacing:.5px;transition:color .3s ease}.footer_linkColumn__pzpvy ul li a:hover{color:#ffffff}.footer_footerBottom__trDpK{display:flex;justify-content:space-between;align-items:center;padding-top:20px}.footer_footerBottom__trDpK p{color:#666;font-size:12px;letter-spacing:.5px}.footer_additionalLinks__VSMSB{display:flex;gap:15px}.footer_additionalLinks__VSMSB a{color:#666;font-size:20px;transition:color .3s ease}.footer_additionalLinks__VSMSB a:hover{color:#ffffff}@media screen and (max-width:1200px){.footer_footer__mqdak{padding:60px 4vw 40px}.footer_linksSection__vlz5J{gap:40px}}@media screen and (max-width:950px){.footer_footerContent__QcuP_{grid-template-columns:1fr;gap:50px}.footer_linksSection__vlz5J{grid-template-columns:repeat(2,1fr);gap:40px}.footer_newsletterSection__7oPwq{max-width:none}}@media screen and (max-width:768px){.footer_footer__mqdak{padding:40px 4vw 30px}.footer_footerContent__QcuP_{gap:40px;padding-bottom:30px}.footer_linksSection__vlz5J{grid-template-columns:1fr;gap:30px}.footer_footerBottom__trDpK{flex-direction:column;gap:15px;text-align:center}.footer_footerBottom__trDpK p{order:2}.footer_additionalLinks__VSMSB{order:1}}@media screen and (max-width:480px){.footer_footer__mqdak{padding:30px 20px 20px}.footer_inputWrapper__ZPBOZ{flex-direction:column}.footer_inputWrapper__ZPBOZ button{border-left:none;border-top:2px solid #444}.footer_consent__t2DGs{font-size:11px}.footer_socialIcons__8Mhv8{justify-content:center}.footer_linkColumn__pzpvy h4{font-size:16px}.footer_linkColumn__pzpvy ul li a{font-size:13px}}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat Fallback;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_069ab3{font-family:Montserrat,Montserrat Fallback;font-style:normal}