.wz-font-h1 { font-size:29px;font-family:yekan,tahoma, serif; }.wz-font-h2 { font-size:19px;font-family:yekan,tahoma, serif; }.wz-font-h3 { font-size:70px;font-family:yekan,tahoma, serif; }.wz-font-h4 { font-size:40px;font-family:yekan,tahoma, serif; }.wz-font-h5 { font-size:23px;font-family:yekan,tahoma, serif; }.wz-font-h6 { font-size:19px;font-family:yekan,tahoma, serif; }.wz-font-p { font-size:11px;font-family:yekan,tahoma, serif; }.wz-font-p2 { font-size:13px;font-family:yekan,tahoma, serif; }.wz-font-p3 { font-size:15px;font-family:yekan,tahoma, serif; }:root {--color_1_1:238, 238, 238;--color_1_2:235, 235, 235;--color_1_3:153, 153, 153;--color_1_4:204, 204, 204;--color_1_5:201, 201, 201;--color_2_1:102, 102, 102;--color_2_2:68, 68, 68;--color_2_3:51, 51, 51;--color_2_4:26, 26, 26;--color_2_5:0, 0, 0;--color_3_1:109, 210, 182;--color_3_2:93, 193, 185;--color_3_3:92, 193, 185;--color_3_4:114, 183, 116;--color_3_5:98, 175, 101;--color_4_1:215, 120, 77;--color_4_2:241, 70, 57;--color_4_3:235, 128, 120;--color_4_4:210, 105, 57;--color_4_5:205, 88, 35;--color_5_1:118, 142, 144;--color_5_2:103, 129, 132;--color_5_3:110, 180, 189;--color_5_4:86, 115, 118;--color_5_5:67, 99, 103;}
                          .wz-loading-default {
                            width: 150px;
                            height: 150px;
                            position: absolute;
                            top: 0;
                            bottom: 0;
                            left: 0;
                            right: 0;
                            margin: auto;
                          }
                          
                          .wz-loading-default div {
                            width: 100%;
                            height: 100%;
                            position: absolute;
                            left: 0;
                            top: 0;
                          }
                          
                          .wz-loading-default div:before {
                            content: '';
                            display: block;
                            margin: 0 auto;
                            width: 15%;
                            aspect-ratio: 1;
                            background-color: #c9c9c9;
                            border-radius: 100%;
                            -webkit-animation: loading-default 1.2s infinite ease-in-out both;
                            animation: loading-default 1.2s infinite ease-in-out both;
                          }
                          
                          @keyframes loading-default {
                              0%, 100%, 80% {
                                -webkit-transform: scale(0);
                                transform: scale(0);
                              }
                              
                              40% {
                                -webkit-transform: scale(1);
                                transform: scale(1);
                              }
                          }
                        
                            .wz-loading-default div:nth-of-type(2) {
                                -webkit-transform: rotate(30deg);
                                -ms-transform: rotate(30deg);
                                transform: rotate(30deg);
                            }
                            .wz-loading-default div:nth-of-type(2):before {
                                -webkit-animation-delay: -1.1s;
                                animation-delay: -1.1s;
                            }
                        
                            .wz-loading-default div:nth-of-type(3) {
                                -webkit-transform: rotate(60deg);
                                -ms-transform: rotate(60deg);
                                transform: rotate(60deg);
                            }
                            .wz-loading-default div:nth-of-type(3):before {
                                -webkit-animation-delay: -1s;
                                animation-delay: -1s;
                            }
                        
                            .wz-loading-default div:nth-of-type(4) {
                                -webkit-transform: rotate(90deg);
                                -ms-transform: rotate(90deg);
                                transform: rotate(90deg);
                            }
                            .wz-loading-default div:nth-of-type(4):before {
                                -webkit-animation-delay: -0.9s;
                                animation-delay: -0.9s;
                            }
                        
                            .wz-loading-default div:nth-of-type(5) {
                                -webkit-transform: rotate(120deg);
                                -ms-transform: rotate(120deg);
                                transform: rotate(120deg);
                            }
                            .wz-loading-default div:nth-of-type(5):before {
                                -webkit-animation-delay: -0.8s;
                                animation-delay: -0.8s;
                            }
                        
                            .wz-loading-default div:nth-of-type(6) {
                                -webkit-transform: rotate(150deg);
                                -ms-transform: rotate(150deg);
                                transform: rotate(150deg);
                            }
                            .wz-loading-default div:nth-of-type(6):before {
                                -webkit-animation-delay: -0.7s;
                                animation-delay: -0.7s;
                            }
                        
                            .wz-loading-default div:nth-of-type(7) {
                                -webkit-transform: rotate(180deg);
                                -ms-transform: rotate(180deg);
                                transform: rotate(180deg);
                            }
                            .wz-loading-default div:nth-of-type(7):before {
                                -webkit-animation-delay: -0.6s;
                                animation-delay: -0.6s;
                            }
                        
                            .wz-loading-default div:nth-of-type(8) {
                                -webkit-transform: rotate(210deg);
                                -ms-transform: rotate(210deg);
                                transform: rotate(210deg);
                            }
                            .wz-loading-default div:nth-of-type(8):before {
                                -webkit-animation-delay: -0.5s;
                                animation-delay: -0.5s;
                            }
                        
                            .wz-loading-default div:nth-of-type(9) {
                                -webkit-transform: rotate(240deg);
                                -ms-transform: rotate(240deg);
                                transform: rotate(240deg);
                            }
                            .wz-loading-default div:nth-of-type(9):before {
                                -webkit-animation-delay: -0.4s;
                                animation-delay: -0.4s;
                            }
                        
                            .wz-loading-default div:nth-of-type(10) {
                                -webkit-transform: rotate(270deg);
                                -ms-transform: rotate(270deg);
                                transform: rotate(270deg);
                            }
                            .wz-loading-default div:nth-of-type(10):before {
                                -webkit-animation-delay: -0.30000000000000004s;
                                animation-delay: -0.30000000000000004s;
                            }
                        
                            .wz-loading-default div:nth-of-type(11) {
                                -webkit-transform: rotate(300deg);
                                -ms-transform: rotate(300deg);
                                transform: rotate(300deg);
                            }
                            .wz-loading-default div:nth-of-type(11):before {
                                -webkit-animation-delay: -0.19999999999999996s;
                                animation-delay: -0.19999999999999996s;
                            }
                        
                            .wz-loading-default div:nth-of-type(12) {
                                -webkit-transform: rotate(330deg);
                                -ms-transform: rotate(330deg);
                                transform: rotate(330deg);
                            }
                            .wz-loading-default div:nth-of-type(12):before {
                                -webkit-animation-delay: -0.09999999999999987s;
                                animation-delay: -0.09999999999999987s;
                            }
                        #wze551 { top:32.7666px;left:1036.67px;width:119.929px;height:116.792px;z-index:1000; }.wzc2-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none; }.wzc2-img .wzc2-img-inner { width:100%;height:100%;float:left; }.wzc2-img { width:100%;height:100%;position:relative;overflow:hidden; }#wze551 .wzc2-img-inner { object-fit:cover; }#wze552 { top:73.3471px;left:354.75px;width:480px;height:45px;z-index:1000; }.wzc104-form .wzc104-form-input { background-color:transparent;border-style:solid;border-color:rgb(92, 193, 185);border-width:3px;box-shadow:none;color:rgb(102, 102, 102);font-size:12px;font-family:yekan;border-radius:0px 20px 20px 0px ; }.wzc104-form .wzc104-form-submit {  }.wzc104-form { height:100%; }.wzc103:hover .wzc103-bg { background-color:rgb(0, 0, 0);border-width:0px; }.wzc103:hover .wzc103-content {  }.wzc103:hover {  }.wzc103-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(92, 193, 185);border-radius:20px 0px 0px 20px ;border-width:0px;border-style:solid;border-color:rgb(92, 193, 185); }.wzc103-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze553 { top:55.8473px;left:-1px;width:290px;height:79.9167px;z-index:1001; }.wzc67-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(0, 0, 0, 0); }.wzc67-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc67-image-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:-1;background-size:cover;background-repeat:no-repeat;background-position:center center; }#wze554 { top:5px;left:215px;width:70px;height:70px;z-index:1000; }.wzc105-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(235, 235, 235);border-radius:50%; }.wzc105-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:50%; }#wze555 { top:15px;left:15px;width:40px;height:40px;z-index:1000; }.wzc84 { overflow:hidden; }.wzc84-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(92, 193, 185); }#wze556 { top:29.0908px;left:15.003px;width:191.974px;height:22.2083px;z-index:1000;text-align:right; }.wzc3 { height:auto; }.wzc3-text { width:100%;height:auto; }#wze559 { top:0px;height:29.5556px;z-index:999; }.wzc26-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#000; }.wzc26-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze560 { top:0px;left:818.003px;width:351.987px;height:40.9167px;z-index:1000; }#wze561 { top:5px;left:182.989px;width:18px;height:18px;z-index:999; }.wzc107 { overflow:hidden; }.wzc107-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(255, 255, 255); }#wze562 { top:6.2625px;left:-87.9083px;width:263.949px;height:34.6667px;z-index:1000;text-align:right; }#wze563 { top:0px;left:546.5px;width:210px;height:36.4306px;z-index:1000; }#wze564 { top:5px;left:178.999px;width:18px;height:18px;z-index:999; }#wze565 { top:3.5px;left:2.50845px;width:171.946px;height:20.4306px;z-index:1000;text-align:right; }#wze587 { top:145.802px;left:280px;width:889px;height:49.9167px;z-index:1000; }#wze588 { top:0.015px;left:0.000625px;width:889px;height:1px;z-index:1001; }.wzc124-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(204, 204, 204); }.wzc124-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze589 { top:49.0015px;left:0.001px;width:889px;height:1px;z-index:1001; }#wze601 { top:11.087px;left:-21.401px;width:900px;height:30px;z-index:1001; }.wzc125 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc125  .wz-menu.wz-classic-menu > li .sub-menu { background-color:rgb(255, 255, 255); }.wzc125  .wz-menu li > a { padding:0px 15px;font-family:yekan, tahoma, serif;font-size:13px;color:#000; }.wzc125 .wz-menu.wz-mega-menu li > a:hover,.wzc125  .wz-menu.wz-classic-menu li:hover > a { color:rgb(92, 193, 185); }.wzc125  .wz-menu li.wz-menu-has-children a:after { border-color:#000; }.wzc125 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc125  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(92, 193, 185); }.wzc125  .wz-menu > li.active > a { color:rgb(92, 193, 185); }.wzc125  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:rgb(92, 193, 185); }.wzc125  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc125 .wz-menu.wz-mega-menu .sub-menu li.wz-menu-has-children > a:hover:after,.wzc125  .wz-menu.wz-classic-menu .sub-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(92, 193, 185); }.wzc125  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc125 {  }.wzc125-list {  }.wzc125-mobile {  }#wze594 { top:138.987px;left:4.56305px;width:273px;height:78.4306px;z-index:1000; }#wze591 { top:-2.99951px;left:0.001px;width:270px;height:1px;z-index:1001; }#wze592 { top:78.1812px;left:0.001px;width:270px;height:0.916667px;z-index:1001; }#wze598 { top:8.69349px;left:10.4498px;width:242.95px;height:60.4306px;z-index:1000;text-align:right; }#wze786 { top:69.7579px;left:863.014px;width:174.938px;height:48px;z-index:1000;text-align:center; }#wz-section-header { height:232.764px;--section-height:232.764px; }.wzc-section-header-full { background-color:rgb(255, 255, 255);background-image:;background-attachment:none;background-size:cover;background-repeat:no-repeat; }#wz-section-allPage { height:0px;--section-height:0px; }#wze787 { top:156.323px;left:466.512px;width:683.878px;height:130px;z-index:1001;text-align:center; }#wze789 { top:1.73563px;left:0.0566313px;width:1170px;height:452.958px;z-index:1000; }.wzc179 .wz-gallery > li > figure,.wzc179  .wz-gallery > li > figure:before,.wzc179  .wz-gallery > li > figure:after,.wzc179  .wz-gallery > li > figure > figcaption,.wzc179  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc179  .wz-gallery-caption { text-align:center; }.wzc179  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc179  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc179  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc179 {  }.wzc179-slider .wzc179-slider-items {  }.wzc179-slider  .flex-direction-nav a:before { color:#999; }.wzc179-slider {  }#wze793 { top:143.127px;left:581.048px;width:519.925px;height:131.556px;z-index:1000;text-align:center; }#wze794 { top:11.1018px;left:39.2156px;width:525.994px;height:404.889px;z-index:1001; }#wze794 .wzc2-img-inner { object-fit:cover; }#wze818 { top:49.287px;left:654.553px;width:294px;height:39.0833px;z-index:1000;text-align:right; }#wze819 { top:125.477px;left:509.559px;width:584px;height:208.889px;z-index:1000;text-align:justify; }#wze821 { top:50.2874px;left:91.618px;width:307px;height:405px;z-index:1001; }#wze821 .wzc2-img-inner { object-fit:cover; }#wze823 { top:352.192px;left:435.274px;width:253px;height:40px;z-index:1000; }.wzc190:hover .wzc190-bg { background-color:#069080; }.wzc190:hover .wzc190-content {  }.wzc190:hover {  }.wzc190-bg:after { content:'';position:absolute;width:100%;height:50%;bottom:0;left:0px;background-color:#069080; }.wzc190-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#00796B;overflow:hidden;border-radius:0px; }.wzc190-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze824 { top:13.287px;left:473.051px;width:657px;height:44.4306px;z-index:1000;text-align:center; }#wze826 { top:86.043px;left:518.037px;width:552px;height:55.0833px;z-index:1000;text-align:right; }#wze827 { top:171.69px;left:437.572px;width:552px;height:56.8889px;z-index:1000;text-align:right; }#wze828 { top:265.663px;left:438.164px;width:479px;height:56.8889px;z-index:1000;text-align:right; }#wze831 { top:2.08733px;left:1.10043px;width:354px;height:455px;z-index:1001; }#wze831 .wzc2-img-inner { object-fit:cover; }#wz-section-wzs65 { height:455.806px;--section-height:455.806px; }.wzc-section-wzs65 {  }#wze610 { top:30.8217px;left:778.981px;width:383.366px;height:240px;z-index:1001; }.wzc131-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:10px; }.wzc131-img .wzc131-img-inner { width:100%;height:100%;float:left; }.wzc131-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:10px; }#wze610 .wzc131-img-inner { object-fit:cover; }#wze611 { top:77.6055px;left:978.048px;width:161.932px;height:69.3194px;z-index:1002;text-align:center; }#wze614 { top:28.2398px;left:11.151px;width:390.355px;height:241.875px;z-index:1001; }#wze614 .wzc131-img-inner { object-fit:cover; }#wze615 { top:87.701px;left:168.498px;width:210.966px;height:69.3194px;z-index:1002;text-align:center; }#wze618 { top:29.1527px;left:398.32px;width:388.381px;height:239.889px;z-index:1001; }#wze618 .wzc131-img-inner { object-fit:cover; }#wze619 { top:72.9px;left:589.578px;width:166.932px;height:97.7778px;z-index:1002;text-align:center; }#wz-section-wzs69 { height:311.194px;--section-height:311.194px; }#wze625 { top:112px;left:0px;width:1170px;height:788.082px;z-index:1000; }.wzc134  .wz-shop-product { margin:15px;padding:0px;text-align:center; }.wzc134  .wz-shop-product .wz-shop-product-section { padding:15px; }.wzc134  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:16px;color:rgb(0, 0, 0); }.wzc134  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px;color:rgb(110, 180, 189); }.wzc134  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:rgb(235, 128, 120); }.wzc134  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc134  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc134  .wz-shop-product .wz-shop-product-image img { object-fit:cover;width:100%;float:left; }.wzc134  .wz-shop-product .wz-shop-product-add-cart { width:500px; }.wzc134  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(110, 180, 189);color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc134  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc134 {  }.wzc134-products {  }.wzc134-filter { margin-right:15px;margin-left:15px; }#wze625 .wz-shop-product .wz-shop-product-image { padding-top: 75% }#wze625 .wz-shop-top-bar { margin-right: 15px }.wzc138-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;box-shadow:none; }.wzc138-img .wzc138-img-inner { width:100%;height:100%;float:left; }.wzc138-img { width:100%;height:100%;position:relative;overflow:hidden; }.wzc24:hover .wzc24-bg:after { width:90%;opacity:1; }.wzc24:hover .wzc24-bg {  }.wzc24:hover .wzc24-content { color:#fff; }.wzc24:hover {  }.wzc24-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#999999;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%); }.wzc24-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#999999;border-width:3px;overflow:hidden; }.wzc24-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#999999; }.wzc139-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(238, 238, 238); }.wzc139-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc137:hover .wzc137-bg { background-color:rgb(0, 0, 0);border-width:0px; }.wzc137:hover .wzc137-content {  }.wzc137:hover {  }.wzc137-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(92, 193, 185);border-radius:10px 10px 10px 10px ;border-width:0px;border-style:solid;border-color:rgb(92, 193, 185); }.wzc137-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:12px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze795 { top:79.6995px;left:-4.27303px;width:1174.95px;height:362.319px;min-height:362.325px;z-index:1000; }.wzc181-wzListContainer .wzc181-wzListContainer-wzListItemContainer .wzc181-wzListContainer-wzListItemContainer-wzListItemImageBoxParent .wzc181-wzListContainer-wzListItemContainer-wzListItemImageBoxParent-wzListItemImageBox .wzc181-wzListContainer-wzListItemContainer-wzListItemImageBoxParent-wzListItemImageBox-wzListItemImage {  }.wzc181-wzListContainer .wzc181-wzListContainer-wzListItemContainer .wzc181-wzListContainer-wzListItemContainer-wzListItemImageBoxParent .wzc181-wzListContainer-wzListItemContainer-wzListItemImageBoxParent-wzListItemImageBox {  }.wzc181-wzListContainer .wzc181-wzListContainer-wzListItemContainer .wzc181-wzListContainer-wzListItemContainer-wzListItemImageBoxParent {  }.wzc181-wzListContainer .wzc181-wzListContainer-wzListItemContainer .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox-wzListItemTitleBox .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox-wzListItemTitleBox-wzListItemTitle {  }.wzc181-wzListContainer .wzc181-wzListContainer-wzListItemContainer .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox-wzListItemTitleBox {  }.wzc181-wzListContainer .wzc181-wzListContainer-wzListItemContainer .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox-wzListItemDescriptionBox .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox-wzListItemDescriptionBox-wzListItemDescription {  }.wzc181-wzListContainer .wzc181-wzListContainer-wzListItemContainer .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox-wzListItemDescriptionBox {  }.wzc181-wzListContainer .wzc181-wzListContainer-wzListItemContainer .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox-wzListItemButtonMainBox .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox-wzListItemButtonMainBox-wzListItemButtonBox {  }.wzc181-wzListContainer .wzc181-wzListContainer-wzListItemContainer .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox-wzListItemButtonMainBox {  }.wzc181-wzListContainer .wzc181-wzListContainer-wzListItemContainer .wzc181-wzListContainer-wzListItemContainer-wzListItemPropertiesBox {  }.wzc181-wzListContainer .wzc181-wzListContainer-wzListItemContainer {  }.wzc181-wzListContainer {  }.wzc181  .wz-list-root { background:none;width:calc(33% - 20px);height:calc(100% - 20px);margin:10px; }.wzc181  .wz-list-item-container { flex-flow:row nowrap !important;background-color:#fff;font-family:iransans_fa;transition:all ease-in-out .3s;padding:20px;border-style:solid;direction:rtl;height:100%;overflow:hidden; }.wzc181  .wz-list-item-container:hover {  }.wzc181  .wz-list-item-image-box-parent { width:34%;max-height:100%;text-align:center;order:0;padding:0.5rem 0;align-self:start; }.wzc181  .wz-list-item-image-box { width:55%;max-height:100%;display:inline-flex;align-items:start;justify-content:center;border-style:solid;overflow:hidden; }.wzc181  .wz-list-item-image-box img { object-fit:contain;width:100%;display:inline-block;aspect-ratio:1;margin-bottom:-5px;border-style:solid;padding:0; }.wzc181  .wz-list-item-properties-box { width:66%;height:100%;display:flex;flex-flow:column;justify-content:space-between; }.wzc181  .wz-list-item-title-box { order:1;padding:0.5rem 0; }.wzc181  .wz-list-item-title-box p { font-size:23px;direction:rtl;text-align:right; }.wzc181  .wz-list-item-description-box { font-size:12px;direction:rtl;order:2;padding:0.5rem 0; }.wzc181  .wz-list-item-description-box p { font-size:14px;direction:rtl;text-align:right; }.wzc181  .wz-list-item-button-main-box { width:100%;text-align:right;order:3;padding:0.5rem 0; }.wzc181  .wz-list-item-button-box { text-align:center;padding:7px;width:125px;max-width:100%; }.wzc181  .wz-list-item-button-box .wz-partial-template { padding:5px; }.wzc181 {  }.wzc180:hover .wzc180-bg:after { width:90%;opacity:1; }.wzc180:hover .wzc180-bg {  }.wzc180:hover .wzc180-content { color:#fff; }.wzc180:hover {  }.wzc180-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#a1a1a1;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%); }.wzc180-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#a1a1a1;border-width:3px;overflow:hidden; }.wzc180-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#a1a1a1; }#wze795 .wz-list-item-title-box { order:0; }#wze795 .wz-list-item-description-box { order:1; }#wze795 .wz-list-item-button-main-box { order:2; }#wze1067 { top:8.0113px;left:373.776px;width:472px;height:69.3194px;z-index:1001;text-align:center; }#wz-section-wzs70 { height:441.694px;--section-height:441.694px; }#wze627 { top:36.21px;left:820.882px;width:347.438px;height:185.264px;z-index:1000; }#wze628 { top:6.612px;left:5.46252px;width:341.975px;height:114.667px;z-index:1000;text-align:center; }#wze629 { top:132.17px;left:32.512px;width:280.137px;height:40px;z-index:1000; }.wzc135:hover .wzc135-bg { background-color:rgb(0, 0, 0);border-width:0px; }.wzc135:hover .wzc135-content {  }.wzc135:hover {  }.wzc135-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(92, 193, 185);border-radius:10px 10px 10px 10px ;border-width:0px;border-style:solid;border-color:rgb(92, 193, 185); }.wzc135-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs71 { height:680.778px;--section-height:680.778px; }.wzc-section-wzs71 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs71-full { background-image:url(../../uploads/c7d560327d0e4c7b9088b3e26bfd39e5.png) ;background-attachment:fixed;background:;background-color:rgba(255, 255, 255, 0);background-size:contain;background-repeat:no-repeat;background-position:center center; }.wzc-section-wzs71-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze805 { top:99.0809px;height:516px;z-index:1000; }.wzc184 .wz-gallery > li > figure,.wzc184  .wz-gallery > li > figure:before,.wzc184  .wz-gallery > li > figure:after,.wzc184  .wz-gallery > li > figure > figcaption,.wzc184  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc184  .wz-gallery-caption { text-align:center; }.wzc184  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc184  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc184  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:contain; }.wzc184 {  }.wzc184-slider .wzc184-slider-items {  }.wzc184-slider  .flex-direction-nav a:before { color:#999; }.wzc184-slider {  }#wze1068 { top:26.9099px;left:213.512px;width:753px;height:72.8889px;z-index:1001;text-align:center; }#wz-section-wzs72 { height:626.944px;--section-height:626.944px; }.wzc-section-wzs72-full { background-color:rgb(243, 243, 243); }#wze643 { top:112px;left:0px;width:1170px;height:761.737px;z-index:1000; }.wzc157  .wz-shop-product { margin:15px;padding:0px;text-align:center; }.wzc157  .wz-shop-product .wz-shop-product-section { padding:15px; }.wzc157  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:16px;color:rgb(0, 0, 0); }.wzc157  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px;color:rgb(110, 180, 189); }.wzc157  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:rgb(235, 128, 120); }.wzc157  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc157  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc157  .wz-shop-product .wz-shop-product-image img { object-fit:contain;width:100%;float:none; }.wzc157  .wz-shop-product .wz-shop-product-add-cart { width:500px; }.wzc157  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(110, 180, 189);color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc157  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc157 {  }.wzc157-products {  }.wzc157-filter { margin-right:15px;margin-left:15px; }#wze643 .wz-shop-product .wz-shop-product-image { padding-top: 75% }#wze643 .wz-shop-top-bar { margin-right: 15px }#wze806 { top:107.877px;left:16.588px;width:1140px;height:503.917px;z-index:1000; }.wzc185 .wz-gallery > li > figure,.wzc185  .wz-gallery > li > figure:before,.wzc185  .wz-gallery > li > figure:after,.wzc185  .wz-gallery > li > figure > figcaption,.wzc185  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc185  .wz-gallery-caption { text-align:center; }.wzc185  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc185  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc185  .wz-gallery li  img.wz-gallery-image { object-fit:cover;object-fit:contain; }.wzc185 {  }.wzc185-slider .wzc185-slider-items {  }.wzc185-slider  .flex-direction-nav a:before { color:#999; }.wzc185-slider {  }.wzc185-carousel .wzc185-carousel-list {  }.wzc185-carousel {  }#wze1069 { top:40.7039px;left:213.504px;width:753px;height:72.8889px;z-index:1001;text-align:center; }#wz-section-wzs73 { height:645.819px;--section-height:645.819px; }#wze657 { top:92.8429px;left:900px;width:270px;height:350px;z-index:996; }.wzc148-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(238, 238, 238);border-radius:15px; }.wzc148-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }#wze661 { top:0.0005px;left:0.01475px;width:270px;height:253px;z-index:1001; }.wzc149-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;box-shadow:none;border-style:solid;border-width:1px;border-color:#ccc;background-color:#fff;border-radius:15px 15px 0px 0px ; }.wzc149-img .wzc149-img-inner { width:100%;height:100%;float:left; }.wzc149-img { width:100%;height:100%;position:relative;overflow:hidden;z-index:2;border-radius:15px 15px 0px 0px ; }.wzc149 { padding:5px; }#wze661 .wzc149-img-inner { object-fit:cover; }#wze662 { top:248.438px;left:41.401px;width:200px;height:100px;z-index:996; }.wzc150 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc150  .wz-menu.wz-classic-menu > li .sub-menu { text-align:right; }.wzc150  .wz-menu li > a { padding:5px 15px;font-family:yekan, tahoma, serif;font-size:15px;color:rgb(153, 153, 153); }.wzc150 .wz-menu.wz-mega-menu li > a:hover,.wzc150  .wz-menu.wz-classic-menu li:hover > a { color:rgb(109, 210, 182); }.wzc150  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(153, 153, 153); }.wzc150 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc150  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(109, 210, 182); }.wzc150  .wz-menu > li.active > a { color:#3498DB; }.wzc150  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:#3498DB; }.wzc150  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc150  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:rgb(153, 153, 153); }.wzc150 .wz-menu.wz-mega-menu .sub-menu li.wz-menu-has-children > a:hover:after,.wzc150  .wz-menu.wz-classic-menu .sub-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(109, 210, 182); }.wzc150  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc150 {  }.wzc150-list {  }.wzc150-mobile {  }#wze663 { top:92.8429px;left:600px;width:270px;height:350px;z-index:999; }#wze664 { top:1.99985px;left:0.01475px;width:270px;height:252px;z-index:1001; }#wze664 .wzc149-img-inner { object-fit:cover; }#wze807 { top:248.74px;left:38.4539px;width:200px;height:100px;z-index:1002; }#wze666 { top:92.8429px;left:300px;width:270px;height:350px;z-index:1000; }#wze667 { top:0.0005px;left:0.01475px;width:270px;height:254px;z-index:1001; }#wze667 .wzc149-img-inner { object-fit:cover; }#wze808 { top:248.441px;left:41.303px;width:200px;height:100px;z-index:1002; }#wze669 { top:92.8429px;left:0px;width:270px;height:350px;z-index:1000; }#wze670 { top:0.0005px;left:0.01475px;width:270px;height:253px;z-index:1001; }#wze670 .wzc149-img-inner { object-fit:cover; }#wze809 { top:248.741px;left:34.777px;width:200px;height:100px;z-index:1002; }#wze1070 { top:15.0099px;left:213.511px;width:753px;height:72.8889px;z-index:1001;text-align:center; }#wze1071 { top:482.237px;left:278.5px;width:628px;height:69.3194px;z-index:1001;text-align:center; }#wz-section-wzs75 { height:554.319px;--section-height:554.319px; }#wze644 { top:34.5625px;left:405px;width:765px;height:333.569px;z-index:1000; }#wze646 { top:3.7269px;left:2.4925px;width:760px;height:325px;z-index:1001; }.wzc146-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:15px; }.wzc146-img .wzc146-img-inner { width:100%;height:100%;float:left; }.wzc146-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:15px; }#wze646 .wzc146-img-inner { object-fit:cover; }#wze649 { top:115.939px;left:32.962px;width:382.988px;height:24.8889px;z-index:1002;text-align:center; }#wze650 { top:257.587px;left:100.787px;width:208px;height:36.8889px;z-index:1002; }.wzc233:hover .wzc233-bg { background-color:rgb(0, 0, 0);border-width:0px; }.wzc233:hover .wzc233-content {  }.wzc233:hover {  }.wzc233-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(92, 193, 185);border-radius:10px 10px 10px 10px ;border-width:0px;border-style:solid;border-color:rgb(92, 193, 185); }.wzc233-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:18px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wze1073 { top:144.231px;left:58.0509px;width:331px;height:50.6667px;z-index:1002;text-align:center; }#wze645 { top:36.0601px;left:11.9251px;width:370px;height:327.319px;z-index:1000; }.wzc152-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(92, 193, 185);border-radius:15px; }.wzc152-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }#wze651 { top:42.9375px;left:108.975px;width:80px;height:80px;z-index:1003; }#wze652 { top:171.749px;left:34.775px;width:297px;height:68.8px;z-index:1003;text-align:center; }#wze653 { top:180.071px;left:32.9223px;width:305.996px;height:84.4306px;z-index:1003;text-align:center; }#wze811 { top:42.9375px;left:13.0624px;width:80px;height:80px;z-index:1003; }#wze812 { top:41.5375px;left:204.887px;width:80px;height:80px;z-index:1003; }#wze813 { top:37.0375px;left:282.036px;width:80px;height:80px;z-index:1003; }#wz-section-wzs74 { height:390.639px;--section-height:390.639px; }#wze447 { top:0.003975px;height:1px;z-index:1000; }.wzc83-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(153, 153, 153); }.wzc83-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze690 { top:38.5025px;left:795px;width:375px;height:349.917px;z-index:1000; }.wzc154-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(0, 0, 0, 0);border-radius:15px; }.wzc154-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:15px; }#wze694 { top:0.003px;left:153px;width:222px;height:224px;z-index:1000; }#wze694 .wzc2-img-inner { object-fit:cover; }#wze696 { top:223.681px;left:275px;width:100px;height:1.9875px;z-index:1001; }.wzc155-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(92, 193, 185); }.wzc155-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze697 { top:247.165px;left:122px;width:250px;height:66.6667px;z-index:1000;text-align:justify; }#wze698 { top:-0.4375px;left:0px;width:1px;height:350px;z-index:1002; }#wze699 { top:35.0625px;left:564.5px;width:200px;height:271.833px;z-index:1000; }#wze702 { top:0px;left:1.98802px;width:198px;height:30.2083px;z-index:1000;text-align:right; }#wze703 { top:39.3157px;left:100px;width:100px;height:1.91667px;z-index:1001; }#wze704 { top:57.8162px;left:26px;width:174px;height:178.917px;z-index:1001; }.wzc156 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc156  .wz-menu.wz-classic-menu > li .sub-menu { text-align:right; }.wzc156  .wz-menu li > a { padding:5px 15px;font-family:yekan, tahoma, serif;font-size:13px;color:rgb(153, 153, 153); }.wzc156 .wz-menu.wz-mega-menu li > a:hover,.wzc156  .wz-menu.wz-classic-menu li:hover > a { color:rgb(109, 210, 182); }.wzc156  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(153, 153, 153); }.wzc156 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc156  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(109, 210, 182); }.wzc156  .wz-menu > li.active > a { color:#3498DB; }.wzc156  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:#3498DB; }.wzc156  .wz-menu .sub-menu li > a { padding:5px 15px; }.wzc156  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:rgb(153, 153, 153); }.wzc156 .wz-menu.wz-mega-menu .sub-menu li.wz-menu-has-children > a:hover:after,.wzc156  .wz-menu.wz-classic-menu .sub-menu li.wz-menu-has-children:hover > a:after { border-color:rgb(109, 210, 182); }.wzc156  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc156 {  }.wzc156-list {  }.wzc156-mobile {  }#wze700 { top:333.428px;left:0px;width:765px;height:82.4583px;z-index:1000; }#wze701 { top:16.0015px;left:121px;width:644px;height:38.2083px;z-index:1000;text-align:justify; }#wze713 { top:35.0625px;left:0px;width:200px;height:270.208px;z-index:1000; }#wze714 { top:0px;left:15px;width:185px;height:30.2083px;z-index:1000;text-align:right; }#wze715 { top:37.7157px;left:100px;width:100px;height:1.91667px;z-index:1001; }#wze716 { top:56.2162px;left:26px;width:174px;height:178.917px;z-index:1001; }#wze717 { top:35.0625px;left:282.25px;width:200px;height:271.833px;z-index:1000; }#wze718 { top:0px;left:1.00002px;width:199px;height:30.2083px;z-index:1000;text-align:right; }#wze719 { top:39.3157px;left:100px;width:100px;height:1.91667px;z-index:1001; }#wze720 { top:57.8162px;left:26px;width:174px;height:178.917px;z-index:1001; }#wz-section-footer { height:452.611px;--section-height:452.611px; }.wzc-section-footer-full { background-color:rgb(38, 38, 38); }#wze733 { top:12.0089px;left:0px;width:1170px;height:61.6944px;z-index:1002; }#wze734 { top:19.5px;left:495px;width:180px;height:22.1944px;z-index:1000;text-align:center; }#wz-section-wzs81 { height:85.6667px;--section-height:85.6667px; }#wze739 { top:27.781px;left:0px;width:860px;height:1336.89px;z-index:1001; }#wze740 { top:1.02501px;left:113.424px;width:573px;height:49.7778px;z-index:1000;text-align:right; }#wze741 { top:70.5584px;left:34.775px;width:806px;height:1244.42px;z-index:1000;text-align:justify; }#wze743 { top:1402.98px;left:307.412px;width:317px;height:45.3194px;z-index:1000;text-align:center; }#wze744 { top:1456.85px;left:33.7235px;width:806px;height:266.667px;z-index:1000;text-align:justify; }#wze1132 { top:4.46258px;left:869.04px;width:300px;height:2645.76px;z-index:1002; }.wzc247-breadcrumb {  }.wzc247  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc247  .wz-shop-product { margin:15px;padding:0px;text-align:center; }.wzc247  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc247  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:#000; }.wzc247  .wz-shop-product .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:13px; }.wzc247  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc247  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(204, 204, 204);font-size:11px; }.wzc247  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:20px;color:#f14639; }.wzc247  .wz-shop-product .wz-shop-product-image img { object-fit:cover; }.wzc247  .wz-shop-product .wz-shop-product-add-cart { width:225px; }.wzc247  .wz-shop-product .wz-shop-product-ribbon { background-color:#6dd2b6;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc247  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc247  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc247 {  }.wzc247-products {  }.wzc247-topBar {  }.wzc247-filter {  }#wze1132 .wz-shop-product .wz-shop-product-image { padding-top: 75% }#wze1132 .wz-shop-top-bar { margin-right: 15px }.wzc113:hover .wzc113-bg:after { width:90%;opacity:1; }.wzc113:hover .wzc113-bg {  }.wzc113:hover .wzc113-content { color:#fff; }.wzc113:hover {  }.wzc113-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#FF7043;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%); }.wzc113-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px;border-style:solid;border-color:#FF7043;border-width:3px;overflow:hidden; }.wzc113-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#FF7043; }#wz-section-wzs64 { height:3224.44px;--section-height:3224.44px; }.wzc-section-wzs64-full { background-color:rgba(245, 245, 245, 0); }#wze725 { top:11.5085px;left:0px;width:1170px;height:60.5833px;z-index:1002; }#wze726 { top:19.5px;left:495px;width:180px;height:22.2083px;z-index:1000;text-align:center; }#wz-section-wzs78 { height:83.6528px;--section-height:83.6528px; }#wze575 { top:10px;left:0px;width:1170px;height:3314.35px;z-index:1000; }.wzc114-breadcrumb {  }.wzc114  .wz-shop-product { margin:15px;padding:0px;text-align:center; }.wzc114  .wz-shop-product .wz-shop-product-section { padding:10px; }.wzc114  .wz-shop-product .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:18px;color:#000; }.wzc114  .wz-shop-product .wz-shop-product-price { font-family:aviny;font-size:22px;color:rgb(92, 193, 185); }.wzc114  .wz-shop-product .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639; }.wzc114  .wz-shop-product .wz-shop-product-price .wz-shop-product-old-price { color:rgb(92, 193, 185);font-size:11px; }.wzc114  .wz-shop-product-out-stock { font-family:courier_new;font-size:20px;color:#f14639; }.wzc114  .wz-shop-product .wz-shop-product-image img { object-fit:cover;width:100%;float:left; }.wzc114  .wz-shop-product .wz-shop-product-add-cart { width:700px; }.wzc114  .wz-shop-product .wz-shop-product-ribbon { background-color:rgb(110, 180, 189);color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc114  .wz-shop-product .wz-shop-product-ribbon-off { background-color:#f14657;color:#fff;font-family:yekan, tahoma, serif;font-size:13px; }.wzc114  .wz-shop-product .wz-shop-product-attributes { font-family:yekan, tahoma, serif;font-size:14px;color:#000; }.wzc114  .wz-shop-breadcrumb-container .wz-breadcrumb { font-family:yekan, tahoma, serif;font-size:12px;color:#6a6a6a; }.wzc114 {  }.wzc114-filter { margin-right:15px;margin-left:15px; }.wzc114-topBar .wzc114-topBar-sort {  }.wzc114-topBar .wzc114-topBar-perPage {  }.wzc114-topBar .dropdown.dropdown-list .dropdown-select,.wzc114-topBar  .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:yekan, tahoma, serif; }.wzc114-topBar .dropdown.dropdown-list .dropdown-select,.wzc114-topBar  .dropdown.dropdown-list .dropdown-menu,.wzc114-topBar  .dropdown.dropdown-list .dropdown-select::before { border-color:rgb(109, 210, 182); }.wzc114-topBar  .dropdown.dropdown-list .dropdown-menu .selected { background-color:rgb(246, 246, 246);color:#878787; }.wzc114-topBar { margin:10px;margin-bottom:20px;color:#878787;font-size:13px;font-family:yekan, tahoma, serif; }.wzc114-products {  }#wze575 .wz-shop-product .wz-shop-product-image { padding-top: 100% }#wze576 { top:10px;left:10px;width:242px;height:1000px;z-index:1000; }.wzc115  .wz-shop-archive > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc115  .wz-shop-archive .sub-list > li > a { color:#000;font-family:yekan, tahoma, serif;font-size:13px; }.wzc115 {  }.wzc115-list  .wz-shop-filter-title { font-size:18px;color:rgb(0, 0, 0);font-family:yekan, tahoma, serif; }.wzc115-list .wz-shop-filter-item .irs-min,.wzc115-list  .wz-shop-filter-item .irs-max { background-color:rgba(0,0,0,0.1);color:#999; }.wzc115-list  .wz-shop-filter-item .wz-shop-price-slider .irs-slider { background:rgb(67, 99, 103); }.wzc115-list .wz-shop-filter-item .irs-line-mid,.wzc115-list  .wz-shop-filter-item  .irs-line-left,.wzc115-list  .wz-shop-filter-item  .irs-line-right,.wzc115-list  .wz-shop-filter-item  .irs-bar,.wzc115-list  .wz-shop-filter-item  .irs-bar-edge { background:rgb(92, 193, 185); }.wzc115-list  .wz-shop-sort-option-color { padding-top:2px; }.wzc115-list  .wz-shop-filter-item .regular-checkbox:checked+label.regular-checkbox-color:after { border-style:solid;border-color:rgb(201, 201, 201);border-width:2px;top:-3px;left:-3px; }.wzc115-list  .wz-shop-filter-item+.wz-shop-filter-item { border-top-style:solid;border-top-width:7px;border-top-color:rgb(92, 193, 185); }.wzc115-list { font-size:13px;color:#000;font-family:yekan, tahoma, serif; }#wz-section-wzs67 { height:3373.32px;--section-height:3373.32px; }.wzc-section-wzs67 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs67-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs67-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze727 { top:11.806px;left:0px;width:1170px;height:70px;z-index:1002; }#wze728 { top:24px;left:405.5px;width:359px;height:22px;z-index:1000;text-align:center; }#wz-section-wzs79 { height:90.5px;--section-height:90.5px; }#wze577 { top:10px;left:0px;width:1170px;height:774.5px;z-index:1000; }.wzc117  .wz-shop-product-page .wz-shop-product-add-cart { width:300px; }.wzc117  .wz-shop-product-page .wz-shop-product-options .wz-shop-option-title { font-size:17px;color:#878787;font-family:yekan, tahoma, serif; }.wzc117  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-option { width:300px; }.wzc117  .wz-shop-product-page .wz-shop-product-options .dropdown { width:300px; }.wzc117  .wz-shop-product-page .wz-shop-product-options.wz-radio-button-list .regular-checkbox-item,.wzc117  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select,.wzc117  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu a { color:#878787;font-size:13px;font-family:yekan, tahoma, serif; }.wzc117  .wz-shop-product-page .wz-shop-product-options.dropdown.dropdown-list .dropdown-select,.wzc117  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu,.wzc117  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-select::before { border-color:rgba(0,0,0,0.15); }.wzc117  .wz-shop-product-page .wz-shop-product-options .dropdown.dropdown-list .dropdown-menu .selected { background-color:#f6f6f6;color:#878787; }.wzc117  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li { padding-top:2px; }.wzc117  .wz-shop-product-page .wz-shop-product-options .wz-shop-product-colors ul li .regular-checkbox:checked+label.regular-checkbox-color:after { border-style:solid;border-color:#c9c9c9;border-width:2px; }.wzc117  .wz-shop-product-page .wz-shop-product-title { font-family:yekan, tahoma, serif;font-size:24px;color:#000; }.wzc117  .wz-shop-product-page .wz-shop-product-description { font-family:yekan, tahoma, serif;font-size:13px;color:rgb(102, 102, 102); }.wzc117  .wz-shop-product-page .wz-shop-product-sku { font-family:yekan, tahoma, serif;font-size:12px;color:#b3abab; }.wzc117  .wz-shop-product-out-stock { font-family:yekan, tahoma, serif;font-size:21px;color:#f14639; }.wzc117  .wz-shop-product-page .wz-shop-product-price { font-family:yekan, tahoma, serif;font-size:18px;color:rgb(92, 193, 185); }.wzc117  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-sale-price { color:#f14639;font-size:21px; }.wzc117  .wz-shop-product-page .wz-shop-product-price .wz-shop-product-old-price { color:rgb(92, 193, 185);font-size:16px; }.wzc117  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider  img.wz-gallery-image { object-fit:contain;width:100%;float:none; }.wzc117 .wz-shop-product-info-sections-simple .wz-shop-product-info+.wz-shop-product-info,.wzc117  .wz-shop-product-info-sections-accordion .wz-shop-product-info+.wz-shop-product-info { border-top-style:solid;border-top-width:1px;border-top-color:rgba(0,0,0,0.15); }.wzc117  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-title { font-family:yekan, tahoma, serif;font-size:18px;color:rgb(0, 0, 0);border-width:0px;background-color:rgba(0, 0, 0, 0); }.wzc117  .wz-shop-product-page .wz-shop-product-info-sections .wz-shop-product-section-content { font-family:yekan, tahoma, serif;font-size:13px;color:rgb(0, 0, 0); }.wzc117  .wz-shop-product-page .wz-shop-product-info-sections .wz-tab-content { border-style:solid;border-width:4px;border-color:rgb(92, 193, 185);background-color:rgba(0, 0, 0, 0); }.wzc117  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li { margin:4px; }.wzc117  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open { border-style:solid;border-width:0px;border-color:rgb(92, 193, 185);background-color:rgb(92, 193, 185);color:rgb(255, 255, 255); }.wzc117  .wz-shop-product-page .wz-shop-product-info-sections .wz-tabs li.open:after { height:0px;bottom:-0px;background-color:value; }.wzc117  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-carousel .flex-active-slide:after { border-color:#ccc; }.wzc117  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-gallery { width:50%; }.wzc117  .wz-shop-product-page.wz-shop-product-page-classic .wz-shop-product-section { width:calc(50% - 30px); }.wzc117 {  }.wzc117-product {  }#wze577  .wz-shop-product-page .wz-shop-product-gallery .wz-gallery-slider .wz-image-ratio { padding-top: 75% }.wzc116 .wz-gallery > li > figure,.wzc116  .wz-gallery > li > figure:before,.wzc116  .wz-gallery > li > figure:after,.wzc116  .wz-gallery > li > figure > figcaption,.wzc116  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc116  .wz-gallery-caption { text-align:center; }.wzc116  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc116  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc116  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc116 {  }.wzc116-slider .wzc116-slider-items {  }.wzc116-slider  .flex-direction-nav a:before { color:#999; }.wzc116-slider {  }.wzc116-carousel .wzc116-carousel-list {  }.wzc116-carousel {  }.wzc159:hover .wzc159-bg { background-color:rgb(92, 193, 185);border-width:0px; }.wzc159:hover .wzc159-content {  }.wzc159:hover {  }.wzc159-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(0, 0, 0);border-radius:10px 10px 10px 10px ;border-width:0px;border-style:solid;border-color:rgb(92, 193, 185); }.wzc159-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs66 { height:794.5px;--section-height:794.5px; }#wze729 { top:30.0001px;left:0px;width:1170px;height:50px;z-index:1000; }#wze730 { top:45px;left:0px;width:1170px;height:5px;z-index:1001; }.wzc133-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-width:1px;border-style:solid;border-color:rgb(204, 204, 204); }.wzc133-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze731 { top:0px;left:986px;width:184px;height:49px;z-index:1002; }.wzc158 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc158  .wz-menu.wz-classic-menu > li .sub-menu { background-color:#436367; }.wzc158  .wz-menu li > a { padding:0px 15px;font-family:yekan, tahoma, serif;font-size:20px;color:#000; }.wzc158  .wz-menu li.wz-menu-has-children a:after { border-color:#000; }.wzc158  .wz-menu > li > a:before { content:'';display:inline-block;position:absolute;transition:width 0.3s;width:0px;height:1px;background-color:rgba(0, 0, 0, 0);left:0px;bottom:0px; }.wzc158 .wz-menu.wz-mega-menu > li > a:hover:before { width:100%; }.wzc158  .wz-menu.wz-classic-menu > li:hover > a:before { width:100%; }.wzc158  .wz-menu > li.active > a:before { width:100%; }.wzc158  .wz-menu .sub-menu li > a { padding:5px 15px;color:#fff; }.wzc158 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc158  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:#50767a; }.wzc158  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:#fff; }.wzc158  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc158 {  }.wzc158-list { background-color:rgba(0, 0, 0, 0); }.wzc158-mobile {  }#wze732 { top:107.797px;left:0px;width:1170px;height:410.875px;z-index:1000; }#wze732 .wz-shop-product .wz-shop-product-image { padding-top: 75% }#wze732 .wz-shop-top-bar { margin-right: 15px }#wz-section-wzs80 { height:535.172px;--section-height:535.172px; }#wze574 { top:10px;left:15px;width:1140px;height:185px;z-index:1000; }.wzc112-container { font-size:10px;font-family:yekan; }#wze574 .wz-cart-color-primary { color: #565656 }#wze574 .wz-cart-primary-color { color: #565656 }#wze574 .wz-cart-second-color { color: #565656 }#wze574 .wz-cart-second-border-color { border-color: #565656 }#wz-section-wzs68 { height:205px;--section-height:205px; }#wz-section-wzs91 { height:200px;--section-height:200px; }#wze778 { top:30px;left:15px;width:848px;height:489px;z-index:1000; }.wzc163-root .wzc163-root-container .wzc163-root-container-header .wzc163-root-container-header-title {  }.wzc163-root .wzc163-root-container .wzc163-root-container-header {  }.wzc163-root .wzc163-root-container .wzc163-root-container-submitBoxHeader .wzc163-root-container-submitBoxHeader-submitButtonHeader {  }.wzc163-root .wzc163-root-container .wzc163-root-container-submitBoxHeader {  }.wzc163-root .wzc163-root-container {  }.wzc163-root .wzc163-root-accountContainer .wzc163-root-accountContainer-accountItem .wzc163-root-accountContainer-accountItem-accountItemLabel {  }.wzc163-root .wzc163-root-accountContainer .wzc163-root-accountContainer-accountItem .wzc163-root-accountContainer-accountItem-accountItemInputBox .wzc163-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc163-root .wzc163-root-accountContainer .wzc163-root-accountContainer-accountItem .wzc163-root-accountContainer-accountItem-accountItemInputBox .wzc163-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc163-root .wzc163-root-accountContainer .wzc163-root-accountContainer-accountItem .wzc163-root-accountContainer-accountItem-accountItemInputBox {  }.wzc163-root .wzc163-root-accountContainer .wzc163-root-accountContainer-accountItem {  }.wzc163-root .wzc163-root-accountContainer {  }.wzc163-root .wzc163-root-companyHeaderContainer .wzc163-root-companyHeaderContainer-companyHeader .wzc163-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc163-root .wzc163-root-companyHeaderContainer .wzc163-root-companyHeaderContainer-companyHeader {  }.wzc163-root .wzc163-root-companyHeaderContainer {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyInfoCheck .wzc163-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyInfoCheck .wzc163-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc163-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyInfoCheck .wzc163-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc163-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyInfoCheck .wzc163-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc163-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyInfoCheck .wzc163-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc163-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyInfoCheck .wzc163-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyInfoCheck {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyItemBox .wzc163-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyItemBox .wzc163-root-companyInfo-companyItemBox-companyInputBox .wzc163-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyItemBox .wzc163-root-companyInfo-companyItemBox-companyInputBox .wzc163-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyItemBox .wzc163-root-companyInfo-companyItemBox-companyInputBox {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyItemBox {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyInfoCancelLabel .wzc163-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyInfoCancelLabel .wzc163-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyInfoCancelLabel .wzc163-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyInfoCancelLabel .wzc163-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc163-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc163-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyInfoCancelLabel .wzc163-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc163-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyInfoCancelLabel .wzc163-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc163-root .wzc163-root-companyInfo .wzc163-root-companyInfo-companyInfoCancelLabel {  }.wzc163-root .wzc163-root-companyInfo {  }.wzc163-root .wzc163-root-submitBoxFooter .wzc163-root-submitBoxFooter-submitButtonFooter {  }.wzc163-root .wzc163-root-submitBoxFooter {  }.wzc163-root {  }.wzc163  .wz-profile-account-root { text-align:right; }.wzc163  .wz-profile-account-header-container { margin-bottom:20px; }.wzc163  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc163  .wz-profile-account-container { border-style:solid;border-width:1px;border-color:#efefef;background-color:#f4f4f4;border-radius:20px;direction:rtl;row-gap:15px;padding:35px; }.wzc163  .wz-profile-account-container:hover { border-radius:20px; }.wzc163  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc163  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc163  .wz-profile-account-input-container input { width:100%;border-style:solid;border-width:1px;border-color:#d5d5d5;border-radius:4px;font-family:iransans_fa;font-size:13px;background-color:rgba(0,0,0,0);color:#7e7e7e; }.wzc163  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc163  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc163  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc163  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc163  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc163  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc163  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc163  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc163  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc163 {  }.wzc162:hover .wzc162-bg { background-color:#ffd9d5; }.wzc162:hover .wzc162-content { color:#E74C3C; }.wzc162:hover {  }.wzc162-bg:after {  }.wzc162-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc162-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C; }#wze783 { top:30px;left:893px;width:262px;height:427.5px;z-index:1000; }.wzc176-root .wzc176-root-infoBox .wzc176-root-infoBox-userImageBox .wzc176-root-infoBox-userImageBox-userImage {  }.wzc176-root .wzc176-root-infoBox .wzc176-root-infoBox-userImageBox {  }.wzc176-root .wzc176-root-infoBox .wzc176-root-infoBox-userInfo .wzc176-root-infoBox-userInfo-userName {  }.wzc176-root .wzc176-root-infoBox .wzc176-root-infoBox-userInfo .wzc176-root-infoBox-userInfo-userEmail {  }.wzc176-root .wzc176-root-infoBox .wzc176-root-infoBox-userInfo .wzc176-root-infoBox-userInfo-editInfo .wzc176-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc176-root .wzc176-root-infoBox .wzc176-root-infoBox-userInfo .wzc176-root-infoBox-userInfo-editInfo .wzc176-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc176-root .wzc176-root-infoBox .wzc176-root-infoBox-userInfo .wzc176-root-infoBox-userInfo-editInfo {  }.wzc176-root .wzc176-root-infoBox .wzc176-root-infoBox-userInfo {  }.wzc176-root .wzc176-root-infoBox {  }.wzc176-root .wzc176-root-items .wzc176-root-items-item .wzc176-root-items-item-itemBox .wzc176-root-items-item-itemBox-itemIcon {  }.wzc176-root .wzc176-root-items .wzc176-root-items-item .wzc176-root-items-item-itemBox .wzc176-root-items-item-itemBox-itemName {  }.wzc176-root .wzc176-root-items .wzc176-root-items-item .wzc176-root-items-item-itemBox {  }.wzc176-root .wzc176-root-items .wzc176-root-items-item {  }.wzc176-root .wzc176-root-items .wzc176-root-items-more {  }.wzc176-root .wzc176-root-items {  }.wzc176-root .wzc176-root-logoutBox .wzc176-root-logoutBox-logout .wzc176-root-logoutBox-logout-logoutLabel {  }.wzc176-root .wzc176-root-logoutBox .wzc176-root-logoutBox-logout {  }.wzc176-root .wzc176-root-logoutBox {  }.wzc176-root {  }.wzc176  .wz-profile-menu-user-info { gap:2px; }.wzc176  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc176  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc176  .wz-profile-menu-info-box:hover {  }.wzc176  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc176  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc176  .wz-profile-menu-user-name:hover {  }.wzc176  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc176  .wz-profile-menu-user-email:hover {  }.wzc176  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc176  .wz-profile-menu-edit-info:hover {  }.wzc176  .wz-profile-menu-edit-info span { -webkit-transform:rotate(80deg);-moz-transform:rotate(80deg);-ms-transform:rotate(80deg);-o-transform:rotate(80deg);transform:rotate(80deg);transform:rotate(80deg); }.wzc176  .wz-profile-menu-items { height:fit-content;border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc176  .wz-profile-menu-items:hover {  }.wzc176  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc176  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc176  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc176  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc176  .wz-profile-menu-item-box:hover {  }.wzc176  .wz-profile-menu-item p { font-family:iransans_fa, sans-serif;font-size:12px;font-weight:500;color:#808080;margin-right:5%;margin-left:5%; }.wzc176  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc176  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc176  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc176  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc176  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc176  .wz-profile-menu-more:after { color:#808080; }.wzc176 {  }#wz-section-wzs86 { height:549px;--section-height:549px; }#wze779 { top:30px;left:15px;width:848px;height:848px;z-index:1000; }.wzc167-header .wzc167-header-title {  }.wzc167-header .wzc167-header-removeButton {  }.wzc167-header .wzc167-header-addToCartButton {  }.wzc167-header {  }.wzc167-favorites { --desktop-columns:3;--desktop-gap:20px;--tablet-columns:2;--tablet-gap:20px;--mobile-columns:1;--mobile-gap:20px;--image-order:0;--title-order:1;--price-order:2;--buttons-order:3; }.wzc167-pagination .wzc167-pagination-paginationButton {  }.wzc167-pagination {  }.wzc167  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc167  .wz-profile-favorites-header-text:hover {  }.wzc167  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc167  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc167  .wz-profile-favorite-item { height:fit-content;direction:rtl;padding:20px;gap:5px;background-color:#fff;border-width:2px;border-style:solid;border-color:#e3e3e3;border-radius:0;box-shadow:unset; }.wzc167  .wz-profile-favorite-item:hover {  }.wzc167  .wz-profile-favorite-item-image { object-fit:contain; }.wzc167  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc167  .wz-profile-favorite-item-title:hover {  }.wzc167  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc167  .wz-profile-favorite-item-price:hover {  }.wzc167  .wz-profile-favorite-item-add { height:30px; }.wzc167  .wz-profile-favorite-item-remove { height:30px; }.wzc167  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc167  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc167  .wz-profile-favorites-no-results-first-text:hover {  }.wzc167  .wz-profile-favorites-no-results-second-text:hover {  }.wzc167 {  }.wzc164:hover .wzc164-bg { background-color:#E74C3C; }.wzc164:hover .wzc164-content { font-size:10px;color:#fff; }.wzc164:hover {  }.wzc164-bg:after {  }.wzc164-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc164-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C; }.wzc165:hover .wzc165-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc165:hover .wzc165-content { font-size:10px;color:#fff; }.wzc165:hover {  }.wzc165-bg:after {  }.wzc165-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc165-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#a1a1a1; }.wzc166:hover .wzc166-bg:after { width:90%;opacity:1; }.wzc166:hover .wzc166-bg {  }.wzc166:hover .wzc166-content { color:#fff; }.wzc166:hover {  }.wzc166-bg:after { content:'';position:absolute;z-index:1;transition:all 0.3s;width:0px;height:100%;top:50%;left:50%;background-color:#999999;opacity:0;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%); }.wzc166-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:6px;border-style:solid;border-color:#afafaf;border-width:1px;overflow:hidden; }.wzc166-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#999999; }#wz-section-wzs87 { height:908px;--section-height:908px; }#wze780 { top:30px;left:15px;width:848px;height:341.4px;z-index:1000; }.wzc168-root .wzc168-root-header .wzc168-root-header-title {  }.wzc168-root .wzc168-root-header .wzc168-root-header-options .wzc168-root-header-options-optionsList .wzc168-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc168-root .wzc168-root-header .wzc168-root-header-options .wzc168-root-header-options-optionsList {  }.wzc168-root .wzc168-root-header .wzc168-root-header-options {  }.wzc168-root .wzc168-root-header {  }.wzc168-root .wzc168-root-orders .wzc168-root-orders-ordersHeader .wzc168-root-orders-ordersHeader-ordersHeaderItem .wzc168-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc168-root .wzc168-root-orders .wzc168-root-orders-ordersHeader .wzc168-root-orders-ordersHeader-ordersHeaderItem {  }.wzc168-root .wzc168-root-orders .wzc168-root-orders-ordersHeader {  }.wzc168-root .wzc168-root-orders {  }.wzc168-root .wzc168-root-pagination .wzc168-root-pagination-paginationButton {  }.wzc168-root .wzc168-root-pagination {  }.wzc168-root {  }.wzc168  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc168  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc168  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc168  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc168  .wz-profile-orders-order-items-header { width:80%; }.wzc168  .wz-profile-orders-order-items-header p { width:20%;font-size:12px;font-family:iransans_fa;font-weight:500;text-align:center;color:rgb(117,117,117); }.wzc168  .wz-profile-orders-order-details { width:80%; }.wzc168  .wz-profile-orders-order-buttons { width:20%; }.wzc168  .wz-profile-orders-order-details p { width:20%;font-size:12px;font-family:iransans_fa;font-weight:500;text-align:center;color:rgb(117,117,117); }.wzc168  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc168  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc168  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc168  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc168  .wz-profile-orders-no-results-root { gap:10px;border-width:0px;border-style:solid;border-color:#efefef;border-radius:16px;margin-top:20px;padding:70px 30px;background-color:#f4f4f4; }.wzc168  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc168  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc168  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc168 {  }#wz-section-wzs88 { height:490.5px;--section-height:490.5px; }#wze781 { top:30px;left:15px;width:848px;height:566.4px;z-index:1000; }.wzc171-root .wzc171-root-header .wzc171-root-header-title {  }.wzc171-root .wzc171-root-header .wzc171-root-header-headerButtons .wzc171-root-header-headerButtons-reorderButton {  }.wzc171-root .wzc171-root-header .wzc171-root-header-headerButtons .wzc171-root-header-headerButtons-receiptButton {  }.wzc171-root .wzc171-root-header .wzc171-root-header-headerButtons {  }.wzc171-root .wzc171-root-header {  }.wzc171-root .wzc171-root-body .wzc171-root-body-information .wzc171-root-body-information-mainInformation .wzc171-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc171-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc171-root .wzc171-root-body .wzc171-root-body-information .wzc171-root-body-information-mainInformation .wzc171-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc171-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc171-root .wzc171-root-body .wzc171-root-body-information .wzc171-root-body-information-mainInformation .wzc171-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc171-root .wzc171-root-body .wzc171-root-body-information .wzc171-root-body-information-mainInformation {  }.wzc171-root .wzc171-root-body .wzc171-root-body-information .wzc171-root-body-information-userInformation .wzc171-root-body-information-userInformation-userInformation{{ item.name }} .wzc171-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc171-root .wzc171-root-body .wzc171-root-body-information .wzc171-root-body-information-userInformation .wzc171-root-body-information-userInformation-userInformation{{ item.name }} .wzc171-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc171-root .wzc171-root-body .wzc171-root-body-information .wzc171-root-body-information-userInformation .wzc171-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc171-root .wzc171-root-body .wzc171-root-body-information .wzc171-root-body-information-userInformation {  }.wzc171-root .wzc171-root-body .wzc171-root-body-information .wzc171-root-body-information-paymentInformation .wzc171-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc171-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc171-root .wzc171-root-body .wzc171-root-body-information .wzc171-root-body-information-paymentInformation .wzc171-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc171-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc171-root .wzc171-root-body .wzc171-root-body-information .wzc171-root-body-information-paymentInformation .wzc171-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc171-root .wzc171-root-body .wzc171-root-body-information .wzc171-root-body-information-paymentInformation {  }.wzc171-root .wzc171-root-body .wzc171-root-body-information {  }.wzc171-root .wzc171-root-body .wzc171-root-body-orderInformation .wzc171-root-body-orderInformation-orderInformationHeader .wzc171-root-body-orderInformation-orderInformationHeader-orderName .wzc171-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc171-root .wzc171-root-body .wzc171-root-body-orderInformation .wzc171-root-body-orderInformation-orderInformationHeader .wzc171-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc171-root .wzc171-root-body .wzc171-root-body-orderInformation .wzc171-root-body-orderInformation-orderInformationHeader .wzc171-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc171-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc171-root .wzc171-root-body .wzc171-root-body-orderInformation .wzc171-root-body-orderInformation-orderInformationHeader .wzc171-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc171-root .wzc171-root-body .wzc171-root-body-orderInformation .wzc171-root-body-orderInformation-orderInformationHeader .wzc171-root-body-orderInformation-orderInformationHeader-orderCount .wzc171-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc171-root .wzc171-root-body .wzc171-root-body-orderInformation .wzc171-root-body-orderInformation-orderInformationHeader .wzc171-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc171-root .wzc171-root-body .wzc171-root-body-orderInformation .wzc171-root-body-orderInformation-orderInformationHeader .wzc171-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc171-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc171-root .wzc171-root-body .wzc171-root-body-orderInformation .wzc171-root-body-orderInformation-orderInformationHeader .wzc171-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc171-root .wzc171-root-body .wzc171-root-body-orderInformation .wzc171-root-body-orderInformation-orderInformationHeader .wzc171-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc171-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc171-root .wzc171-root-body .wzc171-root-body-orderInformation .wzc171-root-body-orderInformation-orderInformationHeader .wzc171-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc171-root .wzc171-root-body .wzc171-root-body-orderInformation .wzc171-root-body-orderInformation-orderInformationHeader {  }.wzc171-root .wzc171-root-body .wzc171-root-body-orderInformation {  }.wzc171-root .wzc171-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc171-root .wzc171-root-support .wzc171-root-support-supportImage {  }.wzc171-root .wzc171-root-support .wzc171-root-support-supportTextBox .wzc171-root-support-supportTextBox-supportQuestion {  }.wzc171-root .wzc171-root-support .wzc171-root-support-supportTextBox .wzc171-root-support-supportTextBox-supportMessage {  }.wzc171-root .wzc171-root-support .wzc171-root-support-supportTextBox {  }.wzc171-root .wzc171-root-support {  }.wzc171-root {  }.wzc171  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc171  .wz-profile-order-details-header { padding-bottom:20px; }.wzc171  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc171  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc171  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc171  .wz-profile-order-details-body { background-color:rgb(245, 245, 245);padding:15px 0 25px 0;border-radius:10px;border-style:solid;border-width:0;border-color:#000; }.wzc171  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc171  .wz-profile-order-details-information { padding-top:15px;padding-bottom:15px;padding-right:0;padding-left:0;gap:10px;grid-template-columns: 33.33%;border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:rgb(233, 233, 233); }.wzc171  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc171  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc171  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc171  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc171  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc171  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc171  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc171  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc171  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc171  .wz-profile-order-details-order-detail { font-size:12px;font-weight:500;color:rgb(0,0,0);border-right-style:solid;border-right-width:1px;border-right-color:rgb(233,233,233); }.wzc171  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc171  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc171  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc171  .wz-profile-order-details-order-image-box { background-color:#fff;border-radius:50px;border-style:solid;border-width:1px;border-color:rgb(233,233,233);padding:5px; }.wzc171  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc171  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc171  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc171  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc171  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc171  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc171  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc171  .wz-profile-order-details-order-description { padding-top:10px;padding-bottom:10px;padding-right:15px;padding-left:15px;margin-right:15px;margin-left:15px;font-size:11px;background-color:#fff;color:rgb(117,117,117);border-style:solid;border-width:1px;border-color:rgb(233,233,233); }.wzc171  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc171  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc171  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc171  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc171 {  }.wzc169:hover .wzc169-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc169:hover .wzc169-content { color:#E74C3C; }.wzc169:hover {  }.wzc169-bg:after {  }.wzc169-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:6px;border-style:solid;border-color:rgba(255, 213, 0, 0.25); }.wzc169-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C; }.wzc170:hover .wzc170-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc170:hover .wzc170-content { color:rgb(117,117,117); }.wzc170:hover {  }.wzc170-bg:after {  }.wzc170-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#f4f4f4;border-radius:6px;border-style:solid;border-color:rgb(233, 233, 233); }.wzc170-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:10px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(117,117,117); }#wz-section-wzs89 { height:626.4px;--section-height:626.4px; }#wze782 { top:30px;left:15px;width:848px;height:540px;z-index:1000; }.wzc175-header .wzc175-header-title {  }.wzc175-header .wzc175-header-headerButton {  }.wzc175-header .wzc175-header-editButton {  }.wzc175-header .wzc175-header-removeButton {  }.wzc175-header {  }.wzc175-addressesContainer { --desktop-columns:3;--desktop-gap:30px;--tablet-columns:2;--tablet-gap:30px;--mobile-columns:1;--mobile-gap:30px;--address-order:0;--summary-order:1;--transferee-order:2; }.wzc175-pagination .wzc175-pagination-paginationButton {  }.wzc175-pagination {  }.wzc175  .wz-profile-addresses-header { margin-bottom:30px; }.wzc175  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc175  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc175  .wz-profile-addresses-container { border-style:solid;border-width:0px;border-color:#000;background-color:#f7f7f7;border-radius:20px;padding:40px;gap:30px;direction:rtl; }.wzc175  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc175  .wz-profile-address-item { display:flex;flex-flow:column;width:~'calc(33.33% - 20px)';height:fit-content;direction:rtl;background-color:#fff;padding:0;border-radius:20px;border-style:solid;border-width:2px;border-color:#fff;box-shadow:1px 1px 4px 0px rgba(0,0,0,0.18); }.wzc175  .wz-profile-address-item:hover { border-radius:20px; }.wzc175  .wz-profile-address-location { width:100%;height:200px; }.wzc175  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc175  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc175  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc175  .wz-profile-address-full:hover {  }.wzc175  .wz-profile-address-summary { justify-content:start; }.wzc175  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc175  .wz-profile-address-summary-location p:hover {  }.wzc175  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc175  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc175  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc175  .wz-profile-address-summary-postal-code p:hover {  }.wzc175  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc175  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc175  .wz-profile-address-transferee { text-align:right; }.wzc175  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc175  .wz-profile-address-transferee p:hover {  }.wzc175  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc175  .wz-profile-address-remove-button { height:30px; }.wzc175  .wz-profile-address-edit-button { height:30px; }.wzc175  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc175  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc175  .wz-profile-addresses-no-results-first-text:hover {  }.wzc175  .wz-profile-addresses-no-results-second-text:hover {  }.wzc175 {  }.wzc172:hover .wzc172-bg { background-color:#E74C3C; }.wzc172:hover .wzc172-content { font-size:12px;color:#ffd9d5; }.wzc172:hover {  }.wzc172-bg:after {  }.wzc172-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc172-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:12px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C;overflow:hidden; }.wzc173:hover .wzc173-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc173:hover .wzc173-content { font-size:11px;color:#a1a1a1; }.wzc173:hover {  }.wzc173-bg:after {  }.wzc173-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc173-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:11px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#a1a1a1;overflow:hidden; }.wzc174:hover .wzc174-bg { background-color:#E74C3C; }.wzc174:hover .wzc174-content { font-size:11px;color:#fff; }.wzc174:hover {  }.wzc174-bg:after {  }.wzc174-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc174-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:11px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#E74C3C;overflow:hidden; }#wz-section-wzs90 { height:600px;--section-height:600px; }#wze896 { top:83.9965px;left:15.5003px;width:1138.97px;height:596.819px;z-index:1000; }.wzc206-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(51, 51, 51);border-radius:0px 0px 0px 300px ; }.wzc206-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px 0px 0px 300px ; }#wze897 { top:0.0124206px;left:585.481px;width:553.429px;height:553.377px;z-index:1000; }#wze897 .wzc2-img-inner { object-fit:cover; }#wze899 { top:89.0236px;left:20.031px;width:554.969px;height:106.667px;z-index:1000;text-align:center; }#wze900 { top:251.797px;left:47.4547px;width:495px;height:129.583px;z-index:1000;text-align:justify; }#wze901 { top:566.953px;left:454.474px;width:30px;height:30px;z-index:1001;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);rotate:90; }#wze901  > div:not(.wz-element) .wz-element-container { -webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);rotate:-90; }#wz-section-wzs99 { height:827.306px;--section-height:827.306px; }.wzc-section-wzs99 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs99-style {  }.wzc-section-wzs99-full { background:;background-color:rgb(67, 99, 103); }.wzc-section-wzs99-full-style {  }.wzc-section-wzs99-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze884 { top:130.014px;left:12.8485px;width:561.0625100000001px;height:696.944px;z-index:1000; }.wzc193-content {  }.wzc193 {  }#wze886 { top:608.787px;left:2.11251px;width:558.95px;height:88.1944px;z-index:1000;text-align:right; }#wze887 { top:510.788px;left:10.037px;width:539.95px;height:81.7778px;z-index:1000;text-align:justify; }#wze902 { top:-2.6645352591004E-15px;left:-4.4408920985006E-16px;width:560px;height:497px;z-index:1002; }.wzc207-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;pointer-events:none;z-index:1; }.wzc207-container { width:100%;height:100%;position:relative;overflow:hidden; }#wze892 { top:84.0012px;left:621.06349px;width:528.975px;height:471.667px;z-index:1000; }#wze893 { top:53.4577px;left:23.99451px;width:504.95px;height:96px;z-index:1000;text-align:center; }#wze894 { top:-2.66454e-15px;left:50.0944px;width:350.975px;height:30.1944px;z-index:1000;text-align:right; }#wze895 { top:198.056px;left:1.1546319456102E-14px;width:528.975px;height:273.597px;z-index:1000;text-align:justify; }#wz-section-wzs98 { height:917.778px;--section-height:917.778px; }.wzc-section-wzs98 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs98-style {  }.wzc-section-wzs98-full { background:;background-color:rgb(238, 238, 238); }.wzc-section-wzs98-full-style {  }.wzc-section-wzs98-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze872 { top:104.521px;left:627.62504px;width:528.975px;height:518.542px;z-index:1000; }#wze873 { top:63.7577px;left:1.43694px;width:522.95px;height:99.5556px;z-index:1000;text-align:right; }#wze874 { top:2.96291e-15px;left:138.414px;width:262.975px;height:36.4306px;z-index:1000;text-align:right; }#wze875 { top:184.124px;left:5.4622972811558E-14px;width:528.975px;height:334.431px;z-index:1000;text-align:justify; }#wze903 { top:32.804px;left:44.5605061px;width:567px;height:793.069px;z-index:1000; }#wze905 { top:500.01px;left:9.0125px;width:539.95px;height:108.431px;z-index:1000;text-align:justify; }#wze906 { top:635.611px;left:9.012px;width:538.95px;height:157.5px;z-index:1000;text-align:right; }#wze907 { top:-2.66454E-15px;left:9.4368957093138E-16px;width:567px;height:495px;z-index:1003; }#wz-section-wzs97 { height:893.167px;--section-height:893.167px; }.wzc-section-wzs97 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs97-style {  }.wzc-section-wzs97-full { background:;background-color:rgb(51, 51, 51); }.wzc-section-wzs97-full-style {  }.wzc-section-wzs97-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-wzs106 { height:300px;--section-height:300px; }#wze967 { top:118.222px;left:686.414px;width:423px;height:115.556px;z-index:1000;text-align:center; }#wze968 { top:299.458px;left:703.684px;width:404.95px;height:183.083px;z-index:1000;text-align:justify; }#wze970 { top:51.004px;left:891.96px;width:202.975px;height:31.0833px;z-index:1000;text-align:right; }#wz-section-wzs105 { height:509.708px;--section-height:509.708px; }.wzc-section-wzs105 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs105-style {  }.wzc-section-wzs105-full { background-image:;background:;background-color:rgb(238, 238, 238);background-position:top left;background-size:contain;background-repeat:no-repeat;background-attachment:none; }.wzc-section-wzs105-full-style {  }.wzc-section-wzs105-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze950 { top:1851.01px;left:1034.078px;width:36px;height:36px;z-index:1000; }.wzc216-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(238, 238, 238);border-radius:50%; }.wzc216-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:50%; }#wze951 { top:10.0072px;left:10px;width:16px;height:16px;z-index:1001; }#wze951 .wzc2-img-inner { object-fit:cover; }#wze952 { top:453.336px;left:16.5px;width:407px;height:35.95px;z-index:1000; }#wze953 { top:1.494px;left:0px;width:358px;height:32.8px;z-index:1000;text-align:right; }#wze954 { top:0px;left:371px;width:36px;height:36px;z-index:1000; }#wze955 { top:10.0072px;left:10px;width:16px;height:16px;z-index:1001; }#wze955 .wzc2-img-inner { object-fit:cover; }#wze956 { top:1749.12px;left:600.173px;width:545.4284756px;height:39.0556px;z-index:1000; }#wze949 { top:4.42997px;left:-2.8421709430404E-14px;width:500px;height:34.6667px;z-index:1000;text-align:right; }#wze957 { top:1.4914511999999px;left:138.4374756px;width:358px;height:32.8px;z-index:1000;text-align:right; }#wze958 { top:-1.1326052942739E-13px;left:509.4284756px;width:36px;height:36px;z-index:1000; }#wze959 { top:10.0025px;left:10.0026px;width:16px;height:16px;z-index:1001; }#wze959 .wzc2-img-inner { object-fit:cover; }#wze962 { top:51.0011px;left:10.033px;width:1146.563px;height:160.694px;z-index:1000; }#wze947 { top:103.44px;left:0px;width:1137px;height:24.8889px;z-index:1000;text-align:right; }#wze963 { top:-1.7763568394003E-15px;left:999.267px;width:139px;height:38.1875px;z-index:1000; }.wzc217-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(238, 238, 238);border-radius:100px; }.wzc217-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:100px; }#wze964 { top:7.5076px;left:15.5024px;width:110px;height:24px;z-index:1000;text-align:center; }#wze965 { top:60.6829px;left:223.625px;width:922.938px;height:35.5556px;z-index:1000;text-align:right; }#wze993 { top:272.942px;left:233.655px;width:922.938px;height:135.472px;z-index:1000; }#wze994 { top:103.84px;left:7.37554px;width:906px;height:24.8889px;z-index:1000;text-align:right; }#wze995 { top:61.0829px;left:-5.2614163026377E-15px;width:922.938px;height:35.5556px;z-index:1000;text-align:right; }#wze996 { top:-1.77636E-15px;left:775.642px;width:139px;height:38.5875px;z-index:1000; }#wze997 { top:9.008px;left:775.94px;width:135px;height:24px;z-index:1000;text-align:center; }#wze998 { top:452.949px;left:233.661px;width:922.938px;height:145.542px;z-index:1000; }#wze999 { top:103.64px;left:7.37554px;width:906px;height:24.8889px;z-index:1000;text-align:right; }#wze1000 { top:60.8829px;left:-5.2614163026377E-15px;width:922.938px;height:35.5556px;z-index:1000;text-align:right; }#wze1001 { top:-1.77636e-15px;left:775.642px;width:139px;height:38.3875px;z-index:1000; }#wze1002 { top:8.50762px;left:14.5px;width:110px;height:24px;z-index:1000;text-align:center; }#wze1003 { top:636.014px;left:15.651px;width:1140.94px;height:216.208px;z-index:1000; }#wze1004 { top:141.265px;left:0.375006px;width:1131px;height:74.6667px;z-index:1000;text-align:right; }#wze1005 { top:60.8829px;left:0px;width:1140.94px;height:71.0833px;z-index:1000;text-align:right; }#wze1006 { top:-1.77636E-15px;left:993.642px;width:139px;height:38.5875px;z-index:1000; }#wze1007 { top:7.50798px;left:14.5024px;width:110px;height:24px;z-index:1000;text-align:center; }#wze1008 { top:920.798px;left:233.656px;width:922.938px;height:427.597px;z-index:1000; }#wze1009 { top:103.64px;left:7.37554px;width:906px;height:313.972px;z-index:1000;text-align:right; }#wze1010 { top:60.8829px;left:-5.2614163026377E-15px;width:922.938px;height:35.5556px;z-index:1000;text-align:right; }#wze1011 { top:-1.77636e-15px;left:775.642px;width:139px;height:38.5875px;z-index:1000; }#wze1012 { top:7.50798px;left:14.5024px;width:110px;height:24px;z-index:1000;text-align:center; }#wze1013 { top:1366.89px;left:233.66px;width:922.938px;height:145.542px;z-index:1000; }#wze1014 { top:103.64px;left:7.37554px;width:906px;height:24.8889px;z-index:1000;text-align:right; }#wze1015 { top:60.8829px;left:-5.2614163026377E-15px;width:922.938px;height:35.5556px;z-index:1000;text-align:right; }#wze1016 { top:-1.77636e-15px;left:775.642px;width:139px;height:38.3875px;z-index:1000; }#wze1017 { top:8.50762px;left:14.5px;width:110px;height:24px;z-index:1000;text-align:center; }#wze1018 { top:1549.36px;left:13.65px;width:1142.94px;height:165.417px;z-index:1000; }#wze1019 { top:105.644px;left:96.375px;width:1037px;height:49.7778px;z-index:1000;text-align:right; }#wze1020 { top:60.8829px;left:0px;width:1142.94px;height:35.5556px;z-index:1000;text-align:right; }#wze1021 { top:-1.77636E-15px;left:995.642px;width:139px;height:38.3875px;z-index:1000; }#wze1022 { top:8.50762px;left:14.5px;width:110px;height:24px;z-index:1000;text-align:center; }#wze1023 { top:1805.62px;left:1.61296px;width:1107px;height:399.083px;z-index:1000;text-align:right; }#wz-section-wzs104 { height:2272.79px;--section-height:2272.79px; }.wzc-section-wzs104 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs104-style {  }.wzc-section-wzs104-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs104-full-style {  }.wzc-section-wzs104-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze927 { top:173.261px;left:876.515px;width:180.99995800800002px;height:217.425px;z-index:1000; }#wze928 { top:89px;left:17.9998px;width:145px;height:34.4px;z-index:1000;text-align:center; }#wze929 { top:-1.1781103436553E-14px;left:35.7826px;width:109.438px;height:86px;z-index:1000; }.wzc213 {  }.wzc213-container .wzc213-container-number { background-color:transparent;font-size:66px;font-family:dana_fa;line-height:100px;color:rgb(201, 201, 201);left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc213-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:rgba(238, 238, 238, 0);border-radius:0;text-align:center;vertical-align:middle;border-style:solid;border-width:0;border-color:#888888;box-sizing:border-box; }#wze930 { top:157.527px;left:7.0075px;width:166.977px;height:60px;z-index:1000;text-align:center; }#wze931 { top:142.027px;left:40.5044px;width:100px;height:1.925px;z-index:1000; }.wzc214-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(51, 51, 51); }.wzc214-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze932 { top:173.506px;left:626.817px;width:166.977px;height:216.887px;z-index:1000; }#wze933 { top:-1.1781103436553E-14px;left:28.7751px;width:109.438px;height:86px;z-index:1000; }.wzc215 {  }.wzc215-container .wzc215-container-number { background-color:transparent;font-size:66px;font-family:dana_fa;line-height:100px;color:rgb(201, 201, 201);left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc215-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:rgba(238, 238, 238, 0);border-radius:0;text-align:center;vertical-align:middle;border-style:solid;border-width:0;border-color:#888888;box-sizing:border-box; }#wze934 { top:157.027px;left:-4.9737991503207E-14px;width:166.977px;height:60px;z-index:1000;text-align:center; }#wze935 { top:141.527px;left:33.488px;width:100px;height:1.925px;z-index:1000; }#wze936 { top:88.5002px;left:10.9928px;width:145px;height:34.4px;z-index:1000;text-align:center; }#wze937 { top:173.26px;left:363.108px;width:180.99995800800002px;height:216.387px;z-index:1000; }#wze938 { top:89px;left:18.0038px;width:145px;height:34.4px;z-index:1000;text-align:center; }#wze939 { top:-1.1781103436553E-14px;left:35.7826px;width:109.438px;height:86px;z-index:1000; }#wze940 { top:156.527px;left:7.0075px;width:166.977px;height:60px;z-index:1000;text-align:center; }#wze941 { top:141.027px;left:40.5044px;width:100px;height:1.925px;z-index:1000; }#wze942 { top:173.508px;left:113.416px;width:166.977px;height:213.887px;z-index:1000; }#wze943 { top:-1.1781103436553E-14px;left:28.7751px;width:109.438px;height:86px;z-index:1000; }#wze944 { top:154.027px;left:-4.9737991503207E-14px;width:166.977px;height:60px;z-index:1000;text-align:center; }#wze945 { top:138.527px;left:33.488px;width:100px;height:1.925px;z-index:1000; }#wze946 { top:88.5002px;left:10.9924px;width:145px;height:34.4px;z-index:1000;text-align:center; }#wz-section-wzs103 { height:465.525px;--section-height:465.525px; }.wzc-section-wzs103 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs103-style {  }.wzc-section-wzs103-full { background:;background-color:rgb(238, 238, 238); }.wzc-section-wzs103-full-style {  }.wzc-section-wzs103-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze920 { top:0px;left:0px;width:50%;height:857.694px;z-index:1000;order:1; }.wzc211-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:;background-color:rgb(238, 238, 238); }.wzc211-content {  }.wzc211 {  }#wze921 { top:172.948px;left:304.862px;width:152.569885px;height:37.1389px;z-index:1000; }.wzc210-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(109, 210, 182);border-radius:100px; }.wzc210-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:100px; }#wze922 { top:10.1463px;left:0.638885px;width:151.931px;height:18.6667px;z-index:1000;text-align:center; }#wze923 { top:51.0062px;left:192.914px;width:388.931px;height:101.319px;z-index:1000;text-align:right; }#wze924 { top:323.815px;left:175.231px;width:513.931px;height:192px;z-index:1000;text-align:justify; }#wze925 { top:636.327px;left:389.045px;width:173px;height:45px;z-index:1000; }.wzc208:hover .wzc208-bg { background-color:rgba(243, 195, 158, 0.67); }.wzc208:hover .wzc208-content {  }.wzc208:hover {  }.wzc208-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(26, 26, 26);border-radius:100px; }.wzc208-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:dana;font-size:17px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgb(238, 238, 238); }#wze926 { top:0px;left:0px;width:50%;height:857.694px;z-index:1000;order:2; }.wzc212-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:;background-color:#fff;background-image:url(../../uploads/3eb2153c8ca84830b12ca2e7507e935d.png) ;background-size:cover;background-repeat:no-repeat; }.wzc212-content {  }.wzc212 {  }#wz-section-wzs102 { height:857.694px;--section-height:857.694px; }.wzc-section-wzs102-full {  }#wze908 { top:380.316px;left:507.027px;width:165.981px;height:45px;z-index:1000; }#wze909 { top:249.475px;left:310.254px;width:549.472px;height:128px;z-index:1000;text-align:center; }#wze910 { top:89.9581px;left:390.546px;width:388.92400000000004px;height:147.694px;z-index:1000; }#wze913 { top:67.7097px;left:0px;width:388.917px;height:68.4306px;z-index:1000;text-align:center; }#wz-section-wzs100 { height:929.944px;--section-height:929.944px; }.wzc-section-wzs100 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs100-style {  }.wzc-section-wzs100-full { background-image:;background-position:bottom;background-size:contain;background-repeat:no-repeat;background:;background-color:rgba(109, 210, 182, 1); }.wzc-section-wzs100-full-style {  }.wzc-section-wzs100-full:after { background:;background-color:rgba(0, 0, 0, 0); }#wze1052 { top:153.997px;left:181.022px;width:807.969px;height:452.109px;z-index:1001; }.wzc226-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(238, 238, 238);box-shadow:1px 1px 12px 0px rgba(0, 0, 0, 0.1) ; }.wzc226-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze1053 { top:130.516px;left:30.0015px;width:757.975px;height:251.984px;z-index:1000;text-align:justify; }#wze1054 { top:31.6145px;left:213.594px;width:371.975px;height:64px;z-index:1000;text-align:right; }#wz-section-wzs112 { height:570.016px;--section-height:570.016px; }.wzc-section-wzs112 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs112-full { background-image:url(../../uploads/5ba143766b564ad1aabf17eaeff9f769.png) ;background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs112-full:after { background:;background-color:rgba(201, 201, 201, 0.69); }#wze1047 { top:0px;left:0px;width:45%;height:554.709px;z-index:1000;order:2; }.wzc224-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px; }.wzc224-content {  }.wzc224 {  }#wze1048 { top:87.003px;left:-14.4421px;width:540.512px;height:380.703px;z-index:1000; }.wzc225-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:0px; }.wzc225-img .wzc225-img-inner { width:100%;height:100%;float:left; }.wzc225-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:0px; }#wze1048 .wzc225-img-inner { object-fit:cover; }#wze1049 { top:0px;left:0px;width:55%;height:573.798px;z-index:1000;order:1; }.wzc227-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px;background:;background-color:rgba(255, 255, 255, 0); }.wzc227-content {  }.wzc227 {  }#wze1050 { top:289.61px;left:53.55px;width:564.975px;height:148.984px;z-index:1000;text-align:justify; }#wze1051 { top:135.204px;left:225.311px;width:384.975px;height:50.4px;z-index:1000;text-align:right; }#wze1058 { top:225.605px;left:205.274px;width:384.975px;height:49.9844px;z-index:1000;text-align:right; }#wz-section-wzs111 { height:496.953px;--section-height:496.953px; }#wze1042 { top:0px;left:0px;width:50%;height:537.0038px;z-index:1000;order:1; }#wze1043 { top:78.1504px;left:31.0179px;width:540.512px;height:380.703px;z-index:1000; }#wze1043 .wzc225-img-inner { object-fit:cover; }#wze1044 { top:0px;left:0px;width:50%;height:425.835px;z-index:1000;order:2; }#wze1045 { top:150.851px;left:91.7789px;width:418.975px;height:187.984px;z-index:1000;text-align:justify; }#wze1046 { top:87px;left:91.7799px;width:418.975px;height:45.9844px;z-index:1000;text-align:right; }#wz-section-wzs110 { height:454.922px;--section-height:454.922px; }#wze1037 { top:0px;left:0px;width:50%;height:537.0038px;z-index:1000;order:2; }#wze1038 { top:78.1504px;left:31.0179px;width:540.512px;height:380.703px;z-index:1000; }#wze1038 .wzc225-img-inner { object-fit:cover; }#wze1039 { top:0px;left:0px;width:50%;height:558.448px;z-index:1000;order:1; }#wze1055 { top:160.253px;left:24.85px;width:535.975px;height:319.984px;z-index:1000;text-align:justify; }#wze1056 { top:78.211px;left:129.585px;width:288.975px;height:45.9844px;z-index:1000;text-align:right; }#wz-section-wzs109 { height:681.547px;--section-height:681.547px; }#wze1059 { top:209.855px;left:229.012px;width:803.963px;height:349.922px;z-index:1001; }#wze1060 { top:120.512px;left:28px;width:757.975px;height:200.422px;z-index:1000;text-align:justify; }#wze1061 { top:21.6125px;left:211.587px;width:371.975px;height:64px;z-index:1000;text-align:right; }#wz-section-wzs113 { height:521.391px;--section-height:521.391px; }.wzc-section-wzs113 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs113-full { background-image:url(../../uploads/931752f544424ccd8ac3b46cc8668ef3.png) ;background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs113-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze1032 { top:0px;left:0px;width:50%;height:1001.4529px;z-index:1000;order:1; }#wze1033 { top:159px;left:15.0035px;width:540.5px;height:557.672px;z-index:1000; }#wze1033 .wzc225-img-inner { object-fit:cover; }#wze1035 { top:800.357px;left:22.5421px;width:542.931px;height:107.984px;z-index:1000;text-align:justify; }#wze1064 { top:93.695px;left:24.25px;width:462px;height:55px;z-index:1002;text-align:right; }#wze1066 { top:93.1119px;left:481.125px;width:54px;height:56.9844px;z-index:1002;text-align:right; }#wze1034 { top:0px;left:0px;width:50%;height:766.09px;z-index:1000;order:2; }#wze1062 { top:110.311px;left:14.7759px;width:555.45px;height:340px;z-index:1001; }#wze1062 .wzc2-img-inner { object-fit:cover; }#wze1063 { top:493.779px;left:10.2791px;width:564.958px;height:162px;z-index:1000;text-align:justify; }#wz-section-wzs108 { height:946.734px;--section-height:946.734px; }#wze1130 { top:11.5085px;left:0px;width:1170px;height:61.2222px;z-index:1002; }#wze1131 { top:18.6745px;left:456.506px;width:267px;height:22.2083px;z-index:1000;text-align:center; }#wz-section-wzs123 { height:84.2778px;--section-height:84.2778px; }#wze1128 { top:10px;left:0px;width:1170px;height:3314.35px;z-index:1000; }#wze1128 .wz-shop-product .wz-shop-product-image { padding-top: 100% }#wze1129 { top:10px;left:10px;width:242px;height:1000px;z-index:1000; }#wz-section-wzs124 { height:3373.32px;--section-height:3373.32px; }.wzc-section-wzs124 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs124-full { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs124-full:after { background:;background-color:rgba(255, 255, 255, 0); }@media only screen and (max-width : 768px) {#wze551 { top:59.3918px;left:265.46px;bottom:auto;right:auto;width:116.918px;height:98.9375px;z-index:1001; }#wze552 { top:160.374px;left:19px;bottom:auto;right:auto;width:438px;height:40px;z-index:998; }#wze553 { top:274.5px;left:0px;bottom:auto;right:auto;width:467px;height:80px;display:none;z-index:998; }#wze554 { top:2.5px;left:303.5px;bottom:auto;right:auto;width:75px;height:75px;z-index:998; }#wze555 { top:15px;left:15px;bottom:auto;right:auto;width:45px;height:45px;z-index:998; }#wze556 { top:16.75px;left:112px;bottom:auto;right:auto;width:180px;height:22px;z-index:998;text-align:right; }#wze559 { top:0px;bottom:auto;right:auto;height:56.7875px;z-index:999; }#wze560 { top:10px;left:258px;bottom:auto;right:auto;width:210px;height:30px;display:none;z-index:998; }#wze561 { top:5px;left:190px;bottom:auto;right:auto;width:20px;height:20px;z-index:998; }#wze562 { top:4.5px;left:3.5px;bottom:auto;right:auto;width:180px;height:21px;z-index:998;text-align:right; }#wze563 { top:0px;left:242.001px;bottom:auto;right:auto;width:210px;height:31.275px;z-index:998; }#wze564 { top:6px;left:192px;bottom:auto;right:auto;width:18px;height:18px;z-index:998; }#wze565 { top:5.25px;left:17.5px;bottom:auto;right:auto;width:166px;height:20.8px;z-index:998;text-align:right; }#wze587 { top:77.6114px;left:392.503px;bottom:auto;right:auto;width:75px;height:69.075px;z-index:1000; }#wze588 { top:15px;left:0.000625px;bottom:auto;right:auto;width:437.984px;height:0.59375px;display:none;z-index:1000; }#wze589 { top:30.5938px;left:0.001px;bottom:auto;right:auto;width:437.984px;height:0.59375px;display:none;z-index:1000; }#wze601 { top:9.3475px;left:10.503px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wze594 { top:94.7443px;left:15.5px;bottom:auto;right:auto;width:195.966px;height:777.8977px;display:none;z-index:1000; }#wze591 { top:0px;left:0.001px;bottom:auto;right:auto;width:180px;height:1px;z-index:1000; }#wze592 { top:784.6533px;left:0.001px;bottom:auto;right:auto;width:180px;height:0.980114px;z-index:1000; }#wze598 { top:16px;left:13.7728px;bottom:auto;right:auto;width:168.42px;height:90px;z-index:1000;text-align:right; }#wze786 { top:87.2016px;left:95.4038px;bottom:auto;right:auto;width:174.929px;height:48px;z-index:1000;text-align:center; }#wz-section-header { height:200.36250305176px;--section-height:200.36250305176px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze787 { bottom:auto;right:auto;display:none;z-index:1000;text-align:center; }#wze789 { top:14.9875px;left:0.122462px;bottom:auto;right:auto;width:467.875px;height:900px;display:block;z-index:1000; }#wze789 .wz-gallery.wz-gallery-grid li { width:155px;height:300px;padding:10px; }#wze793 { top:2044.9px;left:15px;bottom:auto;right:auto;width:437.875px;height:199.2px;display:block;z-index:1000;text-align:center; }#wze794 { top:380.2px;left:15px;bottom:auto;right:auto;width:437.875px;height:337.099px;display:block;z-index:1000; }#wze818 { top:326.8px;left:86.9375px;bottom:auto;right:auto;width:294px;height:38.4px;display:block;z-index:1000;text-align:right; }#wze819 { top:15px;left:15px;bottom:auto;right:auto;width:437.875px;height:296.8px;display:block;z-index:1000;text-align:center; }#wze821 { top:1605.7px;left:80.4375px;bottom:auto;right:auto;width:307px;height:405px;display:block;z-index:1000; }#wze823 { top:732.299px;left:107.438px;bottom:auto;right:auto;width:253px;height:40px;display:block;z-index:1000; }#wze824 { top:886.299px;left:15px;bottom:auto;right:auto;width:437.875px;height:88px;display:block;z-index:1000;text-align:center; }#wze826 { top:787.299px;left:15px;bottom:auto;right:auto;width:437.875px;height:84px;display:block;z-index:1000;text-align:right; }#wze827 { top:1425.3px;left:15px;bottom:auto;right:auto;width:437.875px;height:84.8px;display:block;z-index:1000;text-align:right; }#wze828 { top:1525.1px;left:15px;bottom:auto;right:auto;width:437.875px;height:84.8px;display:block;z-index:1000;text-align:right; }#wze831 { top:989.299px;left:56.9375px;bottom:auto;right:auto;width:354px;height:421px;display:block;z-index:1000; }#wz-section-wzs65 { height:914.98748779297px;--section-height:914.98748779297px; }.wzc-section-wzs65 { background:;background-color:rgba(255, 255, 255, 0); }#wze610 { top:282.718px;left:42.317px;bottom:auto;right:auto;width:383.362px;height:240px;display:block;z-index:1000; }#wze611 { top:537.718px;left:153.034px;bottom:auto;right:auto;width:161.925px;height:69.6px;display:block;z-index:1000;text-align:center; }#wze614 { top:622.318px;left:38.8225px;bottom:auto;right:auto;width:390.35px;height:241.875px;display:block;z-index:1000; }#wze615 { top:879.193px;left:128.517px;bottom:auto;right:auto;width:210.962px;height:69.6px;display:block;z-index:1000;text-align:center; }#wze618 { top:963.793px;left:39.8095px;bottom:auto;right:auto;width:388.375px;height:239.913px;display:block;z-index:999; }#wze619 { top:1218.71px;left:150.534px;bottom:auto;right:auto;width:166.925px;height:99.2px;display:block;z-index:1000;text-align:center; }#wz-section-wzs69 { height:1357.013px;--section-height:1357.013px; }#wze625 { bottom:auto;right:auto;display:none;z-index:1000; }#wze625 .wz-shop-product { width: calc(100% - 30px )}#wze795 { top:99.6px;left:15px;bottom:auto;right:auto;width:438px;height:1134.06px;display:block;z-index:1000; }#wze795 .wz-list-root { width:calc( 100% - ( 2 * 10px ) );margin:10px; }#wze1067 { top:15px;left:11px;bottom:auto;right:auto;width:442px;height:69.6px;display:block;z-index:1000;text-align:right; }#wz-section-wzs70 { height:1248.65px;--section-height:1248.65px; }#wze627 { top:7.48753px;left:9.50198px;bottom:auto;right:auto;width:459px;height:735.625px;display:block;z-index:1000; }#wze628 { bottom:auto;right:auto;display:none;z-index:1000;text-align:center; }#wze629 { top:678.123px;left:78.5065px;bottom:auto;right:auto;width:302px;height:40px;display:block;z-index:1000; }#wz-section-wzs71 { height:745.625px;--section-height:745.625px; }#wze805 { top:142.001px;bottom:auto;right:auto;height:341px;display:block;z-index:1000; }#wze805 .wz-gallery.wz-gallery-grid li { width:calc(100% / 3);height:105px;padding:10px; }#wze1068 { top:13.4124px;left:15.0125px;bottom:auto;right:auto;width:431px;height:145.6px;display:block;z-index:1000;text-align:center; }#wz-section-wzs72 { height:498.587px;--section-height:498.587px; }#wze643 { top:694.6px;left:15px;bottom:auto;right:auto;width:438px;height:3700px;display:none;z-index:1000; }#wze643 .wz-shop-product { width: calc(100% - 30px )}#wze806 { top:159.004px;left:2.59998px;bottom:auto;right:auto;width:464px;height:391px;display:block;z-index:1000; }#wze806 .wz-gallery.wz-gallery-grid li { width:154px;height:122px;padding:10px; }#wze1069 { top:15px;left:3.99998px;bottom:auto;right:auto;width:461px;height:145.6px;display:block;z-index:1000;text-align:center; }#wz-section-wzs73 { height:573.6px;--section-height:573.6px; }#wze657 { top:175.6px;left:15px;bottom:auto;right:auto;width:438px;height:350px;display:block;z-index:1000; }#wze661 { top:0.0005px;left:84.0148px;bottom:auto;right:auto;width:270px;height:253px;display:block;z-index:1000; }#wze662 { top:248.438px;left:125.401px;bottom:auto;right:auto;width:200px;height:100px;display:block;z-index:1000; }#wze663 { top:540.6px;left:15px;bottom:auto;right:auto;width:438px;height:350px;display:block;z-index:1000; }#wze664 { top:1.99985px;left:84.0148px;bottom:auto;right:auto;width:270px;height:252px;display:block;z-index:1000; }#wze807 { top:248.74px;left:122.454px;bottom:auto;right:auto;width:200px;height:100px;display:block;z-index:1000; }#wze666 { top:905.6px;left:15px;bottom:auto;right:auto;width:438px;height:350px;display:block;z-index:1000; }#wze667 { top:0.0005px;left:84.0148px;bottom:auto;right:auto;width:270px;height:254px;display:block;z-index:1000; }#wze808 { top:248.441px;left:125.303px;bottom:auto;right:auto;width:200px;height:100px;display:block;z-index:1000; }#wze669 { top:1270.6px;left:15px;bottom:auto;right:auto;width:438px;height:350px;display:block;z-index:1000; }#wze670 { top:0.0005px;left:84.0148px;bottom:auto;right:auto;width:270px;height:253px;display:block;z-index:1000; }#wze809 { top:248.741px;left:118.777px;bottom:auto;right:auto;width:200px;height:100px;display:block;z-index:1000; }#wze1070 { top:15px;left:-9.91251px;bottom:auto;right:auto;width:479px;height:72.8px;display:block;z-index:1000;text-align:center; }#wze1071 { top:1635.6px;left:15px;bottom:auto;right:auto;width:438px;height:145.6px;display:block;z-index:1000;text-align:center; }#wz-section-wzs75 { height:1796.2000976562px;--section-height:1796.2000976562px; }#wze644 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:361.9028px;display:block;z-index:1000; }#wze646 { top:15px;left:2.493px;bottom:auto;right:auto;width:433.014px;height:174.472px;display:block;z-index:1000; }#wze649 { top:204.458px;left:27.514px;bottom:auto;right:auto;width:382.986px;height:24.8889px;display:block;z-index:1000;text-align:center; }#wze650 { top:310.014px;left:115px;bottom:auto;right:auto;width:208px;height:36.9028px;display:block;z-index:1000; }#wze1073 { top:244.347px;left:53.5px;bottom:auto;right:auto;width:331px;height:50.6667px;display:block;z-index:1000;text-align:center; }#wze645 { top:391.9029px;left:11.9305px;bottom:auto;right:auto;width:444.139px;height:327.292px;display:block;z-index:1000; }#wze651 { top:42.9375px;left:146.044px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze652 { top:171.749px;left:71.8445px;bottom:auto;right:auto;width:297px;height:68.7917px;display:block;z-index:1000;text-align:center; }#wze653 { top:180.071px;left:69.9918px;bottom:auto;right:auto;width:305.986px;height:84.4306px;display:block;z-index:1000;text-align:center; }#wze811 { top:42.9375px;left:50.1319px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze812 { top:41.5375px;left:241.956px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wze813 { top:37.0375px;left:319.105px;bottom:auto;right:auto;width:80px;height:80px;display:block;z-index:1000; }#wz-section-wzs74 { height:734.19483203125px;--section-height:734.19483203125px; }#wze447 { top:15px;bottom:auto;right:auto;height:0.359375px;display:none;z-index:1000; }#wze690 { top:53.3594px;left:15px;bottom:auto;right:auto;width:438px;height:253.562px;z-index:1000; }#wze694 { top:0.003px;left:120px;bottom:auto;right:auto;width:198px;height:167px;z-index:1000; }#wze696 { top:166.271px;left:168.374px;bottom:auto;right:auto;width:100px;height:1.9875px;z-index:1000; }#wze697 { top:173.06px;left:93px;bottom:auto;right:auto;width:250px;height:67.2px;z-index:1000;text-align:justify; }#wze698 { top:250.212px;left:31.5px;bottom:auto;right:auto;width:350px;height:1px;display:none;z-index:1000; }#wze699 { top:320.859px;left:134px;bottom:auto;right:auto;width:200px;height:271.575px;z-index:1000; }#wze702 { top:0px;left:40px;bottom:auto;right:auto;width:120px;height:29.6px;z-index:1000;text-align:center; }#wze703 { top:38.1px;left:50px;bottom:auto;right:auto;width:100px;height:2px;z-index:1000; }#wze704 { top:56.6005px;left:26px;bottom:auto;right:auto;width:174px;height:179px;z-index:1000; }#wze700 { top:1247.82px;left:0px;bottom:auto;right:auto;width:468px;height:85.2px;z-index:1000; }#wze701 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:55.2px;z-index:1000;text-align:justify; }#wze713 { top:639.859px;left:134px;bottom:auto;right:auto;width:200px;height:271.575px;z-index:1000; }#wze714 { top:0px;left:40px;bottom:auto;right:auto;width:120px;height:29.6px;z-index:1000;text-align:center; }#wze715 { top:38.1px;left:50px;bottom:auto;right:auto;width:100px;height:2px;z-index:1000; }#wze716 { top:56.6005px;left:26px;bottom:auto;right:auto;width:174px;height:179px;z-index:1000; }#wze717 { top:958.834px;left:134px;bottom:auto;right:auto;width:200px;height:271.575px;z-index:1000; }#wze718 { top:0px;left:40px;bottom:auto;right:auto;width:120px;height:29.6px;z-index:1000;text-align:center; }#wze719 { top:38.1px;left:50px;bottom:auto;right:auto;width:100px;height:2px;z-index:1000; }#wze720 { top:56.6005px;left:26px;bottom:auto;right:auto;width:174px;height:179px;z-index:1000; }#wz-section-footer { height:1461.45px;--section-height:1461.45px; }#wze733 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:52px;display:block;z-index:1000; }#wze734 { top:15px;left:129px;bottom:auto;right:auto;width:180px;height:22px;display:block;z-index:1000;text-align:center; }#wz-section-wzs81 { height:82px;--section-height:82px; }#wze739 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:1276px;display:block;z-index:1000; }#wze740 { top:15px;left:75.5px;bottom:auto;right:auto;width:317px;height:25px;display:block;z-index:1000;text-align:right; }#wze741 { top:55px;left:15px;bottom:auto;right:auto;width:438px;height:578px;display:block;z-index:1000;text-align:justify; }#wze743 { top:1326.34px;left:75.5px;bottom:auto;right:auto;width:317px;height:44.8px;display:block;z-index:1000;text-align:center; }#wze744 { top:1386.14px;left:15px;bottom:auto;right:auto;width:438px;height:290.4px;display:block;z-index:1000;text-align:justify; }#wze1132 { top:1691.54px;left:84px;bottom:auto;right:auto;width:300px;height:2645.75px;z-index:1000; }#wze1132 .wz-shop-product { width: calc(100% - 30px )}#wz-section-wzs64 { height:6555.96px;--section-height:6555.96px; }#wze725 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:52.4px;display:block;z-index:1000; }#wze726 { top:15px;left:129px;bottom:auto;right:auto;width:180px;height:22.4px;display:block;z-index:1000;text-align:center; }#wz-section-wzs78 { height:82.4px;--section-height:82.4px; }#wze575 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:3649.6px;display:block;z-index:1000; }#wze575 .wz-shop-product { width: calc(100% - 30px )}#wze576 { top:10px;left:0px;bottom:auto;right:auto;width:300px;height:1000px;display:none;z-index:1000; }#wz-section-wzs67 { height:3679.6px;--section-height:3679.6px; }.wzc-section-wzs67 { background:;background-color:rgba(255, 255, 255, 0); }#wze727 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:52px;display:block;z-index:1000; }#wze728 { top:15px;left:39.5px;bottom:auto;right:auto;width:359px;height:22px;display:block;z-index:1000;text-align:center; }#wz-section-wzs79 { height:82px;--section-height:82px; }#wze577 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:1077px;display:block;z-index:1000; }#wz-section-wzs66 { height:1107px;--section-height:1107px; }#wze729 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:60px;display:block;z-index:1000; }#wze730 { top:58.1406px;left:0px;bottom:auto;right:auto;width:468px;height:1.85938px;display:block;z-index:1000; }#wze731 { top:11px;left:284px;bottom:auto;right:auto;width:184px;height:49px;display:block;z-index:1000; }#wze732 { top:80.859px;left:15px;bottom:auto;right:auto;width:438px;height:1947px;display:block;z-index:1000; }#wze732 .wz-shop-product { width: calc(100% - 30px )}#wz-section-wzs80 { height:2042.83px;--section-height:2042.83px; }#wze574 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:184.984px;display:block;z-index:1000; }#wz-section-wzs68 { height:214.984px;--section-height:214.984px; }#wz-section-wzs91 { height:15px;--section-height:15px; }#wze778 { top:218.991px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:257.727px;display:block;z-index:1000; }#wze783 { bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs86 { height:491.6902644043px;--section-height:491.6902644043px; }#wze779 { top:218.991px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:437.997px;display:block;z-index:1000; }#wz-section-wzs87 { height:671.9602644043px;--section-height:671.9602644043px; }#wze780 { top:218.991px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:176.122px;display:block;z-index:1000; }.wzc168  .wz-profile-orders-header p { font-size:16px; }.wzc168  .wz-profile-orders-header-option { font-size:10px; }.wzc168  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc168  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs88 { height:410.0852644043px;--section-height:410.0852644043px; }#wze781 { top:218.991px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:334.688px;display:block;z-index:1000; }.wzc171  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc171  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc171  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc171  [data-name=total_include_tax] { padding:10px; }.wzc171  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc171  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc171  .wz-profile-order-details-order-detail { font-size:10px; }.wzc171  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc171  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc171  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs89 { height:568.6652644043px;--section-height:568.6652644043px; }#wze782 { top:218.991px;left:15.0085px;bottom:auto;right:auto;width:437.997px;height:279.418px;display:block;z-index:1000; }#wz-section-wzs90 { height:513.3952644043px;--section-height:513.3952644043px; }#wze896 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:835.75px;display:block;z-index:1000; }#wze897 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:407.95px;display:block;z-index:1000; }#wze899 { top:437.95px;left:15px;bottom:auto;right:auto;width:408px;height:160.8px;display:block;z-index:1000;text-align:right; }#wze900 { top:613.75px;left:15px;bottom:auto;right:auto;width:408px;height:162px;display:block;z-index:1000;text-align:right; }#wze901 { top:790.75px;left:204px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wz-section-wzs99 { height:865.75px;--section-height:865.75px; }#wze884 { top:706.8px;left:12.85px;bottom:auto;right:auto;width:442.3px;height:654.713px;display:block;z-index:1000; }#wze886 { top:522.113px;left:2.1125px;bottom:auto;right:auto;width:438.075px;height:117.6px;display:block;z-index:1000;text-align:right; }#wze887 { top:395.913px;left:10.0375px;bottom:auto;right:auto;width:422.225px;height:111.2px;display:block;z-index:1000;text-align:right; }#wze902 { top:15px;left:15px;bottom:auto;right:auto;width:412.3px;height:365.913px;display:block;z-index:1000; }#wze892 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:676.8px;display:block;z-index:1000; }#wze893 { top:59.6px;left:15px;bottom:auto;right:auto;width:408px;height:192px;display:block;z-index:1000;text-align:right; }#wze894 { top:15px;left:43.5125px;bottom:auto;right:auto;width:350.975px;height:29.6px;display:block;z-index:1000;text-align:right; }#wze895 { top:266.6px;left:0px;bottom:auto;right:auto;width:438px;height:395.2px;display:block;z-index:1000;text-align:right; }#wz-section-wzs98 { height:1376.5130030518px;--section-height:1376.5130030518px; }#wze872 { top:15.0123px;left:15.0008918px;bottom:auto;right:auto;width:438.15890820000004px;height:1296.002px;display:block;z-index:1000; }#wze873 { top:4.1102104358925E-16px;left:0.058908200000002px;bottom:auto;right:auto;width:438.1px;height:148.8px;display:block;z-index:1000;text-align:right; }#wze874 { top:715.307px;left:16.2612082px;bottom:auto;right:auto;width:350.975px;height:36px;display:block;z-index:1000;text-align:right; }#wze875 { top:900.802px;left:8.8817841970013E-16px;bottom:auto;right:auto;width:438px;height:395.2px;display:block;z-index:1000;text-align:right; }#wze903 { top:221.5999402px;left:14.9900554px;bottom:auto;right:auto;width:439.5985346px;height:726.2550597999999px;display:block;z-index:1000; }#wze905 { top:-8.2069225547377E-15px;left:2.6237692574149E-16px;bottom:auto;right:auto;width:431.975px;height:137.6px;display:block;z-index:1000;text-align:right; }#wze906 { top:568.7550598px;left:14.0229946px;bottom:auto;right:auto;width:419.975px;height:157.5px;display:block;z-index:1000;text-align:right; }#wze907 { top:157.2244598px;left:1.5985346px;bottom:auto;right:auto;width:438px;height:356.188px;display:block;z-index:1000; }#wz-section-wzs97 { height:1396.25px;--section-height:1396.25px; }#wz-section-wzs106 { height:32px;--section-height:32px; }#wze967 { top:61.0833px;left:22.5px;bottom:auto;right:auto;width:423px;height:115.542px;display:block;z-index:1000;text-align:right; }#wze968 { top:191.625px;left:31.5345px;bottom:auto;right:auto;width:404.944px;height:183.097px;display:block;z-index:1000;text-align:right; }#wze970 { top:15px;left:132.513px;bottom:auto;right:auto;width:202.972px;height:31.0972px;display:block;z-index:1000;text-align:right; }#wz-section-wzs105 { height:389.708px;--section-height:389.708px; }#wze950 { top:3052.09px;left:216px;bottom:auto;right:auto;width:36px;height:36px;display:none;z-index:1000; }#wze951 { top:10.0072px;left:10px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze952 { top:826.151px;left:15px;bottom:auto;right:auto;width:438px;height:51px;display:none;z-index:1000; }#wze953 { top:1.494px;left:15.5px;bottom:auto;right:auto;width:358px;height:32.8px;display:block;z-index:1000;text-align:right; }#wze954 { top:0px;left:386.5px;bottom:auto;right:auto;width:36px;height:36px;display:block;z-index:1000; }#wze955 { top:10.0072px;left:10px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze956 { top:2152.8px;left:15.3748px;bottom:auto;right:auto;width:438px;height:197.6px;display:block;z-index:1000; }#wze949 { top:113.8px;left:15px;bottom:auto;right:auto;width:408px;height:68.8px;display:block;z-index:1000;text-align:right; }#wze957 { top:66px;left:40px;bottom:auto;right:auto;width:358px;height:32.8px;display:none;z-index:1000;text-align:right; }#wze958 { top:15px;left:201px;bottom:auto;right:auto;width:36px;height:36px;display:none;z-index:1000; }#wze959 { top:11.715px;left:11.6113px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze962 { top:37.5123px;left:22.3875px;bottom:auto;right:auto;width:423.237px;height:184.67569999999998px;display:block;z-index:1000; }#wze947 { top:88.6757px;left:8.8817841970013E-16px;bottom:auto;right:auto;width:423.237px;height:96px;display:block;z-index:1000;text-align:right; }#wze963 { top:3.5527136788005E-15px;left:146.1135px;bottom:auto;right:auto;width:139px;height:38.1875px;display:block;z-index:1000; }#wze964 { top:7.5076px;left:14.5024px;bottom:auto;right:auto;width:110px;height:24px;display:block;z-index:1000;text-align:center; }#wze965 { top:45.6752px;left:7.6125px;bottom:auto;right:auto;width:408px;height:28px;display:block;z-index:1000;text-align:right; }#wze993 { top:273.8075391px;left:22.3875px;bottom:auto;right:auto;width:423.237px;height:181.9674609px;display:block;z-index:1000; }#wze994 { top:117.9674609px;left:8.8817841970013E-16px;bottom:auto;right:auto;width:423.237px;height:64px;display:block;z-index:1000;text-align:right; }#wze995 { top:46.9679609px;left:7.6125px;bottom:auto;right:auto;width:408px;height:56px;display:block;z-index:1000;text-align:right; }#wze996 { top:-6.1608704249316E-15px;left:147.113px;bottom:auto;right:auto;width:139px;height:38.5875px;display:block;z-index:1000; }#wze997 { top:7.30101px;left:151.594px;bottom:auto;right:auto;width:126px;height:24px;display:block;z-index:1000;text-align:center; }#wze998 { top:498px;left:22.38786px;bottom:auto;right:auto;width:423.237px;height:188.387px;display:block;z-index:1000; }#wze999 { top:124.387px;left:0px;bottom:auto;right:auto;width:423.237px;height:64px;display:block;z-index:1000;text-align:right; }#wze1000 { top:53.3875px;left:7.61214px;bottom:auto;right:auto;width:408px;height:56px;display:block;z-index:1000;text-align:right; }#wze1001 { top:0px;left:142.11214px;bottom:auto;right:auto;width:139px;height:38.3875px;display:block;z-index:1000; }#wze1002 { top:8.50812px;left:14.5px;bottom:auto;right:auto;width:110px;height:24px;display:block;z-index:1000;text-align:center; }#wze1003 { top:741.018px;left:14.9877px;bottom:auto;right:auto;width:438px;height:374.575px;display:block;z-index:1000; }#wze1004 { top:167.587px;left:0.375px;bottom:auto;right:auto;width:437.25px;height:192px;display:block;z-index:1000;text-align:right; }#wze1005 { top:68.5875px;left:15px;bottom:auto;right:auto;width:408px;height:84px;display:block;z-index:1000;text-align:right; }#wze1006 { top:15px;left:149.5px;bottom:auto;right:auto;width:139px;height:38.5875px;display:block;z-index:1000; }#wze1007 { top:7.50798px;left:14.5024px;bottom:auto;right:auto;width:110px;height:24px;display:block;z-index:1000;text-align:center; }#wze1008 { top:1157.6px;left:13.6625px;bottom:auto;right:auto;width:438px;height:478.587px;display:block;z-index:1000; }#wze1009 { top:111.587px;left:7.3875px;bottom:auto;right:auto;width:423.237px;height:352px;display:block;z-index:1000;text-align:right; }#wze1010 { top:68.5875px;left:15px;bottom:auto;right:auto;width:408px;height:28px;display:block;z-index:1000;text-align:right; }#wze1011 { top:15px;left:149.5px;bottom:auto;right:auto;width:139px;height:38.5875px;display:block;z-index:1000; }#wze1012 { top:7.50798px;left:14.5024px;bottom:auto;right:auto;width:110px;height:24px;display:block;z-index:1000;text-align:center; }#wze1013 { top:1671.01px;left:16.6px;bottom:auto;right:auto;width:438px;height:158.375px;display:block;z-index:1000; }#wze1014 { top:111.387px;left:7.3875px;bottom:auto;right:auto;width:423.237px;height:32px;display:block;z-index:1000;text-align:right; }#wze1015 { top:68.3875px;left:15px;bottom:auto;right:auto;width:408px;height:28px;display:block;z-index:1000;text-align:right; }#wze1016 { top:15px;left:149.5px;bottom:auto;right:auto;width:139px;height:38.3875px;display:block;z-index:1000; }#wze1017 { top:8.50762px;left:14.5px;bottom:auto;right:auto;width:110px;height:24px;display:block;z-index:1000;text-align:center; }#wze1018 { top:1874.43px;left:13.6621px;bottom:auto;right:auto;width:440.7px;height:278.375px;display:block;z-index:1000; }#wze1019 { top:167.387px;left:15px;bottom:auto;right:auto;width:410.7px;height:96px;display:block;z-index:1000;text-align:right; }#wze1020 { top:68.3875px;left:15px;bottom:auto;right:auto;width:410.7px;height:84px;display:block;z-index:1000;text-align:right; }#wze1021 { top:15px;left:150.85px;bottom:auto;right:auto;width:139px;height:38.3875px;display:block;z-index:1000; }#wze1022 { top:8.50762px;left:14.5px;bottom:auto;right:auto;width:110px;height:24px;display:block;z-index:1000;text-align:center; }#wze1023 { top:2355px;left:0.0027244px;bottom:auto;right:auto;width:464.763px;height:446.4px;display:block;z-index:1000;text-align:right; }#wz-section-wzs104 { height:3103.09px;--section-height:3103.09px; }#wze927 { top:15px;left:234.493px;bottom:auto;right:auto;width:180.986px;height:232.527px;display:block;z-index:1000; }#wze928 { top:89px;left:17.9998px;bottom:auto;right:auto;width:145px;height:34.3889px;display:block;z-index:1000;text-align:center; }#wze929 { top:15px;left:35.7826px;bottom:auto;right:auto;width:109.431px;height:86px;display:block;z-index:1000; }#wze930 { top:157.527px;left:7.0075px;bottom:auto;right:auto;width:166.972px;height:60px;display:block;z-index:1000;text-align:center; }#wze931 { top:142.027px;left:40.5044px;bottom:auto;right:auto;width:100px;height:1.91667px;display:block;z-index:1000; }#wze932 { top:15px;left:52.535px;bottom:auto;right:auto;width:166.972px;height:232.027px;display:block;z-index:1000; }#wze933 { top:15px;left:28.7751px;bottom:auto;right:auto;width:109.431px;height:86px;display:block;z-index:1000; }#wze934 { top:157.027px;left:15px;bottom:auto;right:auto;width:166.972px;height:60px;display:block;z-index:1000;text-align:center; }#wze935 { top:141.527px;left:33.488px;bottom:auto;right:auto;width:100px;height:1.91667px;display:block;z-index:1000; }#wze936 { top:88.5002px;left:10.9928px;bottom:auto;right:auto;width:145px;height:34.3889px;display:block;z-index:1000;text-align:center; }#wze937 { top:262.514px;left:234.493px;bottom:auto;right:auto;width:180.986px;height:231.527px;display:block;z-index:1000; }#wze938 { top:89px;left:18.0038px;bottom:auto;right:auto;width:145px;height:34.3889px;display:block;z-index:1000;text-align:center; }#wze939 { top:15px;left:35.7826px;bottom:auto;right:auto;width:109.431px;height:86px;display:block;z-index:1000; }#wze940 { top:156.527px;left:7.0075px;bottom:auto;right:auto;width:166.972px;height:60px;display:block;z-index:1000;text-align:center; }#wze941 { top:141.027px;left:40.5044px;bottom:auto;right:auto;width:100px;height:1.91667px;display:block;z-index:1000; }#wze942 { top:262.514px;left:52.535px;bottom:auto;right:auto;width:166.972px;height:229.027px;display:block;z-index:1000; }#wze943 { top:15px;left:28.7751px;bottom:auto;right:auto;width:109.431px;height:86px;display:block;z-index:1000; }#wze944 { top:154.027px;left:15px;bottom:auto;right:auto;width:166.972px;height:60px;display:block;z-index:1000;text-align:center; }#wze945 { top:138.527px;left:33.488px;bottom:auto;right:auto;width:100px;height:1.91667px;display:block;z-index:1000; }#wze946 { top:88.5002px;left:10.9924px;bottom:auto;right:auto;width:145px;height:34.3889px;display:block;z-index:1000;text-align:center; }#wz-section-wzs103 { height:509.02785498047px;--section-height:509.02785498047px; }#wze920 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:548.306px;display:block;z-index:1000;order:2; }#wze921 { top:131.306px;left:157.715px;bottom:auto;right:auto;width:152.569px;height:37.1389px;display:block;z-index:1000; }#wze922 { top:10.1463px;left:0.638885px;bottom:auto;right:auto;width:151.931px;height:18.6667px;display:block;z-index:1000;text-align:center; }#wze923 { top:15px;left:39.5345px;bottom:auto;right:auto;width:388.931px;height:101.319px;display:block;z-index:1000;text-align:right; }#wze924 { top:183.445px;left:15px;bottom:auto;right:auto;width:438px;height:224px;display:block;z-index:1000;text-align:right; }#wze925 { top:422.445px;left:147.5px;bottom:auto;right:auto;width:173px;height:45px;display:block;z-index:1000; }.wzc208-content { font-size:16px; }#wze926 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:642.153px;display:block;z-index:1000;order:1; }#wz-section-wzs102 { height:1190.4587709961px;--section-height:1190.4587709961px; }#wze908 { top:352.681px;left:151.009px;bottom:auto;right:auto;width:165.972px;height:45px;display:block;z-index:1000; }#wze909 { top:177.681px;left:15px;bottom:auto;right:auto;width:438px;height:160px;display:block;z-index:1000;text-align:center; }#wze910 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:147.681px;display:block;z-index:1000; }#wze913 { top:67.7097px;left:24.538px;bottom:auto;right:auto;width:388.917px;height:68.4306px;display:block;z-index:1000;text-align:center; }#wz-section-wzs100 { height:412.68041992188px;--section-height:412.68041992188px; }#wze1052 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:469px;display:block;z-index:1000; }#wze1053 { top:94px;left:15px;bottom:auto;right:auto;width:408px;height:360px;display:block;z-index:1000;text-align:right; }#wze1054 { top:15px;left:33.0155px;bottom:auto;right:auto;width:371.969px;height:64px;display:block;z-index:1000;text-align:right; }#wz-section-wzs112 { height:499px;--section-height:499px; }#wze1047 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:461.016px;display:block;z-index:1000;order:1; }#wze1048 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:308.484px;display:block;z-index:1000; }#wze1049 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:390.25px;display:block;z-index:1000;order:2; }#wze1050 { top:80.375px;left:15px;bottom:auto;right:auto;width:438px;height:198px;display:block;z-index:1000;text-align:right; }#wze1051 { top:15px;left:41.5155px;bottom:auto;right:auto;width:384.969px;height:50.3906px;display:block;z-index:1000;text-align:right; }#wze1058 { top:896.266px;left:41.5155px;bottom:auto;right:auto;width:384.969px;height:50px;display:block;z-index:1000;text-align:right; }#wz-section-wzs111 { height:946.265625px;--section-height:946.265625px; }#wze1042 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:402.062px;display:block;z-index:1000;order:1; }#wze1043 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:308.484px;display:block;z-index:1000; }#wze1044 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:318.828px;display:block;z-index:1000;order:2; }#wze1045 { top:76px;left:24.5155px;bottom:auto;right:auto;width:418.969px;height:188px;display:block;z-index:1000;text-align:right; }#wze1046 { top:15px;left:24.5155px;bottom:auto;right:auto;width:418.969px;height:46px;display:block;z-index:1000;text-align:right; }#wz-section-wzs110 { height:720.858875px;--section-height:720.858875px; }#wze1037 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:402.062px;display:block;z-index:1000;order:1; }#wze1038 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:308.484px;display:block;z-index:1000; }#wze1039 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:435px;display:block;z-index:1000;order:2; }#wze1055 { top:76px;left:15px;bottom:auto;right:auto;width:438px;height:344px;display:block;z-index:1000;text-align:justify; }#wze1056 { top:15px;left:89.5155px;bottom:auto;right:auto;width:288.969px;height:46px;display:block;z-index:1000;text-align:right; }#wz-section-wzs109 { height:837.046875px;--section-height:837.046875px; }#wze1059 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:443.047px;display:block;z-index:1000; }#wze1060 { top:94px;left:15px;bottom:auto;right:auto;width:408px;height:334.047px;display:block;z-index:1000;text-align:right; }#wze1061 { top:15px;left:33.0155px;bottom:auto;right:auto;width:371.969px;height:64px;display:block;z-index:1000;text-align:right; }#wz-section-wzs113 { height:473.047px;--section-height:473.047px; }#wze1032 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:801.906px;display:block;z-index:1000;order:1; }#wze1033 { top:212px;left:15px;bottom:auto;right:auto;width:438px;height:451.906px;display:block;z-index:1000; }#wze1035 { top:678.891px;left:15px;bottom:auto;right:auto;width:438px;height:108px;display:block;z-index:1000;text-align:right; }#wze1064 { top:87px;left:15px;bottom:auto;right:auto;width:438px;height:110px;display:block;z-index:1000;text-align:right; }#wze1066 { top:15px;left:207px;bottom:auto;right:auto;width:54px;height:57px;display:block;z-index:1000;text-align:right; }#wze1034 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:573.578px;display:block;z-index:1000;order:2; }#wze1062 { top:15px;left:14.781px;bottom:auto;right:auto;width:438.438px;height:268.094px;display:block;z-index:1000; }#wze1063 { top:298.094px;left:10.281px;bottom:auto;right:auto;width:447.438px;height:216px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs108 { height:1375.452625px;--section-height:1375.452625px; }#wze1130 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:52.4px;display:block;z-index:1000; }#wze1131 { top:15px;left:129px;bottom:auto;right:auto;width:180px;height:22.4px;display:block;z-index:1000;text-align:center; }#wz-section-wzs123 { height:82.4px;--section-height:82.4px; }#wze1128 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:3649.6px;display:block;z-index:1000; }#wze1128 .wz-shop-product { width: calc(100% - 30px )}#wze1129 { top:10px;left:0px;bottom:auto;right:auto;width:300px;height:1000px;display:none;z-index:1000; }#wz-section-wzs124 { height:3679.6px;--section-height:3679.6px; }.wzc-section-wzs124 { background:;background-color:rgba(255, 255, 255, 0); }#wze559 { --gtr:1 }.cssgrid #wze559 { margin:  0px 0px 2px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze551 { margin:  0px 0px 2px 0px; grid-area: 2 / 1 / 5 / 2; }#wze587 { --gtr:1 }.cssgrid #wze587 { margin:  19px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze786 { margin:  28px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze552 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }#wze563 { --gtr:1 }.cssgrid #wze563 { margin:  0px 0px 26px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze565 { margin:  5px 0px 5px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze564 { margin:  6px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze601 { margin:  9px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze789 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze610 { margin:  283px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze611 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze614 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze615 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze618 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze619 { margin:  0px 0px 39px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze1067 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze795 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze627 { --gtr:1 }.cssgrid #wze627 { margin:  7px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze629 { margin:  678px 0px 18px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1068 { margin:  13px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze805 { margin:  142px 0px 16px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1069 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze806 { margin:  159px 0px 24px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1070 { margin:  15px 0px 88px 0px; grid-area: 1 / 1 / 2 / 2; }#wze657 { --gtr:1 }.cssgrid #wze657 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze663 { --gtr:1 }.cssgrid #wze663 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze666 { --gtr:1 }.cssgrid #wze666 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }#wze669 { --gtr:1 }.cssgrid #wze669 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze1071 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze661 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze662 { margin:  248px 0px 2px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze664 { margin:  2px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze807 { margin:  249px 0px 1px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze667 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze808 { margin:  248px 0px 2px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze670 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze809 { margin:  249px 0px 1px 0px; grid-area: 1 / 1 / 3 / 2; }#wze644 { --gtr:4 }.cssgrid #wze644 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze645 { --gtr:2 }.cssgrid #wze645 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze646 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze649 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1073 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze650 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze813 { margin:  37px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze812 { margin:  42px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze651 { margin:  43px 0px 49px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze811 { margin:  43px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze652 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze653 { margin:  8px 0px 62px 0px; grid-area: 4 / 1 / 6 / 2; }#wze690 { --gtr:2 }.cssgrid #wze690 { margin:  53px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }#wze699 { --gtr:3 }.cssgrid #wze699 { margin:  0px 0px 48px 0px; grid-area: 2 / 1 / 3 / 2; }#wze713 { --gtr:3 }.cssgrid #wze713 { margin:  0px 0px 48px 0px; grid-area: 3 / 1 / 4 / 2; }#wze717 { --gtr:3 }.cssgrid #wze717 { margin:  0px 0px 18px 0px; grid-area: 4 / 1 / 5 / 2; }#wze700 { --gtr:1 }.cssgrid #wze700 { margin:  0px 0px 128px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze694 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze696 { margin:  166px 0px 5px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 1.9875px }.cssgrid #wze697 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze702 { margin:  0px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze703 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze704 { margin:  0px 0px 36px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze714 { margin:  0px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze715 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze716 { margin:  0px 0px 36px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze718 { margin:  0px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze719 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze720 { margin:  0px 0px 36px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze701 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze733 { --gtr:1 }.cssgrid #wze733 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze734 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze739 { --gtr:2 }.cssgrid #wze739 { margin:  0px 0px 50px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze743 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze744 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1132 { margin:  0px 0px 2219px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze740 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze741 { margin:  0px 0px 643px 0px; grid-area: 2 / 1 / 3 / 2; }#wze725 { --gtr:1 }.cssgrid #wze725 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze726 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze575 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze727 { --gtr:1 }.cssgrid #wze727 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze728 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze577 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze729 { --gtr:1 }.cssgrid #wze729 { margin:  0px 0px 21px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze732 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze731 { margin:  11px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze730 { margin:  58px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 1.85938px }.cssgrid #wze574 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze783 { margin:  0px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze778 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze779 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze780 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze781 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze782 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze896 { --gtr:4 }.cssgrid #wze896 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze897 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze899 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze900 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze901 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }#wze892 { --gtr:3 }.cssgrid #wze892 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze884 { --gtr:3 }.cssgrid #wze884 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze894 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze893 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze895 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze902 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze887 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze886 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze872 { --gtr:3 }.cssgrid #wze872 { margin:  15px 0px 85px 0px; grid-area: 1 / 1 / 3 / 2; }#wze903 { --gtr:3 }.cssgrid #wze903 { margin:  222px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze873 { margin:  0px 0px 566px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze874 { margin:  0px 0px 150px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze875 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze905 { margin:  0px 0px 19px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze907 { margin:  0px 0px 56px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze906 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze970 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze967 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze968 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze962 { --gtr:3 }.cssgrid #wze962 { margin:  38px 0px 52px 0px; grid-area: 1 / 1 / 2 / 2; }#wze993 { --gtr:3 }.cssgrid #wze993 { margin:  0px 0px 42px 0px; grid-area: 2 / 1 / 3 / 2; }#wze998 { --gtr:3 }.cssgrid #wze998 { margin:  0px 0px 55px 0px; grid-area: 3 / 1 / 4 / 2; }#wze1003 { --gtr:3 }.cssgrid #wze1003 { margin:  0px 0px 42px 0px; grid-area: 4 / 1 / 5 / 2; }#wze1008 { --gtr:3 }.cssgrid #wze1008 { margin:  0px 0px 35px 0px; grid-area: 5 / 1 / 6 / 2; }#wze1013 { --gtr:3 }.cssgrid #wze1013 { margin:  0px 0px 45px 0px; grid-area: 6 / 1 / 7 / 2; }#wze1018 { --gtr:3 }.cssgrid #wze1018 { margin:  0px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }#wze956 { --gtr:1 }.cssgrid #wze956 { margin:  279px 0px 5px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze1023 { margin:  0px 0px 302px 0px; grid-area: 9 / 1 / 10 / 2; }#wze963 { --gtr:1 }.cssgrid #wze963 { margin:  0px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze965 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze947 { margin:  0px 0px -0.32430000000002px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze964 { margin:  8px 0px 6px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze996 { margin:  0px 0px 8px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 38.5875px }.cssgrid #wze997 { margin:  7px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze995 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze994 { margin:  0px 0px -0.032539100000008px 0px; grid-area: 4 / 1 / 5 / 2; }#wze1001 { --gtr:1 }.cssgrid #wze1001 { margin:  0px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1000 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze999 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1002 { margin:  9px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1006 { --gtr:1 }.cssgrid #wze1006 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1005 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1004 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1007 { margin:  8px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1011 { --gtr:1 }.cssgrid #wze1011 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1010 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1009 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1012 { margin:  8px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1016 { --gtr:1 }.cssgrid #wze1016 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1015 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1014 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1017 { margin:  9px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1021 { --gtr:1 }.cssgrid #wze1021 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1020 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1019 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1022 { margin:  9px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze949 { margin:  114px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze932 { --gtr:3 }.cssgrid #wze932 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze927 { --gtr:3 }.cssgrid #wze927 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }#wze942 { --gtr:3 }.cssgrid #wze942 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }#wze937 { --gtr:3 }.cssgrid #wze937 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze929 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze928 { margin:  89px 0px 19px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze931 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 1.91667px }.cssgrid #wze930 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze933 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze936 { margin:  89px 0px 19px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze935 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 1.91667px }.cssgrid #wze934 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze939 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze938 { margin:  89px 0px 18px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze941 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 1.91667px }.cssgrid #wze940 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze943 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze946 { margin:  89px 0px 16px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze945 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 1.91667px }.cssgrid #wze944 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze923 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze921 { --gtr:1 }.cssgrid #wze921 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze924 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze925 { margin:  0px 0px 81px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze922 { margin:  10px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }#wze910 { --gtr:1 }.cssgrid #wze910 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze909 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze908 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze913 { margin:  68px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1052 { --gtr:2 }.cssgrid #wze1052 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1054 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1053 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1058 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1048 { margin:  15px 0px 138px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1051 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1050 { margin:  0px 0px 112px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1043 { margin:  15px 0px 79px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1046 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1045 { margin:  0px 0px 55px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1038 { margin:  15px 0px 79px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1056 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1055 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze1059 { --gtr:2 }.cssgrid #wze1059 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1061 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1060 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1066 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1064 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1033 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1035 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze1062 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1063 { margin:  0px 0px 60px 0px; grid-area: 2 / 1 / 3 / 2; }#wze1130 { --gtr:1 }.cssgrid #wze1130 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1131 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1128 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:3 }#wz-section-wzs65  { --gtr:1 }#wz-section-wzs69  { --gtr:6 }#wz-section-wzs70  { --gtr:2 }#wz-section-wzs71  { --gtr:1 }#wz-section-wzs72  { --gtr:1 }#wz-section-wzs73  { --gtr:1 }#wz-section-wzs75  { --gtr:6 }#wz-section-wzs74  { --gtr:2 }#wz-section-footer  { --gtr:5 }#wz-section-wzs81  { --gtr:1 }#wz-section-wzs64  { --gtr:4 }#wz-section-wzs78  { --gtr:1 }#wz-section-wzs67  { --gtr:1 }#wz-section-wzs79  { --gtr:1 }#wz-section-wzs66  { --gtr:1 }#wz-section-wzs80  { --gtr:2 }#wz-section-wzs68  { --gtr:1 }#wz-section-wzs91  { --gtr:0 }#wz-section-wzs86  { --gtr:2 }#wz-section-wzs87  { --gtr:2 }#wz-section-wzs88  { --gtr:2 }#wz-section-wzs89  { --gtr:2 }#wz-section-wzs90  { --gtr:2 }#wz-section-wzs99  { --gtr:1 }#wz-section-wzs98  { --gtr:2 }#wz-section-wzs97  { --gtr:1 }#wz-section-wzs106  { --gtr:0 }#wz-section-wzs105  { --gtr:3 }#wz-section-wzs104  { --gtr:8 }#wz-section-wzs103  { --gtr:2 }#wz-section-wzs102  { --gtr:1 }#wz-section-wzs100  { --gtr:3 }#wz-section-wzs112  { --gtr:1 }#wz-section-wzs111  { --gtr:2 }#wz-section-wzs110  { --gtr:1 }#wz-section-wzs109  { --gtr:1 }#wz-section-wzs113  { --gtr:1 }#wz-section-wzs108  { --gtr:1 }#wz-section-wzs123  { --gtr:1 }#wz-section-wzs124  { --gtr:1 }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze551 { top:26.5295px;left:491px;bottom:auto;right:auto;width:198px;height:50px;z-index:996; }#wze552 { top:29.0295px;left:15.0034px;bottom:auto;right:auto;width:415px;height:45px;z-index:998; }#wze553 { top:93.5295px;left:15.005px;bottom:auto;right:auto;width:211px;height:50px;z-index:997; }#wze554 { top:2.5px;left:0.002945px;bottom:auto;right:auto;width:45px;height:45px;z-index:996; }#wze555 { top:10px;left:10px;bottom:auto;right:auto;width:25px;height:25px;z-index:996; }#wze556 { top:0px;left:48.9876px;bottom:auto;right:auto;width:151px;height:39.9875px;z-index:996;text-align:right; }#wze559 { top:0px;bottom:auto;right:auto;height:-1.5875px;z-index:995; }#wze560 { top:-49.5824px;left:543px;bottom:auto;right:auto;width:210px;height:60.9875px;z-index:996; }#wze561 { top:5px;left:190px;bottom:auto;right:auto;width:20px;height:20px;z-index:996; }#wze562 { top:4.5px;left:3.5px;bottom:auto;right:auto;width:180px;height:51.9875px;z-index:998;text-align:right; }#wze563 { top:-18.6693px;left:349.689px;bottom:auto;right:auto;width:210px;height:29.8px;z-index:998; }#wze564 { top:6px;left:192px;bottom:auto;right:auto;width:18px;height:18px;z-index:998; }#wze565 { top:4.5px;left:17.5px;bottom:auto;right:auto;width:166px;height:20.7875px;z-index:998;text-align:right; }#wze587 { top:13.0295px;left:688px;bottom:auto;right:auto;width:80px;height:76.9875px;z-index:1000; }#wze588 { top:0.015px;left:29.0006px;bottom:auto;right:auto;width:680px;height:1px;display:none;z-index:1000; }#wze589 { top:49.0015px;left:29.001px;bottom:auto;right:auto;width:680px;height:1px;display:none;z-index:1000; }#wze601 { top:13.5015px;left:15px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wze594 { top:93.5315px;left:470.503px;bottom:auto;right:auto;width:280px;height:73.8px;z-index:1000; }#wze591 { top:0px;left:0.001px;bottom:auto;right:auto;width:270px;height:1px;z-index:1000; }#wze592 { top:44px;left:0.001px;bottom:auto;right:auto;width:270px;height:0.994318px;z-index:1000; }#wze598 { top:12.5px;left:6.5px;bottom:auto;right:auto;width:214px;height:88.8px;z-index:1000;text-align:right; }#wze786 { top:158.5315px;left:296.529px;bottom:auto;right:auto;width:174.929px;height:48px;z-index:1000;text-align:center; }#wz-section-header { height:266.987px;--section-height:266.987px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze787 { top:32.984px;left:182.516px;bottom:auto;right:auto;width:402.969px;height:193.587px;z-index:1000;text-align:center; }#wze789 { top:256.598px;left:0.0566313px;bottom:auto;right:auto;width:767.883px;height:2474.52px;z-index:1000; }#wze789 .wz-gallery.wz-gallery-grid li { width:255px;height:824px;padding:10px; }#wze793 { top:1474.37px;left:123.977px;bottom:auto;right:auto;width:519.929px;height:132.788px;z-index:1000;text-align:center; }#wze794 { top:871px;left:120.945px;bottom:auto;right:auto;width:525.994px;height:404.972px;z-index:1000; }#wze818 { top:1353.972px;left:236.941px;bottom:auto;right:auto;width:294px;height:38.4px;z-index:1000;text-align:right; }#wze819 { top:1595.19px;left:91.9415px;bottom:auto;right:auto;width:584px;height:212px;z-index:1000;text-align:center; }#wze821 { top:451px;left:230.441px;bottom:auto;right:auto;width:307px;height:405px;z-index:1000; }#wze823 { top:1961.79px;left:257.442px;bottom:auto;right:auto;width:253px;height:40px;z-index:1000; }#wze824 { top:1290.97px;left:55.4415px;bottom:auto;right:auto;width:657px;height:44px;z-index:1000;text-align:center; }#wze826 { top:1403.37px;left:107.942px;bottom:auto;right:auto;width:552px;height:56px;z-index:1000;text-align:right; }#wze827 { top:1818.19px;left:107.942px;bottom:auto;right:auto;width:552px;height:56.8px;z-index:1000;text-align:right; }#wze828 { top:1889.99px;left:144.441px;bottom:auto;right:auto;width:479px;height:56.8px;z-index:1000;text-align:right; }#wze831 { top:15px;left:206.941px;bottom:auto;right:auto;width:354px;height:421px;z-index:1000; }#wz-section-wzs65 { height:2749.11px;--section-height:2749.11px; }#wze610 { top:226.016px;left:192.317px;bottom:auto;right:auto;width:383.362px;height:240px;z-index:999; }#wze611 { top:481.016px;left:303.034px;bottom:auto;right:auto;width:161.925px;height:69.6px;z-index:1000;text-align:center; }#wze614 { top:565.616px;left:188.822px;bottom:auto;right:auto;width:390.35px;height:241.875px;z-index:999; }#wze615 { top:822.491px;left:278.517px;bottom:auto;right:auto;width:210.962px;height:69.6px;z-index:1000;text-align:center; }#wze618 { top:907.091px;left:189.809px;bottom:auto;right:auto;width:388.375px;height:239.913px;z-index:999; }#wze619 { top:1162px;left:300.534px;bottom:auto;right:auto;width:166.925px;height:99.2px;z-index:1000;text-align:center; }#wz-section-wzs69 { height:1261.204px;--section-height:1261.204px; }#wze625 { top:34.141px;left:16.5px;bottom:auto;right:auto;width:735px;height:1741.18px;z-index:1000; }#wze625 .wz-shop-product { width: calc(50% - 30px )}#wze795 { top:1790.32px;left:15px;bottom:auto;right:auto;width:737.997px;height:542.388px;z-index:1000; }#wze795 .wz-list-root { width:calc( 50% - ( 2 * 10px ) );margin:10px; }#wze1067 { top:2347.72px;left:183.5px;bottom:auto;right:auto;width:401px;height:139.2px;z-index:1000;text-align:right; }#wz-section-wzs70 { height:2535.9px;--section-height:2535.9px; }#wze627 { top:68px;left:409px;bottom:auto;right:auto;width:359px;height:253.188px;z-index:1000; }#wze628 { top:41.5px;left:-0.5px;bottom:auto;right:auto;width:360px;height:103.188px;z-index:1000;text-align:center; }#wze629 { top:157.214px;left:89.5px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }#wz-section-wzs71 { height:389.2px;--section-height:389.2px; }#wze805 { top:206.765px;bottom:auto;right:auto;height:460px;z-index:1000; }#wze805 .wz-gallery.wz-gallery-grid li { width:calc(100% / 3);height:145px;padding:10px; }#wze1068 { top:681.765px;left:15px;bottom:auto;right:auto;width:738px;height:72.8px;z-index:1000;text-align:center; }#wz-section-wzs72 { height:1306.71px;--section-height:1306.71px; }#wze643 { top:37.422px;left:16.5px;bottom:auto;right:auto;width:735px;height:1712.5px;z-index:1000; }#wze643 .wz-shop-product { width: calc(50% - 30px )}#wze806 { top:1764.92px;left:15px;bottom:auto;right:auto;width:738px;height:481px;z-index:1000; }#wze806 .wz-gallery.wz-gallery-grid li { width:246px;height:152px;padding:10px; }#wze1069 { top:2260.92px;left:15px;bottom:auto;right:auto;width:738px;height:72.8px;z-index:1000;text-align:center; }#wz-section-wzs73 { height:2348.7px;--section-height:2348.7px; }#wze657 { top:47.422px;left:99.0043px;bottom:auto;right:auto;width:270px;height:350px;z-index:1000; }#wze661 { top:0.0005px;left:0.01475px;bottom:auto;right:auto;width:270px;height:172px;z-index:1000; }#wze662 { top:204px;left:35px;bottom:auto;right:auto;width:200px;height:100px;z-index:1000; }#wze663 { top:47.422px;left:399.001px;bottom:auto;right:auto;width:270px;height:302.001px;z-index:1000; }#wze664 { top:0.0005px;left:0.01475px;bottom:auto;right:auto;width:270px;height:172px;z-index:1000; }#wze807 { top:187.001px;left:35px;bottom:auto;right:auto;width:200px;height:100px;z-index:1000; }#wze666 { top:423.42px;left:99.001px;bottom:auto;right:auto;width:270px;height:302.001px;z-index:1000; }#wze667 { top:0.0005px;left:0.01475px;bottom:auto;right:auto;width:270px;height:172px;z-index:1000; }#wze808 { top:187.001px;left:35px;bottom:auto;right:auto;width:200px;height:100px;z-index:1000; }#wze669 { top:423.42px;left:399px;bottom:auto;right:auto;width:270px;height:302.001px;z-index:1000; }#wze670 { top:0.0005px;left:0.01475px;bottom:auto;right:auto;width:270px;height:172px;z-index:1000; }#wze809 { top:187.001px;left:35px;bottom:auto;right:auto;width:200px;height:100px;z-index:1000; }#wze1070 { top:740.421px;left:15px;bottom:auto;right:auto;width:738px;height:72.8px;z-index:1000;text-align:center; }#wze1071 { top:828.221px;left:15px;bottom:auto;right:auto;width:738px;height:72.8px;z-index:1000;text-align:center; }#wz-section-wzs75 { height:1392.9335631977px;--section-height:1392.9335631977px; }#wze644 { top:15px;left:16.5px;bottom:auto;right:auto;width:735px;height:398.856px;z-index:1000; }#wze646 { top:5.6687px;left:0.008175px;bottom:auto;right:auto;width:735px;height:311.987px;z-index:997; }#wze649 { top:119px;left:97.259px;bottom:auto;right:auto;width:255px;height:31.1875px;z-index:1000;text-align:center; }#wze650 { top:204.168px;left:133.75px;bottom:auto;right:auto;width:180px;height:30.9875px;z-index:1000; }#wze1073 { top:332.656px;left:202px;bottom:auto;right:auto;width:331px;height:51.2px;z-index:1000;text-align:center; }#wze645 { top:370.214px;left:16.5px;bottom:auto;right:auto;width:735px;height:420.175px;z-index:1000; }#wze651 { top:220px;left:485.192px;bottom:auto;right:auto;width:40px;height:40px;z-index:1000; }#wze652 { top:223px;left:183.388px;bottom:auto;right:auto;width:297px;height:68.7875px;z-index:1000;text-align:center; }#wze653 { top:213px;left:113.5px;bottom:auto;right:auto;width:308px;height:54px;display:none;z-index:1000;text-align:justify; }#wze811 { top:110px;left:327.5px;bottom:auto;right:auto;width:80px;height:80px;z-index:1000; }#wze812 { top:310.178px;left:327.5px;bottom:auto;right:auto;width:80px;height:80px;z-index:1000; }#wze813 { top:15px;left:327.5px;bottom:auto;right:auto;width:80px;height:80px;z-index:1000; }#wz-section-wzs74 { height:962.575px;--section-height:962.575px; }#wze447 { top:15px;bottom:auto;right:auto;height:0.625px;display:none;z-index:1000; }#wze690 { top:52.625px;left:375.5px;bottom:auto;right:auto;width:375px;height:801.975px;z-index:1000; }#wze694 { top:0.003px;left:177px;bottom:auto;right:auto;width:198px;height:53px;z-index:1000; }#wze696 { top:226.699px;left:275px;bottom:auto;right:auto;width:100px;height:1.98864px;z-index:1000; }#wze697 { top:250.183px;left:122px;bottom:auto;right:auto;width:250px;height:67.1875px;z-index:1000;text-align:justify; }#wze698 { top:1px;left:0px;bottom:auto;right:auto;width:1px;height:800px;z-index:1000; }#wze699 { top:52.6255px;left:105.009px;bottom:auto;right:auto;width:200px;height:271.6px;z-index:1000; }#wze702 { top:0px;left:80px;bottom:auto;right:auto;width:120px;height:29.6px;z-index:1000;text-align:right; }#wze703 { top:38.1px;left:100px;bottom:auto;right:auto;width:100px;height:2px;z-index:1000; }#wze704 { top:56.6005px;left:26px;bottom:auto;right:auto;width:174px;height:179px;z-index:1000; }#wze700 { top:923.209px;left:0px;bottom:auto;right:auto;width:768px;height:85.3625px;z-index:1000; }#wze701 { top:15.0953px;left:307.5px;bottom:auto;right:auto;width:459px;height:55.1875px;z-index:1000;text-align:justify; }#wze713 { top:333.312px;left:102.501px;bottom:auto;right:auto;width:200px;height:271.6px;z-index:1000; }#wze714 { top:0px;left:80px;bottom:auto;right:auto;width:120px;height:29.6px;z-index:1000;text-align:right; }#wze715 { top:38.1px;left:100px;bottom:auto;right:auto;width:100px;height:2px;z-index:1000; }#wze716 { top:56.6005px;left:26px;bottom:auto;right:auto;width:174px;height:179px;z-index:1000; }#wze717 { top:614.397px;left:107.502px;bottom:auto;right:auto;width:200px;height:271.6px;z-index:1000; }#wze718 { top:0px;left:80px;bottom:auto;right:auto;width:120px;height:29.6px;z-index:1000;text-align:right; }#wze719 { top:38.1px;left:100px;bottom:auto;right:auto;width:100px;height:2px;z-index:1000; }#wze720 { top:56.6005px;left:26px;bottom:auto;right:auto;width:174px;height:179px;z-index:1000; }#wz-section-footer { height:1008.58px;--section-height:1008.58px; }#wze733 { top:15px;left:16.5px;bottom:auto;right:auto;width:735px;height:52px;display:block;z-index:1000; }#wze734 { top:15px;left:277.5px;bottom:auto;right:auto;width:180px;height:22px;display:block;z-index:1000;text-align:center; }#wz-section-wzs81 { height:82px;--section-height:82px; }#wze739 { top:7.78425px;left:0px;bottom:auto;right:auto;width:768px;height:953px;display:block;z-index:1000; }#wze740 { top:15px;left:225.5px;bottom:auto;right:auto;width:317px;height:25px;display:block;z-index:1000;text-align:right; }#wze741 { top:55px;left:16.5px;bottom:auto;right:auto;width:735px;height:407px;display:block;z-index:1000;text-align:justify; }#wze743 { top:975.79px;left:225.5px;bottom:auto;right:auto;width:317px;height:44.8px;display:block;z-index:1000;text-align:center; }#wze744 { top:1035.59px;left:15px;bottom:auto;right:auto;width:738px;height:264px;display:block;z-index:1000;text-align:justify; }#wze1132 { top:1314.59px;left:234px;bottom:auto;right:auto;width:300px;height:2645.75px;z-index:1000; }#wze1132 .wz-shop-product { width: calc(50% - 30px )}#wz-section-wzs64 { height:6186.56px;--section-height:6186.56px; }#wze725 { top:15px;left:16.5px;bottom:auto;right:auto;width:735px;height:52px;display:block;z-index:1000; }#wze726 { top:15px;left:277.5px;bottom:auto;right:auto;width:180px;height:22px;display:block;z-index:1000;text-align:center; }#wz-section-wzs78 { height:82px;--section-height:82px; }#wze575 { top:15px;left:0px;bottom:auto;right:auto;width:768px;height:2537.5px;display:block;z-index:1000; }#wze575 .wz-shop-product { width: calc(50% - 30px )}#wze576 { top:10px;left:0px;bottom:auto;right:auto;width:448px;height:1036px;display:block;z-index:1000; }#wz-section-wzs67 { height:2567.5px;--section-height:2567.5px; }#wze727 { top:15px;left:16.5px;bottom:auto;right:auto;width:735px;height:52px;display:block;z-index:1000; }#wze728 { top:15px;left:188px;bottom:auto;right:auto;width:359px;height:22px;display:block;z-index:1000;text-align:center; }#wz-section-wzs79 { height:81.9844px;--section-height:81.9844px; }#wze577 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:1095px;display:block;z-index:1000; }#wz-section-wzs66 { height:1125px;--section-height:1125px; }#wze729 { top:15px;left:0px;bottom:auto;right:auto;width:768px;height:97.14063px;display:block;z-index:1000; }#wze730 { top:79px;left:0px;bottom:auto;right:auto;width:768px;height:3.14063px;display:block;z-index:1000; }#wze731 { top:15px;left:292px;bottom:auto;right:auto;width:184px;height:49px;display:block;z-index:1000; }#wze732 { top:127.125px;left:16.5px;bottom:auto;right:auto;width:735px;height:894.234px;display:block;z-index:1000; }#wze732 .wz-shop-product { width: calc(50% - 30px )}#wz-section-wzs80 { height:1036.38px;--section-height:1036.38px; }#wze574 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:185px;display:block;z-index:1000; }#wz-section-wzs68 { height:215px;--section-height:215px; }#wz-section-wzs91 { height:15px;--section-height:15px; }#wze778 { top:251.989px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:434.261px;display:block;z-index:1000; }#wze783 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs86 { height:701.23561694336px;--section-height:701.23561694336px; }#wze779 { top:251.989px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:737.997px;display:block;z-index:1000; }#wz-section-wzs87 { height:1004.9716169434px;--section-height:1004.9716169434px; }#wze780 { top:251.989px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:296.761px;display:block;z-index:1000; }#wz-section-wzs88 { height:563.73561694336px;--section-height:563.73561694336px; }#wze781 { top:251.989px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:563.935px;display:block;z-index:1000; }#wz-section-wzs89 { height:830.92361694336px;--section-height:830.92361694336px; }#wze782 { top:251.989px;left:15.0085px;bottom:auto;right:auto;width:737.997px;height:470.81px;display:block;z-index:1000; }#wz-section-wzs90 { height:737.79861694336px;--section-height:737.79861694336px; }#wze896 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:895.175px;display:block;z-index:1000; }#wze897 { top:15px;left:92.2875px;bottom:auto;right:auto;width:553.425px;height:553.375px;display:block;z-index:1000; }#wze899 { top:583.375px;left:91.5185px;bottom:auto;right:auto;width:554.963px;height:107.2px;display:block;z-index:1000;text-align:right; }#wze900 { top:705.575px;left:121.5px;bottom:auto;right:auto;width:495px;height:129.6px;display:block;z-index:1000;text-align:right; }#wze901 { top:850.175px;left:354px;bottom:auto;right:auto;width:30px;height:30px;display:block;z-index:1000; }#wz-section-wzs99 { height:925.175px;--section-height:925.175px; }#wze884 { top:501.013px;left:12.85px;bottom:auto;right:auto;width:742.3px;height:713.395px;display:block;z-index:1000; }#wze886 { top:610.195px;left:92.7313px;bottom:auto;right:auto;width:558.95px;height:88.2px;display:block;z-index:1000;text-align:right; }#wze887 { top:510.788px;left:100.656px;bottom:auto;right:auto;width:539.95px;height:83.2px;display:block;z-index:1000;text-align:right; }#wze902 { top:15px;left:90.6187px;bottom:auto;right:auto;width:560px;height:497px;display:block;z-index:1000; }#wze892 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:471.013px;display:block;z-index:1000; }#wze893 { top:52.8216px;left:128.507px;bottom:auto;right:auto;width:504.95px;height:96px;display:block;z-index:1000;text-align:right; }#wze894 { top:15px;left:154.607px;bottom:auto;right:auto;width:350.975px;height:29.6px;display:block;z-index:1000;text-align:right; }#wze895 { top:197.42px;left:104.512px;bottom:auto;right:auto;width:528.975px;height:273.575px;display:block;z-index:1000;text-align:right; }#wz-section-wzs98 { height:1229.400512207px;--section-height:1229.400512207px; }#wze872 { top:840.05px;left:15px;bottom:auto;right:auto;width:738px;height:532.692px;display:block;z-index:1000; }#wze873 { top:70.7975px;left:105.949px;bottom:auto;right:auto;width:522.95px;height:99.2px;display:block;z-index:1000;text-align:right; }#wze874 { top:7.49798px;left:242.926px;bottom:auto;right:auto;width:262.975px;height:36px;display:block;z-index:1000;text-align:right; }#wze875 { top:183.292px;left:104.512px;bottom:auto;right:auto;width:528.975px;height:334.4px;display:block;z-index:1000;text-align:right; }#wze903 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:810.054px;display:block;z-index:1000; }#wze905 { top:500.01px;left:94.5125px;bottom:auto;right:auto;width:539.95px;height:110.4px;display:block;z-index:1000;text-align:right; }#wze906 { top:637.554px;left:94.512px;bottom:auto;right:auto;width:538.95px;height:157.5px;display:block;z-index:1000;text-align:right; }#wze907 { top:15px;left:85.5px;bottom:auto;right:auto;width:567px;height:495px;display:block;z-index:1000; }#wz-section-wzs97 { height:1387.737987793px;--section-height:1387.737987793px; }#wz-section-wzs106 { height:15px;--section-height:15px; }#wze967 { top:61.0833px;left:172.5px;bottom:auto;right:auto;width:423px;height:115.542px;display:block;z-index:1000;text-align:right; }#wze968 { top:191.625px;left:181.535px;bottom:auto;right:auto;width:404.944px;height:183.097px;display:block;z-index:1000;text-align:right; }#wze970 { top:15px;left:282.513px;bottom:auto;right:auto;width:202.972px;height:31.0972px;display:block;z-index:1000;text-align:right; }#wz-section-wzs105 { height:389.708px;--section-height:389.708px; }#wze950 { top:2450.06px;left:366px;bottom:auto;right:auto;width:36px;height:36px;display:block;z-index:1000; }#wze951 { top:10.0072px;left:10px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze952 { top:660.764px;left:15px;bottom:auto;right:auto;width:738px;height:66px;display:block;z-index:1000; }#wze953 { top:1.4912px;left:165.5px;bottom:auto;right:auto;width:358px;height:32.7917px;display:block;z-index:1000;text-align:right; }#wze954 { top:15px;left:536.5px;bottom:auto;right:auto;width:36px;height:36px;display:block;z-index:1000; }#wze955 { top:10.0072px;left:10px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze956 { top:1932.75px;left:15px;bottom:auto;right:auto;width:738px;height:66px;display:block;z-index:1000; }#wze949 { top:17.8953px;left:96.2858px;bottom:auto;right:auto;width:500px;height:34.6528px;display:block;z-index:1000;text-align:right; }#wze957 { top:1.48455px;left:234.723px;bottom:auto;right:auto;width:358px;height:32.7917px;display:block;z-index:1000;text-align:right; }#wze958 { top:15px;left:605.714px;bottom:auto;right:auto;width:36px;height:36px;display:block;z-index:1000; }#wze959 { top:10.0025px;left:10.0026px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wze962 { top:15px;left:10.0345px;bottom:auto;right:auto;width:747.931px;height:183.5136px;display:block;z-index:1000; }#wze947 { top:118.736px;left:15px;bottom:auto;right:auto;width:717.931px;height:49.7778px;display:block;z-index:1000;text-align:right; }#wze963 { top:15px;left:304.465px;bottom:auto;right:auto;width:139px;height:38.1806px;display:block;z-index:1000; }#wze964 { top:7.5076px;left:15.5024px;bottom:auto;right:auto;width:110px;height:24px;display:block;z-index:1000;text-align:center; }#wze965 { top:68.1806px;left:15px;bottom:auto;right:auto;width:717.931px;height:35.5556px;display:block;z-index:1000;text-align:right; }#wze993 { top:213.5px;left:15px;bottom:auto;right:auto;width:738px;height:198.027px;display:block;z-index:1000; }#wze994 { top:119.125px;left:7.389px;bottom:auto;right:auto;width:723.236px;height:24.8889px;display:block;z-index:1000;text-align:right; }#wze995 { top:68.5694px;left:15px;bottom:auto;right:auto;width:708px;height:35.5556px;display:block;z-index:1000;text-align:right; }#wze996 { top:15px;left:374.5px;bottom:auto;right:auto;width:139px;height:38.5833px;display:block;z-index:1000; }#wze997 { top:15px;left:224.5px;bottom:auto;right:auto;width:135px;height:24px;display:block;z-index:1000;text-align:center; }#wze998 { top:426.514px;left:15px;bottom:auto;right:auto;width:738px;height:219.25px;display:block;z-index:1000; }#wze999 { top:154.458px;left:7.389px;bottom:auto;right:auto;width:723.236px;height:49.7778px;display:block;z-index:1000;text-align:right; }#wze1000 { top:68.375px;left:15px;bottom:auto;right:auto;width:708px;height:71.0972px;display:block;z-index:1000;text-align:right; }#wze1001 { top:15px;left:299.5px;bottom:auto;right:auto;width:139px;height:38.375px;display:block;z-index:1000; }#wze1002 { top:8.50762px;left:14.5px;bottom:auto;right:auto;width:110px;height:24px;display:block;z-index:1000;text-align:center; }#wze1003 { top:741.764px;left:15px;bottom:auto;right:auto;width:738px;height:304.8056px;display:block;z-index:1000; }#wze1004 { top:190.236px;left:0.375px;bottom:auto;right:auto;width:737.25px;height:99.5556px;display:block;z-index:1000;text-align:right; }#wze1005 { top:68.5694px;left:15px;bottom:auto;right:auto;width:708px;height:106.667px;display:block;z-index:1000;text-align:right; }#wze1006 { top:15px;left:299.5px;bottom:auto;right:auto;width:139px;height:38.5833px;display:block;z-index:1000; }#wze1007 { top:7.50798px;left:14.5024px;bottom:auto;right:auto;width:110px;height:24px;display:block;z-index:1000;text-align:center; }#wze1008 { top:1061.57px;left:15px;bottom:auto;right:auto;width:738px;height:448.1393px;display:block;z-index:1000; }#wze1009 { top:119.125px;left:7.389px;bottom:auto;right:auto;width:723.236px;height:314px;display:block;z-index:1000;text-align:right; }#wze1010 { top:68.5694px;left:15px;bottom:auto;right:auto;width:708px;height:35.5556px;display:block;z-index:1000;text-align:right; }#wze1011 { top:15px;left:299.5px;bottom:auto;right:auto;width:139px;height:38.5833px;display:block;z-index:1000; }#wze1012 { top:7.50798px;left:14.5024px;bottom:auto;right:auto;width:110px;height:24px;display:block;z-index:1000;text-align:center; }#wze1013 { top:1524.71px;left:15px;bottom:auto;right:auto;width:738px;height:158.819px;display:block;z-index:1000; }#wze1014 { top:118.931px;left:7.389px;bottom:auto;right:auto;width:723.236px;height:24.8889px;display:block;z-index:1000;text-align:right; }#wze1015 { top:68.375px;left:15px;bottom:auto;right:auto;width:708px;height:35.5556px;display:block;z-index:1000;text-align:right; }#wze1016 { top:15px;left:299.5px;bottom:auto;right:auto;width:139px;height:38.375px;display:block;z-index:1000; }#wze1017 { top:8.50762px;left:14.5px;bottom:auto;right:auto;width:110px;height:24px;display:block;z-index:1000;text-align:center; }#wze1018 { top:1698.52px;left:13.6595px;bottom:auto;right:auto;width:740.694px;height:219.2498px;display:block;z-index:1000; }#wze1019 { top:154.458px;left:15px;bottom:auto;right:auto;width:710.681px;height:49.7778px;display:block;z-index:1000;text-align:right; }#wze1020 { top:68.375px;left:15px;bottom:auto;right:auto;width:710.681px;height:71.0972px;display:block;z-index:1000;text-align:right; }#wze1021 { top:15px;left:300.847px;bottom:auto;right:auto;width:139px;height:38.375px;display:block;z-index:1000; }#wze1022 { top:8.50762px;left:14.5px;bottom:auto;right:auto;width:110px;height:24px;display:block;z-index:1000;text-align:center; }#wze1023 { top:2013.75px;left:1.618px;bottom:auto;right:auto;width:764.764px;height:421.319px;display:block;z-index:1000;text-align:right; }#wz-section-wzs104 { height:2501.0555877686px;--section-height:2501.0555877686px; }#wze927 { top:15px;left:572.028px;bottom:auto;right:auto;width:180.986px;height:232.527px;display:block;z-index:1000; }#wze928 { top:89px;left:17.9998px;bottom:auto;right:auto;width:145px;height:34.3889px;display:block;z-index:1000;text-align:center; }#wze929 { top:15px;left:35.7826px;bottom:auto;right:auto;width:109.431px;height:86px;display:block;z-index:1000; }#wze930 { top:157.527px;left:7.0075px;bottom:auto;right:auto;width:166.972px;height:60px;display:block;z-index:1000;text-align:center; }#wze931 { top:142.027px;left:40.5044px;bottom:auto;right:auto;width:100px;height:1.91667px;display:block;z-index:1000; }#wze932 { top:15px;left:391.023px;bottom:auto;right:auto;width:166.972px;height:232.027px;display:block;z-index:1000; }#wze933 { top:15px;left:28.7751px;bottom:auto;right:auto;width:109.431px;height:86px;display:block;z-index:1000; }#wze934 { top:157.027px;left:15px;bottom:auto;right:auto;width:166.972px;height:60px;display:block;z-index:1000;text-align:center; }#wze935 { top:141.527px;left:33.488px;bottom:auto;right:auto;width:100px;height:1.91667px;display:block;z-index:1000; }#wze936 { top:88.5002px;left:10.9928px;bottom:auto;right:auto;width:145px;height:34.3889px;display:block;z-index:1000;text-align:center; }#wze937 { top:15px;left:196.005px;bottom:auto;right:auto;width:180.986px;height:231.527px;display:block;z-index:1000; }#wze938 { top:89px;left:18.0038px;bottom:auto;right:auto;width:145px;height:34.3889px;display:block;z-index:1000;text-align:center; }#wze939 { top:15px;left:35.7826px;bottom:auto;right:auto;width:109.431px;height:86px;display:block;z-index:1000; }#wze940 { top:156.527px;left:7.0075px;bottom:auto;right:auto;width:166.972px;height:60px;display:block;z-index:1000;text-align:center; }#wze941 { top:141.027px;left:40.5044px;bottom:auto;right:auto;width:100px;height:1.91667px;display:block;z-index:1000; }#wze942 { top:15px;left:15px;bottom:auto;right:auto;width:166.972px;height:229.027px;display:block;z-index:1000; }#wze943 { top:15px;left:28.7751px;bottom:auto;right:auto;width:109.431px;height:86px;display:block;z-index:1000; }#wze944 { top:154.027px;left:15px;bottom:auto;right:auto;width:166.972px;height:60px;display:block;z-index:1000;text-align:center; }#wze945 { top:138.527px;left:33.488px;bottom:auto;right:auto;width:100px;height:1.91667px;display:block;z-index:1000; }#wze946 { top:88.5002px;left:10.9924px;bottom:auto;right:auto;width:145px;height:34.3889px;display:block;z-index:1000;text-align:center; }#wz-section-wzs103 { height:262.514px;--section-height:262.514px; }#wze920 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:732.319px;display:block;z-index:1000;order:2; }#wze921 { top:172.899px;left:396.362px;bottom:auto;right:auto;width:152.569px;height:37.1389px;display:block;z-index:1000; }#wze922 { top:10.1463px;left:0.638885px;bottom:auto;right:auto;width:151.931px;height:18.6667px;display:block;z-index:1000;text-align:center; }#wze923 { top:50.9991px;left:284.414px;bottom:auto;right:auto;width:388.931px;height:101.306px;display:block;z-index:1000;text-align:right; }#wze924 { top:323.766px;left:266.731px;bottom:auto;right:auto;width:513.931px;height:192px;display:block;z-index:1000;text-align:right; }#wze925 { top:636.32px;left:480.545px;bottom:auto;right:auto;width:173px;height:45px;display:block;z-index:1000; }#wze926 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:857.681px;display:block;z-index:1000;order:1; }#wz-section-wzs102 { height:1589.9865877686px;--section-height:1589.9865877686px; }#wze908 { top:320.681px;left:301.009px;bottom:auto;right:auto;width:165.972px;height:45px;display:block;z-index:1000; }#wze909 { top:177.681px;left:109.278px;bottom:auto;right:auto;width:549.458px;height:128px;display:block;z-index:1000;text-align:center; }#wze910 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:147.681px;display:block;z-index:1000; }#wze913 { top:67.7097px;left:174.538px;bottom:auto;right:auto;width:388.917px;height:68.4306px;display:block;z-index:1000;text-align:center; }#wz-section-wzs100 { height:380.68054199219px;--section-height:380.68054199219px; }#wze1052 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:412.953px;display:block;z-index:1000; }#wze1053 { top:94px;left:15px;bottom:auto;right:auto;width:708px;height:252px;display:block;z-index:1000;text-align:right; }#wze1054 { top:15px;left:183.012px;bottom:auto;right:auto;width:371.969px;height:64px;display:block;z-index:1000;text-align:right; }#wz-section-wzs112 { height:442.938px;--section-height:442.938px; }#wze1047 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:554.703px;display:block;z-index:1000;order:1; }#wze1048 { top:87px;left:106.308px;bottom:auto;right:auto;width:540.5px;height:380.688px;display:block;z-index:1000; }#wze1049 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:573.797px;display:block;z-index:1000;order:2; }#wze1050 { top:289.609px;left:115.8px;bottom:auto;right:auto;width:564.969px;height:148.969px;display:block;z-index:1000;text-align:right; }#wze1051 { top:135.204px;left:287.561px;bottom:auto;right:auto;width:384.969px;height:50.3906px;display:block;z-index:1000;text-align:right; }#wze1058 { top:1173.48px;left:191.516px;bottom:auto;right:auto;width:384.969px;height:50px;display:block;z-index:1000;text-align:right; }#wz-section-wzs111 { height:1223.484375px;--section-height:1223.484375px; }#wze1042 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:537px;display:block;z-index:1000;order:1; }#wze1043 { top:78.1485px;left:122.518px;bottom:auto;right:auto;width:540.5px;height:380.688px;display:block;z-index:1000; }#wze1044 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:425.828px;display:block;z-index:1000;order:2; }#wze1045 { top:150.848px;left:183.279px;bottom:auto;right:auto;width:418.969px;height:187.969px;display:block;z-index:1000;text-align:right; }#wze1046 { top:86.9965px;left:183.28px;bottom:auto;right:auto;width:418.969px;height:45.9844px;display:block;z-index:1000;text-align:right; }#wz-section-wzs110 { height:962.812px;--section-height:962.812px; }#wze1037 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:537px;display:block;z-index:1000;order:1; }#wze1038 { top:78.1485px;left:122.518px;bottom:auto;right:auto;width:540.5px;height:380.688px;display:block;z-index:1000; }#wze1039 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:558.438px;display:block;z-index:1000;order:2; }#wze1055 { top:160.248px;left:116.35px;bottom:auto;right:auto;width:535.969px;height:319.969px;display:block;z-index:1000;text-align:justify; }#wze1056 { top:78.206px;left:221.085px;bottom:auto;right:auto;width:288.969px;height:45.9844px;display:block;z-index:1000;text-align:right; }#wz-section-wzs109 { height:1095.438px;--section-height:1095.438px; }#wze1059 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:321.203px;display:block;z-index:1000; }#wze1060 { top:94px;left:15px;bottom:auto;right:auto;width:708px;height:200.438px;display:block;z-index:1000;text-align:right; }#wze1061 { top:15px;left:183.012px;bottom:auto;right:auto;width:371.969px;height:64px;display:block;z-index:1000;text-align:right; }#wz-section-wzs113 { height:351.188px;--section-height:351.188px; }#wze1032 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:1001.44px;display:block;z-index:1000;order:1; }#wze1033 { top:158.994px;left:106.504px;bottom:auto;right:auto;width:540.5px;height:557.672px;display:block;z-index:1000; }#wze1035 { top:800.351px;left:114.042px;bottom:auto;right:auto;width:542.922px;height:107.969px;display:block;z-index:1000;text-align:right; }#wze1064 { top:93.6886px;left:115.75px;bottom:auto;right:auto;width:462px;height:55px;display:block;z-index:1000;text-align:right; }#wze1066 { top:93.1055px;left:572.625px;bottom:auto;right:auto;width:54px;height:56.9844px;display:block;z-index:1000;text-align:right; }#wze1034 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:766.078px;display:block;z-index:1000;order:2; }#wze1062 { top:110.305px;left:106.276px;bottom:auto;right:auto;width:555.438px;height:340px;display:block;z-index:1000; }#wze1063 { top:493.773px;left:101.779px;bottom:auto;right:auto;width:564.953px;height:162px;display:block;z-index:1000;text-align:justify; }#wz-section-wzs108 { height:1767.4995px;--section-height:1767.4995px; }#wze1130 { top:15px;left:16.5px;bottom:auto;right:auto;width:735px;height:52px;display:block;z-index:1000; }#wze1131 { top:15px;left:277.5px;bottom:auto;right:auto;width:180px;height:22px;display:block;z-index:1000;text-align:center; }#wz-section-wzs123 { height:82px;--section-height:82px; }#wze1128 { top:15px;left:0px;bottom:auto;right:auto;width:768px;height:2537.5px;display:block;z-index:1000; }#wze1128 .wz-shop-product { width: calc(50% - 30px )}#wze1129 { top:10px;left:0px;bottom:auto;right:auto;width:448px;height:1036px;display:block;z-index:1000; }#wz-section-wzs124 { height:2567.5px;--section-height:2567.5px; }#wze559 { --gtr:1 }.cssgrid #wze559 { margin:  0px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze587 { --gtr:1 }.cssgrid #wze587 { margin:  0px 0px 4px 0px; grid-area: 2 / 1 / 5 / 2; }.cssgrid #wze551 { margin:  14px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze552 { margin:  16px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze594 { --gtr:2 }.cssgrid #wze594 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 7 / 2; }#wze553 { --gtr:1 }.cssgrid #wze553 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze786 { margin:  0px 0px 60px 0px; grid-area: 6 / 1 / 8 / 2; }#wze560 { --gtr:1 }.cssgrid #wze560 { margin:  -50px 0px -13px 0px; grid-area: 1 / 1 / 2 / 2; }#wze563 { --gtr:1 }.cssgrid #wze563 { margin:  -19px 0px -13px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze561 { margin:  5px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze562 { margin:  5px 0px 5px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze565 { margin:  5px 0px 5px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze564 { margin:  6px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze601 { margin:  14px 0px 13px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze556 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze554 { --gtr:1 }.cssgrid #wze554 { margin:  3px 0px 2px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze555 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze591 { margin:  0px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 1px }.cssgrid #wze598 { margin:  12px 0px -27.2px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze592 { margin:  31px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 0.994318px }.cssgrid #wze787 { margin:  33px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze789 { margin:  0px 0px 18px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze610 { margin:  226px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze611 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze614 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze615 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze618 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze619 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze625 { margin:  34px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze795 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1067 { margin:  0px 0px 49px 0px; grid-area: 3 / 1 / 4 / 2; }#wze627 { --gtr:2 }.cssgrid #wze627 { margin:  68px 0px 68px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze628 { margin:  42px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze629 { margin:  0px 0px 56px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze805 { margin:  207px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1068 { margin:  0px 0px 552px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze643 { margin:  37px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze806 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1069 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze663 { --gtr:2 }.cssgrid #wze663 { margin:  47px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze657 { --gtr:2 }.cssgrid #wze657 { margin:  47px 0px 26px 0px; grid-area: 1 / 1 / 3 / 2; }#wze666 { --gtr:2 }.cssgrid #wze666 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze669 { --gtr:2 }.cssgrid #wze669 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1070 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze1071 { margin:  0px 0px 492px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze661 { margin:  0px 0px 32px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze662 { margin:  0px 0px 46px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze664 { margin:  0px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze807 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze667 { margin:  0px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze808 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze670 { margin:  0px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze809 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze644 { --gtr:5 }.cssgrid #wze644 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze645 { --gtr:4 }.cssgrid #wze645 { margin:  370px 0px 173px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze646 { margin:  6px 0px 15px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze649 { margin:  119px 0px 54px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze650 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1073 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze813 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze811 { margin:  0px 0px 30px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze651 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze652 { margin:  3px 0px 18px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze812 { margin:  0px 0px 30px 0px; grid-area: 5 / 1 / 6 / 2; }#wze690 { --gtr:5 }.cssgrid #wze690 { margin:  53px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }#wze699 { --gtr:3 }.cssgrid #wze699 { margin:  53px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }#wze713 { --gtr:3 }.cssgrid #wze713 { margin:  0px 0px 9px 0px; grid-area: 2 / 1 / 3 / 2; }#wze717 { --gtr:3 }.cssgrid #wze717 { margin:  0px 0px 37px 0px; grid-area: 3 / 1 / 5 / 2; }#wze700 { --gtr:1 }.cssgrid #wze700 { margin:  0px 0px -0.41999999999996px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze694 { margin:  0px 0px 174px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze698 { margin:  1px 0px 1px 0px; grid-area: 1 / 1 / 5 / 2;min-height: 800px }.cssgrid #wze696 { margin:  0px 0px 21px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1.98864px }.cssgrid #wze697 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze702 { margin:  0px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze703 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze704 { margin:  0px 0px 36px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze714 { margin:  0px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze715 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze716 { margin:  0px 0px 36px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze718 { margin:  0px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze719 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 2px }.cssgrid #wze720 { margin:  0px 0px 36px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze701 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze733 { --gtr:1 }.cssgrid #wze733 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze734 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze739 { --gtr:2 }.cssgrid #wze739 { margin:  8px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze743 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze744 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1132 { margin:  0px 0px 2227px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze740 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze741 { margin:  0px 0px 491px 0px; grid-area: 2 / 1 / 3 / 2; }#wze725 { --gtr:1 }.cssgrid #wze725 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze726 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze575 { --gtr:1 }.cssgrid #wze575 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze576 { margin:  10px 0px 1492px 0px; grid-area: 1 / 1 / 2 / 2; }#wze727 { --gtr:1 }.cssgrid #wze727 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze728 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze577 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze729 { --gtr:2 }.cssgrid #wze729 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze732 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze731 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze730 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 3.14063px }.cssgrid #wze574 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze783 { margin:  0px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze778 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze779 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze780 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze781 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze782 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze896 { --gtr:4 }.cssgrid #wze896 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze897 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze899 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze900 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze901 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }#wze892 { --gtr:3 }.cssgrid #wze892 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze884 { --gtr:2 }.cssgrid #wze884 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze894 { margin:  15px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze893 { margin:  0px 0px 48px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze895 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze902 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze887 { margin:  511px 0px 16px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze886 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze903 { --gtr:2 }.cssgrid #wze903 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze872 { --gtr:3 }.cssgrid #wze872 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze907 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze905 { margin:  500px 0px 28px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze906 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze874 { margin:  7px 0px 28px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze873 { margin:  0px 0px 13px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze875 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze970 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze967 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze968 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze962 { --gtr:3 }.cssgrid #wze962 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze993 { --gtr:3 }.cssgrid #wze993 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze998 { --gtr:3 }.cssgrid #wze998 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze952 { --gtr:1 }.cssgrid #wze952 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }#wze1003 { --gtr:3 }.cssgrid #wze1003 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }#wze1008 { --gtr:3 }.cssgrid #wze1008 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }#wze1013 { --gtr:3 }.cssgrid #wze1013 { margin:  0px 0px 15px 0px; grid-area: 7 / 1 / 8 / 2; }#wze1018 { --gtr:3 }.cssgrid #wze1018 { margin:  0px 0px 15px 0px; grid-area: 8 / 1 / 9 / 2; }#wze956 { --gtr:1 }.cssgrid #wze956 { margin:  0px 0px 15px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze1023 { margin:  0px 0px 15px 0px; grid-area: 10 / 1 / 11 / 2; }#wze950 { --gtr:1 }.cssgrid #wze950 { margin:  0px 0px 15px 0px; grid-area: 11 / 1 / 12 / 2; }#wze963 { --gtr:1 }.cssgrid #wze963 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze965 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze947 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze964 { margin:  8px 0px 6px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze997 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze996 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 38.5833px }.cssgrid #wze995 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze994 { margin:  0px 0px 54px 0px; grid-area: 4 / 1 / 5 / 2; }#wze1001 { --gtr:1 }.cssgrid #wze1001 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1000 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze999 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1002 { margin:  9px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze953 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze954 { --gtr:1 }.cssgrid #wze954 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze955 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1006 { --gtr:1 }.cssgrid #wze1006 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1005 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1004 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1007 { margin:  8px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1011 { --gtr:1 }.cssgrid #wze1011 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1010 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1009 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1012 { margin:  8px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1016 { --gtr:1 }.cssgrid #wze1016 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1015 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1014 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1017 { margin:  9px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1021 { --gtr:1 }.cssgrid #wze1021 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1020 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1019 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1022 { margin:  9px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze957 { margin:  1px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze958 { --gtr:1 }.cssgrid #wze958 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze949 { margin:  18px 0px 13px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze959 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze951 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }#wze942 { --gtr:3 }.cssgrid #wze942 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze932 { --gtr:3 }.cssgrid #wze932 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }#wze937 { --gtr:3 }.cssgrid #wze937 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }#wze927 { --gtr:3 }.cssgrid #wze927 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze929 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze928 { margin:  89px 0px 19px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze931 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 1.91667px }.cssgrid #wze930 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze933 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze936 { margin:  89px 0px 19px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze935 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 1.91667px }.cssgrid #wze934 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze939 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze938 { margin:  89px 0px 18px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze941 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 1.91667px }.cssgrid #wze940 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze943 { margin:  15px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze946 { margin:  89px 0px 16px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze945 { margin:  0px 0px 14px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 1.91667px }.cssgrid #wze944 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze923 { margin:  51px 0px 21px 0px; grid-area: 1 / 1 / 2 / 2; }#wze921 { --gtr:1 }.cssgrid #wze921 { margin:  0px 0px 114px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze924 { margin:  0px 0px 120px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze925 { margin:  0px 0px 51px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze922 { margin:  10px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }#wze910 { --gtr:1 }.cssgrid #wze910 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze909 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze908 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze913 { margin:  68px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1052 { --gtr:2 }.cssgrid #wze1052 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1054 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1053 { margin:  0px 0px 67px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1058 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1048 { margin:  87px 0px 87px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1051 { margin:  135px 0px 104px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1050 { margin:  0px 0px 135px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1043 { margin:  78px 0px 78px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1046 { margin:  87px 0px 18px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1045 { margin:  0px 0px 87px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1038 { margin:  78px 0px 78px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1056 { margin:  78px 0px 36px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1055 { margin:  0px 0px 78px 0px; grid-area: 2 / 1 / 3 / 2; }#wze1059 { --gtr:2 }.cssgrid #wze1059 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1061 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1060 { margin:  0px 0px 27px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1066 { margin:  93px 0px 9px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1064 { margin:  94px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1033 { margin:  0px 0px 83px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1035 { margin:  0px 0px 93px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze1062 { margin:  110px 0px 44px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1063 { margin:  0px 0px 110px 0px; grid-area: 2 / 1 / 3 / 2; }#wze1130 { --gtr:1 }.cssgrid #wze1130 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1131 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1128 { --gtr:1 }.cssgrid #wze1128 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1129 { margin:  10px 0px 1492px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:4 }#wz-section-wzs65  { --gtr:2 }#wz-section-wzs69  { --gtr:6 }#wz-section-wzs70  { --gtr:3 }#wz-section-wzs71  { --gtr:1 }#wz-section-wzs72  { --gtr:2 }#wz-section-wzs73  { --gtr:3 }#wz-section-wzs75  { --gtr:4 }#wz-section-wzs74  { --gtr:1 }#wz-section-footer  { --gtr:6 }#wz-section-wzs81  { --gtr:1 }#wz-section-wzs64  { --gtr:4 }#wz-section-wzs78  { --gtr:1 }#wz-section-wzs67  { --gtr:1 }#wz-section-wzs79  { --gtr:1 }#wz-section-wzs66  { --gtr:1 }#wz-section-wzs80  { --gtr:2 }#wz-section-wzs68  { --gtr:1 }#wz-section-wzs91  { --gtr:0 }#wz-section-wzs86  { --gtr:2 }#wz-section-wzs87  { --gtr:2 }#wz-section-wzs88  { --gtr:2 }#wz-section-wzs89  { --gtr:2 }#wz-section-wzs90  { --gtr:2 }#wz-section-wzs99  { --gtr:1 }#wz-section-wzs98  { --gtr:2 }#wz-section-wzs97  { --gtr:2 }#wz-section-wzs106  { --gtr:0 }#wz-section-wzs105  { --gtr:3 }#wz-section-wzs104  { --gtr:11 }#wz-section-wzs103  { --gtr:1 }#wz-section-wzs102  { --gtr:1 }#wz-section-wzs100  { --gtr:3 }#wz-section-wzs112  { --gtr:1 }#wz-section-wzs111  { --gtr:2 }#wz-section-wzs110  { --gtr:1 }#wz-section-wzs109  { --gtr:1 }#wz-section-wzs113  { --gtr:1 }#wz-section-wzs108  { --gtr:1 }#wz-section-wzs123  { --gtr:1 }#wz-section-wzs124  { --gtr:1 }}@media only screen and (min-width : 1170px) {#wze787 { display:none; }#wze789 .wz-gallery.wz-gallery-grid li { width:390px;height:150px;padding:10px; }#wze625 { display:none; }#wze625 .wz-shop-product { width: calc(25% - 30px )}#wze795 .wz-list-root { width:calc( 33.333333333333% - ( 2 * 10px ) );margin:10px; }#wze805 .wz-gallery.wz-gallery-grid li { width:calc(100% / 3);height:163px;padding:10px; }#wze643 { display:none; }#wze643 .wz-shop-product { width: calc(25% - 30px )}#wze806 .wz-gallery.wz-gallery-grid li { width:380px;height:159px;padding:10px; }#wze652 { display:none; }#wze1132 .wz-shop-product { width: calc(100% - 30px )}#wze575 .wz-shop-product { width: calc(33.333333333333% - 30px )}#wze575 .wz-shop-top-bar { margin-right: 287px }#wze576 { display:none; }#wze732 .wz-shop-product { width: calc(25% - 30px )}#wze950 { display:none; }#wze952 { display:none; }#wze953 { display:none; }#wze957 { display:none; }#wze927 { display:none; }#wze932 { display:none; }#wze937 { display:none; }#wze942 { display:none; }#wze925 { display:none; }#wze1051 { display:none; }#wze1128 .wz-shop-product { width: calc(33.333333333333% - 30px )}#wze1128 .wz-shop-top-bar { margin-right: 287px }#wze1129 { display:none; }#wze559 { --gtr:1 }.cssgrid #wze559 { margin:  0px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze551 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 5 / 2; }#wze553 { --gtr:1 }.cssgrid #wze553 { margin:  23px 0px 3px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze786 { margin:  37px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze552 { margin:  40px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze594 { --gtr:3 }.cssgrid #wze594 { margin:  0px 0px 16px 0px; grid-area: 4 / 1 / 7 / 2; }#wze587 { --gtr:3 }.cssgrid #wze587 { margin:  7px 0px 0px 0px; grid-area: 4 / 1 / 6 / 2; }#wze563 { --gtr:1 }.cssgrid #wze563 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze560 { --gtr:1 }.cssgrid #wze560 { margin:  0px 0px -11px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze561 { margin:  5px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze562 { margin:  6px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze565 { margin:  4px 0px 12px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze564 { margin:  5px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze554 { --gtr:1 }.cssgrid #wze554 { margin:  5px 0px 5px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze556 { margin:  29px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze555 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze591 { margin:  -3px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 1px }.cssgrid #wze598 { margin:  0px 0px 9px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze592 { margin:  0px 0px -0.5694px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 0.916667px }.cssgrid #wze588 { margin:  0px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 1px }.cssgrid #wze601 { margin:  0px 0px 8px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze589 { margin:  0px 0px -0.083300000000001px 0px; grid-area: 3 / 1 / 4 / 2;min-height: 1px }.cssgrid #wze789 { margin:  2px 0px 1px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze614 { margin:  28px 0px 0px 0px; grid-area: 1 / 1 / 6 / 2; }.cssgrid #wze618 { margin:  29px 0px 0px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze610 { margin:  31px 0px 40px 0px; grid-area: 1 / 1 / 7 / 2; }.cssgrid #wze619 { margin:  73px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze611 { margin:  78px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze615 { margin:  88px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1067 { margin:  8px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze795 { margin:  0px 0px -0.30599999999998px 0px; grid-area: 2 / 1 / 3 / 2; }#wze627 { --gtr:2 }.cssgrid #wze627 { margin:  36px 0px 460px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze628 { margin:  7px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze629 { margin:  0px 0px 13px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1068 { margin:  27px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze805 { margin:  99px 0px 12px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1069 { margin:  41px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze806 { margin:  108px 0px 34px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1070 { margin:  15px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }#wze657 { --gtr:1 }.cssgrid #wze657 { margin:  0px 0px 39px 0px; grid-area: 2 / 1 / 3 / 2; }#wze663 { --gtr:1 }.cssgrid #wze663 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze666 { --gtr:1 }.cssgrid #wze666 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze669 { --gtr:1 }.cssgrid #wze669 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1071 { margin:  0px 0px 2px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze661 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze662 { margin:  248px 0px 2px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze664 { margin:  2px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze807 { margin:  249px 0px 1px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze667 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze808 { margin:  248px 0px 2px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze670 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze809 { margin:  249px 0px 1px 0px; grid-area: 1 / 1 / 3 / 2; }#wze644 { --gtr:5 }.cssgrid #wze644 { margin:  35px 0px 23px 0px; grid-area: 1 / 1 / 3 / 2; }#wze645 { --gtr:2 }.cssgrid #wze645 { margin:  36px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze646 { margin:  4px 0px 5px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze649 { margin:  116px 0px 3px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1073 { margin:  0px 0px 63px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze650 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze813 { margin:  37px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze812 { margin:  42px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze651 { margin:  43px 0px 57px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze811 { margin:  43px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze653 { margin:  0px 0px 62px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze447 { margin:  0px 0px 34px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 1px }#wze713 { --gtr:3 }.cssgrid #wze713 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }#wze699 { --gtr:3 }.cssgrid #wze699 { margin:  0px 0px 26px 0px; grid-area: 2 / 1 / 4 / 2; }#wze717 { --gtr:3 }.cssgrid #wze717 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 4 / 2; }#wze690 { --gtr:4 }.cssgrid #wze690 { margin:  4px 0px 0px 0px; grid-area: 2 / 1 / 5 / 2; }#wze700 { --gtr:1 }.cssgrid #wze700 { margin:  0px 0px 37px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze702 { margin:  0px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze703 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1.91667px }.cssgrid #wze704 { margin:  0px 0px 35px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze714 { margin:  0px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze715 { margin:  0px 0px 16px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1.91667px }.cssgrid #wze716 { margin:  0px 0px 35px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze718 { margin:  0px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze719 { margin:  0px 0px 17px 0px; grid-area: 2 / 1 / 3 / 2;min-height: 1.91667px }.cssgrid #wze720 { margin:  0px 0px 35px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze698 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 5 / 2;min-height: 350px }.cssgrid #wze694 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze696 { margin:  224px 0px 21px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 1.9875px }.cssgrid #wze697 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze701 { margin:  16px 0px 28px 0px; grid-area: 1 / 1 / 2 / 2; }#wze733 { --gtr:1 }.cssgrid #wze733 { margin:  12px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze734 { margin:  20px 0px 20px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1132 { margin:  4px 0px 574px 0px; grid-area: 1 / 1 / 5 / 2; }#wze739 { --gtr:2 }.cssgrid #wze739 { margin:  28px 0px 38px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze743 { margin:  0px 0px 9px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze744 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze740 { margin:  1px 0px 20px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze741 { margin:  0px 0px 22px 0px; grid-area: 2 / 1 / 3 / 2; }#wze725 { --gtr:1 }.cssgrid #wze725 { margin:  12px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze726 { margin:  20px 0px 19px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze575 { margin:  10px 0px 49px 0px; grid-area: 1 / 1 / 2 / 2; }#wze727 { --gtr:1 }.cssgrid #wze727 { margin:  12px 0px 9px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze728 { margin:  24px 0px 24px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze577 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }#wze729 { --gtr:1 }.cssgrid #wze729 { margin:  30px 0px 28px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze732 { margin:  0px 0px 16px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze731 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze730 { margin:  45px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 5px }.cssgrid #wze574 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze783 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze778 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze779 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze780 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze781 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze782 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }#wze896 { --gtr:5 }.cssgrid #wze896 { margin:  84px 0px 146px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze897 { margin:  0px 0px 14px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze899 { margin:  89px 0px 56px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze900 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze901 { margin:  0px 0px -0.18100000000004px 0px; grid-area: 4 / 1 / 5 / 2; }#wze892 { --gtr:3 }.cssgrid #wze892 { margin:  84px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }#wze884 { --gtr:3 }.cssgrid #wze884 { margin:  130px 0px 91px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze894 { margin:  0px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze893 { margin:  0px 0px 49px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze895 { margin:  0px 0px -0.33300000000003px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze902 { margin:  0px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze887 { margin:  0px 0px 16px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze886 { margin:  0px 0px -0.05600000000004px 0px; grid-area: 3 / 1 / 4 / 2; }#wze903 { --gtr:3 }.cssgrid #wze903 { margin:  33px 0px 67px 0px; grid-area: 1 / 1 / 3 / 2; }#wze872 { --gtr:3 }.cssgrid #wze872 { margin:  105px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze907 { margin:  0px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze905 { margin:  0px 0px 28px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze906 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze874 { margin:  0px 0px 28px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze873 { margin:  0px 0px 21px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze875 { margin:  0px 0px -0.45799999999997px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze970 { margin:  51px 0px 36px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze967 { margin:  0px 0px 65px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze968 { margin:  0px 0px 27px 0px; grid-area: 3 / 1 / 4 / 2; }#wze962 { --gtr:3 }.cssgrid #wze962 { margin:  51px 0px 61px 0px; grid-area: 1 / 1 / 2 / 2; }#wze993 { --gtr:3 }.cssgrid #wze993 { margin:  0px 0px 45px 0px; grid-area: 2 / 1 / 3 / 2; }#wze998 { --gtr:3 }.cssgrid #wze998 { margin:  0px 0px 38px 0px; grid-area: 3 / 1 / 4 / 2; }#wze1003 { --gtr:3 }.cssgrid #wze1003 { margin:  0px 0px 69px 0px; grid-area: 4 / 1 / 5 / 2; }#wze1008 { --gtr:3 }.cssgrid #wze1008 { margin:  0px 0px 19px 0px; grid-area: 5 / 1 / 6 / 2; }#wze1013 { --gtr:3 }.cssgrid #wze1013 { margin:  0px 0px 37px 0px; grid-area: 6 / 1 / 7 / 2; }#wze1018 { --gtr:3 }.cssgrid #wze1018 { margin:  0px 0px 34px 0px; grid-area: 7 / 1 / 8 / 2; }#wze956 { --gtr:1 }.cssgrid #wze956 { margin:  0px 0px 18px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze1023 { margin:  0px 0px 68px 0px; grid-area: 9 / 1 / 10 / 2; }#wze963 { --gtr:1 }.cssgrid #wze963 { margin:  0px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze965 { margin:  0px 0px 7px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze947 { margin:  0px 0px 33px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze964 { margin:  8px 0px 6px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze996 { margin:  0px 0px 22px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 38.5875px }.cssgrid #wze997 { margin:  9px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze995 { margin:  0px 0px 7px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze994 { margin:  0px 0px 6px 0px; grid-area: 4 / 1 / 5 / 2; }#wze1001 { --gtr:1 }.cssgrid #wze1001 { margin:  0px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1000 { margin:  0px 0px 8px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze999 { margin:  0px 0px 17px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1002 { margin:  9px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1006 { --gtr:1 }.cssgrid #wze1006 { margin:  0px 0px 22px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1005 { margin:  0px 0px 9px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1004 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1007 { margin:  8px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1011 { --gtr:1 }.cssgrid #wze1011 { margin:  0px 0px 22px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1010 { margin:  0px 0px 8px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1009 { margin:  0px 0px 10px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1012 { margin:  8px 0px 7px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1016 { --gtr:1 }.cssgrid #wze1016 { margin:  0px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1015 { margin:  0px 0px 8px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1014 { margin:  0px 0px 17px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1017 { margin:  9px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1021 { --gtr:1 }.cssgrid #wze1021 { margin:  0px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1020 { margin:  0px 0px 10px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1019 { margin:  0px 0px 10px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1022 { margin:  9px 0px 5px 0px; grid-area: 1 / 1 / 2 / 2; }#wze958 { --gtr:1 }.cssgrid #wze958 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze949 { margin:  4px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze959 { margin:  10px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze923 { margin:  51px 0px 21px 0px; grid-area: 1 / 1 / 2 / 2; }#wze921 { --gtr:1 }.cssgrid #wze921 { margin:  0px 0px 114px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze924 { margin:  0px 0px 342px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze922 { margin:  10px 0px 8px 0px; grid-area: 1 / 1 / 2 / 2; }#wze910 { --gtr:1 }.cssgrid #wze910 { margin:  90px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze909 { margin:  0px 0px 3px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze908 { margin:  0px 0px 505px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze913 { margin:  68px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }#wze1052 { --gtr:2 }.cssgrid #wze1052 { margin:  154px 0px -36px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1054 { margin:  32px 0px 35px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1053 { margin:  0px 0px 69px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1058 { margin:  226px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1048 { margin:  87px 0px 29px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1050 { margin:  290px 0px 58px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1043 { margin:  78px 0px -4px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1046 { margin:  87px 0px 18px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1045 { margin:  0px 0px 116px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1038 { margin:  78px 0px 223px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1056 { margin:  78px 0px 36px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1055 { margin:  0px 0px 202px 0px; grid-area: 2 / 1 / 3 / 2; }#wze1059 { --gtr:2 }.cssgrid #wze1059 { margin:  210px 0px -39px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1061 { margin:  22px 0px 35px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1060 { margin:  0px 0px 29px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze1066 { margin:  93px 0px 9px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze1064 { margin:  94px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1033 { margin:  0px 0px 83px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze1035 { margin:  0px 0px 39px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze1062 { margin:  110px 0px 44px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1063 { margin:  0px 0px 291px 0px; grid-area: 2 / 1 / 3 / 2; }#wze1130 { --gtr:1 }.cssgrid #wze1130 { margin:  12px 0px 11px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1131 { margin:  19px 0px 20px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze1128 { margin:  10px 0px 49px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:3 }#wz-section-wzs65  { --gtr:1 }#wz-section-wzs69  { --gtr:1 }#wz-section-wzs70  { --gtr:2 }#wz-section-wzs71  { --gtr:1 }#wz-section-wzs72  { --gtr:1 }#wz-section-wzs73  { --gtr:1 }#wz-section-wzs75  { --gtr:3 }#wz-section-wzs74  { --gtr:1 }#wz-section-footer  { --gtr:3 }#wz-section-wzs81  { --gtr:1 }#wz-section-wzs64  { --gtr:5 }#wz-section-wzs78  { --gtr:1 }#wz-section-wzs67  { --gtr:1 }#wz-section-wzs79  { --gtr:1 }#wz-section-wzs66  { --gtr:1 }#wz-section-wzs80  { --gtr:2 }#wz-section-wzs68  { --gtr:1 }#wz-section-wzs91  { --gtr:0 }#wz-section-wzs86  { --gtr:1 }#wz-section-wzs87  { --gtr:1 }#wz-section-wzs88  { --gtr:1 }#wz-section-wzs89  { --gtr:1 }#wz-section-wzs90  { --gtr:1 }#wz-section-wzs99  { --gtr:1 }#wz-section-wzs98  { --gtr:1 }#wz-section-wzs97  { --gtr:1 }#wz-section-wzs106  { --gtr:0 }#wz-section-wzs105  { --gtr:3 }#wz-section-wzs104  { --gtr:9 }#wz-section-wzs103  { --gtr:0 }#wz-section-wzs102  { --gtr:1 }#wz-section-wzs100  { --gtr:3 }#wz-section-wzs112  { --gtr:1 }#wz-section-wzs111  { --gtr:1 }#wz-section-wzs110  { --gtr:1 }#wz-section-wzs109  { --gtr:1 }#wz-section-wzs113  { --gtr:1 }#wz-section-wzs108  { --gtr:1 }#wz-section-wzs123  { --gtr:1 }#wz-section-wzs124  { --gtr:1 }}