@import url(https://fonts.googleapis.com/css2?display=swap&amp;family=Noto+Sans:wght@400;500;700;900&amp;family=Work+Sans:wght@400;500;700;900);@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap);:root{--dark-bg:#115774;--dark-text:#333;--dark-highlight-text:#115774;--very-dark:#092b3a;--light-bg:#dcf2fb;--light-transparent-bg:#dcf2fbae;--light-transparent-bge:#65c1e85c;--light-text:#c1e6f6;--gray-text:#5f6061;--gray-light-text:#888;--light-border:#0000001e;--disabled-button:#0000001e;--input-border:#00000080;--blur-text:#00000080;--primary-color:#65c1e8;--primary-color-overlay:#65c1e8;--light-primary-swiper:#65c1e8bd;--light-red-swiper:#eb5454bd;--white:#fff;--navy:#115774;--gray:#888;--red:#eb5454;--light-red:#eb545420;--lighter-red:#f4b6b620;--green:#68be63;--light-green:#68be634c;--yellow:#f4c700;--light-green:#68be6320;--item-box-shadow:0 2px 5px 0 #0000001a;--button-box-shadow:0 2px 5px 0 #00000026;--secondary-box-shadow:0 25px 40px 0 #0000000d;--default-box-shadow:0 0 25px 0 #0003;--popup-box-shadow:0 2px 16px 0 #00000040;--home-box-shadow:2px 2px 4px 1px #00000040}.MuiButtonBase-root,.MuiTypography-root{font-family:Work Sans,Noto Sans,sans-serif!important}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box;font-family:Rubik,Work Sans,Noto Sans,sans-serif!important;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fcf8!important;font-family:-apple-system,BlinkMacSystemFont,Rubik,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;max-height:100vh;max-width:100vw;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.organization-catalog{align-items:center;display:flex;flex-direction:column;height:calc(100vh - 70px);justify-content:flex-start;width:100%}@media screen and (max-width:800px){.organization-catalog{flex-direction:column;max-height:calc(100vh - 70px);overflow-y:auto}}.organization-catalog .top-navbar{align-items:center;background-color:var(--white);box-shadow:0 1px 10px 3px #0003;display:flex;justify-content:center;padding:10px 20px;position:relative;width:100%}.organization-catalog .top-navbar img{height:60px;object-fit:contain;width:60px}.organization-catalog .top-navbar a{align-items:center;background-color:var(--white);border-radius:10px;box-shadow:var(--button-box-shadow);color:var(--dark-highlight-text);display:flex;height:40px;justify-content:center;position:absolute;right:20px;top:50%;transform:translateY(-50%);transition:all .3s ease-in-out;width:40px}.organization-catalog .top-navbar a svg{height:20px;width:20px}.organization-catalog .top-navbar a:hover{background-color:var(--dark-highlight-text);color:var(--white)}.organization-catalog .bottom-container{align-items:flex-start;display:flex;gap:20px;justify-content:flex-start;padding:20px;width:100%}@media screen and (max-width:800px){.organization-catalog .bottom-container{flex-direction:column}}.organization-catalog .bottom-container .side-bar{align-items:center;display:flex;flex-direction:column;gap:20px;height:calc(100vh - 190px);justify-content:flex-start;max-height:calc(100vh - 190px);max-width:360px;overflow-y:auto;padding:0 20px 0 0;width:100%}@media screen and (max-width:800px){.organization-catalog .bottom-container .side-bar{height:fit-content;max-height:none;max-width:none;padding:0}}.organization-catalog .bottom-container .side-bar .side-bar-item{align-items:flex-start;background-color:var(--white);border-radius:10px;box-shadow:var(--secondary-box-shadow);display:flex;flex-direction:column;gap:16px;padding:20px 14px;width:100%}@media screen and (max-width:800px){.organization-catalog .bottom-container .side-bar .side-bar-item.desktop{display:none}}.organization-catalog .bottom-container .side-bar .side-bar-item a,.organization-catalog .bottom-container .side-bar .side-bar-item p{color:var(--gray);font-size:18px;font-weight:400;text-decoration:none}.organization-catalog .bottom-container .side-bar .side-bar-item a.text-with-svg,.organization-catalog .bottom-container .side-bar .side-bar-item p.text-with-svg{align-items:center;display:flex;gap:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.organization-catalog .bottom-container .side-bar .side-bar-item a.text-with-svg svg,.organization-catalog .bottom-container .side-bar .side-bar-item p.text-with-svg svg{color:var(--dark-highlight-text);height:18px;width:18px}.organization-catalog .bottom-container .side-bar .side-bar-item a.title,.organization-catalog .bottom-container .side-bar .side-bar-item p.title{color:var(--dark-highlight-text);font-size:20px;font-weight:500}.organization-catalog .bottom-container .side-bar .side-bar-item .categories-list{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.organization-catalog .bottom-container .side-bar .side-bar-item .categories-list .category{cursor:pointer;padding:10px 12px;transition:all .3s ease-in-out;width:100%}.organization-catalog .bottom-container .side-bar .side-bar-item .categories-list .category.active,.organization-catalog .bottom-container .side-bar .side-bar-item .categories-list .category:hover{background-color:var(--light-transparent-bg);color:var(--dark-highlight-text)}.organization-catalog .bottom-container .products-list-wrapper{align-items:flex-start;display:flex;flex-direction:column;height:calc(100vh - 190px);justify-content:flex-start;max-height:calc(100vh - 190px);position:relative;width:100%}@media screen and (max-width:800px){.organization-catalog .bottom-container .products-list-wrapper{height:fit-content;max-height:none;max-width:none}}.organization-catalog .bottom-container .products-list-wrapper .product-options{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;width:100%}@media screen and (max-width:800px){.organization-catalog .bottom-container .products-list-wrapper .product-options{flex-direction:column;gap:20px}}.organization-catalog .bottom-container .products-list-wrapper .product-options .categories-items{background-color:var(--white);border-radius:10px;display:none;height:55px;width:100%;z-index:110}@media screen and (max-width:800px){.organization-catalog .bottom-container .products-list-wrapper .product-options .categories-items{display:block}}.organization-catalog .bottom-container .products-list-wrapper .product-options .top{align-items:center;display:flex;gap:20px;justify-content:space-between;width:100%}@media screen and (max-width:550px){.organization-catalog .bottom-container .products-list-wrapper .product-options .top .search{display:none}}.organization-catalog .bottom-container .products-list-wrapper .product-options .bottom{display:none;width:100%}@media screen and (max-width:550px){.organization-catalog .bottom-container .products-list-wrapper .product-options .bottom,.organization-catalog .bottom-container .products-list-wrapper .product-options .bottom .search{display:flex}}.organization-catalog .bottom-container .products-list-wrapper .product-options .search{align-items:center;background-color:#0000;background-color:var(--white);border-radius:10px;display:flex;flex-direction:column;height:55px;justify-content:center;width:100%}.organization-catalog .bottom-container .products-list-wrapper .product-options .search .inputs{align-items:center;display:flex;gap:10px;height:50px;justify-content:space-between;position:relative;width:100%}.organization-catalog .bottom-container .products-list-wrapper .product-options .search .inputs input{border:none;border-radius:10px;color:var(--blur-text);font-size:12px;font-weight:400;height:100%;outline:none;padding:0 24px;width:100%}.organization-catalog .bottom-container .products-list-wrapper .product-options .search .inputs button{align-items:center;background-color:#0000;border:none;border-radius:0 10px 10px 0;cursor:pointer;display:flex;height:50px;justify-content:center;outline:none;width:50px}.organization-catalog .bottom-container .products-list-wrapper .product-options .search .inputs button:hover{background-color:var(--light-transparent-bg)}.organization-catalog .bottom-container .products-list-wrapper .product-options .search .inputs button svg{color:var(--dark-highlight-text);height:14px;width:14px}.organization-catalog .bottom-container .products-list-wrapper .product-options .icon{align-items:center;background-color:#0000;background-color:var(--white);border-radius:10px;color:var(--dark-highlight-text);cursor:pointer;display:flex;flex-shrink:0;font-size:16px;font-weight:700;height:55px;justify-content:center;line-height:18px;transition:all .3s ease-in-out;width:55px}.organization-catalog .bottom-container .products-list-wrapper .product-options .icon svg{color:var(--dark-bg);height:20px;width:20px}.organization-catalog .bottom-container .products-list-wrapper .product-options .icon:hover{background-color:var(--light-transparent-bg)}.organization-catalog .bottom-container .products-list-wrapper .no-products{color:var(--gray);font-size:20px;font-weight:500;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@media screen and (max-width:800px){.organization-catalog .bottom-container .products-list-wrapper .no-products{padding:50px 0;position:static;text-align:center;transform:translate(0);width:100%}}.organization-catalog .bottom-container .products-list-wrapper .product-items{grid-gap:15px;display:grid;gap:15px;height:fit-content;justify-items:start;max-height:100%;overflow-y:auto;padding:4px 4px 40px;width:100%}@media screen and (max-width:800px){.organization-catalog .bottom-container .products-list-wrapper .product-items{padding:4px}}.organization-catalog .bottom-container .products-list-wrapper .product-items .desktop-product-item{align-items:center;background-color:var(--white);border-radius:10px;box-shadow:var(--item-box-shadow);display:none;height:100%;justify-content:center;width:100%}.organization-catalog .bottom-container .products-list-wrapper .product-items .desktop-product-item svg{color:var(--light-border);height:78px;width:78px}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-loading-item{background-color:var(--white);border-radius:10px;box-shadow:none;box-shadow:var(--item-box-shadow);display:flex;height:100%;transition:all .3s ease-in-out;width:100%}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-loading-item .image{animation:loadingProducts 1s ease-in-out infinite;background-color:var(--light-transparent-bg);height:80px;width:100%}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-loading-item .content{display:flex;gap:8px;padding:4px 6px;width:100%}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-loading-item .content .details{display:flex;flex-direction:column;gap:6px;height:100%;justify-content:space-between;width:100%}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-loading-item .content .details .name{animation:loadingProducts 1s ease-in-out infinite;background-color:var(--light-transparent-bg);height:12px;max-width:100px;width:100%}@media screen and (min-width:1140px){.organization-catalog .bottom-container .products-list-wrapper .product-items .product-loading-item .content .details .name{height:16px}}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-loading-item .content .details .stock{animation:loadingProducts 1s ease-in-out infinite;background-color:var(--light-transparent-bg);height:10px;width:100%;width:50px}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-loading-item .content .price{animation:loadingProducts 1s ease-in-out infinite;background-color:var(--light-transparent-bg);height:12px;max-width:70px;width:100%}@media screen and (min-width:1140px){.organization-catalog .bottom-container .products-list-wrapper .product-items .product-loading-item .content .price{height:14px}}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item{background-color:var(--white);border-radius:10px;box-shadow:none;box-shadow:var(--item-box-shadow);cursor:pointer;display:flex;height:100%;transition:all .3s ease-in-out;width:100%}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .image{flex-shrink:0;height:100px;position:relative;width:100%}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .image:after{background-color:var(--light-transparent-bg);border-radius:10px 10px 0 0;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .image p{color:var(--dark-highlight-text);font-size:40px;font-weight:600;left:50%;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-50%);z-index:0}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .image img{border-radius:10px 10px 0 0;height:100%;object-fit:cover;position:relative;width:100%;z-index:2}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .content{display:flex;gap:28px;padding:14px 16px;position:relative;width:100%}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .content .shopping-cart-icon{align-items:center;background-color:var(--primary-color);border-radius:50%;color:var(--white);display:flex;height:26px;justify-content:center;width:26px;z-index:2}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .content .shopping-cart-icon svg{height:14px;width:14px}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .content .details{display:flex;flex-direction:column;gap:6px;height:100%;justify-content:space-between;width:100%}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .content .details .name{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--dark-highlight-text);display:-webkit-box;font-size:12px;font-weight:600;max-width:100%;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width:1140px){.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .content .details .name{font-size:16px}}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .content .details .stock{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:var(--dark-highlight-text);display:-webkit-box;font-size:10px;font-weight:700;max-width:100%;overflow:hidden;text-overflow:ellipsis}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .content .details .stock.out{color:var(--red)}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .content .price{color:var(--green);font-size:12px;font-weight:600;position:relative;white-space:nowrap}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .content .price span{align-items:center;color:var(--red);display:flex;font-size:10px;font-weight:400;justify-content:center;left:0;margin-right:6px;position:absolute;text-decoration:line-through;top:-10px;width:100%}@media screen and (min-width:1140px){.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .content .price{font-size:14px}.organization-catalog .bottom-container .products-list-wrapper .product-items .product-item .content .price span{font-size:12px}}.organization-catalog .bottom-container .products-list-wrapper .product-items.list{grid-template-columns:repeat(1,1fr)}.organization-catalog .bottom-container .products-list-wrapper .product-items.list .product-loading-item{flex-direction:row}.organization-catalog .bottom-container .products-list-wrapper .product-items.list .product-loading-item .image{border-radius:10px 0 0 10px;max-width:100px}.organization-catalog .bottom-container .products-list-wrapper .product-items.list .product-loading-item .content{align-items:flex-end;flex-direction:row;justify-content:space-between;padding:10px 15px}.organization-catalog .bottom-container .products-list-wrapper .product-items.list .product-item{flex-direction:row}.organization-catalog .bottom-container .products-list-wrapper .product-items.list .product-item .image{max-width:100px}.organization-catalog .bottom-container .products-list-wrapper .product-items.list .product-item .image:after{background-color:var(--light-transparent-bg);border-radius:10px 0 0 10px;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.organization-catalog .bottom-container .products-list-wrapper .product-items.list .product-item .image img{border-radius:10px 0 0 10px}.organization-catalog .bottom-container .products-list-wrapper .product-items.list .product-item .content{align-items:flex-end;flex-direction:row;justify-content:space-between;padding:10px 15px}.organization-catalog .bottom-container .products-list-wrapper .product-items.list .product-item .content .shopping-cart-icon{position:absolute;right:18px;top:12px}@media screen and (min-width:1140px){.organization-catalog .bottom-container .products-list-wrapper .product-items.list{column-gap:30px;row-gap:30px}.organization-catalog .bottom-container .products-list-wrapper .product-items.list .product-item .image,.organization-catalog .bottom-container .products-list-wrapper .product-items.list .product-loading-item .image{height:100px;max-width:100px}.organization-catalog .bottom-container .products-list-wrapper .product-items.list .desktop-product-item{display:flex;height:100px}}.organization-catalog .bottom-container .products-list-wrapper .product-items.grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.organization-catalog .bottom-container .products-list-wrapper .product-items.grid .product-loading-item{flex-direction:column}.organization-catalog .bottom-container .products-list-wrapper .product-items.grid .product-loading-item .image{border-radius:10px 10px 0 0;height:180px;max-width:100%}.organization-catalog .bottom-container .products-list-wrapper .product-items.grid .product-loading-item .content{align-items:flex-end;flex-direction:column;justify-content:space-between}.organization-catalog .bottom-container .products-list-wrapper .product-items.grid .product-item{flex-direction:column}.organization-catalog .bottom-container .products-list-wrapper .product-items.grid .product-item .shopping-cart-icon{position:absolute;right:18px;top:6px}.organization-catalog .bottom-container .products-list-wrapper .product-items.grid .product-item .image{height:180px;max-width:100%}.organization-catalog .bottom-container .products-list-wrapper .product-items.grid .product-item .content{align-items:center;flex-direction:column;justify-content:space-between}.organization-catalog .bottom-container .products-list-wrapper .product-items.grid .product-item .content .details .name{text-align:center}.organization-catalog .bottom-container .products-list-wrapper .product-items.grid .product-item .content .shopping-cart-icon{position:absolute;right:6px;top:-13px}@media screen and (min-width:1140px){.organization-catalog .bottom-container .products-list-wrapper .product-items.grid{column-gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));row-gap:30px}.organization-catalog .bottom-container .products-list-wrapper .product-items.grid .image{height:180px}.organization-catalog .bottom-container .products-list-wrapper .product-items.grid .desktop-product-item{display:flex;height:186.39px}}.organization-catalog .page{background-color:var(--white);bottom:80px;position:absolute;right:10px;z-index:100}@media screen and (max-width:800px){.organization-catalog .page{background-color:#0000;display:flex;justify-content:flex-end;padding:0 20px 20px;position:static;width:100%}}.product-view-model{background-color:var(--white);border-radius:20px;box-shadow:var(--popup-box-shadow);height:80%;left:50%;max-width:600px;overflow:hidden;position:absolute;top:150%;transform:translate(-50%,-50%);transition:.3s ease-in-out;width:80%;z-index:500}.product-view-model.active{top:50%}@media screen and (max-width:800px){.product-view-model{border-radius:0;height:100%;max-width:none;width:100%}}.product-view-model .top-bar{align-items:center;box-shadow:0 1px 10px 3px #0003;display:flex;gap:30px;justify-content:flex-start;padding:14px 20px;width:100%}.product-view-model .top-bar svg{background-color:#0000;border-radius:50%;color:var(--dark-highlight-text);cursor:pointer;height:30px;padding:4px;transition:all .3s ease-in-out;width:30px}.product-view-model .top-bar svg:hover{background-color:var(--light-transparent-bg)}.product-view-model .top-bar .heading{color:var(--dark-highlight-text);font-size:16px;font-weight:500;text-transform:uppercase}.product-view-model .details{align-items:flex-start;display:flex;flex-direction:column;gap:14px;justify-content:flex-start;max-height:calc(100% - 50px);overflow-y:auto;padding:42px;width:100%}.product-view-model .details .image{align-items:center;display:flex;justify-content:center;width:100%}.product-view-model .details .image img{aspect-ratio:1/1;max-width:180px;object-fit:contain;width:100%}.product-view-model .details .item{align-items:flex-start;display:flex;gap:12px;justify-content:flex-start;max-width:100%;width:100%}.product-view-model .details .item p{color:var(--gray);font-size:14px;font-weight:500;line-height:18px;min-width:133px}.product-view-model .details .item span{color:var(--gray);font-size:14px;font-weight:400;line-height:18px}.product-view-model .details .item span.danger{color:var(--red);text-decoration:line-through}.product-view-model .details .item span.success{color:var(--green)}.blur-back{z-index:400}.blur-back,.global-loader{background-color:var(--light-transparent-bg);bottom:0;height:100vh;left:0;position:fixed;right:0;top:0;width:100vw}.global-loader{align-items:center;display:flex;justify-content:center;z-index:1000}.global-loader svg{animation:loading 1s ease-in infinite;color:var(--dark-bg);height:40px;width:40px}@keyframes loading{0%{rotate:0deg}to{rotate:1turn}}.pagination{align-items:center;display:flex;gap:12px;justify-content:center}.pagination h1{color:var(--gray);font-size:12px;font-weight:400}.pagination h1 span{color:var(--dark-highlight-text);font-weight:600}.pagination svg{border:1px solid var(--gray);border-radius:8px;color:var(--gray);height:32px;padding:8px;transition:all .3s ease-in-out;width:32px}.pagination svg:hover{background-color:var(--gray);box-shadow:var(--button-box-shadow);color:var(--white);cursor:pointer}.pagination svg.inactive,.pagination svg.inactive:hover{background-color:var(--disabled-button);border:1px solid var(--disabled-button);color:var(--white);cursor:not-allowed}.custom-select{position:relative;width:100%}.custom-select .showSelected{background-color:#0000;cursor:pointer;font-size:15px;line-height:15px;position:relative;z-index:2}.custom-select .options{background-color:var(--white);opacity:0;pointer-events:none;position:absolute;transform:translateY(-6px);transition:all .4s ease-in-out;width:100%}.custom-select .options .option{cursor:pointer;transition:.4s ease-in-out}.custom-select .options .option.active,.custom-select .options .option:hover{background-color:var(--primary-color);color:var(--btn-hover-color)}.custom-select .options.open{opacity:1;pointer-events:auto;transform:translateY(0)}.custom-select .select-icon{height:15px;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:15px}.custom-select .select-icon svg{height:15px;rotate:-90deg;transition:.4s ease-in-out;width:15px}.custom-select .select-icon.open svg{rotate:0deg}.custom-select{height:100%}.custom-select .showSelected{align-items:center;color:var(--blur-text);display:flex;height:100%;padding:12px 13px}.custom-select .options{border:1px solid var(--light-border);border-radius:0 0 20px 20px;box-shadow:0 3px 4px 0 #00000040;max-height:250px;overflow-y:auto}.custom-select .options .option{color:var(--blur-text);font-size:16px;font-weight:400;padding:20px 13px}.custom-select .options .option.select-button{background-color:var(--primary-color);border-radius:0 0 20px 20px;color:var(--dark-bg)}.custom-select .options .option.active,.custom-select .options .option:hover{background-color:var(--light-bg);color:var(--dark-bg)}.custom-select .select-icon{color:var(--blur-text);right:13px}.footer{align-items:center;background-color:var(--white);bottom:0;box-shadow:0 1px 10px 3px #0003;display:flex;gap:20px;justify-content:space-between;padding:10px 20px;position:fixed;right:0;width:100%;z-index:1000}@media screen and (max-width:650px){.footer{justify-content:center}}.footer p{color:var(--gray);font-size:14px;font-weight:400;text-align:center}@media screen and (max-width:650px){.footer p{font-size:12px}}.footer p.mobile{display:none}@media screen and (max-width:650px){.footer p.mobile{display:block}}.footer p.desktop{display:block}@media screen and (max-width:650px){.footer p.desktop{display:none}}.footer .contents{flex-direction:column}.footer .contents,.footer .image{align-items:center;display:flex;justify-content:center}.footer .image{gap:20px}.footer img{height:50px;object-fit:contain;width:50px}.page-not-found{align-items:center;background-color:var(--white);display:flex;flex-direction:column;gap:22px;height:100vh;justify-content:center;max-height:100vh;overflow-y:auto;padding:20px;width:100%}.page-not-found img{aspect-ratio:2/1;max-width:500px;object-fit:cover;width:100%}.page-not-found p{color:var(--dark-highlight-text);font-size:32px;font-weight:400}.page-not-found p span{color:var(--gray);font-weight:400}
/*# sourceMappingURL=main.ba623242.css.map*/