:root{--mart-white: #ffffff;--mart-white-soft: #f8f8f8;--mart-white-mute: #f2f2f2;--mart-black: #181818;--mart-black-soft: #222222;--mart-black-mute: #282828;--mart-indigo: #2c3e50;--mart-divider-light-1: rgba(60, 60, 60, .29);--mart-divider-light-2: rgba(60, 60, 60, .12);--mart-divider-dark-1: rgba(84, 84, 84, .65);--mart-divider-dark-2: rgba(84, 84, 84, .48);--mart-text-light-1: var(--mart-indigo);--mart-text-light-2: rgba(60, 60, 60, .66);--mart-text-dark-1: var(--mart-white);--mart-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--mart-white);--color-background-soft: var(--mart-white-soft);--color-background-mute: var(--mart-white-mute);--color-border: var(--mart-divider-light-2);--color-border-hover: var(--mart-divider-light-1);--color-heading: var(--mart-text-light-1);--color-text: var(--mart-text-light-1);--section-gap: 160px}:root{--color-primary: #465d17;--color-secondary: #f9c51a}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400;list-style-type:none;padding:0}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wrapper{width:1120px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.wrap-column{display:flex;flex-direction:column}input:focus,textarea:focus,select:focus{outline:none}button.primary,button.secondary,a.primary-btn,a.secondary-btn{display:flex;align-items:center;justify-content:center;background-color:var(--color-primary);color:#fff;padding:10px 25px;border-radius:25px;font-size:11pt;font-weight:500;text-decoration:none;border:none;cursor:pointer}button.primary:disabled,button.secondary:disabled{background-color:#a99189}button.primary p,a.primary-btn p{color:#fff}button.primary img,a.primary-btn img{transition:all .3s ease;transform:translate(0);width:auto!important}button.secondary,a.secondary-btn{background-color:var(--color-secondary);color:#000}button.secondary p,a.secondary-btn p{color:#000}button.secondary img,a.secondary-btn img{filter:invert(100%) sepia(100%) grayscale(100%) brightness(200%);transition:all .3s ease;transform:translate(0)}button.primary:hover img,a.primary-btn:hover img{transform:translate(5px)}button.secondary:hover img,a.secondary-btn:hover img{filter:invert(100%) sepia(100%) grayscale(100%) brightness(200%) hue-rotate(20deg);transform:translate(5px)}.__error{background-color:#ff00000d!important;border-color:#ff00006b!important}.__success{background-color:#4caf501c!important;border-color:#4caf50d1!important}.__error_text{color:red;font-size:12pt}.__success_text{color:green;font-size:12pt}.checkbox-wrapper-4 *{box-sizing:border-box}.checkbox-wrapper-4 .cbx{-webkit-user-select:none;user-select:none;cursor:pointer;padding:6px 8px;border-radius:6px;overflow:hidden;transition:all .2s ease;display:inline-block}.checkbox-wrapper-4 .cbx:not(:last-child){margin-right:6px}.checkbox-wrapper-4 .cbx:hover{background:#0077ff0f}.checkbox-wrapper-4 .cbx span{float:left;vertical-align:middle;transform:translateZ(0)}.checkbox-wrapper-4 .cbx span:first-child{position:relative;width:18px;height:18px;border-radius:4px;transform:scale(1);border:1px solid #cccfdb;transition:all .2s ease;box-shadow:0 1px 1px #00104b0d}.checkbox-wrapper-4 .cbx span:first-child svg{position:absolute;top:3px;left:2px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:16px;stroke-dashoffset:16px;transition:all .3s ease;transition-delay:.1s;transform:translateZ(0)}.checkbox-wrapper-4 .cbx span:last-child{padding-left:8px;line-height:18px}.checkbox-wrapper-4 .cbx:hover span:first-child{border-color:var(--color-primary)}.checkbox-wrapper-4 .inp-cbx{position:absolute;visibility:hidden}.checkbox-wrapper-4 .inp-cbx:checked+.cbx span:first-child{background:var(--color-primary);border-color:var(--color-primary);animation:wave-4 .4s ease}.checkbox-wrapper-4 .inp-cbx:checked+.cbx span:first-child svg{stroke-dashoffset:0}.checkbox-wrapper-4 .inline-svg{position:absolute;width:0;height:0;pointer-events:none;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){.checkbox-wrapper-4 .cbx{width:100%;display:inline-block}}@-moz-keyframes wave-4{50%{transform:scale(.9)}}@-webkit-keyframes wave-4{50%{transform:scale(.9)}}@-o-keyframes wave-4{50%{transform:scale(.9)}}@keyframes wave-4{50%{transform:scale(.9)}}textarea:focus,input:focus{outline:none}*:focus{outline:none}::selection{background:#795548;color:#fff;text-shadow:none}::-moz-selection{background:#795548;color:#fff;text-shadow:none}::-webkit-selection{background:#795548;color:#fff;text-shadow:none}._mmscrl::-webkit-scrollbar{width:5px;height:5px;background-color:#79554854}._mmscrl::-webkit-scrollbar:hover{cursor:pointer}._mmscrl::-webkit-scrollbar-track{-webkit-border-radius:15px;border-radius:15px}._mmscrl::-webkit-scrollbar-thumb{-webkit-border-radius:15px;border-radius:15px}._mmscrl::-webkit-scrollbar-thumb:window-inactive{background:transparent}._mmscrl:hover::-webkit-scrollbar-track{display:block}._mmscrl:hover::-webkit-scrollbar-thumb{background:#00000073}::-webkit-input-placeholder{color:#717171}::-moz-placeholder{color:#717171}:-ms-input-placeholder{color:#717171}:-moz-placeholder{color:#717171}section.banner{background-color:var(--color-secondary);padding:10px 0}section.banner p,section.banner a{color:var(--mart-black);font-size:10pt;cursor:pointer}section.banner div.sign a{color:var(--color-primary);font-weight:700;text-decoration:underline;text-decoration-style:dotted}section.banner div.sign{display:flex;align-items:flex-end;gap:10px}section.banner div.social{display:flex;justify-content:center;align-items:center;gap:10px}section.banner div.social img{width:30px;height:30px;cursor:pointer}section.banner div.social a{justify-content:center;align-items:center;display:flex}section.banner div.social span.so-mail{display:flex;gap:10px;align-items:center;background-color:var(--color-primary);border-radius:15px;color:#fff;padding:5px 10px;font-size:10pt;cursor:pointer}section.banner div.social span.so-mail p{color:#fff}section.banner div.social span.so-mail img{width:20px!important;height:20px!important}section.header{background-color:var(--color-primary)}div.head-actions{display:flex;align-items:center;justify-content:space-between;padding:15px 0;width:100%}.logo{display:flex;align-items:center;gap:10px}a.logo-a{text-decoration:none}.logo h2{font-size:32px;color:#fff;position:relative;text-decoration:none}.logo .logo-back{background-color:#fff;width:50px;height:50px;border-radius:50%;display:flex;justify-content:center;align-items:center}.logo .logo-back img{width:70%;height:70%;object-fit:cover}div.head-actions .search{width:580px;background-color:#ffffff36;border-radius:10px;padding:5px;display:flex;justify-content:space-between;position:relative}div.head-actions .search input{border:none;background-color:transparent;color:#000;flex:1;font-size:12pt;letter-spacing:.25px;padding:8px}div.head-actions .search img{width:25px;height:auto;object-fit:contain;cursor:pointer;opacity:.8}div.head-actions .accounts{display:flex;align-items:center;gap:20px}div.head-actions .accounts div{position:relative}div.head-actions .accounts div span{position:absolute;background-color:red;display:block;top:-10px;right:-12px;width:25px;height:25px;text-align:center;border-radius:50%;border:1px solid red;font-size:12pt;color:#fff}div.head-actions .accounts img{width:24px;height:24px;cursor:pointer;opacity:.8}div.head-actions .search input:-ms-input-placeholder{color:#fff;opacity:.7;letter-spacing:.25px}div.head-actions .search input::placeholder{color:#fff;opacity:.7;letter-spacing:.25px}div.head-nav{display:flex;align-items:center;justify-content:space-between;padding:15px 0;width:100%}div.head-nav .cat{display:flex;align-items:center;justify-content:flex-start;gap:10px;background-color:var(--color-secondary);padding:10px 15px;border-radius:8px;cursor:pointer}div.head-nav .cat img{width:25px}div.head-nav .cat h3{font-size:16px;font-weight:500;color:#000}ul.nav-list{display:flex;align-items:center;gap:25px}ul.nav-list li a{font-size:15px;color:#fff;transition:color .3s ease;text-decoration:none}ul.nav-list li a:hover{color:var(--color-secondary)}div.head-nav .recent{display:flex;align-items:center;gap:5px;font-size:14px;color:var(--color-secondary);cursor:pointer}div.head-nav .recent img{width:25px}section.hero{display:flex;align-items:baseline;justify-content:space-between;gap:50px;background-color:#f6f6f6}section.hero div.hero-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}div.hero-content div.hr-tagline{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-bottom:20px;background-color:#fff;border-radius:25px;padding:10px 20px 10px 10px}div.hr-tagline img{width:35px;height:35px;background-color:var(--mart-white-mute);padding:5px;border-radius:50%}div.hr-tagline p{font-size:13pt;color:var(--mart-green);font-weight:500}div.hero-content h1{font-size:36pt;font-weight:700;color:var(--mart-dark);line-height:46pt}div.hero-content h1 span{color:var(--color-primary);font-weight:700}div.hero-content>p{font-size:14pt;color:var(--mart-dark);line-height:22pt;width:90%}div.hero-content div.hr-action{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-top:20px}div.hr-action a.btn{display:flex;align-items:center;justify-content:center;background-color:var(--color-primary);color:#fff;padding:12px 25px;border-radius:25px;font-size:12pt;font-weight:500;text-decoration:none}div.hr-action a.btn-text{background-color:transparent;color:var(--mart-dark);padding:12px 25px;border-radius:25px;font-size:13pt;font-weight:500;text-decoration:underline}section.hero div.hero-image img{width:500px;height:600px;object-fit:contain}section.category{padding:4rem 0}section.category p{color:var(--primary);font-size:12pt;font-weight:500;text-transform:uppercase}section.category h2{font-size:28pt;margin:.5rem 0 2rem;font-weight:700}section.category h2 span{color:var(--color-primary);font-weight:700}ul.cat-list{display:flex;flex-wrap:wrap;gap:35px}ul.cat-list li{display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer}ul.cat-list li div.img{width:150px;height:150px;background-color:var(--mart-white-mute);display:flex;align-items:center;justify-content:center;border-radius:50%}ul.cat-list li div.img img{width:75px}ul.cat-list li h4{font-size:14pt;font-weight:500}ul.cat-list li p{color:var(--mart-indigo);font-size:11pt;text-transform:none}section.multi-banner{margin-top:45px}section.multi-banner ul{display:flex;gap:35px;margin:0;padding:0}section.multi-banner ul li{width:50%;background-color:var(--mart-white-mute);background-repeat:no-repeat!important;background-position:right!important;background-size:300px!important;background-position:125% 0px!important;padding:25px;border-radius:10px}section.multi-banner ul li:first-child{background-image:url(/assets/basket-veg-DcIDwzHL.png)}section.multi-banner ul li:last-child{background-image:url(/assets/fresh-fruits-DayQZ08Z.png);background-color:var(--color-secondary)!important;background-size:500px!important;background-position:600% 10%!important}section.multi-banner ul li .content{padding:20px;width:60%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:10px}section.multi-banner ul li .content h2{font-size:26pt;font-weight:700;line-height:30pt}section.multi-banner ul li .content p{color:var(--primary);font-size:11pt;font-weight:500}section.single-banner{margin-top:35px;margin-bottom:45px}div.sb-content{background-image:url(/assets/frozen-D9JNEKiq.png);background-repeat:no-repeat;background-position:center right;background-size:450px;background-color:var(--color-primary)!important;border-radius:10px;height:300px}section.single-banner .content{width:560px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:15px;padding:40px;color:var(--mart-white)}section.single-banner .content h2{font-size:24pt;font-weight:700;line-height:32pt}section.single-banner .content h2 span{color:var(--color-secondary);font-weight:700}section.single-banner .content>p{color:var(--mart-white-mute);font-size:12pt;font-weight:500}section.showcase{padding:10px 0}section.showcase ul.showcase-products{display:flex;align-items:flex-start;justify-content:flex-start;gap:10px;flex-wrap:wrap;width:100%}section.error-page h1,section.error-page p{text-align:center}ul.showcase-products>li{background-color:#fff;width:calc(20% - 10px);display:flex;flex-direction:column;cursor:pointer;transition:box-shadow .3s ease}ul.showcase-products>li:before{content:""}ul.showcase-products>li:hover:before{content:""}ul.showcase-products>li:hover{box-shadow:0 7px 8px #00000026;z-index:1}ul.showcase-products>li:hover div.image-content .image img{transform:scale(1.1)}ul.showcase-products li div.image-content{position:relative;overflow:hidden;background-color:#f5f5f5}ul.showcase-products li div.image-content .image{background-color:#f5f5f5;height:250px}ul.showcase-products li div.image-content .image img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;transition:all .3s ease-in-out}ul.showcase-products li div.image-content .actions{position:absolute;bottom:10px;right:10px;display:flex;flex-direction:column;gap:10px}ul.showcase-products li div.image-content .actions button{background-color:#fff;width:45px;height:45px;border:1px solid #dfdfdf;padding:5px 10px;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease,transform .3s ease}ul.showcase-products li div.image-content .actions button:hover{background-color:var(--color-secondary);transform:scale(1.05)}ul.showcase-products li div.image-content .actions button img{width:25px;height:25px}ul.showcase-products li div.content{padding:5px;display:flex;flex-direction:column;gap:5px}ul.showcase-products li div.content h3{font-size:11pt;margin:0;font-weight:500;line-height:19px;color:#000}ul.showcase-products>li:hover div.content h3{text-decoration:underline}div.content ul.pricing{display:flex;justify-content:flex-start;align-items:center;gap:5px;list-style:none;padding:0;margin:0}div.content ul.pricing li{font-size:12pt;position:relative}div.content ul.pricing li:nth-child(1){color:#000;font-weight:700;font-size:14pt}div.content ul.pricing li:nth-child(2){text-decoration:line-through;color:#999}div.content ul.pricing li:nth-child(3){color:#f30}div.content ul.reviews{display:flex;gap:15px;list-style:none;padding:0;margin:0;color:#555}div.content ul.reviews li{font-size:10pt;position:relative}div.content ul.reviews li img{width:15px;height:15px;object-fit:contain;vertical-align:middle}div.content ul.reviews li:after{content:".";position:absolute;top:8px;left:100%;margin-left:5px;width:5px;height:5px;background-color:#c5c5c5;border-radius:50%}div.content ul.reviews li:last-child:after{display:none;content:none}div.carousel__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:5px;width:55%}section.testimonials{padding:4rem 0;background-color:#f6f6f6;margin-top:4rem}section.testimonials p{font-size:12pt;font-weight:500;text-transform:uppercase}section.testimonials h2{font-size:28pt;margin:.5rem 0 2rem;font-weight:700;text-align:center;line-height:35pt}section.testimonials h2 span{font-weight:700;font-size:28pt;color:var(--color-primary);display:block}section.testimonials p{font-size:14pt;font-weight:600;text-transform:none}.carousel__item h3{font-size:14pt;font-weight:400;line-height:30px;margin-bottom:25px;color:#000}.carousel__item p{font-size:14pt;font-weight:600}.carousel__item span{font-size:12pt;font-weight:400;color:#ababab}.carousel__prev,.carousel__next{background-color:var(--color-secondary)!important;background:var(--color-secondary)!important;width:50px!important;height:50px!important;border-radius:50%!important}div.faq-items{display:flex;flex-direction:column;gap:10px;width:728px}div.faq-items div.faq-item{background-color:#f6f6f6;padding:15px;border-radius:8px}div.faq-item.active{background-color:var(--color-primary)!important}div.faq-item.active h3.question{color:#fff!important;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%20-960%20960%20960'%20width='24px'%20fill='%23fff'%3e%3cpath%20d='M240-460v-40h480v40H240Z'/%3e%3c/svg%3e")!important}div.faq-item.active p.answer{color:#fff!important}div.faq-item h3.question{font-size:18px;font-weight:600;cursor:pointer;text-align:left;color:#000;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%20-960%20960%20960'%20width='24px'%20fill='%23000'%3e%3cpath%20d='M460-460H240v-40h220v-220h40v220h220v40H500v220h-40v-220Z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right;padding-right:20px;background-size:30px}div.faq-item p.answer{font-size:16px;color:#2e2e2e;margin-top:10px;font-weight:400;display:none;transition:all .1s ease;text-align:left}div.faq-item p.answer.active{display:block}.faqs{padding:60px 0}.faqs .wrapper{text-align:center}.faqs p{color:#000;font-weight:500;margin-bottom:10px}.faqs h2{font-size:32px;font-weight:700;margin-bottom:40px}.faqs h2 span{color:var(--color-primary);font-weight:700}ul.foot-info{display:flex;justify-content:space-between;gap:20px}ul.foot-info li{display:flex;align-items:center;gap:20px}ul.foot-info li .image{width:60px;height:60px}ul.foot-info li .image img{width:100%;height:100%;object-fit:contain}ul.foot-info li .content h3{font-size:18px;font-weight:600;text-align:left}ul.foot-info li .content p{font-size:11pt;color:#555;text-align:left;line-height:18px;font-weight:400;letter-spacing:.15px}section.pre-footer{background-color:#efefef;padding:30px 0;margin:0 15px;border-radius:12px 12px 0 0}section.footer{background-color:var(--color-primary);padding:50px 0;margin:0 15px 15px;border-radius:0 0 12px 12px}section.footer .copyright{flex:1;width:100%;padding-top:25px;border-top:1px solid #f9c51a29;margin-top:25px}section.footer .copyright p{color:#fff;text-align:left;font-size:14px;font-weight:200}section.footer ul.main{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;gap:45px}section.footer ul.main>li{display:flex;flex-direction:column;gap:15px}section.footer ul.main>li:first-child{max-width:350px}section.footer h3{color:#fff;margin-bottom:15px;font-weight:500;letter-spacing:.15px}section.footer p{color:#fff;line-height:1.5;font-weight:200}section.footer a{color:#fff;text-decoration:none;margin-bottom:10px;font-weight:300;transition:all .3s ease}section.footer a:hover{color:var(--color-secondary)}section.footer ul.main>li ul{display:flex;flex-direction:column;gap:10px}ul.shop-products{display:flex;align-items:flex-start;justify-content:flex-start;gap:10px;flex-wrap:wrap;width:100%}ul.shop-products>li{background-color:#fff;width:calc(25% - 10px);display:flex;flex-direction:column;cursor:pointer;transition:box-shadow .3s ease}ul.shop-products>li:before{content:""}ul.shop-products>li:hover:before{content:""}ul.shop-products>li:hover{box-shadow:0 7px 8px #00000026;z-index:1}ul.shop-products>li:hover div.image-content .image img{transform:scale(1.1)}ul.shop-products li div.image-content{position:relative;overflow:hidden;background-color:#f5f5f5}ul.shop-products li div.image-content .image{background-color:#f5f5f5;height:250px}ul.shop-products li div.image-content .image img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;transition:all .3s ease-in-out}ul.shop-products li div.image-content .actions{position:absolute;bottom:10px;right:10px;display:flex;flex-direction:column;gap:10px}ul.shop-products li div.image-content .actions button{background-color:#fff;width:45px;height:45px;border:1px solid #dfdfdf;padding:5px 10px;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease,transform .3s ease}ul.shop-products li div.image-content .actions button:hover{background-color:var(--color-secondary);transform:scale(1.05)}ul.shop-products li div.image-content .actions button img{width:25px;height:25px}ul.shop-products li div.content{padding:5px;display:flex;flex-direction:column;gap:5px}ul.shop-products li div.content h3{font-size:11pt;margin:0;font-weight:500;line-height:19px;color:#000}ul.shop-products>li:hover div.content h3{text-decoration:underline}section.shop-page{padding:45px 0}div.filter-options{display:flex;flex-direction:column;gap:30px;margin-bottom:30px;width:250px}div.filter-options>div.filter{display:flex;flex-direction:column;gap:15px;padding-bottom:25px;border-bottom:1px solid #e1e1e1}div.filter-options>div.filter:last-child{border-bottom:none}div.filter-options>div.filter h3{font-size:18px;font-weight:600}section.shopping-cart{padding:45px 0}div.cart-summery{display:flex;flex-direction:column;gap:20px;flex:1}div.cs-column{display:flex;gap:20px;padding:14px 25px;border-radius:15px;background-color:var(--color-secondary)}div.cs-column p{font-size:13pt;font-weight:700}div.cs-column div.cs-row-40{width:40%}div.cs-column div.cs-row-30{width:30%}div.cs-column div.cs-row-15{width:15%}div.cart-column{display:flex;gap:20px;padding:10px;align-items:center;border-bottom:1px solid #e1e1e1}div.cart-column div.cc-row-40{width:40%;display:flex;align-items:center;gap:5px}div.cc-row-40 div.delete{width:30px;height:30px;object-fit:contain;cursor:pointer}div.cc-row-40 div.product{display:flex;gap:5px;align-items:center}div.cc-row-40 div.product .image{width:75px;height:75px;overflow:hidden;padding:5px;border:1px solid #c7c7c7;border-radius:7px;cursor:pointer}div.cc-row-40 div.product .image img{width:100%;height:100%;object-fit:cover}div.cc-row-40 div.product .content{display:flex;flex-direction:column;gap:5px;flex:1}div.cc-row-40 div.product .content h3{font-size:12pt;line-height:15pt;font-weight:500}ul.quantity{display:flex;justify-content:flex-start;align-items:center}ul.quantity li{border:1px solid black;display:flex;align-items:center;justify-content:center}ul.quantity li:first-child{border-radius:20px 0 0 20px}ul.quantity li:nth-child(2){border-left:none;border-right:none}ul.quantity li:last-child{border-radius:0 20px 20px 0}ul.quantity li button{font-size:20pt;padding:5px;border:none;background:none;width:50px;cursor:pointer}ul.quantity li input{border:none;background:none;padding:7px;display:flex;width:50px;text-align:center;font-size:17pt}div.cart-column div.cc-row-15 p{font-size:14pt;font-weight:600}div.cart-column div.cc-row-30{width:30%}div.cart-column div.cc-row-15{width:15%}div.order-summery{background-color:var(--color-white);border-radius:5px;width:350px;height:auto}div.or-summery{border:1px solid #e3e3e3;padding:20px;border-radius:15px;display:flex;flex-direction:column;gap:5px}div.or-summery h3{font-weight:700}div.or-summery span.hr{width:100%;display:block;height:1px;background-color:#dbdbdb;margin:15px 0}div.or-summery div.or-summery-row{display:flex;justify-content:space-between;align-items:center}div.or-summery div.or-summery-row p{font-size:12pt;font-weight:400}div.or-summery div.or-summery-row p:last-child{font-weight:600}div.shop-products{display:flex;flex-direction:column;flex:1}div.filter-summery{display:flex;flex-direction:column;gap:10px}div.filter-summery div.filter-1{display:flex;justify-content:space-between;align-items:center}div.filter-summery div.filter-1 p{font-size:12pt;letter-spacing:.15px}div.filter-summery div.filter-1 ul{display:flex;gap:0px}div.filter-summery div.filter-1 ul li{cursor:pointer;padding:5px 15px;border:1px solid #d3d3d3;display:flex;align-items:center;justify-content:space-between}div.filter-summery div.filter-1 ul li span{font-size:12pt;font-weight:500}div.filter-summery div.filter-1 ul li img{width:20px;height:20px;object-fit:contain}div.filter-summery div.filter-1 ul li:first-child{border:none;cursor:default}div.filter-summery div.filter-2{display:flex;flex-direction:row;margin:25px 0}div.filter-summery div.filter-2 ul{display:flex;justify-content:flex-start;align-items:center;gap:10px}div.filter-summery div.filter-2 ul li{padding:5px 10px;border:1px solid #d3d3d3;display:flex;align-items:center;justify-content:space-between}div.filter-summery div.filter-2 ul li p strong{font-weight:600}div.filter-summery div.filter-2 ul li img{width:25px;height:25px;object-fit:contain;cursor:pointer}section.explore-related{padding-top:65px}section.explore-related p{color:var(--primary);font-size:12pt;font-weight:500;text-transform:uppercase}section.explore-related h2{font-size:28pt;margin:.5rem 0 2rem;font-weight:700}section.explore-related h2 span{color:var(--color-primary);font-weight:700}div.wsl-list{display:flex;gap:20px;padding:10px;align-items:center;border-bottom:1px solid #e1e1e1}div.wsl-list div.wls-row-35{width:35%;display:flex;align-items:center;gap:5px}div.wsl-list div.wls-row-35 .delete{width:30px;height:30px;object-fit:contain;cursor:pointer}div.wsl-list div.wls-row-35 .product{display:flex;gap:5px;align-items:center}div.wsl-list div.wls-row-35 .product .image{width:75px;height:75px;overflow:hidden;padding:5px;border:1px solid #c7c7c7;border-radius:7px;cursor:pointer}div.wsl-list div.wls-row-35 .product .image img{width:100%;height:100%;object-fit:cover}div.wsl-list div.wls-row-35 .product .content{display:flex;flex-direction:column;gap:5px;flex:1}div.wsl-list div.wls-row-35 .product .content h3{font-size:12pt;line-height:15pt;font-weight:500}div.wsl-list div.wls-row-15{width:15%}div.wls-row-15 p.stock{font-size:13pt;font-weight:500;color:#17a717}div.wls-row-15 p.out{font-size:13pt;font-weight:500;color:#e73700}div.wsl-list div.wls-row-20{width:20%}section.wishlist{padding:45px 0}div.wishlist-summery{display:flex;flex-direction:column;gap:15px;flex:1}div.wsl-column{justify-content:space-between;display:flex;gap:20px;padding:14px 25px;border-radius:15px;background-color:var(--color-secondary)}div.wsl-column p{font-size:13pt;font-weight:600;letter-spacing:.15px}div.wsl-column div.wsl-row-35{width:35%}div.wsl-column div.wsl-row-15{width:15%}div.wsl-column div.wsl-row-20{width:20%}section.category-products{padding:45px}section.breadcrumbs{padding:45px;background-color:#dfdfdf}section.breadcrumbs h1{font-size:36pt;font-weight:700;color:var(--mart-dark);line-height:46pt;margin-bottom:15px}section.breadcrumbs nav{display:flex;gap:10px}section.breadcrumbs nav a{text-decoration:none;color:#000}section.contact-add{padding:45px 0}section.contact-add ul{display:flex;justify-content:space-between;width:100%;gap:25px}section.contact-add ul>li{width:33.33%;padding:45px;border:1px solid #c7c7c7;border-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}section.contact-add ul>li div.image{padding:10px 17px;border-radius:7px;background-color:var(--color-secondary)}section.contact-add ul>li div.image img{width:35px;height:35px;object-fit:contain}section.contact-add ul>li h3{font-size:18pt;font-weight:700;color:#000}section.contact-add ul>li p{text-align:center;font-size:12pt;line-height:25px;letter-spacing:.15px}section.contact-us{padding:45px 0}section.contact-us div.contact-form{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:35px}div.multiform-input{display:flex;flex-direction:row;gap:15px;width:100%;justify-content:space-between;align-items:center}div.multiform-input>div.form-input{display:flex;flex-direction:column;gap:5px;flex:1}div.multiform-input>div.form-input p{font-size:12pt;font-weight:700}div.multiform-input>div.form-input input{width:100%;padding:10px;font-size:12pt;border:1px solid #c1c1c1;border-radius:7px}div.single-input{display:flex;flex-direction:column;width:100%}div.single-input p{font-size:12pt;font-weight:700}div.single-input input{width:100%;padding:10px;font-size:12pt;border:1px solid #c1c1c1;border-radius:7px}div.single-input textarea{width:100%;padding:10px;font-size:12pt;border:1px solid #c1c1c1;border-radius:7px;height:200px;resize:none}div.single-input select{width:100%;padding:10px;font-size:12pt;border:1px solid #c1c1c1;border-radius:7px}div.single-input button{width:235px;margin-top:15px}section.contact-us div.image{width:480px}section.contact-us div.image img{width:100%}section.faq-page{padding:45px 0}section.faq-page div.main-questions{width:360px;display:flex;flex-direction:column}section.faq-page div.main-questions ul{display:flex;flex-direction:column;gap:15px}section.faq-page div.main-questions ul li{padding:10px;border:1px solid #dfdfdf;border-radius:7px;cursor:pointer}section.faq-page div.main-questions ul li.active{background-color:var(--color-secondary)}section.faq-page div.main-questions ul li p{font-weight:700;font-size:13pt;letter-spacing:.15px;color:#000}section.faq-page div.questions-faqs{flex:1;display:flex;flex-direction:column;gap:15px}section.faq-page div.questions-faqs div.faq-item{padding:25px;border:1px solid #dfdfdf;border-radius:7px;cursor:pointer}section.about-more{padding:45px 0;border-top:1px solid #e1e1e1}div.multi-para-wrap{display:flex;gap:45px}div.multi-para-wrap div.mpw-content{display:flex;flex-direction:column;gap:5px;gap:12px}div.multi-para-wrap div.mpw-content h2{font-weight:600}div.multi-para-wrap div.mpw-content p{font-size:14pt;color:var(--mart-dark);line-height:22pt}div.multi-para-wrap div.mpw-content ul{display:flex;flex-direction:column;gap:12px}div.multi-para-wrap div.mpw-content ul li{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start}div.multi-para-wrap div.mpw-content ul li p strong{font-weight:600}section.about-page{padding:45px 0}section.about-page div.image{border-radius:25px;overflow:hidden;width:520px;height:650px}section.about-page div.image img{width:100%;height:100%;object-fit:cover}section.about-page div.content{flex:1;display:flex;flex-direction:column;gap:10px}section.about-page div.content span{font-size:16pt}section.about-page div.content h1{font-size:36pt;font-weight:700;color:var(--mart-dark);line-height:46pt;margin:5px 0}section.about-page div.content h1 strong{color:var(--color-primary);font-weight:700}section.about-page div.content p{font-size:14pt;color:var(--mart-dark);line-height:22pt;width:90%}section.about-page div.content h3{font-size:18pt;font-weight:600}section.privacy{padding:45px 0}div.privacy-content{width:1024px;margin:0 auto;display:flex;flex-direction:column;gap:15px}div.privacy-content h2{font-weight:700;color:#000;font-size:22pt}div.privacy-content h3{font-weight:700;font-size:16pt;color:#000}div.privacy-content p{font-size:14pt;color:var(--mart-dark);line-height:22pt;width:90%}div.privacy-content p strong{font-weight:700}div.privacy-content p a{text-decoration:none;color:var(--color-secondary)}div.privacy-content ul{display:flex;flex-direction:column;gap:10px}div.privacy-content ul>li{position:relative;margin-left:25px}div.privacy-content ul>li:before{content:"";position:absolute;left:-25px;top:8px;width:15px;height:15px;margin-right:5px;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20height='24px'%20viewBox='0%20-960%20960%20960'%20width='24px'%20fill='%23f9c51a'%3e%3cpath%20d='M382-232.35%20146.35-468l64.89-64.89L382-362.13l366.76-366.76L813.65-664%20382-232.35Z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center}section.auth-pages{padding:45px 0}section.auth-pages div.auth-page{display:flex;gap:65px;width:980px;margin:0 auto;flex-direction:row;justify-content:space-between;align-items:center}div.auth-page div.image{width:480px;overflow:hidden;border-radius:15px}div.auth-page div.image img{width:100%;object-fit:contain}div.auth-page div.auth-content{flex:1}div.login-page{display:flex;flex-direction:column;gap:10px;width:100%;margin:0 auto}div.page-name{display:flex;flex-direction:column;gap:0px;margin:15px 0}div.page-name h1{font-size:16pt;font-weight:700}div.page-name p{font-size:10pt;color:#000;letter-spacing:.15px}div.forgot{display:flex;justify-content:space-between;align-items:center}div.forgot p.forPassword{font-size:11pt;text-decoration:underline;color:#0049ff;letter-spacing:.15px;cursor:pointer}div.signup-text{text-align:center}div.signup-text p strong{font-size:11pt;text-decoration:underline;color:#0049ff;letter-spacing:.15px;cursor:pointer}section.account-page{padding:45px 0}section.account-page>div.wrapper{width:980px;align-items:flex-start;gap:65px}section.account-page ul.ap-nav{width:285px;display:flex;flex-direction:column;gap:15px}section.account-page ul.ap-nav li{padding:10px;border:1px solid #dfdfdf;border-radius:7px;cursor:pointer}section.account-page ul.ap-nav li.active{background-color:var(--color-secondary)}section.account-page ul.ap-nav li p{font-weight:400;font-size:12pt;letter-spacing:.15px;color:#000}section.account-page div.ap-content{flex:1}div.apc-personal{display:flex;flex-direction:column;gap:20px}div.apc-personal div.profile div.image{position:relative;width:100px;height:100px;border-radius:50%;background-color:#e6e7e9;display:flex;justify-content:center;align-items:center;text-align:center}div.apc-personal div.profile div.image img{width:85%;height:85%;object-fit:contain;border-radius:50%}div.apc-personal div.profile div.image span{position:absolute;background-color:var(--color-secondary);border-radius:50%;width:25px;height:25px;display:flex;justify-content:center;align-items:center;bottom:0;cursor:pointer;right:0}div.apc-personal div.profile div.image span img{width:15px}div.apc-address{display:flex;flex-direction:column;gap:25px}ul.prev-address{display:flex;flex-direction:column;border:1px solid #e7e7e7;padding:15px 25px;border-radius:7px}ul.prev-address li{border-bottom:1px solid #e7e7e7;padding:10px 0;display:flex;justify-content:space-between;align-items:center}ul.prev-address li:last-child{border:none}ul.prev-address li div.content{display:flex;flex-direction:column}ul.prev-address li div.content h3{color:#000;font-weight:600;line-height:20pt}ul.prev-address li div.content p{color:#8d8d8d;font-size:11pt;letter-spacing:.15px}ul.prev-address li div.actions p{color:#f90a0a;cursor:pointer}div.add-new{display:flex;flex-direction:column;gap:15px}div.add-new h2{font-size:17pt;font-weight:700}div.apc-password,div.apc-logout{display:flex;flex-direction:column;gap:15px}div.apc-logout div.al-content{display:flex;flex-direction:column;gap:0px}div.apc-logout div.al-content h3{color:#000;font-weight:700;font-size:18pt}div.checkout-summery{display:flex;flex-direction:column;gap:20px;flex:1}ul.oc-column{display:flex;flex-direction:row;border:1px solid var(--color-secondary);border-radius:12px;background:var(--color-secondary);width:100%;padding:20px}ul.oc-column li{justify-content:center;display:flex;flex-direction:column;align-items:center}ul.oc-column li.oc-row-25{width:25%}ul.oc-column li.oc-row-20{width:20%}ul.oc-column li p{font-size:12pt}ul.oc-column li h3{font-size:11pt;font-weight:700;color:#000}div.oc-order-details{display:flex;flex-direction:column;width:100%;padding:20px;border:1px solid #d1d1d1;border-radius:12px}div.oc-order-details h2{font-weight:700;color:#000;letter-spacing:.15px}div.oc-order-details div.ocod-hr{width:100%;height:1px;background-color:#dbdbdb8a;margin:10px 0}div.oc-order-details ul>li{display:flex;flex-direction:row;justify-content:space-between;padding:10px 0}div.oc-order-details ul>li div.content{display:flex;gap:7px}div.oc-order-details ul>li div.content div.image{width:75px;height:75px;overflow:hidden;padding:5px;border:1px solid #c7c7c7;border-radius:7px;cursor:pointer}div.oc-order-details ul>li div.content div.image img{width:100%;height:100%;object-fit:cover}div.oc-order-details ul>li div.content div.c-tent{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}div.oc-order-details ul>li div.content div.c-tent h3{font-size:12pt;line-height:15pt;font-weight:500}div.oc-order-details ul>li div.price p{font-size:12pt;font-weight:600}div.ocod-text{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}div.ocod-text h4{font-weight:700}div.ocod-text p{font-size:12pt;font-weight:600}section.order-completed{padding:45px 0}section.order-completed div.wrapper{flex-direction:column;gap:15px}div.oc-checked{display:flex;flex-direction:column;margin-bottom:25px;text-align:center;align-items:center;justify-content:center}div.oc-checked div.image{background-color:var(--color-secondary);padding:10px;width:75px;height:75px;border-radius:50%;display:flex;flex-direction:column;justify-content:center}div.oc-checked h2{font-size:22pt;font-weight:700;color:#000}div.oc-checked p{font-size:12pt;color:#000}.pd-img-product{gap:25px;justify-content:flex-start;align-items:flex-start;display:flex}.empty-result{display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}.empty-result img{width:480px;height:auto;object-fit:contain}.empty-result h3{font-weight:700;font-size:16pt;letter-spacing:.15px;color:#000}.empty-result p{font-size:12pt;color:#000;text-align:center}div.product-detail ul.pricing{display:flex;justify-content:flex-start;align-items:center;gap:5px;list-style:none;padding:0;margin:0}div.product-detail ul.pricing li{font-size:12pt;position:relative}div.product-detail ul.pricing li:nth-child(1){color:#000;font-weight:700;font-size:14pt}div.product-detail ul.pricing li:nth-child(2){text-decoration:line-through;color:#999}div.product-detail ul.pricing li:nth-child(3){color:#f30}div.product-detail span{color:var(--color-secondary)}div.product-detail h2{font-weight:500}div.product-detail h2 span.stock{background-color:#00800017;padding:5px 10px;border-radius:20px;font-size:10pt;color:green;border:1px solid green}div.product-detail h2 span.out{background-color:#ff00001a;padding:5px 10px;border-radius:20px;font-size:10pt;color:red;border:1px solid red}div.product-detail div.weight{display:flex;flex-direction:column;gap:5px;margin:10px 0}div.product-detail div.weight p{font-size:12pt;font-weight:500}div.product-detail div.weight ul{display:flex;gap:10px}div.product-detail div.weight ul li{border:1px solid black;padding:3px 20px;border-radius:25px;cursor:pointer}div.product-detail div.weight ul li.active{background-color:var(--color-secondary)}div.product-detail div.actions{display:flex;gap:5px}div.product-detail div.actions button.btn-cart{background-color:#fff;width:45px;height:45px;border:1px solid #dfdfdf;padding:5px 10px;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease,transform .3s ease}section.product-detail{padding:45px 0}div.image-showcase{width:50%;display:flex;flex-direction:column;gap:15px}div.image-showcase div.image{width:100%;height:450px;overflow:hidden;background-color:#f5f5f5;border-radius:7px;border:1px solid #cfcfcf}div.image-showcase div.image img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}div.image-showcase ul.images{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:20px}div.image-showcase ul.images li{width:25%;height:75px;overflow:hidden;background-color:#f5f5f5;cursor:pointer;border:1px solid #cfcfcf;border-radius:7px}div.image-showcase ul.images li.active{border:3px solid #f9c51a;background-color:#f9c51a}div.image-showcase ul.images li img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;transition:all .3s ease-in-out}div.product-detail{flex:1;display:flex;flex-direction:column;gap:10px}div.-search-result{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;width:100%;min-height:195px;max-height:485px;background-color:#fff;border:1px solid #dbdbdb;position:absolute;z-index:999;top:43px;box-shadow:0 20px 35px #0000001f;border-radius:3px;left:0;padding:10px;overflow-y:scroll}div.-search-result h3{font-size:10pt;font-weight:600;padding-bottom:10px}div.-search-result>ul{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-bottom:15px}div.-search-result>ul>li{display:flex;flex-direction:row;justify-content:center;align-items:center;width:calc(100% - 10px);padding:5px;gap:10px}div.-search-result>ul>li:hover{cursor:pointer;background-color:#efefef}div.-search-result>ul>li div.image{width:65px;height:65px;overflow:hidden}div.-search-result>ul>li div.image img{width:100%;height:auto;object-fit:contain}div.-search-result>ul>li>div.content{flex:7;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}div.-search-result>ul>li>div.content h4{font-size:13pt;font-weight:400;text-align:left;line-height:16pt;color:#000}div.-search-result>ul>li>div.content p{font-size:9pt}ul.search-pricing{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:5px;list-style:none;padding:0;margin:0}ul.search-pricing li{border:none;padding:0}ul.search-pricing li:nth-child(1){color:#000;font-weight:700;font-size:12pt}ul.search-pricing li:nth-child(2){text-decoration:line-through;color:#999}ul.search-pricing li:nth-child(3){color:#f30}.emptyskeleton{display:flex;flex-direction:column;text-align:center;justify-content:center;align-items:center}.s-icon{width:30px;height:25px;overflow:hidden;border-radius:4px;cursor:pointer;border:1px solid #795548}.s-icon img{width:100%!important;height:100%!important;object-fit:cover}div.recent-items{height:90vh;overflow-y:scroll}div.recent-viewed ul{display:flex;flex-direction:column;gap:10px}div.recent-viewed ul li{display:flex;flex-direction:row;gap:10px;cursor:pointer;padding:10px;border-bottom:1px solid #ebebeb}div.recent-viewed ul li:hover{background-color:#ededed}div.recent-viewed ul li:last-child{border:none}div.recent-viewed ul li div.image{width:75px;height:75px;overflow:hidden;border-radius:7px;border:1px solid #cbcbcb;background-color:#f5f5f5}div.recent-viewed ul li div.image img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}div.recent-viewed ul li div.content{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:2px}div.recent-viewed ul li div.content h3{font-size:12pt;margin:0;font-weight:400;line-height:24px;color:#000}div.recent-viewed ul li div.content ul.pricing{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:5px;list-style:none;padding:0;margin:0}div.recent-viewed ul li div.content ul.pricing li{border:none;padding:0}div.recent-viewed ul li div.content ul.pricing li:nth-child(1){color:#000;font-weight:700;font-size:14pt}div.recent-viewed ul li div.content ul.pricing li:nth-child(2){text-decoration:line-through;color:#999}div.recent-viewed ul li div.content ul.pricing li:nth-child(3){color:#f30}div.recent-viewed{width:480px;height:100vh;background-color:#fff;position:fixed;right:0;top:0;box-shadow:-10px 0 30px #0000003d;border-left:1px solid #b9b9b9;padding:25px}div.recent-viewed div.title{display:flex;justify-content:space-between}div.recent-viewed div.title h2{font-size:18pt;color:#000}div.recent-viewed div.title img{width:40px;height:40px;object-fit:contain;cursor:pointer}ul.sk-product-showcase li{background-color:#fff;width:calc(20% - 10px);display:flex;flex-direction:column;cursor:pointer;transition:box-shadow .3s ease}ul.sk-cart-list{display:flex;flex-wrap:wrap;gap:35px}ul.sk-cart-list li{display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer}ul.sk-cart-list li div:first-child{width:150px;height:150px;background-color:var(--mart-white-mute);display:flex;align-items:center;justify-content:center;border-radius:50%}ul.sk-cart-list li div:nth-child(2){width:150px;height:20px;background-color:var(--mart-white-mute);border-radius:15px}ul.sk-cart-list li div:last-child{width:100px;height:15px;background-color:var(--mart-white-mute);border-radius:15px}div.sk-product-case>div.sk-detail>ul.weight{display:flex;gap:10px}div.sk-product-case>div.sk-detail>ul.weight li{border:1px solid #dfdfdf;padding:15px 43px;border-radius:25px;cursor:pointer}div.sk-product-case>div.sk-detail>ul.weight li:first-child{background-color:#f9c51a45;border:1px solid #f9c51a45}div.sk-product-case>div.sk-detail>ul.actions{display:flex;gap:10px}div.sk-product-case>div.sk-detail>ul.actions li{border:1px solid #dfdfdf;padding:20px 60px;border-radius:25px;cursor:pointer}div.sk-product-case>div.sk-detail>ul.actions li:nth-child(1){background-color:#e9cdc3;border:1px solid #e9cdc3}div.sk-product-case>div.sk-detail>ul.actions li:nth-child(2){background-color:#fdefc1;border:1px solid #fdefc1}div.sk-product-case{gap:25px;justify-content:flex-start;align-items:flex-start;display:flex;width:100%}div.sk-product-case>div.sk-image{width:50%;display:flex;flex-direction:column;gap:15px}div.sk-product-case>div.sk-image>div.image{width:100%;height:450px;overflow:hidden;background-color:#f5f5f5;border-radius:7px}div.sk-product-case>div.sk-image div.images{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:20px}div.sk-product-case>div.sk-image div.images div{width:25%;height:75px;overflow:hidden;background-color:#f5f5f5;cursor:pointer;border-radius:7px}div.sk-product-case>div.sk-detail{flex:1;display:flex;flex-direction:column;gap:20px}div.sk-product-case>div.sk-detail>div.cat{width:25%;height:15px;background-color:#ffecaf;border-radius:15px}div.sk-product-case>div.sk-detail>div.title{width:70%;height:25px;background-color:#dfdfdf;border-radius:15px}div.sk-product-case>div.sk-detail>div.price{width:35%;height:20px;background-color:#e7e7e7;border-radius:15px}div.sk-product-case>div.sk-detail>ul.detail{display:flex;flex-direction:column;gap:12px}div.sk-product-case>div.sk-detail>ul.detail li{width:100%;height:15px;background-color:#f5f5f5;border-radius:15px}div.sk-product-case>div.sk-detail>ul.detail li:nth-child(2n){width:95%}div.sk-product-case>div.sk-detail>ul.detail li:last-child{width:65%}ul.sk-product-showcase{display:flex;align-items:flex-start;justify-content:flex-start;gap:10px;flex-wrap:wrap;width:100%}ul.sk-product-showcase li{background-color:#fff;width:calc(25% - 10px);display:flex;flex-direction:column;cursor:pointer;transition:box-shadow .3s ease}ul.sk-product-showcase li div.image{background-color:#f5f5f5;width:100%;height:250px}ul.sk-product-showcase li div.content{padding:5px;display:flex;flex-direction:column;gap:5px}ul.sk-product-showcase li div.content div:first-child{width:100%;height:20px;background-color:var(--color-background-mute);border-radius:15px}ul.sk-product-showcase li div.content div:nth-child(2){width:80%;height:15px;background-color:var(--color-background-mute);border-radius:15px}ul.sk-product-showcase li div.content div:last-child{width:90%;height:15px;background-color:var(--color-background-mute);border-radius:15px}html{overflow-x:hidden!important}div.nav-list-resp{display:none;align-items:center;justify-content:flex-start;gap:10px;background-color:var(--color-secondary);padding:10px 15px;border-radius:8px;cursor:pointer}@media screen and (max-width:1120px){div.wrapper{width:90%}section.about-page div.image{width:380px}div.cc-row-40 div.product .image{width:55px;height:55px}section.shopping-cart div.wrapper{flex-direction:column!important}div.cart-summery,div.order-summery{width:100%}}@media screen and (max-width:1024px){section.multi-banner ul li:last-child{background-position:-310% 0!important}section.multi-banner ul li .content h2{font-size:20pt;line-height:24pt}section.multi-banner ul li{background-position:170% 0px!important}section.about-page div.content h1{font-size:34px;line-height:36pt}ul.shop-products>li{width:calc(33.33% - 7px)}div.filter-options{width:200px}section.footer ul.main>li:first-child{max-width:200px}div.head-actions .search{width:520px}ul.nav-list{gap:20px}section.auth-pages div.auth-page{gap:25px}div.auth-page div.image{width:400px}div.login-page{width:90%}div.checkout-summery,div.add-new{width:100%}ul.cat-list{gap:30px}ul.cat-list li div.img{width:120px;height:120px}ul.cat-list li h4{font-size:12pt}ul.sk-cart-list{gap:25px}ul.sk-cart-list li div:first-child{width:120px;height:120px}ul.sk-cart-list li div:nth-child(2){width:120px}ul.sk-product-showcase li{width:calc(33.33% - 7px)}div.wishlist-summery button p{font-size:10pt}}@media screen and (max-width:980px){div.head-actions .search{width:380px}div.hero-content h1{font-size:32pt;line-height:38pt}section.multi-banner ul li:last-child{background-position:-230% 0!important}div.sb-content{background-position:120% center}ul.showcase-products>li{width:calc(25% - 8px)}ul.foot-info li .content h3{font-size:16px;line-height:15pt;margin-bottom:5px}section.about-page div.image{width:300px}div.filter-summery div.filter-2 ul{flex-wrap:wrap}div.filter-summery div.filter-1{justify-content:flex-end;flex-wrap:wrap;gap:10px}div.auth-page div.image{width:380px}section.contact-us div.image{width:380px}section.faq-page div.main-questions{width:280px}section.account-page>div.wrapper{width:90%!important}.logo h2{font-size:26px}ul.sk-product-showcase li{width:calc(25% - 8px)}ul.cat-list{gap:25px}}@media screen and (max-width:768px){section.banner div.wrapper{flex-direction:column;gap:10px}div.head-actions .search{width:300px}div.head-nav .cat,ul.nav-list{display:none}div.nav-list-resp{display:flex}section.hero div.wrapper{flex-direction:column;gap:25px}section.hero div.hero-content{align-items:center;margin-top:35px}div.hero-content h1{text-align:center}div.hero-content>p{text-align:center}ul.cat-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;width:100%}section.multi-banner ul{flex-direction:column;gap:25px;width:100%}section.multi-banner ul li{width:100%;background-position:120% 0px!important;background-size:400px!important}section.multi-banner ul li:last-child{background-position:120% 0!important;background-size:400px!important}div.sb-content{background-position:115% center;background-size:300px!important}section.single-banner .content{width:450px}ul.showcase-products>li{width:calc(33.33% - 7px)}div.faq-items{width:90%}ul.foot-info{display:grid;grid-template-columns:1fr 1fr}section.footer ul.main{flex-direction:column}section.footer ul.main>li:first-child{max-width:100%}section.about-page div.wrapper{flex-direction:column!important}section.about-page div.image{width:100%;height:480px}section.about-page div.image img{object-position:top}div.multi-para-wrap{flex-direction:column}div.filter-options{width:100%;display:none}div.auth-page div.image{display:none}section.shopping-cart div.wrapper{flex-direction:column!important}div.order-summery,div.checkout-summery,div.add-new,section.contact-us div.contact-form{width:100%!important}section.product-detail div.wrapper{flex-direction:column!important}div.image-showcase{width:100%}div.wishlist-summery{width:100%;overflow-x:scroll!important}div.wsl-column,div.wsl-list{width:768px}section.contact-us div.image{display:none}section.contact-add ul{flex-direction:column}section.contact-add ul>li{width:100%}section.faq-page div.wrapper{flex-direction:column}section.faq-page div.main-questions,section.faq-page div.questions-faqs{width:100%}section.account-page>div.wrapper{flex-direction:column}section.account-page ul.ap-nav,section.account-page div.ap-content{width:100%}section.about-page div.content p{width:100%}ul.sk-product-showcase li{width:calc(33.33% - 7px)}ul.cat-list li div.img{width:150px;height:150px}ul.cat-list li h4{font-size:14pt;text-align:center}ul.sk-cart-list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;width:100%}ul.sk-cart-list li div:first-child{width:150px;height:150px}ul.sk-cart-list li div:nth-child(2){width:150px}.pd-img-product{flex-direction:column}div.product-detail div.actions{flex-direction:column;gap:15px}div.product-detail div.actions button.btn-cart{width:100%;height:auto;border-radius:18px}div.product-detail div.weight ul li{padding:3px 15px}div.product-detail div.weight ul{gap:5px}div.sk-product-case{flex-direction:column}div.sk-product-case>div.sk-image,div.sk-product-case>div.sk-detail{width:100%}div.recent-viewed{width:100%!important}}@media screen and (max-width:680px){div.head-actions{flex-direction:column;gap:20px}div.head-actions .search{width:100%}ul.showcase-products>li{width:calc(50% - 5px)}section.multi-banner ul li{padding:15px}div.cart-summery{width:100%;overflow-x:scroll!important}div.cs-column,div.cart-column{width:680px}section.breadcrumbs h1{text-align:center}section.explore-related h2{text-align:center;line-height:30pt}div.apc-orders ul{width:100%;overflow-x:scroll!important}div.apc-orders ul li{width:680px}ul.sk-product-showcase li{width:calc(50% - 5px)}}@media screen and (max-width:640px){ul.cat-list{grid-template-columns:1fr 1fr}section.multi-banner ul li,section.multi-banner ul li:last-child,div.sb-content{background-size:300px!important}section.single-banner .content h2{font-size:20pt;line-height:24pt}section.single-banner .content{width:380px}ul.foot-info{grid-template-columns:1fr}ul.shop-products>li{width:calc(50% - 5px)}div.login-page{width:100%}ul.oc-column{display:none}section.error-page img{width:100%}}@media screen and (max-width:480px){section.banner div.sign{flex-direction:column;align-items:center;gap:5px}ul.showcase-products>li{width:100%}section.multi-banner ul li,section.multi-banner ul li:last-child,div.sb-content{background-size:250px!important}ul.shop-products>li{width:100%}section.breadcrumbs h1{font-size:28pt}div.multiform-input{width:100%;flex-direction:column}div.multiform-input>div.form-input{width:100%}ul.sk-product-showcase li{width:100%}div.filter-summery div.filter-1 ul{flex-direction:column;gap:10px;width:100%}div.filter-summery div.filter-1{gap:10px;align-items:center;justify-content:center}section.category h2{text-align:center;line-height:28pt;font-size:26pt}div.hero-content h1{font-size:26pt;line-height:30pt}div.hero-content div.hr-action{flex-direction:column}ul.sk-cart-list{grid-template-columns:1fr 1fr}div.product-detail h2 span.stock,div.product-detail h2 span.out{display:block}}.mati5s{-webkit-animation-duration:.05s;animation-duration:.05s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mati10s{-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mati15s{-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mati20s{-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mati25s{-webkit-animation-duration:.25s;animation-duration:.25s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mati30s{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mati35s{-webkit-animation-duration:.35s;animation-duration:.35s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mati40s{-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mati45s{-webkit-animation-duration:.45s;animation-duration:.45s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.mati50s{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,to{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,to{-webkit-transform:translateX(0);transform:translate(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translate(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translate(10px)}}@keyframes shake{0%,to{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translate(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translate(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}to{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);-ms-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}to{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translate(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translate(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translate(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translate(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translate(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translate(-5%) rotate(-1deg)}to{-webkit-transform:translateX(0%);transform:translate(0)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translate(0)}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translate(-25%) rotate(-5deg)}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translate(20%) rotate(3deg)}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translate(-15%) rotate(-3deg)}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translate(10%) rotate(2deg)}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translate(-5%) rotate(-1deg)}to{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translate(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}to{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translate(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translate(30px)}80%{-webkit-transform:translateX(-10px);transform:translate(-10px)}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translate(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translate(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translate(-10px)}to{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translate(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translate(-30px)}80%{-webkit-transform:translateX(10px);transform:translate(10px)}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translate(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translate(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translate(10px)}to{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}to{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}to{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}to{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translate(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translate(20px)}to{opacity:0;-webkit-transform:translateX(-2000px);transform:translate(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translate(20px)}to{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translate(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translate(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translate(-20px)}to{opacity:0;-webkit-transform:translateX(2000px);transform:translate(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translate(-20px)}to{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translate(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}to{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}to{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}to{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translate(-20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translate(-20px)}to{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translate(-2000px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translate(-2000px)}to{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translate(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translate(20px)}to{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translate(2000px)}to{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translate(2000px)}to{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}to{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}to{opacity:0;-webkit-transform:translateX(-20px);transform:translate(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}to{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translate(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}to{opacity:0;-webkit-transform:translateX(-2000px);transform:translate(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}to{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translate(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}to{opacity:0;-webkit-transform:translateX(20px);transform:translate(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}to{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translate(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translate(0)}to{opacity:0;-webkit-transform:translateX(2000px);transform:translate(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}to{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translate(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}to{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg)}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}to{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}to{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg)}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}to{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translate(100%) skew(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translate(-20%) skew(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translate(0) skew(-15deg);opacity:1}to{-webkit-transform:translateX(0%) skewX(0deg);transform:translate(0) skew(0);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translate(100%) skew(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translate(-20%) skew(30deg);opacity:1}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translate(0) skew(-15deg);opacity:1}to{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translate(0) skew(0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);transform:translate(0) skew(0);opacity:1}to{-webkit-transform:translateX(100%) skewX(-30deg);transform:translate(100%) skew(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translate(0) skew(0);opacity:1}to{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translate(100%) skew(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}to{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}to{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}to{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}to{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}to{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}to{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}to{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}to{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}to{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translate(-2000px)}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translate(-2000px)}to{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translate(2000px)}to{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translate(2000px)}to{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translate(0)}to{opacity:0;-webkit-transform:translateX(-2000px);transform:translate(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}to{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translate(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translate(0)}to{opacity:0;-webkit-transform:translateX(2000px);transform:translate(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}to{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translate(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}to{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translate(-100%) rotate(-120deg)}to{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translate(0) rotate(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translate(-100%) rotate(-120deg)}to{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translate(0) rotate(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translate(0) rotate(0)}to{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translate(100%) rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translate(0) rotate(0)}to{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translate(100%) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}.skgreydark[data-v-10b299cb]{background:linear-gradient(270deg,#ebebeb,#d7d7d7,#ebebeb);background-size:600% 600%;-webkit-animation:sk-grey-dark-10b299cb 2s ease infinite;-moz-animation:sk-grey-dark-10b299cb 2s ease infinite;-o-animation:sk-grey-dark-10b299cb 2s ease infinite;animation:sk-grey-dark-10b299cb 2s ease infinite}@-webkit-keyframes sk-grey-dark-10b299cb{0%{background-position:0% 50%}50%{background-position:100% 51%}to{background-position:0% 50%}}@-moz-keyframes sk-grey-dark-10b299cb{0%{background-position:0% 50%}50%{background-position:100% 51%}to{background-position:0% 50%}}@-o-keyframes sk-grey-dark-10b299cb{0%{background-position:0% 50%}50%{background-position:100% 51%}to{background-position:0% 50%}}@keyframes sk-grey-dark-10b299cb{0%{background-position:0% 50%}50%{background-position:100% 51%}to{background-position:0% 50%}}.skgreylight[data-v-10b299cb]{background:linear-gradient(270deg,#ebebeb,#e6e6e6,#ebebeb);background-size:600% 600%;-webkit-animation:sk-grey-light-10b299cb 2s ease infinite;-moz-animation:sk-grey-light-10b299cb 2s ease infinite;-o-animation:sk-grey-light-10b299cb 2s ease infinite;animation:sk-grey-light-10b299cb 2s ease infinite}@-webkit-keyframes sk-grey-light-10b299cb{0%{background-position:0% 50%}50%{background-position:100% 51%}to{background-position:0% 50%}}@-moz-keyframes sk-grey-light-10b299cb{0%{background-position:0% 50%}50%{background-position:100% 51%}to{background-position:0% 50%}}@-o-keyframes sk-grey-light-10b299cb{0%{background-position:0% 50%}50%{background-position:100% 51%}to{background-position:0% 50%}}@keyframes sk-grey-light-10b299cb{0%{background-position:0% 50%}50%{background-position:100% 51%}to{background-position:0% 50%}}ul.skeletion[data-v-10b299cb]{display:flex;flex-direction:column;justify-content:center;width:90%;height:auto;margin:0 auto;border:none}ul.skeletion li[data-v-10b299cb]{width:auto;height:auto;overflow:hidden;margin-bottom:15px;border:none!important}ul.skeletion li .sk-image[data-v-10b299cb]{width:50px;height:50px;margin-right:10px;float:left}ul.skeletion li .sk-icon[data-v-10b299cb]{width:20px;height:20px;margin-right:10px;float:left}ul.skeletion li .sk-content[data-v-10b299cb]{width:calc(100% - 60px);height:auto;float:left}ul.skeletion li .sk-image span[data-v-10b299cb],ul.skeletion li .sk-icon span[data-v-10b299cb]{display:block;width:100%;height:100%;border-radius:100%}ul.skeletion li .sk-content .sk-title[data-v-10b299cb]{width:70%;height:auto;margin-top:6px}ul.skeletion li .sk-content .sk-title span[data-v-10b299cb]{display:block;width:100%;height:15px;border-radius:25px}ul.skeletion li .sk-content .sk-title-long[data-v-10b299cb]{width:95%;height:auto;margin-top:10px}ul.skeletion li .sk-content .sk-title-long span[data-v-10b299cb]{display:block;width:100%;height:12px;border-radius:25px}div.resp-logo[data-v-e9c0c9b6]{justify-content:center;display:flex;margin-bottom:25px}ul.resp-nav[data-v-e9c0c9b6]{align-items:center;margin-top:50px}ul.resp-nav li[data-v-e9c0c9b6]{border:none;font-size:18pt}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.v-toast--fade-out{animation-name:fadeOut}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-down{animation-name:fadeInDown}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.v-toast--fade-in-up{animation-name:fadeInUp}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease-out}.fade-enter,.fade-leave-to{opacity:0}.v-toast{position:fixed;display:flex;inset:0;padding:2em;overflow:hidden;z-index:1090;pointer-events:none}.v-toast__item{display:inline-flex;align-items:center;animation-duration:.15s;margin:.5em 0;box-shadow:0 1px 4px #0000001f,0 0 6px #0000000a;border-radius:.25em;pointer-events:auto;opacity:.92;color:#fff;min-height:3em;cursor:pointer}.v-toast__item--success{background-color:#47d78a}.v-toast__item--info{background-color:#1c85d5}.v-toast__item--warning{background-color:#febc22}.v-toast__item--error{background-color:#f7471c}.v-toast__item--default{background-color:#343a40}.v-toast__item--warning{color:#000}.v-toast__item.v-toast__item--top,.v-toast__item.v-toast__item--bottom{align-self:center}.v-toast__item.v-toast__item--top-right,.v-toast__item.v-toast__item--bottom-right{align-self:flex-end}.v-toast__item.v-toast__item--top-left,.v-toast__item.v-toast__item--bottom-left{align-self:flex-start}.v-toast__text{margin:0;padding:.5em 1em;word-break:break-word}.v-toast__icon{display:none}.v-toast.v-toast--top{flex-direction:column}.v-toast.v-toast--bottom{flex-direction:column-reverse}.v-toast.v-toast--custom-parent{position:absolute}@media screen and (max-width:768px){.v-toast{padding:0;position:fixed!important}}.v-toast__item{opacity:1;min-height:4em}.v-toast__item .v-toast__text{padding:1.5em 1em}.v-toast__item .v-toast__icon{display:block;width:27px;min-width:27px;height:27px;margin-left:1em;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.999 45.999'%3e %3cpath fill='%23fff' d='M39.264 6.736c-8.982-8.981-23.545-8.982-32.528 0-8.982 8.982-8.981 23.545 0 32.528 8.982 8.98 23.545 8.981 32.528 0 8.981-8.983 8.98-23.545 0-32.528zM25.999 33a3 3 0 11-6 0V21a3 3 0 116 0v12zm-3.053-17.128c-1.728 0-2.88-1.224-2.844-2.735-.036-1.584 1.116-2.771 2.879-2.771 1.764 0 2.88 1.188 2.917 2.771-.001 1.511-1.152 2.735-2.952 2.735z'/%3e %3c/svg%3e") no-repeat}[dir=rtl] .v-toast__item .v-toast__icon{margin-left:unset;margin-right:1em}.v-toast__item.v-toast__item--success .v-toast__icon{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3e %3cpath fill='%23fff' d='M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm14.495 17.329l-16 18a1.997 1.997 0 01-2.745.233l-10-8a2 2 0 012.499-3.124l8.517 6.813L37.505 14.67a2.001 2.001 0 012.99 2.659z'/%3e %3c/svg%3e") no-repeat}.v-toast__item.v-toast__item--error .v-toast__icon{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.976 51.976'%3e %3cpath fill='%23fff' d='M44.373 7.603c-10.137-10.137-26.632-10.138-36.77 0-10.138 10.138-10.137 26.632 0 36.77s26.632 10.138 36.77 0c10.137-10.138 10.137-26.633 0-36.77zm-8.132 28.638a2 2 0 01-2.828 0l-7.425-7.425-7.778 7.778a2 2 0 11-2.828-2.828l7.778-7.778-7.425-7.425a2 2 0 112.828-2.828l7.425 7.425 7.071-7.071a2 2 0 112.828 2.828l-7.071 7.071 7.425 7.425a2 2 0 010 2.828z'/%3e %3c/svg%3e") no-repeat}.v-toast__item.v-toast__item--warning .v-toast__icon{background:url("data:image/svg+xml,%3csvg viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill='%23000' d='M49.466 41.26L29.216 6.85c-.69-1.16-1.89-1.85-3.22-1.85-1.32 0-2.53.69-3.21 1.85L2.536 41.26c-.71 1.2-.72 2.64-.03 3.85.68 1.18 1.89 1.89 3.24 1.89h40.51c1.35 0 2.56-.71 3.23-1.89.7-1.21.69-2.65-.02-3.85zm-25.53-21.405h3.381v3.187l-.724 8.92H24.66l-.725-8.92v-3.187zm2.97 17.344a1.712 1.712 0 01-1.267.543c-.491 0-.914-.181-1.268-.543a1.788 1.788 0 01-.531-1.297c0-.502.176-.935.53-1.297a1.712 1.712 0 011.269-.544c.49 0 .914.181 1.268.544s.53.795.53 1.297c0 .503-.176.934-.53 1.297z'/%3e %3c/svg%3e") no-repeat}:root{--vc-clr-primary: #000;--vc-clr-secondary: #090f207f;--vc-clr-white: #ffffff}.carousel,.carousel *{box-sizing:border-box}.carousel{height:var(--vc-carousel-height);overscroll-behavior:none;position:relative;touch-action:pan-x pan-y pinch-zoom;z-index:1}.carousel.is-dragging{touch-action:none}.carousel__track{display:flex;gap:var(--vc-slide-gap);height:100%;list-style:none;margin:0;padding:0;position:relative;transition:transform var(--vc-transition-easing);transition-duration:var(--vc-transition-duration);width:100%}.carousel__viewport{height:100%;overflow:hidden;width:100%}.carousel__sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.carousel.is-rtl{direction:rtl}.carousel.is-ttb .carousel__track{flex-direction:column}.carousel.is-btt .carousel__track{flex-direction:column-reverse}.carousel.is-vertical .carousel__slide--clone:first-child{margin-block-start:var(--vc-cloned-offset)}.carousel:not(.is-vertical) .carousel__slide--clone:first-child{margin-inline-start:var(--vc-cloned-offset)}.carousel.is-effect-fade .carousel__track{display:grid;grid-template-columns:100%;grid-template-rows:100%;transition:none}.carousel.is-effect-fade .carousel__slide{grid-area:1 / 1;height:100%;opacity:0;pointer-events:none;transition:opacity var(--vc-transition-easing);transition-duration:var(--vc-transition-duration);width:100%}.carousel.is-effect-fade .carousel__slide--active{opacity:1;pointer-events:auto}:root{--vc-icn-width: 100%}.carousel__icon{fill:currentColor;height:var(--vc-icn-width);width:var(--vc-icn-width)}:root{--vc-nav-background: transparent;--vc-nav-border-radius: 0;--vc-nav-color: var(--vc-clr-primary);--vc-nav-color-hover: var(--vc-clr-secondary);--vc-nav-height: 30px;--vc-nav-width: 30px}.carousel__next,.carousel__prev{align-items:center;background:var(--vc-nav-background);border:0;border-radius:var(--vc-nav-border-radius);color:var(--vc-nav-color);cursor:pointer;display:flex;font-size:var(--vc-nav-height);height:var(--vc-nav-height);justify-content:center;padding:0;position:absolute;inset-block-start:50%;transform:translateY(-50%);width:var(--vc-nav-width)}.carousel__next--disabled,.carousel__prev--disabled{cursor:not-allowed;opacity:.5}.carousel__next{inset-inline-end:0}.carousel__prev{inset-inline-start:0}.carousel.is-vertical .carousel__next,.carousel.is-vertical .carousel__prev{inset-inline:auto 50%;inset-block-start:auto;transform:translate(50%)}.carousel.is-vertical.is-ttb .carousel__next{inset-block-end:0}.carousel.is-vertical.is-ttb .carousel__prev,.carousel.is-vertical.is-btt .carousel__next{inset-block-start:0}.carousel.is-vertical.is-btt .carousel__prev{inset-block-end:0}@media(hover:hover){.carousel__next:hover,.carousel__prev:hover{color:var(--vc-nav-color-hover)}}:root{--vc-pgn-active-color: var(--vc-clr-primary);--vc-pgn-background-color: var(--vc-clr-secondary);--vc-pgn-border-radius: 0;--vc-pgn-gap: 6px;--vc-pgn-height: 4px;--vc-png-bottom: 10px;--vc-png-left: auto;--vc-png-right: 10px;--vc-pgn-width: 16px}.carousel__pagination{bottom:var(--vc-png-bottom);display:flex;gap:var(--vc-pgn-gap);justify-content:center;left:50%;list-style:none;margin:0;padding:0;position:absolute;transform:translate(-50%)}.carousel__pagination-button{background-color:var(--vc-pgn-background-color);border:0;border-radius:var(--vc-pgn-border-radius);cursor:pointer;display:block;height:var(--vc-pgn-height);margin:0;padding:0;width:var(--vc-pgn-width)}.carousel__pagination-button--active{background-color:var(--vc-pgn-active-color)}@media(hover:hover){.carousel__pagination-button:hover{background-color:var(--vc-pgn-active-color)}}.carousel.is-vertical .carousel__pagination{bottom:50%;flex-direction:column;left:var(--vc-png-left);right:var(--vc-png-right);transform:translateY(50%)}.carousel.is-vertical .carousel__pagination-button{height:var(--vc-pgn-width);width:var(--vc-pgn-height)}.carousel.is-btt .carousel__pagination{flex-direction:column-reverse}.carousel__slide{align-items:center;display:flex;flex-shrink:0;justify-content:center;margin:0;transform:translateZ(0)}ul.sk-filter[data-v-89fd6a33]{display:flex;flex-direction:column;gap:20px}ul.sk-filter>li[data-v-89fd6a33]{display:flex;flex-direction:row;gap:10px;width:36%}ul.sk-filter>li span[data-v-89fd6a33]{width:20px;height:20px;border:1px solid #cccfdb;border-radius:5px}ul.sk-filter>li div[data-v-89fd6a33]{flex:1;height:20px;background-color:#e7e7e7;border-radius:15px}section.categories-page[data-v-d98ba177]{padding:45px 0}div.sk-wsl-list[data-v-58b7282b]{display:flex;gap:20px;padding:10px;align-items:center;border-bottom:1px solid #e1e1e1}div.sk-wls-row-35[data-v-58b7282b]{width:35%;display:flex;align-items:center;gap:5px}div.sk-wls-row-35 div.image[data-v-58b7282b]{width:75px;height:75px;overflow:hidden;padding:5px;border-radius:7px;cursor:pointer;background-color:#e9e9e9}div.sk-wls-row-35 div.content[data-v-58b7282b]{display:flex;flex-direction:column;gap:5px;flex:1}div.sk-wls-row-35 div.content div[data-v-58b7282b]:first-child{width:65%;height:20px;background-color:#dbdbdb;border-radius:15px}div.sk-wls-row-35 div.content div[data-v-58b7282b]:last-child{width:50%;height:15px;background-color:var(--color-background-mute);border-radius:15px}div.sk-wls-row-20[data-v-58b7282b],div.sk-wls-row-15[data-v-58b7282b]{width:20%}div.sk-wls-row-15 div[data-v-58b7282b]{width:65%;height:20px;background-color:#dbdbdb;border-radius:15px}div.sk-btn[data-v-58b7282b]{width:65%;height:20px;background-color:#d1b4aa;border-radius:15px}ul.prev-address>li[data-v-8497046a]{cursor:pointer}div.add-new[data-v-8497046a]{width:75%;margin-left:15px}div.sk-tit[data-v-a66591ae]{background-color:#d9a600;border-radius:15px;height:12px;width:80px;margin-bottom:10px}div.sk-res[data-v-a66591ae]{background-color:#775b00;border-radius:15px;height:15px;width:120px}div.sk-checked[data-v-a66591ae]{display:flex;flex-direction:column;margin-bottom:25px;text-align:center;align-items:center;justify-content:center;gap:15px}div.sk-checked div.image[data-v-a66591ae]{background-color:var(--color-secondary);padding:10px;width:75px;height:75px;border-radius:50%;display:flex;flex-direction:column;justify-content:center}div.sk-checked div.title[data-v-a66591ae]{width:480px;height:20px;background-color:#d1d1d1;border-radius:15px}div.sk-checked div.desc[data-v-a66591ae]{width:280px;height:15px;background-color:#e3e3e3;border-radius:15px}div.single-input button[data-v-566be304],div.single-input button[data-v-1ea83772]{width:auto}.checkbox-wrapper-4 .cbx span a[data-v-1ea83772]{color:#000;text-decoration:underline}div.single-input button[data-v-2b91668f]{width:auto}.logo h2[data-v-26f01b1a]{color:#000}div.single-input button[data-v-26f01b1a]{width:auto}div.single-input button.primary[data-v-e80fd28f]{width:220px}div.single-input button.primary[data-v-29146f2e]{width:245px}div.skeleton>ul[data-v-c1eac260]{border:none!important}div.apc-orders[data-v-c1eac260]{display:flex;flex-direction:column;gap:15px}div.apc-orders h2[data-v-c1eac260]{color:#000}div.apc-orders ul[data-v-c1eac260]{display:flex;flex-direction:column;border:1px solid #d7d7d7;border-radius:12px}div.apc-orders ul li[data-v-c1eac260]{padding:15px;border-bottom:1px solid #d7d7d7;display:flex;flex-direction:row;justify-content:space-between}div.apc-orders ul li div.row-25[data-v-c1eac260]{flex:1}div.apc-orders ul li p[data-v-c1eac260]{font-size:11pt}div.apc-orders ul li h3[data-v-c1eac260]{font-size:11pt;font-weight:700;color:#000}div.apc-orders ul li div.row-20[data-v-c1eac260]{width:20%}div.single-input button.primary[data-v-5fdafba5]{width:245px}div.single-input button.primary[data-v-26f354ee]{width:250px}section.error-page{padding:45px 0}
