.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:255, 255, 255;--color_1_2:243, 243, 243;--color_1_3:204, 204, 204;--color_1_4:163, 163, 163;--color_1_5:153, 153, 153;--color_2_1:102, 102, 102;--color_2_2:68, 68, 68;--color_2_3:49, 49, 49;--color_2_4:26, 26, 26;--color_2_5:0, 0, 0;--color_3_1:89, 97, 109;--color_3_2:70, 79, 93;--color_3_3:49, 59, 75;--color_3_4:36, 41, 56;--color_3_5:25, 34, 52;--color_4_1:192, 224, 135;--color_4_2:185, 221, 122;--color_4_3:158, 208, 72;--color_4_4:177, 217, 107;--color_4_5:168, 213, 90;--color_5_1:215, 183, 170;--color_5_2:211, 175, 161;--color_5_3:195, 145, 125;--color_5_4:206, 166, 150;--color_5_5:201, 156, 138;}
                          .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;
                            }
                        #wze370 { top:31.5px;left:560px;width:600px;height:40px;z-index:1001; }.wzc94 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc94  .wz-menu.wz-classic-menu > li .sub-menu { background-color:rgb(255, 255, 255); }.wzc94  .wz-menu > li { padding-left:0px; }.wzc94  .wz-menu li > a { padding:0px 15px;font-family:courier_new;font-size:16px;color:rgb(255, 255, 255); }.wzc94  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(255, 255, 255); }.wzc94  .wz-menu > li > a:before { content:'';display:inline-block;position:absolute;transition:width 0.3s;width:0px;height:3px;background-color:rgb(255, 255, 255);left:0px;bottom:0px; }.wzc94 .wz-menu.wz-mega-menu > li > a:hover:before { width:100%; }.wzc94  .wz-menu.wz-classic-menu > li:hover > a:before { width:100%; }.wzc94  .wz-menu > li.active > a:before { width:100%; }.wzc94  .wz-menu .sub-menu li > a { padding:5px 15px;color:#fff; }.wzc94 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc94  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:#50767a; }.wzc94  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:#fff; }.wzc94  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc94 {  }.wzc94-list { background-color:rgb(0, 0, 0); }.wzc94-mobile {  }#wze380 { top:35.3px;left:56.5333px;width:180px;height:34.4px;z-index:1001;text-align:left; }.wzc7 { height:auto; }.wzc7-text { width:100%;height:auto; }#wze418 { top:31px;left:11.9667px;width:41px;height:41px;z-index:1001; }.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; }#wze418 .wzc2-img-inner { object-fit:cover; }#wz-section-header { height:103px;--section-height:103px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-full { background-color:rgb(0, 0, 0);background:; }.wzc-section-header-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze360 { top:121.8px;left:278.5px;width:613px;height:613px;z-index:1000; }.wzc89-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;pointer-events:none;z-index:1; }.wzc89-container { width:100%;height:100%;position:relative;overflow:hidden; }#wz-section-wzs17 { height:1312px;--section-height:1312px; }.wzc-section-wzs17 {  }#wze383 { top:23.2px;left:101.5px;width:967px;height:54.4px;z-index:1002;text-align:center; }#wz-section-wzs36 { height:100.8px;--section-height:100.8px; }.wzc-section-wzs36 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs36-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs36-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze409 { top:95.55px;left:232.917px;width:698.15px;height:555px;z-index:1000; }#wze409 .wzc2-img-inner { object-fit:cover; }#wze410 { top:169px;left:193.7px;width:967px;height:29.6px;z-index:1002;text-align:center; }#wze411 { top:260px;left:9.7px;width:893px;height:29.6px;z-index:1002;text-align:center; }#wze412 { top:354.6px;left:259.033px;width:877px;height:29.6px;z-index:1002;text-align:center; }#wze413 { top:444.6px;left:6.03333px;width:949px;height:29.6px;z-index:1002;text-align:center; }#wze414 { top:536.6px;left:244.033px;width:909px;height:29.6px;z-index:1002;text-align:center; }#wze416 { top:67.05px;left:101.5px;width:967px;height:36.8px;z-index:1002;text-align:center; }#wze417 { top:630.6px;left:11.0333px;width:967px;height:29.6px;z-index:1002;text-align:center; }#wz-section-wzs42 { height:748.9px;--section-height:748.9px; }#wze419 { top:20px;left:101.5px;width:967px;height:108.8px;z-index:1002;text-align:center; }#wz-section-wzs43 { height:148.8px;--section-height:148.8px; }.wzc-section-wzs43 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs43-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs43-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze420 { top:53px;left:101.5px;width:967px;height:29.6px;z-index:1002;text-align:center; }#wze421 { top:994.4px;left:101.5px;width:967px;height:22.4px;z-index:1002;text-align:center; }#wz-section-wzs44 { height:1059.4px;--section-height:1059.4px; }#wze423 { top:95.2px;left:86.5px;width:967px;height:32.8px;z-index:1002;text-align:center; }#wze425 { top:251.9px;left:-98.1833px;width:967px;height:49.6px;z-index:1002;text-align:center; }#wze427 { top:430.6px;left:-99.1333px;width:967px;height:49.6px;z-index:1002;text-align:center; }#wze428 { top:330.517px;left:456.433px;width:120.433px;height:150.567px;z-index:1004; }#wze428 .wzc2-img-inner { object-fit:cover; }#wze429 { top:151.017px;left:456.433px;width:120.433px;height:150.567px;z-index:1004; }#wze429 .wzc2-img-inner { object-fit:cover; }#wze437 { top:150.8px;left:603.467px;width:549px;height:332.8px;z-index:1002;text-align:left; }#wze442 { top:270.2px;left:256px;width:191px;height:30px;z-index:1005; }.wzc139:hover .wzc139-bg { background-color:rgba(255, 255, 255, 0); }.wzc139:hover .wzc139-content { color:rgb(195, 145, 125); }.wzc139:hover {  }.wzc139-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-radius:0px;box-shadow:none; }.wzc139-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:iransans;font-size:21px;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(0, 0, 0); }#wze443 { top:450.4px;left:250px;width:200.367px;height:30px;z-index:1005; }#wze878 { top:547.3px;left:113px;width:795px;height:25.6px;z-index:1002;text-align:left; }#wz-section-wzs45 { height:638.9px;--section-height:638.9px; }.wzc-section-wzs45 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs45-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs45-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze879 { top:41px;left:483.75px;width:202.5px;height:45px;z-index:1005; }.wzc219:hover .wzc219-bg { background-color:rgba(255, 255, 255, 0); }.wzc219:hover .wzc219-content { color:rgb(195, 145, 125); }.wzc219:hover {  }.wzc219-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-radius:0px;box-shadow:none; }.wzc219-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:iransans;font-size:21px;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(255, 255, 255); }#wz-section-footer { height:127px;--section-height:127px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full { background-color:rgb(0, 0, 0);background:; }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-wzs35 { height:200px;--section-height:200px; }#wze346 { top:30px;left:15px;width:848px;height:499px;z-index:1000; }.wzc67-root .wzc67-root-container .wzc67-root-container-header .wzc67-root-container-header-title {  }.wzc67-root .wzc67-root-container .wzc67-root-container-header {  }.wzc67-root .wzc67-root-container .wzc67-root-container-submitBoxHeader .wzc67-root-container-submitBoxHeader-submitButtonHeader {  }.wzc67-root .wzc67-root-container .wzc67-root-container-submitBoxHeader {  }.wzc67-root .wzc67-root-container {  }.wzc67-root .wzc67-root-accountContainer .wzc67-root-accountContainer-accountItem .wzc67-root-accountContainer-accountItem-accountItemLabel {  }.wzc67-root .wzc67-root-accountContainer .wzc67-root-accountContainer-accountItem .wzc67-root-accountContainer-accountItem-accountItemInputBox .wzc67-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc67-root .wzc67-root-accountContainer .wzc67-root-accountContainer-accountItem .wzc67-root-accountContainer-accountItem-accountItemInputBox .wzc67-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc67-root .wzc67-root-accountContainer .wzc67-root-accountContainer-accountItem .wzc67-root-accountContainer-accountItem-accountItemInputBox {  }.wzc67-root .wzc67-root-accountContainer .wzc67-root-accountContainer-accountItem {  }.wzc67-root .wzc67-root-accountContainer {  }.wzc67-root .wzc67-root-companyHeaderContainer .wzc67-root-companyHeaderContainer-companyHeader .wzc67-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc67-root .wzc67-root-companyHeaderContainer .wzc67-root-companyHeaderContainer-companyHeader {  }.wzc67-root .wzc67-root-companyHeaderContainer {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyInfoCheck .wzc67-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyInfoCheck .wzc67-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc67-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyInfoCheck .wzc67-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc67-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyInfoCheck .wzc67-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc67-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyInfoCheck .wzc67-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc67-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyInfoCheck .wzc67-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyInfoCheck {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyItemBox .wzc67-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyItemBox .wzc67-root-companyInfo-companyItemBox-companyInputBox .wzc67-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyItemBox .wzc67-root-companyInfo-companyItemBox-companyInputBox .wzc67-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyItemBox .wzc67-root-companyInfo-companyItemBox-companyInputBox {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyItemBox {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyInfoCancelLabel .wzc67-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyInfoCancelLabel .wzc67-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyInfoCancelLabel .wzc67-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyInfoCancelLabel .wzc67-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc67-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc67-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyInfoCancelLabel .wzc67-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc67-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyInfoCancelLabel .wzc67-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc67-root .wzc67-root-companyInfo .wzc67-root-companyInfo-companyInfoCancelLabel {  }.wzc67-root .wzc67-root-companyInfo {  }.wzc67-root .wzc67-root-submitBoxFooter .wzc67-root-submitBoxFooter-submitButtonFooter {  }.wzc67-root .wzc67-root-submitBoxFooter {  }.wzc67-root {  }.wzc67  .wz-profile-account-root { text-align:right; }.wzc67  .wz-profile-account-header-container { margin-bottom:20px; }.wzc67  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc67  .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; }.wzc67  .wz-profile-account-container:hover { border-radius:20px; }.wzc67  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc67  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc67  .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; }.wzc67  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc67  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc67  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc67  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc67  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc67  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc67  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc67  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc67  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc67 {  }.wzc66:hover .wzc66-bg { background-color:#ffd9d5; }.wzc66:hover .wzc66-content { color:#E74C3C; }.wzc66:hover {  }.wzc66-bg:after {  }.wzc66-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc66-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; }#wze351 { top:30px;left:893px;width:262px;height:565px;z-index:1000; }.wzc80-root .wzc80-root-infoBox .wzc80-root-infoBox-userImageBox .wzc80-root-infoBox-userImageBox-userImage {  }.wzc80-root .wzc80-root-infoBox .wzc80-root-infoBox-userImageBox {  }.wzc80-root .wzc80-root-infoBox .wzc80-root-infoBox-userInfo .wzc80-root-infoBox-userInfo-userName {  }.wzc80-root .wzc80-root-infoBox .wzc80-root-infoBox-userInfo .wzc80-root-infoBox-userInfo-userEmail {  }.wzc80-root .wzc80-root-infoBox .wzc80-root-infoBox-userInfo .wzc80-root-infoBox-userInfo-editInfo .wzc80-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc80-root .wzc80-root-infoBox .wzc80-root-infoBox-userInfo .wzc80-root-infoBox-userInfo-editInfo .wzc80-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc80-root .wzc80-root-infoBox .wzc80-root-infoBox-userInfo .wzc80-root-infoBox-userInfo-editInfo {  }.wzc80-root .wzc80-root-infoBox .wzc80-root-infoBox-userInfo {  }.wzc80-root .wzc80-root-infoBox {  }.wzc80-root .wzc80-root-items .wzc80-root-items-item .wzc80-root-items-item-itemBox .wzc80-root-items-item-itemBox-itemIcon {  }.wzc80-root .wzc80-root-items .wzc80-root-items-item .wzc80-root-items-item-itemBox .wzc80-root-items-item-itemBox-itemName {  }.wzc80-root .wzc80-root-items .wzc80-root-items-item .wzc80-root-items-item-itemBox {  }.wzc80-root .wzc80-root-items .wzc80-root-items-item {  }.wzc80-root .wzc80-root-items .wzc80-root-items-more {  }.wzc80-root .wzc80-root-items {  }.wzc80-root .wzc80-root-logoutBox .wzc80-root-logoutBox-logout .wzc80-root-logoutBox-logout-logoutLabel {  }.wzc80-root .wzc80-root-logoutBox .wzc80-root-logoutBox-logout {  }.wzc80-root .wzc80-root-logoutBox {  }.wzc80-root {  }.wzc80  .wz-profile-menu-user-info { gap:2px; }.wzc80  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc80  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc80  .wz-profile-menu-info-box:hover {  }.wzc80  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc80  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc80  .wz-profile-menu-user-name:hover {  }.wzc80  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc80  .wz-profile-menu-user-email:hover {  }.wzc80  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc80  .wz-profile-menu-edit-info:hover {  }.wzc80  .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); }.wzc80  .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; }.wzc80  .wz-profile-menu-items:hover {  }.wzc80  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc80  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc80  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc80  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc80  .wz-profile-menu-item-box:hover {  }.wzc80  .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%; }.wzc80  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc80  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc80  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc80  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc80  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc80  .wz-profile-menu-more:after { color:#808080; }.wzc80 {  }#wz-section-wzs30 { height:625px;--section-height:625px; }#wze347 { top:30px;left:15px;width:848px;height:848px;z-index:1000; }.wzc71-header .wzc71-header-title {  }.wzc71-header .wzc71-header-removeButton {  }.wzc71-header .wzc71-header-addToCartButton {  }.wzc71-header {  }.wzc71-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; }.wzc71-pagination .wzc71-pagination-paginationButton {  }.wzc71-pagination {  }.wzc71  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc71  .wz-profile-favorites-header-text:hover {  }.wzc71  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc71  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc71  .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; }.wzc71  .wz-profile-favorite-item:hover {  }.wzc71  .wz-profile-favorite-item-image { object-fit:contain; }.wzc71  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc71  .wz-profile-favorite-item-title:hover {  }.wzc71  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc71  .wz-profile-favorite-item-price:hover {  }.wzc71  .wz-profile-favorite-item-add { height:30px; }.wzc71  .wz-profile-favorite-item-remove { height:30px; }.wzc71  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc71  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc71  .wz-profile-favorites-no-results-first-text:hover {  }.wzc71  .wz-profile-favorites-no-results-second-text:hover {  }.wzc71 {  }.wzc68:hover .wzc68-bg { background-color:#E74C3C; }.wzc68:hover .wzc68-content { font-size:10px;color:#fff; }.wzc68:hover {  }.wzc68-bg:after {  }.wzc68-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc68-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; }.wzc69:hover .wzc69-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc69:hover .wzc69-content { font-size:10px;color:#fff; }.wzc69:hover {  }.wzc69-bg:after {  }.wzc69-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc69-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; }.wzc70:hover .wzc70-bg:after { width:90%;opacity:1; }.wzc70:hover .wzc70-bg {  }.wzc70:hover .wzc70-content { color:#fff; }.wzc70:hover {  }.wzc70-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%); }.wzc70-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; }.wzc70-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-wzs31 { height:908px;--section-height:908px; }#wze348 { top:30px;left:15px;width:848px;height:341px;z-index:1000; }.wzc72-root .wzc72-root-header .wzc72-root-header-title {  }.wzc72-root .wzc72-root-header .wzc72-root-header-options .wzc72-root-header-options-optionsList .wzc72-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc72-root .wzc72-root-header .wzc72-root-header-options .wzc72-root-header-options-optionsList {  }.wzc72-root .wzc72-root-header .wzc72-root-header-options {  }.wzc72-root .wzc72-root-header {  }.wzc72-root .wzc72-root-orders .wzc72-root-orders-ordersHeader .wzc72-root-orders-ordersHeader-ordersHeaderItem .wzc72-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc72-root .wzc72-root-orders .wzc72-root-orders-ordersHeader .wzc72-root-orders-ordersHeader-ordersHeaderItem {  }.wzc72-root .wzc72-root-orders .wzc72-root-orders-ordersHeader {  }.wzc72-root .wzc72-root-orders {  }.wzc72-root .wzc72-root-pagination .wzc72-root-pagination-paginationButton {  }.wzc72-root .wzc72-root-pagination {  }.wzc72-root {  }.wzc72  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc72  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc72  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc72  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc72  .wz-profile-orders-order-items-header { width:80%; }.wzc72  .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); }.wzc72  .wz-profile-orders-order-details { width:80%; }.wzc72  .wz-profile-orders-order-buttons { width:20%; }.wzc72  .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); }.wzc72  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc72  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc72  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc72  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc72  .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; }.wzc72  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc72  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc72  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc72 {  }#wz-section-wzs32 { height:503px;--section-height:503px; }#wze349 { top:30px;left:15px;width:848px;height:648px;z-index:1000; }.wzc75-root .wzc75-root-header .wzc75-root-header-title {  }.wzc75-root .wzc75-root-header .wzc75-root-header-headerButtons .wzc75-root-header-headerButtons-reorderButton {  }.wzc75-root .wzc75-root-header .wzc75-root-header-headerButtons .wzc75-root-header-headerButtons-receiptButton {  }.wzc75-root .wzc75-root-header .wzc75-root-header-headerButtons {  }.wzc75-root .wzc75-root-header {  }.wzc75-root .wzc75-root-body .wzc75-root-body-information .wzc75-root-body-information-mainInformation .wzc75-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc75-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc75-root .wzc75-root-body .wzc75-root-body-information .wzc75-root-body-information-mainInformation .wzc75-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc75-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc75-root .wzc75-root-body .wzc75-root-body-information .wzc75-root-body-information-mainInformation .wzc75-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc75-root .wzc75-root-body .wzc75-root-body-information .wzc75-root-body-information-mainInformation {  }.wzc75-root .wzc75-root-body .wzc75-root-body-information .wzc75-root-body-information-userInformation .wzc75-root-body-information-userInformation-userInformation{{ item.name }} .wzc75-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc75-root .wzc75-root-body .wzc75-root-body-information .wzc75-root-body-information-userInformation .wzc75-root-body-information-userInformation-userInformation{{ item.name }} .wzc75-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc75-root .wzc75-root-body .wzc75-root-body-information .wzc75-root-body-information-userInformation .wzc75-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc75-root .wzc75-root-body .wzc75-root-body-information .wzc75-root-body-information-userInformation {  }.wzc75-root .wzc75-root-body .wzc75-root-body-information .wzc75-root-body-information-paymentInformation .wzc75-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc75-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc75-root .wzc75-root-body .wzc75-root-body-information .wzc75-root-body-information-paymentInformation .wzc75-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc75-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc75-root .wzc75-root-body .wzc75-root-body-information .wzc75-root-body-information-paymentInformation .wzc75-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc75-root .wzc75-root-body .wzc75-root-body-information .wzc75-root-body-information-paymentInformation {  }.wzc75-root .wzc75-root-body .wzc75-root-body-information {  }.wzc75-root .wzc75-root-body .wzc75-root-body-orderInformation .wzc75-root-body-orderInformation-orderInformationHeader .wzc75-root-body-orderInformation-orderInformationHeader-orderName .wzc75-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc75-root .wzc75-root-body .wzc75-root-body-orderInformation .wzc75-root-body-orderInformation-orderInformationHeader .wzc75-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc75-root .wzc75-root-body .wzc75-root-body-orderInformation .wzc75-root-body-orderInformation-orderInformationHeader .wzc75-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc75-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc75-root .wzc75-root-body .wzc75-root-body-orderInformation .wzc75-root-body-orderInformation-orderInformationHeader .wzc75-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc75-root .wzc75-root-body .wzc75-root-body-orderInformation .wzc75-root-body-orderInformation-orderInformationHeader .wzc75-root-body-orderInformation-orderInformationHeader-orderCount .wzc75-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc75-root .wzc75-root-body .wzc75-root-body-orderInformation .wzc75-root-body-orderInformation-orderInformationHeader .wzc75-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc75-root .wzc75-root-body .wzc75-root-body-orderInformation .wzc75-root-body-orderInformation-orderInformationHeader .wzc75-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc75-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc75-root .wzc75-root-body .wzc75-root-body-orderInformation .wzc75-root-body-orderInformation-orderInformationHeader .wzc75-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc75-root .wzc75-root-body .wzc75-root-body-orderInformation .wzc75-root-body-orderInformation-orderInformationHeader .wzc75-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc75-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc75-root .wzc75-root-body .wzc75-root-body-orderInformation .wzc75-root-body-orderInformation-orderInformationHeader .wzc75-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc75-root .wzc75-root-body .wzc75-root-body-orderInformation .wzc75-root-body-orderInformation-orderInformationHeader {  }.wzc75-root .wzc75-root-body .wzc75-root-body-orderInformation {  }.wzc75-root .wzc75-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc75-root .wzc75-root-support .wzc75-root-support-supportImage {  }.wzc75-root .wzc75-root-support .wzc75-root-support-supportTextBox .wzc75-root-support-supportTextBox-supportQuestion {  }.wzc75-root .wzc75-root-support .wzc75-root-support-supportTextBox .wzc75-root-support-supportTextBox-supportMessage {  }.wzc75-root .wzc75-root-support .wzc75-root-support-supportTextBox {  }.wzc75-root .wzc75-root-support {  }.wzc75-root {  }.wzc75  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc75  .wz-profile-order-details-header { padding-bottom:20px; }.wzc75  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc75  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc75  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc75  .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; }.wzc75  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc75  .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); }.wzc75  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc75  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc75  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc75  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc75  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc75  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc75  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc75  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc75  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc75  .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); }.wzc75  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc75  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc75  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc75  .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; }.wzc75  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc75  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc75  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc75  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc75  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc75  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc75  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc75  .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); }.wzc75  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc75  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc75  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc75  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc75 {  }.wzc73:hover .wzc73-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc73:hover .wzc73-content { color:#E74C3C; }.wzc73:hover {  }.wzc73-bg:after {  }.wzc73-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); }.wzc73-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; }.wzc74:hover .wzc74-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc74:hover .wzc74-content { color:rgb(117,117,117); }.wzc74:hover {  }.wzc74-bg:after {  }.wzc74-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); }.wzc74-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-wzs33 { height:708px;--section-height:708px; }#wze350 { top:30px;left:15px;width:848px;height:541px;z-index:1000; }.wzc79-header .wzc79-header-title {  }.wzc79-header .wzc79-header-headerButton {  }.wzc79-header .wzc79-header-editButton {  }.wzc79-header .wzc79-header-removeButton {  }.wzc79-header {  }.wzc79-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; }.wzc79-pagination .wzc79-pagination-paginationButton {  }.wzc79-pagination {  }.wzc79  .wz-profile-addresses-header { margin-bottom:30px; }.wzc79  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc79  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc79  .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; }.wzc79  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc79  .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); }.wzc79  .wz-profile-address-item:hover { border-radius:20px; }.wzc79  .wz-profile-address-location { width:100%;height:200px; }.wzc79  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc79  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc79  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc79  .wz-profile-address-full:hover {  }.wzc79  .wz-profile-address-summary { justify-content:start; }.wzc79  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc79  .wz-profile-address-summary-location p:hover {  }.wzc79  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc79  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc79  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc79  .wz-profile-address-summary-postal-code p:hover {  }.wzc79  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc79  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc79  .wz-profile-address-transferee { text-align:right; }.wzc79  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc79  .wz-profile-address-transferee p:hover {  }.wzc79  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc79  .wz-profile-address-remove-button { height:30px; }.wzc79  .wz-profile-address-edit-button { height:30px; }.wzc79  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc79  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc79  .wz-profile-addresses-no-results-first-text:hover {  }.wzc79  .wz-profile-addresses-no-results-second-text:hover {  }.wzc79 {  }.wzc76:hover .wzc76-bg { background-color:#E74C3C; }.wzc76:hover .wzc76-content { font-size:12px;color:#ffd9d5; }.wzc76:hover {  }.wzc76-bg:after {  }.wzc76-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc76-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; }.wzc77:hover .wzc77-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc77:hover .wzc77-content { font-size:11px;color:#a1a1a1; }.wzc77:hover {  }.wzc77-bg:after {  }.wzc77-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc77-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; }.wzc78:hover .wzc78-bg { background-color:#E74C3C; }.wzc78:hover .wzc78-content { font-size:11px;color:#fff; }.wzc78:hover {  }.wzc78-bg:after {  }.wzc78-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc78-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-wzs34 { height:601px;--section-height:601px; }#wze507 { top:45.0667px;left:15px;width:473px;height:40px;z-index:1001; }#wze509 { top:47.8667px;left:973px;width:180px;height:34.4px;z-index:1001;text-align:left; }#wz-section-wzs50 { height:132.117px;--section-height:132.117px; }.wzc-section-wzs50 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs50-full { background:;background-color:rgb(0, 0, 0); }.wzc-section-wzs50-full-style {  }.wzc-section-wzs50-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze467 { top:415.633px;left:138px;width:462px;height:201.6px;z-index:1000;text-align:right; }#wze469 { top:79.25px;left:667.033px;width:456.967px;height:603.567px;z-index:1000; }.wzc146-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:10px; }.wzc146-img .wzc146-img-inner { width:100%;height:100%;float:left; }.wzc146-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:10px; }.wzc146 .wzc146-img .wzc146-img-inner { filter:contrast(100%) brightness(100%) saturate(1) blur(0px);mix-blend-mode:multiply; }.wzc146 .wzc146-img { background-color:rgba(49, 49, 49, 0.4); }.wzc146 {  }#wze469 .wzc146-img-inner { object-fit:cover; }#wze510 { top:127.1px;left:82.6833px;width:226.933px;height:120px;z-index:1000;text-align:left; }#wze511 { top:126.3px;left:350.683px;width:226.933px;height:120px;z-index:1000;text-align:right; }#wz-section-wzs58 { height:1046.08px;--section-height:1046.08px; }#wze518 { top:43.0667px;left:15px;width:473px;height:40px;z-index:1001; }#wze519 { top:45.8667px;left:973px;width:180px;height:34.4px;z-index:1001;text-align:left; }#wz-section-wzs60 { height:135.117px;--section-height:135.117px; }.wzc-section-wzs60 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs60-full { background:;background-color:rgb(0, 0, 0); }.wzc-section-wzs60-full-style {  }.wzc-section-wzs60-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze516 { top:367.633px;left:155px;width:445px;height:259.2px;z-index:1000;text-align:right; }#wze517 { top:88.7167px;left:678.033px;width:474.967px;height:603.567px;z-index:1000; }#wze517 .wzc146-img-inner { object-fit:cover; }#wze520 { top:117.1px;left:82.6833px;width:316.933px;height:120px;z-index:1000;text-align:left; }#wze521 { top:116.3px;left:325.683px;width:277.933px;height:120px;z-index:1000;text-align:right; }#wz-section-wzs61 { height:1087.68px;--section-height:1087.68px; }#wze599 { top:16.0667px;left:15px;width:600px;height:40px;z-index:1001; }#wze600 { top:18.8667px;left:973px;width:180px;height:34.4px;z-index:1001;text-align:left; }#wze670 { top:13.5667px;left:931.5px;width:41px;height:41px;z-index:1001; }#wze670 .wzc2-img-inner { object-fit:cover; }#wz-section-wzs67 { height:72.1167px;--section-height:72.1167px; }.wzc-section-wzs67 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs67-full { background:;background-color:rgb(0, 0, 0); }.wzc-section-wzs67-full-style {  }.wzc-section-wzs67-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze808 { top:204.8px;left:33.4833px;width:147px;height:147.517px;z-index:1001; }.wzc206-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255);border-radius:10px; }.wzc206-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc206-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; }#wze809 { top:91.3333px;left:2px;width:145px;height:24.8px;z-index:1000;text-align:center; }#wze810 { top:3px;left:36.2667px;width:92.4375px;height:74px;z-index:1000; }.wzc205 {  }.wzc205-container .wzc205-container-number { background-color:transparent;font-size:66px;font-family:yekan_fa;line-height:100px;color:rgb(0, 0, 0);left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc205-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:rgba(255, 255, 255, 0);border-radius:0;text-align:center;vertical-align:middle;border-style:solid;border-width:0;border-color:#888888;box-sizing:border-box; }#wze811 { top:21.5px;left:22px;width:45px;height:72.8px;z-index:1000;text-align:center; }#wze812 { top:404.683px;left:33.4833px;width:147px;height:147.317px;z-index:1001; }#wze813 { top:91.3333px;left:2px;width:145px;height:24.8px;z-index:1000;text-align:center; }#wze814 { top:3px;left:41.2667px;width:92.4375px;height:74px;z-index:1000; }.wzc207 {  }.wzc207-container .wzc207-container-number { background-color:transparent;font-size:66px;font-family:yekan_fa;line-height:100px;color:rgb(0, 0, 0);left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc207-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:rgba(255, 255, 255, 0);border-radius:0;text-align:center;vertical-align:middle;border-style:solid;border-width:0;border-color:#888888;box-sizing:border-box; }#wze815 { top:21.5px;left:5px;width:45px;height:72.8px;z-index:1000;text-align:center; }#wze824 { top:604.683px;left:34.75px;width:147px;height:146.917px;z-index:1001; }#wze819 { top:89.0167px;left:1.26667px;width:145px;height:49.6px;z-index:1000;text-align:center; }#wze825 { top:3px;left:41.2667px;width:92.4375px;height:74px;z-index:1000; }.wzc210 {  }.wzc210-container .wzc210-container-number { background-color:transparent;font-size:66px;font-family:yekan_fa;line-height:100px;color:rgb(0, 0, 0);left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc210-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:rgba(255, 255, 255, 0);border-radius:0;text-align:center;vertical-align:middle;border-style:solid;border-width:0;border-color:#888888;box-sizing:border-box; }#wze826 { top:21.5px;left:5px;width:45px;height:72.8px;z-index:1000;text-align:center; }#wze828 { top:177.6px;left:244.533px;width:909px;height:60px;z-index:1000;text-align:right; }#wze840 { top:248.1px;left:387.617px;width:746px;height:520px;z-index:1001;text-align:right; }#wz-section-wzs68 { height:1139.6px;--section-height:1139.6px; }.wzc-section-wzs68 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs68-full { background:;background-color:rgb(0, 0, 0); }.wzc-section-wzs68-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze829 { top:48.3px;left:101.5px;width:967px;height:54.4px;z-index:1004;text-align:center; }#wze841 { top:0.4px;left:-631px;width:2432px;height:151px;z-index:1003; }.wzc214-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255); }.wzc214-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc214-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; }#wz-section-wzs86 { height:241.4px;--section-height:241.4px; }.wzc-section-wzs86 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs86-full { background:;background-color:rgb(0, 0, 0); }.wzc-section-wzs86-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze838 { top:21px;left:101.5px;width:967px;height:29.6px;z-index:1002;text-align:center; }#wze868 { top:1023.6px;left:114.5px;width:967px;height:22.4px;z-index:1002;text-align:center; }#wz-section-wzs85 { height:1113px;--section-height:1113px; }.wzc-section-wzs85 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs85-full { background:;background-color:rgb(0, 0, 0); }.wzc-section-wzs85-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze865 { top:0px;left:-654.167px;width:2432px;height:151px;z-index:1003; }#wze866 { top:49.9px;left:732.5px;width:967px;height:54.4px;z-index:1004;text-align:center; }#wz-section-wzs90 { height:242px;--section-height:242px; }.wzc-section-wzs90 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs90-full { background:;background-color:rgb(0, 0, 0); }.wzc-section-wzs90-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze839 { top:41.2px;left:122.867px;width:967px;height:29.6px;z-index:1002;text-align:center; }#wze867 { top:1028.6px;left:114.5px;width:967px;height:22.4px;z-index:1002;text-align:center; }#wz-section-wzs89 { height:1154.58px;--section-height:1154.58px; }.wzc-section-wzs89 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs89-full { background:;background-color:rgb(0, 0, 0); }.wzc-section-wzs89-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze870 { top:56px;left:-214.683px;width:513.183px;height:121px;z-index:1003; }#wze870 .wzc2-img-inner { object-fit:cover; }#wze872 { top:56px;left:298.967px;width:572.05px;height:121px;z-index:1003; }#wze872 .wzc2-img-inner { object-fit:cover; }#wze873 { top:56px;left:870.883px;width:571.2px;height:121px;z-index:1003; }#wze873 .wzc2-img-inner { object-fit:cover; }#wz-section-wzs87 { height:188px;--section-height:188px; }.wzc-section-wzs87 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs87-full { background:;background-color:rgb(255, 255, 255); }.wzc-section-wzs87-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze854 { top:458.1px;left:429.5px;width:311px;height:49.6px;z-index:1000;text-align:right; }#wz-section-wzs88 { height:965.8px;--section-height:965.8px; }#wze891 { top:49.5px;left:15px;width:473px;height:40px;z-index:1001; }#wze892 { top:52.3px;left:974px;width:180px;height:34.4px;z-index:1001;text-align:left; }#wz-section-wzs93 { height:139px;--section-height:139px; }.wzc-section-wzs93 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs93-full { background:;background-color:rgb(0, 0, 0); }.wzc-section-wzs93-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze880 { top:51px;left:53.9667px;width:468.65px;height:501.55px;z-index:1000; }#wze880 .wzc2-img-inner { object-fit:cover; }#wze881 { top:83.1px;left:601.15px;width:254px;height:89.6px;z-index:1001;text-align:left; }#wze882 { top:223px;left:601.15px;width:180px;height:24.8px;z-index:1001;text-align:left; }#wze883 { top:319.6px;left:601.15px;width:180px;height:22.4px;z-index:1001;text-align:left; }#wze884 { top:416.4px;left:602.15px;width:180px;height:22.4px;z-index:1001;text-align:left; }#wze886 { top:227.9px;left:726.383px;width:64px;height:16.8px;z-index:1002;text-align:left; }#wze887 { top:325px;left:705.533px;width:64px;height:16.8px;z-index:1002;text-align:left; }#wze888 { top:353.2px;left:601.15px;width:179px;height:16.8px;z-index:1002;text-align:left; }#wze889 { top:420.8px;left:657.5px;width:64px;height:16.8px;z-index:1002;text-align:left; }#wze890 { top:445px;left:601.15px;width:282px;height:22.4px;z-index:1003;text-align:left; }#wze893 { top:58.8px;left:13.3667px;width:552px;height:552px;z-index:1003; }#wze893 .wzc2-img-inner { object-fit:cover; }#wze895 { top:531.8px;left:600.2px;width:251px;height:59px;z-index:1000; }.wzc220  .wz-social-media-list { flex-flow:row-reverse nowrap;gap:5px; }.wzc220  .wz-social-media-icon { width:59px; }.wzc220  .wz-social-media-portal { flex-flow:column;gap:10px; }.wzc220  .wz-social-media-portal img { width:59px; }.wzc220  .wz-social-media-portal p { font-family:iransans_fa, sans-serif;font-size:13px;text-align:center;color:#313131; }.wzc220 {  }.wzc220-root .wzc220-root-list .wzc220-root-list-item .wzc220-root-list-item-link .wzc220-root-list-item-link-icon {  }.wzc220-root .wzc220-root-list .wzc220-root-list-item .wzc220-root-list-item-link {  }.wzc220-root .wzc220-root-list .wzc220-root-list-item {  }.wzc220-root .wzc220-root-list {  }.wzc220-root .wzc220-root-portal .wzc220-root-portal-portalIcon {  }.wzc220-root .wzc220-root-portal .wzc220-root-portal-portalText {  }.wzc220-root .wzc220-root-portal {  }.wzc220-root {  }#wze896 { top:255.8px;left:601.333px;width:179px;height:16.8px;z-index:1002;text-align:left; }#wz-section-wzs91 { height:874.8px;--section-height:874.8px; }.wzc-section-wzs91 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs91-full { background:;background-color:rgba(243, 243, 243, 0.2); }.wzc-section-wzs91-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze885 { top:40.4px;left:278px;width:614px;height:52.8px;z-index:1002;text-align:center; }#wz-section-wzs94 { height:133.6px;--section-height:133.6px; }.wzc-section-wzs94 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs94-full { background:;background-color:rgb(0, 0, 0); }.wzc-section-wzs94-full:after { background:;background-color:rgba(255, 255, 255, 0); }[data-page=p1] #wz-root-background { background-image:none;background-attachment:fixed;background-color:rgb(0, 0, 0);background-size:contain;background-repeat:no-repeat;background-position:bottom; }[data-page=p10] #wz-root-background { background-image:none;background-attachment:fixed;background-color:rgb(0, 0, 0);background-size:contain;background-repeat:no-repeat;background-position:bottom; }[data-page=p11] #wz-root-background { background-image:none;background-attachment:fixed;background-color:rgb(0, 0, 0);background-size:contain;background-repeat:no-repeat;background-position:bottom; }[data-page=p12] #wz-root-background { background-image:none;background-attachment:fixed;background-color:rgb(0, 0, 0);background-size:contain;background-repeat:no-repeat;background-position:bottom; }[data-page=p13] #wz-root-background { background-image:none;background-attachment:fixed;background-color:rgb(0, 0, 0);background-size:contain;background-repeat:no-repeat;background-position:bottom; }[data-page=p14] #wz-root-background { background-image:none;background-attachment:fixed;background-color:rgb(0, 0, 0);background-size:contain;background-repeat:no-repeat;background-position:bottom; }[data-page=p15] #wz-root-background { background-image:none;background-attachment:fixed;background-color:rgb(0, 0, 0);background-size:contain;background-repeat:no-repeat;background-position:bottom; }@media only screen and (max-width : 768px) {#wze370 { top:6.2px;left:418px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze380 { top:14px;left:41px;bottom:auto;right:auto;width:180px;height:34.4px;display:block;z-index:1000;text-align:left; }#wze418 { top:8.7px;left:0px;bottom:auto;right:auto;width:41px;height:41px;display:block;z-index:1000; }#wz-section-header { height:56.4px;--section-height:56.4px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze360 { top:0px;left:123.5px;bottom:auto;right:auto;width:221px;height:221px;display:block;z-index:1000; }#wz-section-wzs17 { height:221px;--section-height:221px; }.wzc-section-wzs17 { background:;background-color:rgb(255, 255, 255); }#wze383 { top:15px;left:30px;bottom:auto;right:auto;width:438px;height:108.8px;display:block;z-index:1000;text-align:center; }#wz-section-wzs36 { height:138.8px;--section-height:138.8px; }.wzc-section-wzs36 { background:;background-color:rgb(255, 255, 255); }#wze409 { top:66.8px;left:15px;bottom:auto;right:auto;width:438px;height:348.2px;display:block;z-index:1000; }#wze410 { top:430px;left:15px;bottom:auto;right:auto;width:438px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze411 { top:474.6px;left:9.7px;bottom:auto;right:auto;width:448.6px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze412 { top:519.2px;left:15px;bottom:auto;right:auto;width:438px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze413 { top:563.8px;left:6.03333px;bottom:auto;right:auto;width:455.933px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze414 { top:608.4px;left:15px;bottom:auto;right:auto;width:438px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze416 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:36.8px;display:block;z-index:1000;text-align:center; }#wze417 { top:653px;left:11.0333px;bottom:auto;right:auto;width:445.933px;height:29.6px;display:block;z-index:1000;text-align:center; }#wz-section-wzs42 { height:697.6px;--section-height:697.6px; }#wze419 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:108.8px;display:block;z-index:1000;text-align:center; }#wz-section-wzs43 { height:138.8px;--section-height:138.8px; }#wze420 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze421 { top:59.6px;left:15px;bottom:auto;right:auto;width:438px;height:22.4px;display:block;z-index:1000;text-align:center; }#wz-section-wzs44 { height:97.000036621094px;--section-height:97.000036621094px; }#wze423 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:32.8px;display:block;z-index:1000;text-align:center; }#wze425 { top:806.567px;left:15px;bottom:auto;right:auto;width:438px;height:49.6px;display:block;z-index:1000;text-align:center; }#wze427 { top:1036.73px;left:15px;bottom:auto;right:auto;width:438px;height:49.6px;display:block;z-index:1000;text-align:center; }#wze428 { top:871.167px;left:70.7833px;bottom:auto;right:auto;width:120.433px;height:150.567px;display:block;z-index:1000; }#wze429 { top:641px;left:173.783px;bottom:auto;right:auto;width:120.433px;height:150.567px;display:block;z-index:1000; }#wze437 { top:62.8px;left:15px;bottom:auto;right:auto;width:438px;height:563.2px;display:block;z-index:1000;text-align:left; }#wze442 { top:871.167px;left:206.217px;bottom:auto;right:auto;width:191px;height:30px;display:block;z-index:1000; }#wze443 { top:1101.33px;left:133.817px;bottom:auto;right:auto;width:200.367px;height:30px;display:block;z-index:1000; }#wze878 { top:1146.33px;left:15px;bottom:auto;right:auto;width:438px;height:76.8px;display:block;z-index:1000;text-align:left; }#wz-section-wzs45 { height:1238.1333740234px;--section-height:1238.1333740234px; }#wze879 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }#wz-section-footer { height:687.933px;--section-height:687.933px; }#wz-section-wzs35 { height:15px;--section-height:15px; }#wze346 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:257.733px;display:block;z-index:1000; }#wze351 { bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs30 { height:491.733px;--section-height:491.733px; }#wze347 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs31 { height:672px;--section-height:672px; }#wze348 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:176.133px;display:block;z-index:1000; }.wzc72  .wz-profile-orders-header p { font-size:16px; }.wzc72  .wz-profile-orders-header-option { font-size:10px; }.wzc72  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc72  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs32 { height:410.133px;--section-height:410.133px; }#wze349 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.7px;display:block;z-index:1000; }.wzc75  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc75  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc75  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc75  [data-name=total_include_tax] { padding:10px; }.wzc75  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc75  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc75  .wz-profile-order-details-order-detail { font-size:10px; }.wzc75  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc75  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc75  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs33 { height:568.7px;--section-height:568.7px; }#wze350 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.433px;display:block;z-index:1000; }#wz-section-wzs34 { height:513.433px;--section-height:513.433px; }#wze507 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze509 { top:80px;left:144px;bottom:auto;right:auto;width:180px;height:34.4px;display:block;z-index:1000;text-align:left; }#wz-section-wzs50 { height:129.4px;--section-height:129.4px; }#wze467 { top:878.517px;left:15px;bottom:auto;right:auto;width:438px;height:230.4px;display:block;z-index:1000;text-align:right; }#wze469 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:578.517px;display:block;z-index:1000; }#wze510 { top:608.517px;left:120.533px;bottom:auto;right:auto;width:226.933px;height:120px;display:block;z-index:1000;text-align:left; }#wze511 { top:743.517px;left:120.533px;bottom:auto;right:auto;width:226.933px;height:120px;display:block;z-index:1000;text-align:right; }#wz-section-wzs58 { height:1123.9166320801px;--section-height:1123.9166320801px; }#wze518 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze519 { top:80px;left:144px;bottom:auto;right:auto;width:180px;height:34.4px;display:block;z-index:1000;text-align:left; }#wz-section-wzs60 { height:129.4px;--section-height:129.4px; }#wze516 { top:856.583px;left:15px;bottom:auto;right:auto;width:438px;height:288px;display:block;z-index:1000;text-align:right; }#wze517 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:556.583px;display:block;z-index:1000; }#wze520 { top:586.583px;left:75.5333px;bottom:auto;right:auto;width:316.933px;height:120px;display:block;z-index:1000;text-align:left; }#wze521 { top:721.583px;left:95.0333px;bottom:auto;right:auto;width:277.933px;height:120px;display:block;z-index:1000;text-align:right; }#wz-section-wzs61 { height:1159.583404541px;--section-height:1159.583404541px; }#wze599 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze600 { top:80px;left:116px;bottom:auto;right:auto;width:180px;height:34.4px;display:block;z-index:1000;text-align:left; }#wze670 { top:80px;left:311px;bottom:auto;right:auto;width:41px;height:41px;display:block;z-index:1000; }#wz-section-wzs67 { height:136px;--section-height:136px; }#wze808 { top:150px;left:160.5px;bottom:auto;right:auto;width:147px;height:147.517px;display:block;z-index:1000; }#wze809 { top:91.3333px;left:2px;bottom:auto;right:auto;width:145px;height:24.8px;display:block;z-index:1000;text-align:center; }#wze810 { top:3px;left:36.2667px;bottom:auto;right:auto;width:92.4333px;height:74px;display:block;z-index:1000; }#wze811 { top:21.5px;left:22px;bottom:auto;right:auto;width:45px;height:72.8px;display:block;z-index:1000;text-align:center; }#wze812 { top:1191.52px;left:241.5px;bottom:auto;right:auto;width:147px;height:147.317px;display:block;z-index:1000; }#wze813 { top:91.3333px;left:2px;bottom:auto;right:auto;width:145px;height:24.8px;display:block;z-index:1000;text-align:center; }#wze814 { top:3px;left:41.2667px;bottom:auto;right:auto;width:92.4333px;height:74px;display:block;z-index:1000; }#wze815 { top:21.5px;left:5px;bottom:auto;right:auto;width:45px;height:72.8px;display:block;z-index:1000;text-align:center; }#wze824 { top:1191.52px;left:79.5px;bottom:auto;right:auto;width:147px;height:146.917px;display:block;z-index:1000; }#wze819 { top:89.0167px;left:1.26667px;bottom:auto;right:auto;width:145px;height:49.6px;display:block;z-index:1000;text-align:center; }#wze825 { top:3px;left:41.2667px;bottom:auto;right:auto;width:92.4333px;height:74px;display:block;z-index:1000; }#wze826 { top:21.5px;left:5px;bottom:auto;right:auto;width:45px;height:72.8px;display:block;z-index:1000;text-align:center; }#wze828 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:120px;display:block;z-index:1000;text-align:right; }#wze840 { top:312.517px;left:15px;bottom:auto;right:auto;width:438px;height:864px;display:block;z-index:1000;text-align:right; }#wz-section-wzs68 { height:1353.8336015625px;--section-height:1353.8336015625px; }#wze829 { top:57.2px;left:15px;bottom:auto;right:auto;width:438px;height:108.8px;display:block;z-index:1000;text-align:center; }#wze841 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:27.2px;display:block;z-index:1000; }#wz-section-wzs86 { height:180.99995117188px;--section-height:180.99995117188px; }#wze838 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze868 { top:59.6px;left:15px;bottom:auto;right:auto;width:438px;height:22.4px;display:block;z-index:1000;text-align:center; }#wz-section-wzs85 { height:96.999975585938px;--section-height:96.999975585938px; }#wze865 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:193.2px;display:block;z-index:1000; }#wze866 { top:15px;left:15px;bottom:auto;right:auto;width:408px;height:163.2px;display:block;z-index:1000;text-align:center; }#wz-section-wzs90 { height:223.2px;--section-height:223.2px; }#wze839 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze867 { top:59.6px;left:15px;bottom:auto;right:auto;width:438px;height:22.4px;display:block;z-index:1000;text-align:center; }#wz-section-wzs89 { height:96.999975585938px;--section-height:96.999975585938px; }#wze870 { top:230.433px;left:15px;bottom:auto;right:auto;width:438px;height:103.267px;display:block;z-index:1000; }#wze872 { top:122.783px;left:15px;bottom:auto;right:auto;width:438px;height:92.65px;display:block;z-index:1000; }#wze873 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:92.7833px;display:block;z-index:1000; }#wz-section-wzs87 { height:348.70010546875px;--section-height:348.70010546875px; }#wze854 { top:15px;left:78.5px;bottom:auto;right:auto;width:311px;height:49.6px;display:block;z-index:1000;text-align:right; }#wz-section-wzs88 { height:79.6px;--section-height:79.6px; }#wze891 { top:15px;left:408px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze892 { top:80px;left:144px;bottom:auto;right:auto;width:180px;height:34.4px;display:block;z-index:1000;text-align:left; }#wz-section-wzs93 { height:129.4px;--section-height:129.4px; }#wze880 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:468.75px;display:block;z-index:1000; }#wze881 { top:951.75px;left:107px;bottom:auto;right:auto;width:254px;height:89.6px;display:block;z-index:1000;text-align:left; }#wze882 { top:1056.35px;left:273px;bottom:auto;right:auto;width:180px;height:24.8px;display:block;z-index:1000;text-align:left; }#wze883 { top:1096.15px;left:273px;bottom:auto;right:auto;width:180px;height:22.4px;display:block;z-index:1000;text-align:left; }#wze884 { top:1133.55px;left:104.5px;bottom:auto;right:auto;width:180px;height:22.4px;display:block;z-index:1000;text-align:left; }#wze886 { top:1056.35px;left:201.5px;bottom:auto;right:auto;width:64px;height:16.8px;display:block;z-index:1000;text-align:left; }#wze887 { top:1096.15px;left:201.5px;bottom:auto;right:auto;width:64px;height:16.8px;display:block;z-index:1000;text-align:left; }#wze888 { top:1096.15px;left:15px;bottom:auto;right:auto;width:179px;height:16.8px;display:block;z-index:1000;text-align:left; }#wze889 { top:1133.55px;left:299.5px;bottom:auto;right:auto;width:64px;height:16.8px;display:block;z-index:1000;text-align:left; }#wze890 { top:1170.95px;left:93px;bottom:auto;right:auto;width:282px;height:22.4px;display:block;z-index:1000;text-align:left; }#wze893 { top:498.75px;left:13.3667px;bottom:auto;right:auto;width:441.267px;height:438px;display:block;z-index:1000; }#wze895 { top:1208.35px;left:108.5px;bottom:auto;right:auto;width:251px;height:59px;display:block;z-index:1000; }#wze896 { top:1056.35px;left:15px;bottom:auto;right:auto;width:179px;height:16.8px;display:block;z-index:1000;text-align:left; }#wz-section-wzs91 { height:1282.3500061035px;--section-height:1282.3500061035px; }#wze885 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:105.6px;display:block;z-index:1000;text-align:left; }#wz-section-wzs94 { height:135.6px;--section-height:135.6px; }.cssgrid #wze370 { margin:  6px 0px 0px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze418 { margin:  9px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze380 { margin:  14px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze360 { margin:  0px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze383 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze416 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze409 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze410 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze411 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze412 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze413 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze414 { margin:  0px 0px 15px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze417 { margin:  0px 0px 15px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze419 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze420 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze421 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze423 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze437 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze429 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze425 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze442 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze428 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze427 { margin:  0px 0px 15px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze443 { margin:  0px 0px 15px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze878 { margin:  0px 0px 15px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze879 { margin:  15px 0px 633px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze351 { margin:  0px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze346 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze347 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze348 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze349 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze350 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze507 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze509 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze469 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze510 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze511 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze467 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze518 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze519 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze517 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze520 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze521 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze516 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze599 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze600 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze670 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze828 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze808 { --gtr:2 }.cssgrid #wze808 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze840 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze824 { --gtr:2 }.cssgrid #wze824 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }#wze812 { --gtr:2 }.cssgrid #wze812 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze810 { margin:  3px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze811 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze809 { margin:  0px 0px 32px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze814 { margin:  3px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze815 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze813 { margin:  0px 0px 31px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze825 { margin:  3px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze826 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze819 { margin:  0px 0px 8px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze841 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 27.2px }.cssgrid #wze829 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze838 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze868 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze865 { --gtr:1 }.cssgrid #wze865 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze866 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze839 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze867 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze873 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze872 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze870 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze854 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze891 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze892 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze880 { 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 #wze881 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze886 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze896 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze882 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze887 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze888 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze883 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 8 / 2; }.cssgrid #wze889 { margin:  0px 0px 0px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze884 { margin:  0px 0px 15px 0px; grid-area: 8 / 1 / 10 / 2; }.cssgrid #wze890 { margin:  0px 0px 15px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze895 { margin:  0px 0px 15px 0px; grid-area: 11 / 1 / 12 / 2; }.cssgrid #wze885 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:1 }#wz-section-wzs17  { --gtr:1 }#wz-section-wzs36  { --gtr:1 }#wz-section-wzs42  { --gtr:8 }#wz-section-wzs43  { --gtr:1 }#wz-section-wzs44  { --gtr:2 }#wz-section-wzs45  { --gtr:8 }#wz-section-footer  { --gtr:1 }#wz-section-wzs35  { --gtr:0 }#wz-section-wzs30  { --gtr:2 }#wz-section-wzs31  { --gtr:2 }#wz-section-wzs32  { --gtr:2 }#wz-section-wzs33  { --gtr:2 }#wz-section-wzs34  { --gtr:2 }#wz-section-wzs50  { --gtr:2 }#wz-section-wzs58  { --gtr:4 }#wz-section-wzs60  { --gtr:2 }#wz-section-wzs61  { --gtr:4 }#wz-section-wzs67  { --gtr:2 }#wz-section-wzs68  { --gtr:4 }#wz-section-wzs86  { --gtr:2 }#wz-section-wzs85  { --gtr:2 }#wz-section-wzs90  { --gtr:1 }#wz-section-wzs89  { --gtr:2 }#wz-section-wzs87  { --gtr:3 }#wz-section-wzs88  { --gtr:1 }#wz-section-wzs93  { --gtr:2 }#wz-section-wzs91  { --gtr:8 }#wz-section-wzs94  { --gtr:1 }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze370 { top:658.4px;left:708px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wze380 { top:723.4px;left:294px;bottom:auto;right:auto;width:180px;height:34.4px;z-index:1000;text-align:left; }#wze418 { top:772.8px;left:363.5px;bottom:auto;right:auto;width:41px;height:41px;z-index:1000; }#wz-section-header { height:813.8px;--section-height:813.8px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze360 { top:15px;left:180px;bottom:auto;right:auto;width:408px;height:408px;z-index:1000; }#wz-section-wzs17 { height:1240.4279207921px;--section-height:1240.4279207921px; }#wze383 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:54.4px;display:block;z-index:1000;text-align:center; }#wz-section-wzs36 { height:84.4px;--section-height:84.4px; }#wze409 { top:66.8px;left:34.9333px;bottom:auto;right:auto;width:698.15px;height:555px;display:block;z-index:1000; }#wze410 { top:636.8px;left:15px;bottom:auto;right:auto;width:738px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze411 { top:681.4px;left:9.7px;bottom:auto;right:auto;width:748.6px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze412 { top:726px;left:15px;bottom:auto;right:auto;width:738px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze413 { top:770.6px;left:6.03333px;bottom:auto;right:auto;width:755.933px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze414 { top:815.2px;left:15px;bottom:auto;right:auto;width:738px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze416 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:36.8px;display:block;z-index:1000;text-align:center; }#wze417 { top:859.8px;left:11.0333px;bottom:auto;right:auto;width:745.933px;height:29.6px;display:block;z-index:1000;text-align:center; }#wz-section-wzs42 { height:904.40001831055px;--section-height:904.40001831055px; }#wze419 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:108.8px;display:block;z-index:1000;text-align:center; }#wz-section-wzs43 { height:138.8px;--section-height:138.8px; }#wze420 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze421 { top:59.6px;left:15px;bottom:auto;right:auto;width:738px;height:22.4px;display:block;z-index:1000;text-align:center; }#wz-section-wzs44 { height:96.999975585938px;--section-height:96.999975585938px; }#wze423 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:32.8px;display:block;z-index:1000;text-align:center; }#wze425 { top:576.167px;left:15px;bottom:auto;right:auto;width:738px;height:49.6px;display:block;z-index:1000;text-align:center; }#wze427 { top:806.333px;left:15px;bottom:auto;right:auto;width:738px;height:49.6px;display:block;z-index:1000;text-align:center; }#wze428 { top:640.767px;left:220.783px;bottom:auto;right:auto;width:120.433px;height:150.567px;display:block;z-index:1000; }#wze429 { top:410.6px;left:323.783px;bottom:auto;right:auto;width:120.433px;height:150.567px;display:block;z-index:1000; }#wze437 { top:62.8px;left:109.5px;bottom:auto;right:auto;width:549px;height:332.8px;display:block;z-index:1000;text-align:left; }#wze442 { top:640.767px;left:356.217px;bottom:auto;right:auto;width:191px;height:30px;display:block;z-index:1000; }#wze443 { top:870.933px;left:283.817px;bottom:auto;right:auto;width:200.367px;height:30px;display:block;z-index:1000; }#wze878 { top:915.933px;left:15px;bottom:auto;right:auto;width:738px;height:51.2px;display:block;z-index:1000;text-align:left; }#wz-section-wzs45 { height:982.13322753906px;--section-height:982.13322753906px; }#wze879 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:40px;z-index:1000; }#wz-section-footer { height:683.6px;--section-height:683.6px; }#wz-section-wzs35 { height:15px;--section-height:15px; }#wze346 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.267px;display:block;z-index:1000; }#wze351 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs30 { height:701.267px;--section-height:701.267px; }#wze347 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs31 { height:1005px;--section-height:1005px; }#wze348 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.767px;display:block;z-index:1000; }#wz-section-wzs32 { height:563.767px;--section-height:563.767px; }#wze349 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.95px;display:block;z-index:1000; }#wz-section-wzs33 { height:830.95px;--section-height:830.95px; }#wze350 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.817px;display:block;z-index:1000; }#wz-section-wzs34 { height:737.817px;--section-height:737.817px; }#wze507 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze509 { top:80px;left:294px;bottom:auto;right:auto;width:180px;height:34.4px;display:block;z-index:1000;text-align:left; }#wz-section-wzs50 { height:129.4px;--section-height:129.4px; }#wze467 { top:768.567px;left:153px;bottom:auto;right:auto;width:462px;height:201.6px;display:block;z-index:1000;text-align:right; }#wze469 { top:15px;left:155.517px;bottom:auto;right:auto;width:456.967px;height:603.567px;display:block;z-index:1000; }#wze510 { top:633.567px;left:391.5px;bottom:auto;right:auto;width:226.933px;height:120px;display:block;z-index:1000;text-align:left; }#wze511 { top:633.567px;left:149.567px;bottom:auto;right:auto;width:226.933px;height:120px;display:block;z-index:1000;text-align:right; }#wz-section-wzs58 { height:985.1666809082px;--section-height:985.1666809082px; }#wze518 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze519 { top:80px;left:294px;bottom:auto;right:auto;width:180px;height:34.4px;display:block;z-index:1000;text-align:left; }#wz-section-wzs60 { height:129.4px;--section-height:129.4px; }#wze516 { top:768.567px;left:161.5px;bottom:auto;right:auto;width:445px;height:259.2px;display:block;z-index:1000;text-align:right; }#wze517 { top:15px;left:146.517px;bottom:auto;right:auto;width:474.967px;height:603.567px;display:block;z-index:1000; }#wze520 { top:633.567px;left:372px;bottom:auto;right:auto;width:316.933px;height:120px;display:block;z-index:1000;text-align:left; }#wze521 { top:633.567px;left:79.0667px;bottom:auto;right:auto;width:277.933px;height:120px;display:block;z-index:1000;text-align:right; }#wz-section-wzs61 { height:1042.7666809082px;--section-height:1042.7666809082px; }#wze599 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze600 { top:80px;left:266px;bottom:auto;right:auto;width:180px;height:34.4px;display:block;z-index:1000;text-align:left; }#wze670 { top:80px;left:461px;bottom:auto;right:auto;width:41px;height:41px;display:block;z-index:1000; }#wz-section-wzs67 { height:136px;--section-height:136px; }#wze808 { top:150px;left:310.5px;bottom:auto;right:auto;width:147px;height:147.517px;display:block;z-index:1000; }#wze809 { top:91.3333px;left:2px;bottom:auto;right:auto;width:145px;height:24.8px;display:block;z-index:1000;text-align:center; }#wze810 { top:3px;left:36.2667px;bottom:auto;right:auto;width:92.4333px;height:74px;display:block;z-index:1000; }#wze811 { top:21.5px;left:22px;bottom:auto;right:auto;width:45px;height:72.8px;display:block;z-index:1000;text-align:center; }#wze812 { top:847.517px;left:391.5px;bottom:auto;right:auto;width:147px;height:147.317px;display:block;z-index:1000; }#wze813 { top:91.3333px;left:2px;bottom:auto;right:auto;width:145px;height:24.8px;display:block;z-index:1000;text-align:center; }#wze814 { top:3px;left:41.2667px;bottom:auto;right:auto;width:92.4333px;height:74px;display:block;z-index:1000; }#wze815 { top:21.5px;left:5px;bottom:auto;right:auto;width:45px;height:72.8px;display:block;z-index:1000;text-align:center; }#wze824 { top:847.517px;left:229.5px;bottom:auto;right:auto;width:147px;height:146.917px;display:block;z-index:1000; }#wze819 { top:89.0167px;left:1.26667px;bottom:auto;right:auto;width:145px;height:49.6px;display:block;z-index:1000;text-align:center; }#wze825 { top:3px;left:41.2667px;bottom:auto;right:auto;width:92.4333px;height:74px;display:block;z-index:1000; }#wze826 { top:21.5px;left:5px;bottom:auto;right:auto;width:45px;height:72.8px;display:block;z-index:1000;text-align:center; }#wze828 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:120px;display:block;z-index:1000;text-align:right; }#wze840 { top:312.517px;left:15px;bottom:auto;right:auto;width:738px;height:520px;display:block;z-index:1000;text-align:right; }#wz-section-wzs68 { height:1009.8336015625px;--section-height:1009.8336015625px; }#wze829 { top:75.8167px;left:15px;bottom:auto;right:auto;width:738px;height:54.4px;display:block;z-index:1000;text-align:center; }#wze841 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:45.8167px;display:block;z-index:1000; }#wz-section-wzs86 { height:145.21665039063px;--section-height:145.21665039063px; }#wze838 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze868 { top:59.6px;left:15px;bottom:auto;right:auto;width:738px;height:22.4px;display:block;z-index:1000;text-align:center; }#wz-section-wzs85 { height:96.999975585938px;--section-height:96.999975585938px; }#wze865 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:138.8px;display:block;z-index:1000; }#wze866 { top:15px;left:15px;bottom:auto;right:auto;width:708px;height:108.8px;display:block;z-index:1000;text-align:center; }#wz-section-wzs90 { height:168.8px;--section-height:168.8px; }#wze839 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:29.6px;display:block;z-index:1000;text-align:center; }#wze867 { top:59.6px;left:15px;bottom:auto;right:auto;width:738px;height:22.4px;display:block;z-index:1000;text-align:center; }#wz-section-wzs89 { height:96.999975585938px;--section-height:96.999975585938px; }#wze870 { top:287px;left:127.417px;bottom:auto;right:auto;width:513.183px;height:121px;display:block;z-index:1000; }#wze872 { top:151px;left:97.9833px;bottom:auto;right:auto;width:572.05px;height:121px;display:block;z-index:1000; }#wze873 { top:15px;left:98.4px;bottom:auto;right:auto;width:571.2px;height:121px;display:block;z-index:1000; }#wz-section-wzs87 { height:423px;--section-height:423px; }#wze854 { top:15px;left:228.5px;bottom:auto;right:auto;width:311px;height:49.6px;display:block;z-index:1000;text-align:right; }#wz-section-wzs88 { height:79.6px;--section-height:79.6px; }#wze891 { top:15px;left:708px;bottom:auto;right:auto;width:50px;height:50px;display:block;z-index:1000; }#wze892 { top:80px;left:294px;bottom:auto;right:auto;width:180px;height:34.4px;display:block;z-index:1000;text-align:left; }#wz-section-wzs93 { height:129.4px;--section-height:129.4px; }#wze880 { top:15px;left:149.683px;bottom:auto;right:auto;width:468.65px;height:501.55px;display:block;z-index:1000; }#wze881 { top:1098.55px;left:499px;bottom:auto;right:auto;width:254px;height:89.6px;display:block;z-index:1000;text-align:left; }#wze882 { top:1098.55px;left:298.667px;bottom:auto;right:auto;width:180px;height:24.8px;display:block;z-index:1000;text-align:left; }#wze883 { top:1203.15px;left:573px;bottom:auto;right:auto;width:180px;height:22.4px;display:block;z-index:1000;text-align:left; }#wze884 { top:1203.15px;left:15px;bottom:auto;right:auto;width:180px;height:22.4px;display:block;z-index:1000;text-align:left; }#wze886 { top:1098.55px;left:214.333px;bottom:auto;right:auto;width:64px;height:16.8px;display:block;z-index:1000;text-align:left; }#wze887 { top:1203.15px;left:491.25px;bottom:auto;right:auto;width:64px;height:16.8px;display:block;z-index:1000;text-align:left; }#wze888 { top:1203.15px;left:294.5px;bottom:auto;right:auto;width:179px;height:16.8px;display:block;z-index:1000;text-align:left; }#wze889 { top:1203.15px;left:212.75px;bottom:auto;right:auto;width:64px;height:16.8px;display:block;z-index:1000;text-align:left; }#wze890 { top:1240.55px;left:376px;bottom:auto;right:auto;width:282px;height:22.4px;display:block;z-index:1000;text-align:left; }#wze893 { top:531.55px;left:108px;bottom:auto;right:auto;width:552px;height:552px;display:block;z-index:1000; }#wze895 { top:1240.55px;left:110px;bottom:auto;right:auto;width:251px;height:59px;display:block;z-index:1000; }#wze896 { top:1098.55px;left:15px;bottom:auto;right:auto;width:179px;height:16.8px;display:block;z-index:1000;text-align:left; }#wz-section-wzs91 { height:1314.5499572754px;--section-height:1314.5499572754px; }#wze885 { top:15px;left:77px;bottom:auto;right:auto;width:614px;height:52.8px;display:block;z-index:1000;text-align:left; }#wz-section-wzs94 { height:82.8px;--section-height:82.8px; }.cssgrid #wze370 { margin:  658px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze380 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze418 { margin:  0px 0px -0.20000000000005px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze360 { margin:  15px 0px 817px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze383 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze416 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze409 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze410 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze411 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze412 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze413 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze414 { margin:  0px 0px 15px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze417 { margin:  0px 0px 15px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze419 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze420 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze421 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze423 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze437 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze429 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze425 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze442 { margin:  0px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze428 { margin:  0px 0px 15px 0px; grid-area: 5 / 1 / 7 / 2; }.cssgrid #wze427 { margin:  0px 0px 15px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze443 { margin:  0px 0px 15px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze878 { margin:  0px 0px 15px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze879 { margin:  15px 0px 629px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze351 { margin:  0px 0px 30px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze346 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze347 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze348 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze349 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze350 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze507 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze509 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze469 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze510 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze511 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze467 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze518 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze519 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze517 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze520 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze521 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze516 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze599 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze600 { margin:  0px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze670 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze828 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wze808 { --gtr:2 }.cssgrid #wze808 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze840 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }#wze824 { --gtr:2 }.cssgrid #wze824 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }#wze812 { --gtr:2 }.cssgrid #wze812 { margin:  0px 0px 15px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze810 { margin:  3px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze811 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze809 { margin:  0px 0px 32px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze814 { margin:  3px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze815 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze813 { margin:  0px 0px 31px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze825 { margin:  3px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze826 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze819 { margin:  0px 0px 8px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze841 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2;min-height: 45.8167px }.cssgrid #wze829 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze838 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze868 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }#wze865 { --gtr:1 }.cssgrid #wze865 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze866 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze839 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze867 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze873 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze872 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze870 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze854 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze891 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze892 { margin:  0px 0px 15px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze880 { 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 #wze886 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze896 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze882 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 5 / 2; }.cssgrid #wze881 { margin:  0px 0px 15px 0px; grid-area: 3 / 1 / 6 / 2; }.cssgrid #wze887 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze888 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze889 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze883 { margin:  0px 0px 15px 0px; grid-area: 6 / 1 / 8 / 2; }.cssgrid #wze884 { margin:  0px 0px 0px 0px; grid-area: 6 / 1 / 8 / 2; }.cssgrid #wze890 { margin:  0px 0px 0px 0px; grid-area: 8 / 1 / 9 / 2; }.cssgrid #wze895 { margin:  0px 0px 15px 0px; grid-area: 8 / 1 / 10 / 2; }.cssgrid #wze885 { margin:  15px 0px 15px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:3 }#wz-section-wzs17  { --gtr:1 }#wz-section-wzs36  { --gtr:1 }#wz-section-wzs42  { --gtr:8 }#wz-section-wzs43  { --gtr:1 }#wz-section-wzs44  { --gtr:2 }#wz-section-wzs45  { --gtr:8 }#wz-section-footer  { --gtr:1 }#wz-section-wzs35  { --gtr:0 }#wz-section-wzs30  { --gtr:2 }#wz-section-wzs31  { --gtr:2 }#wz-section-wzs32  { --gtr:2 }#wz-section-wzs33  { --gtr:2 }#wz-section-wzs34  { --gtr:2 }#wz-section-wzs50  { --gtr:2 }#wz-section-wzs58  { --gtr:3 }#wz-section-wzs60  { --gtr:2 }#wz-section-wzs61  { --gtr:3 }#wz-section-wzs67  { --gtr:2 }#wz-section-wzs68  { --gtr:4 }#wz-section-wzs86  { --gtr:2 }#wz-section-wzs85  { --gtr:2 }#wz-section-wzs90  { --gtr:1 }#wz-section-wzs89  { --gtr:2 }#wz-section-wzs87  { --gtr:3 }#wz-section-wzs88  { --gtr:1 }#wz-section-wzs93  { --gtr:2 }#wz-section-wzs91  { --gtr:5 }#wz-section-wzs94  { --gtr:1 }}@media only screen and (min-width : 1170px) {#wze425 { display:none; }#wze427 { display:none; }#wze870 { display:none; }#wze872 { display:none; }#wze873 { display:none; }#wze880 { display:none; }.cssgrid #wze418 { margin:  31px 0px 31px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze370 { margin:  32px 0px 31px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze380 { margin:  35px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze360 { margin:  122px 0px 577px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze383 { margin:  23px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze416 { margin:  67px 0px 65px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze409 { margin:  96px 0px 0px 0px; grid-area: 1 / 1 / 8 / 2; }.cssgrid #wze410 { margin:  0px 0px 61px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze411 { margin:  0px 0px 65px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze412 { margin:  0px 0px 61px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze413 { margin:  0px 0px 63px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze414 { margin:  0px 0px 65px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze417 { margin:  0px 0px 89px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze419 { margin:  20px 0px 20px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze420 { margin:  53px 0px 911px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze421 { margin:  0px 0px 42px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze423 { margin:  95px 0px 23px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze437 { margin:  0px 0px 63px 0px; grid-area: 2 / 1 / 7 / 2; }.cssgrid #wze429 { margin:  0px 0px 29px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze442 { margin:  119px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze428 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 6 / 2; }.cssgrid #wze443 { margin:  119px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze878 { margin:  0px 0px 66px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze879 { margin:  41px 0px 41px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze346 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze351 { margin:  30px 0px 6px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze347 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze348 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze349 { margin:  30px 0px 30px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze350 { margin:  30px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze507 { margin:  45px 0px 47px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze509 { margin:  48px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze469 { margin:  79px 0px 363px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze511 { margin:  126px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze510 { margin:  127px 0px 169px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze467 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze518 { margin:  43px 0px 52px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze519 { margin:  46px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze517 { margin:  89px 0px 396px 0px; grid-area: 1 / 1 / 5 / 2; }.cssgrid #wze521 { margin:  116px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze520 { margin:  117px 0px 131px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze516 { margin:  0px 0px 0px 0px; grid-area: 3 / 1 / 4 / 2; }.cssgrid #wze670 { margin:  14px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze599 { margin:  16px 0px 16px 0px; grid-area: 1 / 1 / 4 / 2; }.cssgrid #wze600 { margin:  19px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze828 { margin:  178px 0px 10px 0px; grid-area: 1 / 1 / 2 / 2; }#wze808 { --gtr:2 }.cssgrid #wze808 { margin:  205px 0px 53px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze840 { margin:  0px 0px 372px 0px; grid-area: 2 / 1 / 6 / 2; }#wze812 { --gtr:2 }.cssgrid #wze812 { margin:  0px 0px 53px 0px; grid-area: 3 / 1 / 4 / 2; }#wze824 { --gtr:2 }.cssgrid #wze824 { margin:  0px 0px 0px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze810 { margin:  3px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze811 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze809 { margin:  0px 0px 32px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze814 { margin:  3px 0px 14px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze815 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze813 { margin:  0px 0px 31px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze825 { margin:  3px 0px 12px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze826 { margin:  22px 0px 0px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze819 { margin:  0px 0px 8px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze841 { margin:  0px 0px 90px 0px; grid-area: 1 / 1 / 3 / 2;min-height: 151px }.cssgrid #wze829 { margin:  48px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze838 { margin:  21px 0px 973px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze868 { margin:  0px 0px 67px 0px; grid-area: 2 / 1 / 3 / 2; }#wze865 { --gtr:1 }.cssgrid #wze865 { margin:  0px 0px 91px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze866 { margin:  50px 0px 47px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze839 { margin:  41px 0px 958px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze867 { margin:  0px 0px 104px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze854 { margin:  458px 0px 458px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze891 { margin:  50px 0px 49px 0px; grid-area: 1 / 1 / 3 / 2; }.cssgrid #wze892 { margin:  52px 0px 0px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze893 { margin:  59px 0px 264px 0px; grid-area: 1 / 1 / 12 / 2; }.cssgrid #wze881 { margin:  83px 0px 50px 0px; grid-area: 1 / 1 / 2 / 2; }.cssgrid #wze882 { margin:  0px 0px 8px 0px; grid-area: 2 / 1 / 4 / 2; }.cssgrid #wze886 { margin:  5px 0px 0px 0px; grid-area: 2 / 1 / 3 / 2; }.cssgrid #wze896 { margin:  0px 0px 47px 0px; grid-area: 4 / 1 / 5 / 2; }.cssgrid #wze883 { margin:  0px 0px 11px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze887 { margin:  5px 0px 0px 0px; grid-area: 5 / 1 / 6 / 2; }.cssgrid #wze888 { margin:  0px 0px 46px 0px; grid-area: 6 / 1 / 7 / 2; }.cssgrid #wze884 { margin:  0px 0px 6px 0px; grid-area: 7 / 1 / 9 / 2; }.cssgrid #wze889 { margin:  5px 0px 0px 0px; grid-area: 7 / 1 / 8 / 2; }.cssgrid #wze890 { margin:  0px 0px 65px 0px; grid-area: 9 / 1 / 10 / 2; }.cssgrid #wze895 { margin:  0px 0px 0px 0px; grid-area: 10 / 1 / 11 / 2; }.cssgrid #wze885 { margin:  40px 0px 41px 0px; grid-area: 1 / 1 / 2 / 2; }#wz-section-header  { --gtr:1 }#wz-section-wzs17  { --gtr:1 }#wz-section-wzs36  { --gtr:1 }#wz-section-wzs42  { --gtr:9 }#wz-section-wzs43  { --gtr:1 }#wz-section-wzs44  { --gtr:2 }#wz-section-wzs45  { --gtr:6 }#wz-section-footer  { --gtr:1 }#wz-section-wzs35  { --gtr:0 }#wz-section-wzs30  { --gtr:1 }#wz-section-wzs31  { --gtr:1 }#wz-section-wzs32  { --gtr:1 }#wz-section-wzs33  { --gtr:1 }#wz-section-wzs34  { --gtr:1 }#wz-section-wzs50  { --gtr:1 }#wz-section-wzs58  { --gtr:4 }#wz-section-wzs60  { --gtr:1 }#wz-section-wzs61  { --gtr:4 }#wz-section-wzs67  { --gtr:1 }#wz-section-wzs68  { --gtr:6 }#wz-section-wzs86  { --gtr:1 }#wz-section-wzs85  { --gtr:2 }#wz-section-wzs90  { --gtr:1 }#wz-section-wzs89  { --gtr:2 }#wz-section-wzs87  { --gtr:0 }#wz-section-wzs88  { --gtr:1 }#wz-section-wzs93  { --gtr:1 }#wz-section-wzs91  { --gtr:10 }#wz-section-wzs94  { --gtr:1 }}