.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:205, 205, 205;--color_1_2:175, 175, 175;--color_1_3:144, 144, 144;--color_1_4:113, 113, 113;--color_1_5:83, 83, 83;--color_2_1:142, 158, 219;--color_2_2:96, 119, 204;--color_2_3:58, 84, 180;--color_2_4:43, 62, 134;--color_2_5:28, 41, 87;--color_3_1:232, 225, 209;--color_3_2:211, 199, 168;--color_3_3:191, 173, 127;--color_3_4:171, 147, 86;--color_3_5:130, 112, 65;--color_4_1:226, 185, 180;--color_4_2:208, 145, 136;--color_4_3:191, 104, 92;--color_4_4:159, 74, 63;--color_4_5:115, 54, 45;--color_5_1:106, 197, 215;--color_5_2:58, 178, 202;--color_5_3:42, 138, 157;--color_5_4:29, 96, 109;--color_5_5:16, 53, 60;}
                          .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;
                            }
                        #wze15 { top:8px;left:1097.02px;width:67px;height:67px;z-index:1000; }.wzc100-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:dashed;border-width:1px;border-color:rgb(11, 31, 58); }.wzc100-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc100-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;background-image:url(../../uploads/888a342f3f7d49fd840ee09b8d4736da.png) ; }#wze17 { top:15px;left:913.217px;width:170px;height:51.25px;z-index:1000;text-align:right; }.wzc22 { height:auto; }.wzc22-text { width:100%;height:auto; }#wze18 { top:17.25px;left:229.783px;width:656px;height:48px;z-index:1000; }.wzc25 .wz-menu.wz-mega-menu > li > .sub-menu,.wzc25  .wz-menu.wz-classic-menu > li .sub-menu { min-width:100%;background-color:rgba(200, 164, 93, 1);text-align:right; }.wzc25  .wz-menu li > a { padding:0px 15px;font-family:yekan, tahoma, serif;font-size:13px;color:rgb(200, 164, 93); }.wzc25 .wz-menu.wz-mega-menu li > a:hover,.wzc25  .wz-menu.wz-classic-menu li:hover > a { color:#fff; }.wzc25  .wz-menu li.wz-menu-has-children a:after { border-color:rgb(200, 164, 93); }.wzc25 .wz-menu.wz-mega-menu li.wz-menu-has-children > a:hover:after,.wzc25  .wz-menu.wz-classic-menu li.wz-menu-has-children:hover > a:after { border-color:#fff; }.wzc25  .wz-menu > li > a { z-index:1; }.wzc25  .wz-menu > li > a:before { content:'';display:inline-block;position:absolute;width:100%;height:120%;left:0px;right:0px;bottom:0px;border-top-left-radius:8px;border-top-right-radius:8px;transition:all .3s ease;-webkit-transform:perspective(5px) rotateX(2deg);-moz-transform:perspective(5px) rotateX(2deg);-ms-transform:perspective(5px) rotateX(2deg);-o-transform:perspective(5px) rotateX(2deg);transform:perspective(5px) rotateX(2deg);transform:perspective(5px) rotateX(2deg);transform-origin:bottom;z-index:-1; }.wzc25 .wz-menu.wz-mega-menu > li > a:hover:before { background-color:rgba(226, 28, 33, 0.75);color:#fff; }.wzc25  .wz-menu.wz-classic-menu > li:hover > a:before { background-color:rgba(226, 28, 33, 0.75);color:#fff; }.wzc25  .wz-menu > li.active > a { color:#fff; }.wzc25  .wz-menu > li.active > a:before { background-color:rgb(200, 164, 93);color:#fff; }.wzc25  .wz-menu > li.wz-menu-has-children.active > a:after { border-color:#fff; }.wzc25  .wz-menu .sub-menu li > a { padding:5px 15px;color:#fff; }.wzc25 .wz-menu.wz-mega-menu .sub-menu li > a:hover,.wzc25  .wz-menu.wz-classic-menu .sub-menu li:hover > a { background-color:rgb(200, 164, 93); }.wzc25  .wz-menu .sub-menu  li.wz-menu-has-children > a:after { border-color:#fff; }.wzc25  .wz-menu > li > .sub-menu > li > a { padding:5px 15px; }.wzc25  .wz-menu.wz-classic-menu > li { position:relative; }.wzc25 {  }.wzc25-list { overflow:visible;border-bottom-style:solid;border-color:rgb(200, 164, 93);border-width:3px;background-color:rgb(11, 31, 58); }.wzc25-mobile {  }#wze19 { top:26px;left:53.9667px;width:138px;height:33px;z-index:1000; }.wzc26:hover .wzc26-bg {  }.wzc26:hover .wzc26-content {  }.wzc26:hover {  }.wzc26-bg:hover { background-position:right center;transition:all .4s ease-in-out; }.wzc26-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background:linear-gradient(90deg, rgb(246, 211, 101) 0%, rgb(246, 211, 101) 10%, rgb(253, 160, 133) 51%);box-shadow:0 0 20px #eee;background-size:200% auto;border-radius:12px; }.wzc26-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:iransansdn;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:rgb(0, 0, 0); }.wzc26 {  }#wz-section-header { height:79px;--section-height:79px; }.wzc-section-header { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-header-full { background:;background-color:rgb(11, 31, 58);background-image:;background-size:contain;background-repeat:no-repeat;background-attachment:none;background-position:top center; }.wzc-section-header-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-allPage { height:0px;--section-height:0px; }#wze11 { top:4px;left:39.9833px;width:35px;height:35px;z-index:1000; }.wzc20-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(https://parsianseirpars.com/static/bEHf0138/2.0.0//editor/images/imageButton/popular/phone.png); }.wzc20:hover .wzc20-bg { background-image:url(https://parsianseirpars.com/static/bEHf0138/2.0.0//editor/images/imageButton/popular/phoneHover.png); }.wzc20:hover {  }.wzc20:active .wzc20-bg { background-image:url(https://parsianseirpars.com/static/bEHf0138/2.0.0//editor/images/imageButton/popular/phone.png); }.wzc20:active {  }#wze12 { top:7.75px;left:347.2px;width:26px;height:34px;z-index:1000; }.wzc21-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(https://parsianseirpars.com/static/bEHf0138/2.0.0//editor/images/imageButton/popular/mail.png); }.wzc21:hover .wzc21-bg { background-image:url(https://parsianseirpars.com/static/bEHf0138/2.0.0//editor/images/imageButton/popular/mailHover.png); }.wzc21:hover {  }.wzc21:active .wzc21-bg { background-image:url(https://parsianseirpars.com/static/bEHf0138/2.0.0//editor/images/imageButton/popular/mail.png); }.wzc21:active {  }#wze13 { top:13.25px;left:68.9833px;width:117px;height:23.75px;z-index:1000;text-align:right; }#wze14 { top:16.25px;left:372.033px;width:165px;height:16.25px;z-index:1000;text-align:right; }#wze239 { top:16px;left:1051.05px;width:95px;height:23px;z-index:1001; }.wzc90  .wz-social-media-list { flex-flow:row-reverse nowrap;gap:13px; }.wzc90  .wz-social-media-icon { width:23px; }.wzc90  .wz-social-media-portal { flex-flow:row;gap:0px; }.wzc90  .wz-social-media-portal img { width:59px; }.wzc90  .wz-social-media-portal p { font-family:iransans_fa, sans-serif;font-size:13px;text-align:center;color:#313131; }.wzc90 {  }.wzc90-root .wzc90-root-list .wzc90-root-list-item .wzc90-root-list-item-link .wzc90-root-list-item-link-icon {  }.wzc90-root .wzc90-root-list .wzc90-root-list-item .wzc90-root-list-item-link {  }.wzc90-root .wzc90-root-list .wzc90-root-list-item {  }.wzc90-root .wzc90-root-list {  }.wzc90-root .wzc90-root-portal .wzc90-root-portal-portalIcon {  }.wzc90-root .wzc90-root-portal .wzc90-root-portal-portalText {  }.wzc90-root .wzc90-root-portal {  }.wzc90-root {  }#wze253 { top:14.5px;left:220.533px;width:112px;height:21.25px;z-index:1000;text-align:right; }#wze254 { top:13.25px;left:199.35px;width:20px;height:20px;z-index:1001; }.wzc56 { overflow:hidden; }.wzc56-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgba(186, 218, 85, 0.6); }#wz-section-wzs1 { height:40.75px;--section-height:40.75px; }.wzc-section-wzs1 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs1-full { background:;background-color:rgb(5, 9, 51); }.wzc-section-wzs1-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze21 { top:75px;left:561.1px;width:500px;height:116.25px;z-index:1000;text-align:right; }#wze22 { top:201.75px;left:743.117px;width:299px;height:40px;z-index:1001;text-align:right; }#wze23 { top:278.25px;left:735.45px;width:148px;height:39px;z-index:1000; }.wzc27:hover .wzc27-bg {  }.wzc27:hover .wzc27-content {  }.wzc27:hover {  }.wzc27-bg:hover { background-position:right center;transition:all .4s ease-in-out; }.wzc27-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background:linear-gradient(90deg, rgb(11, 31, 58) 0%, rgb(11, 31, 58) 10%, rgb(11, 31, 58) 51%);box-shadow:0 0 20px #eee;background-size:200% auto;border-radius:12px; }.wzc27-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:white; }.wzc27 {  }#wze24 { top:277.75px;left:904.1px;width:145px;height:39px;z-index:1000; }.wzc28:hover .wzc28-bg {  }.wzc28:hover .wzc28-content {  }.wzc28:hover {  }.wzc28-bg:hover { background-position:right center;transition:all .4s ease-in-out; }.wzc28-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background:linear-gradient(90deg, rgb(246, 211, 101) 0%, rgb(253, 160, 133) 51%, rgb(246, 211, 101) 100%);box-shadow:0 0 20px #eee;background-size:200% auto;border-radius:12px; }.wzc28-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:white; }.wzc28 {  }#wze252 { top:342px;left:747.983px;width:300px;height:30px;z-index:1000; }.wzc103-form .wzc103-form-input { background-color:rgb(255, 255, 255);border-style:solid;border-color:rgb(5, 9, 51);border-width:1px;box-shadow:none;color:#000;font-size:13px;font-family:yekan, tahoma, serif;border-radius:0px 10px 10px 0px ; }.wzc103-form .wzc103-form-submit {  }.wzc103-form { height:100%; }.wzc104:hover .wzc104-bg { background-color:#2285B1; }.wzc104:hover .wzc104-content {  }.wzc104:hover {  }.wzc104-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(162, 145, 96);border-radius:10px 0px 0px 10px; }.wzc104-content { pointer-events:none;z-index:1;position:relative;width:100%;display:block;top:50%;left:0px;right:0;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);transform:translateY(-50%);font-family:yekan, tahoma, serif;font-size:13px;text-align:center;white-space:nowrap;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff; }#wz-section-wzs8 { height:578.75px;--section-height:578.75px; }.wzc-section-wzs8 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs8-full { background-image:url(../../uploads/5b40a1bb100c452b8579a14d0a79798b.jpg) ;background-size:cover;background-repeat:no-repeat;background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs8-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze28 { top:15px;left:949.033px;width:189px;height:230px;z-index:1000; }.wzc35-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:3px;border-color:rgb(200, 164, 93);border-radius:25px 20px 25px 20px ; }.wzc35-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:25px 20px 25px 20px ; }.wzc35-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; }#wze35 { top:14px;left:24px;width:141px;height:144px;z-index:1000; }.wzc39-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:3px;border-color:rgb(200, 164, 93);border-radius:0px; }.wzc39-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc39-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;background-image:url(../../uploads/083bf1754b0b42b4942b8d356b75c23e.jpg) ; }#wze36 { top:172px;left:13.5px;width:162px;height:40px;z-index:1000; }#wze37 { top:15px;left:497.417px;width:189px;height:230px;z-index:1000; }#wze38 { top:174px;left:13.5px;width:162px;height:40px;z-index:1000; }#wze39 { top:14px;left:24px;width:141px;height:144px;z-index:1000; }.wzc42-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:3px;border-color:rgb(200, 164, 93);border-radius:0px; }.wzc42-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc42-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;background-image:url(../../uploads/780891084f884175876a6dac789fbafd.jpg) ; }#wze40 { top:15px;left:42.9667px;width:189px;height:230px;z-index:1000; }#wze41 { top:171px;left:13.5px;width:162px;height:40px;z-index:1000; }#wze42 { top:14px;left:24px;width:141px;height:144px;z-index:1000; }.wzc41-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:3px;border-color:rgb(200, 164, 93);border-radius:0px; }.wzc41-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc41-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;background-image:url(../../uploads/a391621ebec14841a4ae263da2513d91.jpg) ; }#wze43 { top:15px;left:277.617px;width:189px;height:230px;z-index:1000; }#wze44 { top:171px;left:13.5px;width:162px;height:40px;z-index:1000; }#wze45 { top:14px;left:24px;width:141px;height:144px;z-index:1000; }.wzc40-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:3px;border-color:rgb(200, 164, 93);border-radius:0px; }.wzc40-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc40-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;background-image:url(../../uploads/edcf344f57a84de4b786b19b89185ae5.jpg) ; }#wze46 { top:15.5px;left:719.4px;width:189px;height:230px;z-index:1000; }#wze47 { top:171px;left:13.5px;width:162px;height:40px;z-index:1000; }#wze48 { top:14px;left:24px;width:141px;height:144px;z-index:1000; }.wzc43-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:3px;border-color:rgb(200, 164, 93);border-radius:0px; }.wzc43-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc43-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;background-image:url(../../uploads/86ecea11c2d7492a8b458b794a233edc.jpg) ; }#wz-section-wzs9 { height:261px;--section-height:261px; }.wzc-section-wzs9 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs9-full { background:;background-color:rgb(11, 31, 58);background-image:;background-size:contain;background-repeat:no-repeat; }.wzc-section-wzs9-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze49 { top:10px;left:495px;width:180px;height:35px;z-index:1000;text-align:right; }#wze51 { top:52px;left:897.15px;width:238px;height:276px;z-index:1002; }.wzc52-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:3px;border-color:rgb(11, 31, 58);border-radius:0px; }.wzc52-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc52-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;background-image:; }#wze50 { top:18px;left:13px;width:212px;height:84px;z-index:1001; }.wzc44-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:3px;border-color:rgb(11, 31, 58);border-radius:20px 20px 0px 0px ; }.wzc44-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:20px 20px 0px 0px ; }.wzc44-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; }#wze52 { top:112.5px;left:29px;width:180px;height:100px;z-index:1000;text-align:right; }#wze53 { top:218.5px;left:29px;width:180px;height:40px;z-index:1000; }.wzc46:hover .wzc46-bg {  }.wzc46:hover .wzc46-content {  }.wzc46:hover {  }.wzc46-bg:hover { background-position:right center;transition:all .4s ease-in-out; }.wzc46-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background:linear-gradient(90deg, rgb(11, 31, 58) 0%, rgb(200, 164, 93) 10%, rgb(11, 31, 58) 51%);box-shadow:0 0 20px #eee;background-size:200% auto;border-radius:12px; }.wzc46-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:white; }.wzc46 {  }#wze54 { top:52px;left:614.15px;width:238px;height:276px;z-index:1002; }#wze55 { top:18px;left:13px;width:212px;height:84px;z-index:1001; }#wze56 { top:112.5px;left:29px;width:180px;height:100px;z-index:1000;text-align:right; }#wze57 { top:218.5px;left:29px;width:180px;height:40px;z-index:1000; }#wze58 { top:52px;left:326.7px;width:238px;height:276px;z-index:1002; }#wze59 { top:18px;left:13px;width:212px;height:84px;z-index:1003; }#wze60 { top:112.5px;left:29px;width:180px;height:100px;z-index:1000;text-align:right; }#wze61 { top:218.5px;left:29px;width:180px;height:40px;z-index:1000; }#wze62 { top:52px;left:34.7667px;width:238px;height:276px;z-index:1002; }#wze63 { top:18px;left:13px;width:212px;height:84px;z-index:1001; }#wze64 { top:112.5px;left:29px;width:180px;height:100px;z-index:1000;text-align:right; }#wze65 { top:218.5px;left:29px;width:180px;height:40px;z-index:1000; }#wze85 { top:14.5px;left:65.8167px;width:180px;height:30px;z-index:1003; }.wzc50:hover .wzc50-bg:after { width:90%;opacity:1; }.wzc50:hover .wzc50-bg {  }.wzc50:hover .wzc50-content { color:#fff; }.wzc50:hover {  }.wzc50-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%); }.wzc50-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; }.wzc50-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: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:rgb(255, 255, 255); }#wz-section-wzs11 { height:369px;--section-height:369px; }.wzc-section-wzs11 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs11-full { background:;background-color:rgba(83, 83, 83, 0); }.wzc-section-wzs11-full:after { background:;background-color:rgba(200, 164, 93, 0.83); }#wze282 { top:21px;left:471.5px;width:227px;height:33.75px;z-index:1000;text-align:right; }#wze299 { top:21px;left:46px;width:113px;height:18.75px;z-index:1001;text-align:right; }#wze300 { top:81px;left:4.51667px;width:1153px;height:354px;z-index:1003; }.wzc112-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:1px;border-color:rgb(200, 164, 93); }.wzc112-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc112-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; }#wze302 { top:26.5px;left:857.767px;width:250px;height:295px;z-index:1003; }#wze304 { top:21.25px;left:13.9667px;width:220px;height:84px;z-index:1004; }.wzc113-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:transparent;border-style:solid;border-width:1px;border-color:rgb(200, 164, 93);border-radius:10px 10px 5px 5px ; }.wzc113-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px 10px 5px 5px ; }.wzc113-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; }#wze305 { top:121.5px;left:39.6167px;width:180px;height:20px;z-index:1000;text-align:right; }#wze306 { top:239.75px;left:34.2px;width:180px;height:40px;z-index:1000; }#wze307 { top:26.5px;left:585.983px;width:250px;height:295px;z-index:1003; }#wze308 { top:21.25px;left:13.9667px;width:220px;height:84px;z-index:1004; }#wze309 { top:121.5px;left:39.6167px;width:180px;height:20px;z-index:1000;text-align:right; }#wze310 { top:239.75px;left:34.2px;width:180px;height:40px;z-index:1000; }.wzc115:hover .wzc115-bg {  }.wzc115:hover .wzc115-content {  }.wzc115:hover {  }.wzc115-bg:hover { background-position:right center;transition:all .4s ease-in-out; }.wzc115-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background:linear-gradient(90deg, rgb(246, 211, 101) 0%, rgb(246, 211, 101) 10%, rgb(253, 160, 133) 51%);box-shadow:0 0 20px #eee;background-size:200% auto;border-radius:12px; }.wzc115-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:iransansdn;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:rgb(0, 0, 0); }.wzc115 {  }#wze311 { top:26.5px;left:318.5px;width:250px;height:295px;z-index:1003; }#wze312 { top:21.25px;left:13.9667px;width:220px;height:84px;z-index:1004; }#wze313 { top:121.5px;left:39.6167px;width:180px;height:20px;z-index:1000;text-align:right; }#wze314 { top:239.75px;left:34.2px;width:180px;height:40px;z-index:1000; }#wze315 { top:27px;left:48.2333px;width:250px;height:295px;z-index:1003; }#wze316 { top:21.25px;left:13.9667px;width:220px;height:84px;z-index:1004; }#wze317 { top:121.5px;left:39.6167px;width:180px;height:20px;z-index:1000;text-align:right; }#wze318 { top:239.75px;left:34.2px;width:180px;height:40px;z-index:1000; }#wz-section-wzs54 { height:471.25px;--section-height:471.25px; }.wzc-section-wzs54 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs54-full { background:;background-color:rgb(11, 31, 58); }.wzc-section-wzs54-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-wzs52 { height:31px;--section-height:31px; }.wzc-section-wzs52 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs52-full { background:;background-color:rgba(200, 164, 93, 0.66); }.wzc-section-wzs52-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wze87 { top:13px;left:985.583px;width:176px;height:179px;z-index:1004; }.wzc54-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:dashed;border-width:1px;border-color:rgb(5, 9, 51); }.wzc54-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc54-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;background-image:url(../../uploads/888a342f3f7d49fd840ee09b8d4736da.png) ; }#wze88 { top:19px;left:712.367px;width:204.85px;height:170px;z-index:1003; }.wzc58-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgba(255, 255, 255, 0);border-style:solid;border-width:3px;border-color:rgb(5, 9, 51);border-radius:0px; }.wzc58-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:0px; }.wzc58-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;background-image:; }#wze89 { top:0px;left:44.4167px;width:116px;height:36.25px;z-index:1000;text-align:right; }#wze90 { top:20px;left:175.85px;width:30px;height:30px;z-index:1003; }.wzc55 { overflow:hidden; }.wzc55-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(200, 164, 93); }#wze91 { top:28.75px;left:51.85px;width:111px;height:21.25px;z-index:1000;text-align:right; }#wze92 { top:55px;left:174.633px;width:30px;height:30px;z-index:1003; }#wze93 { top:61.75px;left:51.85px;width:111px;height:21.25px;z-index:1000;text-align:right; }#wze94 { top:93px;left:171.85px;width:30px;height:30px;z-index:1003; }#wze97 { top:127px;left:171.85px;width:30px;height:30px;z-index:1000; }#wze99 { top:136.25px;left:1.45px;width:168px;height:15px;z-index:1000;text-align:right; }#wze96 { top:196.75px;left:419.667px;width:297px;height:23.75px;z-index:1000;text-align:right; }#wze98 { top:123px;left:698.25px;width:180px;height:15px;z-index:1000;text-align:right; }#wze100 { top:18.75px;left:590.467px;width:95px;height:20px;z-index:1000;text-align:right; }#wze101 { top:44.25px;left:506.417px;width:180px;height:18.75px;z-index:1000;text-align:right; }#wze102 { top:69px;left:506.417px;width:180px;height:18.75px;z-index:1000;text-align:right; }#wze103 { top:94px;left:606.567px;width:86px;height:18.75px;z-index:1000;text-align:right; }#wze104 { top:118.75px;left:627.983px;width:62px;height:18.75px;z-index:1000;text-align:right; }#wze105 { top:17.5px;left:360.7px;width:180px;height:28.75px;z-index:1000;text-align:right; }#wze106 { top:46px;left:372.683px;width:180px;height:20px;z-index:1000;text-align:right; }#wze107 { top:69.25px;left:473.117px;width:80px;height:18.75px;z-index:1000;text-align:right; }#wze108 { top:93px;left:446.533px;width:107px;height:18.75px;z-index:1000;text-align:right; }#wze109 { top:117.75px;left:474.533px;width:78px;height:18.75px;z-index:1000;text-align:right; }#wze110 { top:17.5px;left:232.233px;width:180px;height:22.5px;z-index:1000;text-align:right; }#wze111 { top:43.25px;left:205.717px;width:206px;height:75px;z-index:1000;text-align:right; }#wze250 { top:195.25px;left:1112.78px;width:50px;height:50px;z-index:1003; }.wzc101-bg { background-size:contain;background-repeat:no-repeat;background-position:center;height:100%;cursor:pointer;transition:background-image 0.3s ease-in-out;background-image:url(https://parsianseirpars.com/static/bEHf0139/2.0.0//editor/images/imageButton/Go-To-Top/Go-to-Top-3.png); }.wzc101:hover .wzc101-bg { -webkit-transform:scale(0.9);-moz-transform:scale(0.9);-ms-transform:scale(0.9);-o-transform:scale(0.9);transform:scale(0.9);transform:scale(0.9); }.wzc101:hover {  }#wz-section-footer { height:259.25px;--section-height:259.25px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-footer-full { background:;background-color:rgb(5, 9, 51); }.wzc-section-footer-full:after { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-wzs7 { height:200px;--section-height:200px; }#wze2 { top:30px;left:15px;width:848px;height:499px;z-index:1000; }.wzc3-root .wzc3-root-container .wzc3-root-container-header .wzc3-root-container-header-title {  }.wzc3-root .wzc3-root-container .wzc3-root-container-header {  }.wzc3-root .wzc3-root-container .wzc3-root-container-submitBoxHeader .wzc3-root-container-submitBoxHeader-submitButtonHeader {  }.wzc3-root .wzc3-root-container .wzc3-root-container-submitBoxHeader {  }.wzc3-root .wzc3-root-container {  }.wzc3-root .wzc3-root-accountContainer .wzc3-root-accountContainer-accountItem .wzc3-root-accountContainer-accountItem-accountItemLabel {  }.wzc3-root .wzc3-root-accountContainer .wzc3-root-accountContainer-accountItem .wzc3-root-accountContainer-accountItem-accountItemInputBox .wzc3-root-accountContainer-accountItem-accountItemInputBox-accountItemInput {  }.wzc3-root .wzc3-root-accountContainer .wzc3-root-accountContainer-accountItem .wzc3-root-accountContainer-accountItem-accountItemInputBox .wzc3-root-accountContainer-accountItem-accountItemInputBox-error {  }.wzc3-root .wzc3-root-accountContainer .wzc3-root-accountContainer-accountItem .wzc3-root-accountContainer-accountItem-accountItemInputBox {  }.wzc3-root .wzc3-root-accountContainer .wzc3-root-accountContainer-accountItem {  }.wzc3-root .wzc3-root-accountContainer {  }.wzc3-root .wzc3-root-companyHeaderContainer .wzc3-root-companyHeaderContainer-companyHeader .wzc3-root-companyHeaderContainer-companyHeader-companyTitle {  }.wzc3-root .wzc3-root-companyHeaderContainer .wzc3-root-companyHeaderContainer-companyHeader {  }.wzc3-root .wzc3-root-companyHeaderContainer {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyInfoCheck .wzc3-root-companyInfo-companyInfoCheck-companyInfoCheckDescription {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyInfoCheck .wzc3-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc3-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckInput {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyInfoCheck .wzc3-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc3-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-checkmark {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyInfoCheck .wzc3-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc3-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-companyInfoCheckButton {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyInfoCheck .wzc3-root-companyInfo-companyInfoCheck-companyInfoCheckLabel .wzc3-root-companyInfo-companyInfoCheck-companyInfoCheckLabel-moreIcon {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyInfoCheck .wzc3-root-companyInfo-companyInfoCheck-companyInfoCheckLabel {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyInfoCheck {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyItemBox .wzc3-root-companyInfo-companyItemBox-companyItemLabel {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyItemBox .wzc3-root-companyInfo-companyItemBox-companyInputBox .wzc3-root-companyInfo-companyItemBox-companyInputBox-companyInput {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyItemBox .wzc3-root-companyInfo-companyItemBox-companyInputBox .wzc3-root-companyInfo-companyItemBox-companyInputBox-companyError {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyItemBox .wzc3-root-companyInfo-companyItemBox-companyInputBox {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyItemBox {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyInfoCancelLabel .wzc3-root-companyInfo-companyInfoCancelLabel-companyInfoCancelInput {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyInfoCancelLabel .wzc3-root-companyInfo-companyInfoCancelLabel-cancelMark {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyInfoCancelLabel .wzc3-root-companyInfo-companyInfoCancelLabel-companyInfoCancelButton {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyInfoCancelLabel .wzc3-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc3-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg .wzc3-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg-cancelIconPath {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyInfoCancelLabel .wzc3-root-companyInfo-companyInfoCancelLabel-cancelIcon .wzc3-root-companyInfo-companyInfoCancelLabel-cancelIcon-cancelIconSvg {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyInfoCancelLabel .wzc3-root-companyInfo-companyInfoCancelLabel-cancelIcon {  }.wzc3-root .wzc3-root-companyInfo .wzc3-root-companyInfo-companyInfoCancelLabel {  }.wzc3-root .wzc3-root-companyInfo {  }.wzc3-root .wzc3-root-submitBoxFooter .wzc3-root-submitBoxFooter-submitButtonFooter {  }.wzc3-root .wzc3-root-submitBoxFooter {  }.wzc3-root {  }.wzc3  .wz-profile-account-root { text-align:right; }.wzc3  .wz-profile-account-header-container { margin-bottom:20px; }.wzc3  .wz-profile-account-header p { font-family:iransans_fa, sans-serif;font-size:20px;font-weight:500;color:rgb(117,117,117); }.wzc3  .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; }.wzc3  .wz-profile-account-container:hover { border-radius:20px; }.wzc3  .wz-profile-account-input-container { width:48%;direction:rtl;font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc3  .wz-profile-account-input-container label { color:#9b9b9b; }.wzc3  .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; }.wzc3  .wz-profile-account-input-container input:hover { border-radius:4px; }.wzc3  .wz-profile-account-submit-box { margin-top:20px;text-align:left; }.wzc3  .wz-profile-account-submit { width:120px;height:35px;position:relative;display:inline-block; }.wzc3  .wz-profile-account-company-info-button p { font-family:iransans_fa, sans-serif;font-size:13px;color:#9b9b9b; }.wzc3  .wz-profile-account-company-info-button label { font-family:iransans_fa, sans-serif;font-size:13px;color:#17a2b8; }.wzc3  .wz-profile-account-company-info-button .moreIcon { width:13px;height:13px;fill:#17a2b8; }.wzc3  .wz-profile-account-company-info-cancel { font-family:iransans_fa, sans-serif;font-size:13px;color:#E74C3C; }.wzc3  .wz-profile-account-company-info-cancel .cancelIcon { width:20px;height:20px; }.wzc3  .wz-profile-account-company-info-cancel .cancelIcon svg path { stroke:#E74C3C; }.wzc3 {  }.wzc2:hover .wzc2-bg { background-color:#ffd9d5; }.wzc2:hover .wzc2-content { color:#E74C3C; }.wzc2:hover {  }.wzc2-bg:after {  }.wzc2-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc2-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; }#wze7 { top:30px;left:893px;width:262px;height:565px;z-index:1000; }.wzc16-root .wzc16-root-infoBox .wzc16-root-infoBox-userImageBox .wzc16-root-infoBox-userImageBox-userImage {  }.wzc16-root .wzc16-root-infoBox .wzc16-root-infoBox-userImageBox {  }.wzc16-root .wzc16-root-infoBox .wzc16-root-infoBox-userInfo .wzc16-root-infoBox-userInfo-userName {  }.wzc16-root .wzc16-root-infoBox .wzc16-root-infoBox-userInfo .wzc16-root-infoBox-userInfo-userEmail {  }.wzc16-root .wzc16-root-infoBox .wzc16-root-infoBox-userInfo .wzc16-root-infoBox-userInfo-editInfo .wzc16-root-infoBox-userInfo-editInfo-editInfoIcon {  }.wzc16-root .wzc16-root-infoBox .wzc16-root-infoBox-userInfo .wzc16-root-infoBox-userInfo-editInfo .wzc16-root-infoBox-userInfo-editInfo-editInfoText {  }.wzc16-root .wzc16-root-infoBox .wzc16-root-infoBox-userInfo .wzc16-root-infoBox-userInfo-editInfo {  }.wzc16-root .wzc16-root-infoBox .wzc16-root-infoBox-userInfo {  }.wzc16-root .wzc16-root-infoBox {  }.wzc16-root .wzc16-root-items .wzc16-root-items-item .wzc16-root-items-item-itemBox .wzc16-root-items-item-itemBox-itemIcon {  }.wzc16-root .wzc16-root-items .wzc16-root-items-item .wzc16-root-items-item-itemBox .wzc16-root-items-item-itemBox-itemName {  }.wzc16-root .wzc16-root-items .wzc16-root-items-item .wzc16-root-items-item-itemBox {  }.wzc16-root .wzc16-root-items .wzc16-root-items-item {  }.wzc16-root .wzc16-root-items .wzc16-root-items-more {  }.wzc16-root .wzc16-root-items {  }.wzc16-root .wzc16-root-logoutBox .wzc16-root-logoutBox-logout .wzc16-root-logoutBox-logout-logoutLabel {  }.wzc16-root .wzc16-root-logoutBox .wzc16-root-logoutBox-logout {  }.wzc16-root .wzc16-root-logoutBox {  }.wzc16-root {  }.wzc16  .wz-profile-menu-user-info { gap:2px; }.wzc16  div + .wz-profile-menu-user-info { margin-right:5%;margin-left:5%; }.wzc16  .wz-profile-menu-info-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;direction:rtl; }.wzc16  .wz-profile-menu-info-box:hover {  }.wzc16  .wz-profile-menu-user-image img { border-style:solid;border-width:2px;border-color:#efefef;border-radius:50px;object-fit:cover; }.wzc16  .wz-profile-menu-user-name { font-family:iransans_fa, sans-serif;font-size:18px;font-weight:bold;color:#808080; }.wzc16  .wz-profile-menu-user-name:hover {  }.wzc16  .wz-profile-menu-user-email { font-family:iransans_fa, sans-serif;font-size:12px;color:#a1a1a1; }.wzc16  .wz-profile-menu-user-email:hover {  }.wzc16  .wz-profile-menu-edit-info { font-family:iransans_fa, sans-serif;font-size:10px;color:#808080; }.wzc16  .wz-profile-menu-edit-info:hover {  }.wzc16  .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); }.wzc16  .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; }.wzc16  .wz-profile-menu-items:hover {  }.wzc16  .wz-profile-menu-item { padding:0 30px;background-color:rgba(0,0,0,0);direction:rtl; }.wzc16  .wz-profile-menu-item:hover { background-color:rgba(0,0,0,0); }.wzc16  .wz-profile-menu-item-box { padding-top:20px;padding-bottom:20px; }.wzc16  .wz-profile-menu-item:not(:nth-last-child(-n+2)) div { border-bottom-style:solid;border-bottom-width:2px;border-bottom-color:#efefef; }.wzc16  .wz-profile-menu-item-box:hover {  }.wzc16  .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%; }.wzc16  .wz-profile-menu-item p:hover { color:#E74C3C; }.wzc16  #wz-profile-menu-logout-box { border-style:solid;border-width:2px;border-color:#efefef;border-radius:8px;background-color:#fff;margin-top:10px; }.wzc16  #wz-profile-menu-logout-box:hover { border-radius:8px;background-color:#fff; }.wzc16  #wz-profile-menu-logout-box p { font-family:iransans_fa, sans-serif;font-size:14px;font-weight:500;color:#808080;text-align:center; }.wzc16  #wz-profile-menu-logout-box p:hover { color:#e6123d; }.wzc16  .wz-profile-menu-more:after { color:#808080; }.wzc16 {  }#wz-section-wzs2 { height:625px;--section-height:625px; }#wze3 { top:30px;left:15px;width:848px;height:848px;z-index:1000; }.wzc7-header .wzc7-header-title {  }.wzc7-header .wzc7-header-removeButton {  }.wzc7-header .wzc7-header-addToCartButton {  }.wzc7-header {  }.wzc7-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; }.wzc7-pagination .wzc7-pagination-paginationButton {  }.wzc7-pagination {  }.wzc7  .wz-profile-favorites-header-text { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc7  .wz-profile-favorites-header-text:hover {  }.wzc7  .wz-profile-favorites-container { border-radius:15px;border-width:0px;border-style:solid;border-color:#000;overflow:visible;background-color:#fff;padding:0; }.wzc7  .wz-profile-favorites-container:hover { border-radius:15px; }.wzc7  .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; }.wzc7  .wz-profile-favorite-item:hover {  }.wzc7  .wz-profile-favorite-item-image { object-fit:contain; }.wzc7  .wz-profile-favorite-item-title { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#747474; }.wzc7  .wz-profile-favorite-item-title:hover {  }.wzc7  .wz-profile-favorite-item-price { font-family:iransans_fa;font-size:14px;font-weight:bold;text-align:right;color:#E74C3C; }.wzc7  .wz-profile-favorite-item-price:hover {  }.wzc7  .wz-profile-favorite-item-add { height:30px; }.wzc7  .wz-profile-favorite-item-remove { height:30px; }.wzc7  .wz-profile-favorites-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc7  .wz-profile-favorites-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc7  .wz-profile-favorites-no-results-first-text:hover {  }.wzc7  .wz-profile-favorites-no-results-second-text:hover {  }.wzc7 {  }.wzc4:hover .wzc4-bg { background-color:#E74C3C; }.wzc4:hover .wzc4-content { font-size:10px;color:#fff; }.wzc4:hover {  }.wzc4-bg:after {  }.wzc4-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc4-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; }.wzc5:hover .wzc5-bg { background-color:#c9c9c9;border:1px solid #c9c9c9; }.wzc5:hover .wzc5-content { font-size:10px;color:#fff; }.wzc5:hover {  }.wzc5-bg:after {  }.wzc5-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc5-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; }.wzc6:hover .wzc6-bg:after { width:90%;opacity:1; }.wzc6:hover .wzc6-bg {  }.wzc6:hover .wzc6-content { color:#fff; }.wzc6:hover {  }.wzc6-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%); }.wzc6-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; }.wzc6-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-wzs3 { height:908px;--section-height:908px; }#wze4 { top:30px;left:15px;width:848px;height:341px;z-index:1000; }.wzc8-root .wzc8-root-header .wzc8-root-header-title {  }.wzc8-root .wzc8-root-header .wzc8-root-header-options .wzc8-root-header-options-optionsList .wzc8-root-header-options-optionsList-optionItem{{ item.id }} {  }.wzc8-root .wzc8-root-header .wzc8-root-header-options .wzc8-root-header-options-optionsList {  }.wzc8-root .wzc8-root-header .wzc8-root-header-options {  }.wzc8-root .wzc8-root-header {  }.wzc8-root .wzc8-root-orders .wzc8-root-orders-ordersHeader .wzc8-root-orders-ordersHeader-ordersHeaderItem .wzc8-root-orders-ordersHeader-ordersHeaderItem-orderHeaderItem{{ item.id }} {  }.wzc8-root .wzc8-root-orders .wzc8-root-orders-ordersHeader .wzc8-root-orders-ordersHeader-ordersHeaderItem {  }.wzc8-root .wzc8-root-orders .wzc8-root-orders-ordersHeader {  }.wzc8-root .wzc8-root-orders {  }.wzc8-root .wzc8-root-pagination .wzc8-root-pagination-paginationButton {  }.wzc8-root .wzc8-root-pagination {  }.wzc8-root {  }.wzc8  .wz-profile-orders-header p { font-size:18px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117); }.wzc8  .wz-profile-orders-header-option { font-size:12px;font-family:iransans_fa;font-weight:bold;color:rgb(117,117,117);border-radius:5px; }.wzc8  .wz-profile-orders-header-option:hover { background-color:#f4f4f4;cursor:pointer; }.wzc8  .wz-profile-orders-header-options ul [data-active=true] { background-color:#f4f4f4; }.wzc8  .wz-profile-orders-order-items-header { width:80%; }.wzc8  .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); }.wzc8  .wz-profile-orders-order-details { width:80%; }.wzc8  .wz-profile-orders-order-buttons { width:20%; }.wzc8  .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); }.wzc8  .wz-profile-orders-order-items-root { background-color:#f4f4f4;border-radius:10px;border-width:0px;border-color:rgb(0,0,0);border-style:solid; }.wzc8  .wz-profile-orders-order-items-container:first-child:after { border-bottom-width:2px;border-bottom-style:solid;border-bottom-color:#e1e1e1; }.wzc8  .wz-profile-orders-last-orders-image span { padding:3px; }.wzc8  .wz-profile-orders-last-orders-image span img { object-fit:cover; }.wzc8  .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; }.wzc8  .wz-profile-orders-no-results-root img { width:5%;min-width:40px; }.wzc8  .wz-profile-orders-no-results-first-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc8  .wz-profile-orders-no-results-second-text { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc8 {  }#wz-section-wzs4 { height:503px;--section-height:503px; }#wze5 { top:30px;left:15px;width:848px;height:648px;z-index:1000; }.wzc11-root .wzc11-root-header .wzc11-root-header-title {  }.wzc11-root .wzc11-root-header .wzc11-root-header-headerButtons .wzc11-root-header-headerButtons-reorderButton {  }.wzc11-root .wzc11-root-header .wzc11-root-header-headerButtons .wzc11-root-header-headerButtons-receiptButton {  }.wzc11-root .wzc11-root-header .wzc11-root-header-headerButtons {  }.wzc11-root .wzc11-root-header {  }.wzc11-root .wzc11-root-body .wzc11-root-body-information .wzc11-root-body-information-mainInformation .wzc11-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc11-root-body-information-mainInformation-mainInformation{{ item.name }}-itemName {  }.wzc11-root .wzc11-root-body .wzc11-root-body-information .wzc11-root-body-information-mainInformation .wzc11-root-body-information-mainInformation-mainInformation{{ item.name }} .wzc11-root-body-information-mainInformation-mainInformation{{ item.name }}-itemValue {  }.wzc11-root .wzc11-root-body .wzc11-root-body-information .wzc11-root-body-information-mainInformation .wzc11-root-body-information-mainInformation-mainInformation{{ item.name }} {  }.wzc11-root .wzc11-root-body .wzc11-root-body-information .wzc11-root-body-information-mainInformation {  }.wzc11-root .wzc11-root-body .wzc11-root-body-information .wzc11-root-body-information-userInformation .wzc11-root-body-information-userInformation-userInformation{{ item.name }} .wzc11-root-body-information-userInformation-userInformation{{ item.name }}-itemName {  }.wzc11-root .wzc11-root-body .wzc11-root-body-information .wzc11-root-body-information-userInformation .wzc11-root-body-information-userInformation-userInformation{{ item.name }} .wzc11-root-body-information-userInformation-userInformation{{ item.name }}-itemValue {  }.wzc11-root .wzc11-root-body .wzc11-root-body-information .wzc11-root-body-information-userInformation .wzc11-root-body-information-userInformation-userInformation{{ item.name }} {  }.wzc11-root .wzc11-root-body .wzc11-root-body-information .wzc11-root-body-information-userInformation {  }.wzc11-root .wzc11-root-body .wzc11-root-body-information .wzc11-root-body-information-paymentInformation .wzc11-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc11-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemName {  }.wzc11-root .wzc11-root-body .wzc11-root-body-information .wzc11-root-body-information-paymentInformation .wzc11-root-body-information-paymentInformation-paymentInformation{{ item.name }} .wzc11-root-body-information-paymentInformation-paymentInformation{{ item.name }}-itemValue {  }.wzc11-root .wzc11-root-body .wzc11-root-body-information .wzc11-root-body-information-paymentInformation .wzc11-root-body-information-paymentInformation-paymentInformation{{ item.name }} {  }.wzc11-root .wzc11-root-body .wzc11-root-body-information .wzc11-root-body-information-paymentInformation {  }.wzc11-root .wzc11-root-body .wzc11-root-body-information {  }.wzc11-root .wzc11-root-body .wzc11-root-body-orderInformation .wzc11-root-body-orderInformation-orderInformationHeader .wzc11-root-body-orderInformation-orderInformationHeader-orderName .wzc11-root-body-orderInformation-orderInformationHeader-orderName-orderNameValue {  }.wzc11-root .wzc11-root-body .wzc11-root-body-orderInformation .wzc11-root-body-orderInformation-orderInformationHeader .wzc11-root-body-orderInformation-orderInformationHeader-orderName {  }.wzc11-root .wzc11-root-body .wzc11-root-body-orderInformation .wzc11-root-body-orderInformation-orderInformationHeader .wzc11-root-body-orderInformation-orderInformationHeader-orderUnitPrice .wzc11-root-body-orderInformation-orderInformationHeader-orderUnitPrice-orderUnitPriceValue {  }.wzc11-root .wzc11-root-body .wzc11-root-body-orderInformation .wzc11-root-body-orderInformation-orderInformationHeader .wzc11-root-body-orderInformation-orderInformationHeader-orderUnitPrice {  }.wzc11-root .wzc11-root-body .wzc11-root-body-orderInformation .wzc11-root-body-orderInformation-orderInformationHeader .wzc11-root-body-orderInformation-orderInformationHeader-orderCount .wzc11-root-body-orderInformation-orderInformationHeader-orderCount-orderCountValue {  }.wzc11-root .wzc11-root-body .wzc11-root-body-orderInformation .wzc11-root-body-orderInformation-orderInformationHeader .wzc11-root-body-orderInformation-orderInformationHeader-orderCount {  }.wzc11-root .wzc11-root-body .wzc11-root-body-orderInformation .wzc11-root-body-orderInformation-orderInformationHeader .wzc11-root-body-orderInformation-orderInformationHeader-orderDiscount .wzc11-root-body-orderInformation-orderInformationHeader-orderDiscount-orderDiscountValue {  }.wzc11-root .wzc11-root-body .wzc11-root-body-orderInformation .wzc11-root-body-orderInformation-orderInformationHeader .wzc11-root-body-orderInformation-orderInformationHeader-orderDiscount {  }.wzc11-root .wzc11-root-body .wzc11-root-body-orderInformation .wzc11-root-body-orderInformation-orderInformationHeader .wzc11-root-body-orderInformation-orderInformationHeader-orderFinalPrice .wzc11-root-body-orderInformation-orderInformationHeader-orderFinalPrice-orderFinalPriceValue {  }.wzc11-root .wzc11-root-body .wzc11-root-body-orderInformation .wzc11-root-body-orderInformation-orderInformationHeader .wzc11-root-body-orderInformation-orderInformationHeader-orderFinalPrice {  }.wzc11-root .wzc11-root-body .wzc11-root-body-orderInformation .wzc11-root-body-orderInformation-orderInformationHeader {  }.wzc11-root .wzc11-root-body .wzc11-root-body-orderInformation {  }.wzc11-root .wzc11-root-body { --order-information:0;--user-information:1;--payment-information:2; }.wzc11-root .wzc11-root-support .wzc11-root-support-supportImage {  }.wzc11-root .wzc11-root-support .wzc11-root-support-supportTextBox .wzc11-root-support-supportTextBox-supportQuestion {  }.wzc11-root .wzc11-root-support .wzc11-root-support-supportTextBox .wzc11-root-support-supportTextBox-supportMessage {  }.wzc11-root .wzc11-root-support .wzc11-root-support-supportTextBox {  }.wzc11-root .wzc11-root-support {  }.wzc11-root {  }.wzc11  .wz-profile-order-details-root { font-family:iransans_fa; }.wzc11  .wz-profile-order-details-header { padding-bottom:20px; }.wzc11  .wz-profile-order-details-header-text { font-size:20px;font-weight:600;color:rgb(117,117,117); }.wzc11  .wz-profile-order-details-reorder-button { height:30px;width:90px; }.wzc11  .wz-profile-order-details-receipt-button { height:30px;width:90px; }.wzc11  .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; }.wzc11  .wz-profile-order-details-information-container { margin:0 30px;gap:0; }.wzc11  .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); }.wzc11  .wz-profile-order-details-order-complete-information:hover { background-color:rgba(0,0,0,0.025); }.wzc11  .wz-profile-order-details-information-item { width:100%;gap:10px; }.wzc11  .wz-profile-order-details-information-item-name { font-size:12px;color:rgb(117,117,117);font-weight:400; }.wzc11  .wz-profile-order-details-information-item-value { font-size:12px;color:rgb(74,74,74);font-weight:500; }.wzc11  [data-name=total_include_tax] { width:fit-content;padding:0 15px;background-color:rgba(0,0,0,0.035);border-radius:6px; }.wzc11  [data-name=total_include_tax] .wz-profile-order-details-information-item-name { font-size:14px; }.wzc11  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:20px;font-weight:600; }.wzc11  .wz-profile-order-details-order-information-item { padding-top:15px;padding-bottom:15px;padding-right:30px;padding-left:30px;gap:0px; }.wzc11  .wz-profile-order-details-order-information-header { font-size:12px;font-weight:400;color:rgb(117,117,117);padding:10px 30px; }.wzc11  .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); }.wzc11  .wz-profile-order-details-order-summary-information { gap:5px; }.wzc11  .wz-profile-order-details-order-summary-information-name { font-size:12px;color:#000; }.wzc11  .wz-profile-order-details-order-summary-information-other p { font-size:10px;color:rgb(117,117,117); }.wzc11  .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; }.wzc11  .wz-profile-order-details-order-image-box img { object-fit:cover; }.wzc11  .wz-profile-order-details-support { justify-content:end;gap:10px;padding:15px 25px; }.wzc11  .wz-profile-order-details-support-question { font-size:14px;font-weight:500;color:rgb(0,0,0); }.wzc11  .wz-profile-order-details-support-message { font-size:10px;font-weight:400;color:rgb(117,117,117); }.wzc11  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date status"; }.wzc11  .wz-profile-order-details-user-information { grid-template-areas:"transferee mobile" "address address"; }.wzc11  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost totalCost" "paymentMethod shippingMethod totalCost" "deliveryDate deliveryDate totalCost"; }.wzc11  .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); }.wzc11  .wz-profile-order-details-no-results-root { gap:10px;margin-top:20px;padding:70px 30px; }.wzc11  .wz-profile-order-details-no-results-root img { width:5%;min-width:40px; }.wzc11  .wz-profile-order-details-no-results-text { font-size:20px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc11  .wz-profile-order-details-no-results-hint { font-size:12px;font-weight:bold;font-family:iransans_fa;color:rgb(117,117,117); }.wzc11 {  }.wzc9:hover .wzc9-bg { background-color:#ffd9d5;border-width:1px;border-color:rgba(255, 213, 0, 0.25); }.wzc9:hover .wzc9-content { color:#E74C3C; }.wzc9:hover {  }.wzc9-bg:after {  }.wzc9-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); }.wzc9-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; }.wzc10:hover .wzc10-bg { background-color:#f4f4f4;border-width:1px;border-color:rgb(233, 233, 233); }.wzc10:hover .wzc10-content { color:rgb(117,117,117); }.wzc10:hover {  }.wzc10-bg:after {  }.wzc10-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); }.wzc10-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-wzs5 { height:708px;--section-height:708px; }#wze6 { top:30px;left:15px;width:848px;height:541px;z-index:1000; }.wzc15-header .wzc15-header-title {  }.wzc15-header .wzc15-header-headerButton {  }.wzc15-header .wzc15-header-editButton {  }.wzc15-header .wzc15-header-removeButton {  }.wzc15-header {  }.wzc15-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; }.wzc15-pagination .wzc15-pagination-paginationButton {  }.wzc15-pagination {  }.wzc15  .wz-profile-addresses-header { margin-bottom:30px; }.wzc15  .wz-profile-addresses-header p { font-family:iransans_fa;font-size:22px;color:rgb(117,117,117); }.wzc15  .wz-profile-addresses-header-button { height:35px;width:115px; }.wzc15  .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; }.wzc15  .wz-profile-addresses-container:hover { border-radius:20px; }.wzc15  .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); }.wzc15  .wz-profile-address-item:hover { border-radius:20px; }.wzc15  .wz-profile-address-location { width:100%;height:200px; }.wzc15  .wz-profile-address-details { gap:7px;padding:5px 15px 15px 15px;box-shadow:0px -15px 15px 10px #fff; }.wzc15  .wz-profile-address-item:hover .wz-profile-address-details {  }.wzc15  .wz-profile-address-full { font-family:iransans_fa;font-size:14px;font-weight:500;color:#4a4a4a;text-align:right; }.wzc15  .wz-profile-address-full:hover {  }.wzc15  .wz-profile-address-summary { justify-content:start; }.wzc15  .wz-profile-address-summary-location p { font-family:iransans_fa;font-size:12px; }.wzc15  .wz-profile-address-summary-location p:hover {  }.wzc15  .wz-profile-address-summary-location svg { width:22px;height:auto; }.wzc15  .wz-profile-address-summary-location svg path { fill:#E74C3C; }.wzc15  .wz-profile-address-summary-postal-code p { font-family:iransans_fa;font-size:12px; }.wzc15  .wz-profile-address-summary-postal-code p:hover {  }.wzc15  .wz-profile-address-summary-postal-code svg { width:25px;height:auto; }.wzc15  .wz-profile-address-summary-postal-code svg path { stroke:#E74C3C; }.wzc15  .wz-profile-address-transferee { text-align:right; }.wzc15  .wz-profile-address-transferee p { font-family:iransans_fa;font-size:12px; }.wzc15  .wz-profile-address-transferee p:hover {  }.wzc15  .wz-profile-address-buttons { margin-top:15px;justify-content:end; }.wzc15  .wz-profile-address-remove-button { height:30px; }.wzc15  .wz-profile-address-edit-button { height:30px; }.wzc15  .wz-profile-addresses-no-results-first-text { color:#5a5a5a;font-family:iransans_fa;font-size:20px;font-weight:500; }.wzc15  .wz-profile-addresses-no-results-second-text { font-family:iransans_fa;font-size:14px;font-weight:500;color:#a1a1a1;margin-top:-10px; }.wzc15  .wz-profile-addresses-no-results-first-text:hover {  }.wzc15  .wz-profile-addresses-no-results-second-text:hover {  }.wzc15 {  }.wzc12:hover .wzc12-bg { background-color:#E74C3C; }.wzc12:hover .wzc12-content { font-size:12px;color:#ffd9d5; }.wzc12:hover {  }.wzc12-bg:after {  }.wzc12-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:#ffd9d5;border-radius:25px; }.wzc12-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; }.wzc13:hover .wzc13-bg { background-color:#f4f4f4;border:1px solid #e1e1e1; }.wzc13:hover .wzc13-content { font-size:11px;color:#a1a1a1; }.wzc13:hover {  }.wzc13-bg:after {  }.wzc13-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #e1e1e1; }.wzc13-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; }.wzc14:hover .wzc14-bg { background-color:#E74C3C; }.wzc14:hover .wzc14-content { font-size:11px;color:#fff; }.wzc14:hover {  }.wzc14-bg:after {  }.wzc14-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:unset;border-radius:25px;border:1px solid #E74C3C; }.wzc14-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-wzs6 { height:601px;--section-height:601px; }#wze136 { top:123px;left:397.5px;width:375px;height:57.5px;z-index:1000;text-align:center; }#wz-section-wzs19 { height:303.45px;--section-height:303.45px; }.wzc-section-wzs19 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs19-full { background-image:url(../../uploads/d0344c08b0d642f8a1c812ecbc68d033.png) ;background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs19-full:after { background:;background-color:rgba(83, 83, 83, 0.62); }#wze124 { top:59px;left:783.5px;width:373px;height:243.017px;z-index:1000; }.wzc66-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(205, 205, 205);border-radius:5px; }.wzc66-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px; }#wze125 { top:37.531px;left:160.5px;width:52px;height:52px;z-index:1000; }.wzc67 { overflow:hidden; }.wzc67-shape { width:100%;height:100%;stroke-width:15px;stroke:rgb(58, 84, 180);fill:rgba(231, 76, 60, 0); }#wze126 { top:151.783px;left:67px;width:239px;height:16.25px;z-index:1000;text-align:center; }#wze127 { top:99.5px;left:67px;width:239px;height:41.25px;z-index:1000;text-align:center; }#wze128 { top:59.25px;left:398.5px;width:373px;height:242.783px;z-index:1000; }#wze129 { top:37.531px;left:160.5px;width:52px;height:52px;z-index:1000; }#wze130 { top:151.283px;left:67px;width:239px;height:17.5px;z-index:1000;text-align:center; }#wze131 { top:99.5px;left:67px;width:239px;height:41.25px;z-index:1000;text-align:center; }#wze132 { top:59.25px;left:14px;width:373px;height:240.8px;z-index:1000; }#wze133 { top:37.531px;left:160.5px;width:52px;height:52px;z-index:1000; }#wze134 { top:150.783px;left:67px;width:239px;height:25px;z-index:1000;text-align:center; }#wze135 { top:99.5px;left:67px;width:239px;height:41.25px;z-index:1000;text-align:center; }#wze256 { top:187px;left:56.3833px;width:180px;height:25px;z-index:1000;text-align:right; }#wz-section-wzs18 { height:361px;--section-height:361px; }#wze122 { top:0px;left:0px;width:100%;height:567.0356px;z-index:1000;order:1; }.wzc60-bg { position:absolute;top:0px;left:0px;bottom:0px;right:0px; }.wzc60-content {  }.wzc60 {  }#wze123 { top:34.0333px;left:311.25px;width:567px;height:498.969px;z-index:1000; }.wzc65-code .wzc65-code-default { position:absolute;left:0px;top:0px;width:100%;height:100%;background-color:#ccc; }.wzc65-code { position:absolute;left:0px;top:0px;width:100%;height:100%; }#wz-section-wzs17 { height:570.533px;--section-height:570.533px; }#wze204 { top:44.5px;left:973.5px;width:180px;height:33.75px;z-index:1000;text-align:right; }#wze205 { top:41.5px;left:14px;width:130px;height:40px;z-index:1000; }.wzc85-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(205, 205, 205);border-radius:5px; }.wzc85-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:5px; }#wze206 { top:10px;left:11px;width:54px;height:20px;z-index:1000;text-align:center; }#wze207 { top:10px;left:98px;width:20px;height:20px;z-index:1000; }.wzc69 { overflow:hidden; }.wzc69-shape { width:100%;height:100%;stroke-width:0px;stroke:#000000;fill:rgb(58, 84, 180); }#wze208 { top:12px;left:68px;width:16px;height:16px;z-index:1000;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);rotate:90; }#wze208  > div:not(.wz-element) .wz-element-container { -webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);rotate:-90; }#wz-section-wzs26 { height:122.617px;--section-height:122.617px; }.wzc-section-wzs26-full { background-image:;background-size:auto;background-repeat:repeat;background:;background-color:rgb(58, 84, 180); }.wzc-section-wzs26-full-style {  }#wze178 { top:358.867px;left:921.5px;width:233px;height:55.9333px;z-index:1000; }.wzc70-content {  }.wzc70 {  }#wze182 { top:358.867px;left:659.5px;width:233px;height:55.9333px;z-index:1000; }#wze194 { top:65px;left:53.9667px;width:579.5px;height:436.067px;z-index:1000; }#wze195 { top:0px;left:3.5527136788005E-15px;width:526.75px;height:338px;z-index:1000; }.wzc72-frame { top:0px;bottom:0;left:0px;right:0;position:absolute;z-index:1;pointer-events:none;border-radius:10px; }.wzc72-img .wzc72-img-inner { width:100%;height:100%;float:left; }.wzc72-img { width:100%;height:100%;position:relative;overflow:hidden;border-radius:10px; }#wze195 .wzc72-img-inner { object-fit:cover; }#wze196 { top:233.5px;left:380.5px;width:199px;height:202.067px;z-index:1001; }.wzc84-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(58, 84, 180);border-radius:10px; }.wzc84-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }.wzc84-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; }#wze197 { top:122.233px;left:27px;width:145px;height:26.25px;z-index:1000;text-align:center; }#wze198 { top:35px;left:68.266px;width:92.4375px;height:74px;z-index:1000; }.wzc86 {  }.wzc86-container .wzc86-container-number { background-color:transparent;font-size:66px;font-family:yekan_fa;line-height:100px;color:rgb(205, 205, 205);left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc86-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:rgba(205, 205, 205, 0);border-radius:0;text-align:center;vertical-align:middle;border-style:solid;border-width:0;border-color:#888888;box-sizing:border-box; }#wze199 { top:51.5px;left:37px;width:45px;height:72.5px;z-index:1000;text-align:center; }#wze200 { top:80.5px;left:668px;width:487.5px;height:265.033px;z-index:1000; }#wze201 { top:0px;left:320.5px;width:167px;height:30px;z-index:1000;text-align:right; }#wze202 { top:38.2333px;left:193.5px;width:292px;height:58.75px;z-index:1000;text-align:right; }#wze203 { top:120.033px;left:0px;width:485px;height:135px;z-index:1000;text-align:right; }#wz-section-wzs25 { height:511.517px;--section-height:511.517px; }.wzc-section-wzs25-full { background:;background-color:rgb(205, 205, 205); }.wzc-section-wzs25-full-style {  }#wze158 { top:41.9667px;left:676.217px;width:250px;height:205.283px;z-index:1000; }#wze159 { top:89px;left:52.5px;width:145px;height:31.25px;z-index:1000;text-align:center; }#wze160 { top:0px;left:70.288px;width:109.438px;height:86px;z-index:1000; }#wze162 { top:143.033px;left:0px;width:250px;height:1.88333px;z-index:1000; }.wzc79-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(191, 173, 127); }.wzc79-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wze163 { top:42px;left:264.567px;width:250px;height:205.4px;z-index:1000; }#wze164 { top:89px;left:52.5px;width:145px;height:31.25px;z-index:1000;text-align:center; }#wze165 { top:0px;left:70.288px;width:109.438px;height:86px;z-index:1000; }.wzc80 {  }.wzc80-container .wzc80-container-number { background-color:transparent;font-size:66px;font-family:yekan_fa;line-height:100px;color:rgb(205, 205, 205);left:0px;right:0;vertical-align:middle;text-align:center;white-space:nowrap;user-select:none;z-index:1;padding:0 10px; }.wzc80-container { display:flex;justify-content:center;align-items:center;min-width:100px;width:100%;height:100%;min-height:100px;background-color:rgba(205, 205, 205, 0);border-radius:0;text-align:center;vertical-align:middle;border-style:solid;border-width:0;border-color:#888888;box-sizing:border-box; }#wze167 { top:143.033px;left:0px;width:250px;height:1.88333px;z-index:1000; }.wzc81-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(58, 84, 180); }.wzc81-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }#wz-section-wzs24 { height:402.65px;--section-height:402.65px; }.wzc-section-wzs24 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs24-style {  }.wzc-section-wzs24-full { background:;background-color:rgba(83, 83, 83, 0.16);background-image:url(../../uploads/550b97d884f146e79a03652869a71920.jpg) ;background-position:top center; }.wzc-section-wzs24-full-style {  }.wzc-section-wzs24-full:after { background:;background-color:rgba(83, 83, 83, 0.78); }#wze137 { top:40.5px;left:663.5px;width:491px;height:35px;z-index:1000;text-align:right; }#wze138 { top:27.75px;left:15.5px;width:258px;height:47.5px;z-index:1000; }.wzc68-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(211, 199, 168);border-radius:10px; }.wzc68-content { top:0px;bottom:0;left:0px;right:0;position:absolute;border-radius:10px; }#wze139 { top:0px;left:76px;width:182px;height:47.5px;z-index:1000;text-align:left; }#wze140 { top:9.25px;left:28.5px;width:28px;height:28px;z-index:1001; }#wz-section-wzs20 { height:106.75px;--section-height:106.75px; }.wzc-section-wzs20-full { background:;background-color:rgb(211, 199, 168); }.wzc-section-wzs20-full-style {  }#wze209 { top:9.5px;left:506.417px;width:180px;height:33px;z-index:1000;text-align:right; }#wz-section-wzs27 { height:300px;--section-height:300px; }#wze211 { top:17px;left:494.583px;width:180px;height:24px;z-index:1000;text-align:right; }#wz-section-wzs30 { height:300px;--section-height:300px; }#wze212 { top:14px;left:530px;width:110px;height:33.75px;z-index:1000;text-align:right; }#wz-section-wzs47 { height:300px;--section-height:300px; }#wze213 { top:17px;left:494.583px;width:180px;height:36px;z-index:1000;text-align:right; }#wz-section-wzs32 { height:300px;--section-height:300px; }#wze214 { top:17px;left:514.567px;width:180px;height:21px;z-index:1000;text-align:right; }#wz-section-wzs33 { height:300px;--section-height:300px; }#wze255 { top:15px;left:495px;width:180px;height:33.75px;z-index:1000;text-align:right; }#wz-section-wzs37 { height:299.75px;--section-height:299.75px; }#wze235 { top:15px;left:15px;width:237px;height:128px;z-index:1000; }.wzc89-bg:after { content:'';background:#777;z-index:-1;position:absolute;bottom:15px;min-height:20px;left:5px;width:50%;max-width:300px;box-shadow:0 15px 5px #777;-webkit-transform:rotate(-3deg);-moz-transform:rotate(-3deg);-ms-transform:rotate(-3deg);-o-transform:rotate(-3deg);transform:rotate(-3deg);transform:rotate(-3deg); }.wzc89-bg:before { content:'';background:#777;z-index:-1;position:absolute;bottom:15px;min-height:20px;right:5px;width:50%;max-width:300px;box-shadow:0 15px 5px #777;-webkit-transform:rotate(3deg);-moz-transform:rotate(3deg);-ms-transform:rotate(3deg);-o-transform:rotate(3deg);transform:rotate(3deg);transform:rotate(3deg); }.wzc89-bg { top:0px;bottom:0;left:0px;right:0;position:absolute;background-color:rgb(255, 255, 255); }.wzc89-content { top:0px;bottom:0;left:0px;right:0;position:absolute; }.wzc89-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; }#wze236 { top:15px;left:458.467px;width:180px;height:22.5px;z-index:1000;text-align:right; }#wze237 { top:51px;left:977.017px;width:180px;height:30px;z-index:1000;text-align:right; }#wz-section-wzs38 { height:385.5px;--section-height:385.5px; }#wze257 { top:21px;left:526.65px;width:180px;height:23.75px;z-index:1000;text-align:right; }#wz-section-wzs39 { height:299.75px;--section-height:299.75px; }#wze258 { top:15px;left:495px;width:180px;height:22.5px;z-index:1000;text-align:right; }#wz-section-wzs40 { height:299.5px;--section-height:299.5px; }#wze259 { top:21px;left:520.233px;width:180px;height:25px;z-index:1000;text-align:right; }#wz-section-wzs41 { height:300px;--section-height:300px; }#wze238 { top:21px;left:548.5px;width:73px;height:23.75px;z-index:1000;text-align:right; }#wz-section-wzs42 { height:299.75px;--section-height:299.75px; }#wze240 { top:12px;left:500px;width:180px;height:17px;z-index:1000;text-align:right; }#wz-section-wzs43 { height:300px;--section-height:300px; }#wze248 { top:8px;left:494px;width:180px;height:30px;z-index:1000;text-align:right; }#wze260 { top:81.5px;left:298.483px;width:600px;height:285px;z-index:1000; }.wzc106 .wz-gallery > li > figure,.wzc106  .wz-gallery > li > figure:before,.wzc106  .wz-gallery > li > figure:after,.wzc106  .wz-gallery > li > figure > figcaption,.wzc106  .wz-gallery-slider .wz-gallery-caption { background-color:rgba(231, 76, 60, 0.75); }.wzc106  .wz-gallery-caption { text-align:center; }.wzc106  .wz-gallery-caption  h3 { font-family:yekan, tahoma, serif;font-size:15px;line-height:15px;color:#fff; }.wzc106  .wz-gallery-caption  p { font-family:yekan, tahoma, serif;font-size:13px;color:#fff; }.wzc106  .wz-gallery li  img.wz-gallery-image { object-fit:cover; }.wzc106 {  }.wzc106-slider .wzc106-slider-items {  }.wzc106-slider  .flex-direction-nav a:before { color:#999; }.wzc106-slider {  }#wz-section-wzs45 { height:415.5px;--section-height:415.5px; }#wze249 { top:12px;left:506.417px;width:180px;height:25px;z-index:1000;text-align:right; }#wz-section-wzs46 { height:300px;--section-height:300px; }#wz-section-wzs48 { height:300px;--section-height:300px; }#wz-section-wzs49 { height:300px;--section-height:300px; }#wz-section-wzs50 { height:300px;--section-height:300px; }#wz-section-wzs51 { height:300px;--section-height:300px; }#wz-section-wzs-default { height:200px;--section-height:200px; }[data-page=p1] #wz-root-background { background-attachment:none; }@media only screen and (max-width : 768px) {#wze15 { top:9px;left:395.017px;bottom:auto;right:auto;width:60px;height:51px;display:block;z-index:1000; }#wze17 { top:17px;left:229.5px;bottom:auto;right:auto;width:158px;height:45px;z-index:1000;text-align:right; }#wze18 { top:9.5px;left:15px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wze19 { top:22px;left:92.5167px;bottom:auto;right:auto;width:110px;height:30px;z-index:1000; }.wzc26-content { font-size:11px; }#wz-section-header { height:69.5px;--section-height:69.5px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze11 { top:10px;left:2.13333px;bottom:auto;right:auto;width:25px;height:25px;z-index:1000; }#wze12 { top:9.75px;left:204.517px;bottom:auto;right:auto;width:25px;height:25px;z-index:1000; }#wze13 { top:15.75px;left:22.5px;bottom:auto;right:auto;width:81px;height:18.75px;z-index:1000;text-align:right; }#wze14 { top:14.6333px;left:223.75px;bottom:auto;right:auto;width:136px;height:13.75px;z-index:1000;text-align:right; }#wze239 { top:6.25px;left:354.883px;bottom:auto;right:auto;width:105px;height:23px;z-index:1000; }#wze253 { top:14.5px;left:116px;bottom:auto;right:auto;width:88px;height:17.5px;z-index:1000;text-align:right; }#wze254 { top:12.75px;left:99.95px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wz-section-wzs1 { height:35.75px;--section-height:35.75px; }.wzc-section-wzs1 { background:;background-color:rgba(255, 255, 255, 0); }#wze21 { top:15px;left:161.633px;bottom:auto;right:auto;width:283px;height:47.5px;z-index:1000;text-align:right; }#wze22 { top:57px;left:199.45px;bottom:auto;right:auto;width:240px;height:32.5px;z-index:1000;text-align:right; }#wze23 { top:96.75px;left:252.633px;bottom:auto;right:auto;width:85px;height:30px;z-index:1000; }.wzc27-content { font-size:11px; }#wze24 { top:97.75px;left:346.95px;bottom:auto;right:auto;width:85px;height:30px;z-index:1000; }.wzc28-content { font-size:10px; }#wze252 { top:203px;left:82.0667px;bottom:auto;right:auto;width:300px;height:30px;z-index:1000; }#wz-section-wzs8 { height:235.5px;--section-height:235.5px; }.wzc-section-wzs8 { background:;background-color:rgba(255, 255, 255, 0); }.wzc-section-wzs8-full { background-image:url(../../uploads/5b40a1bb100c452b8579a14d0a79798b.jpg) ;background-size:cover;background-repeat:no-repeat; }#wze28 { top:11.25px;left:254px;bottom:auto;right:auto;width:164px;height:198px;display:block;z-index:1000; }#wze35 { top:12px;left:15.5px;bottom:auto;right:auto;width:133px;height:133px;display:block;z-index:1000; }#wze36 { top:157px;left:12.3167px;bottom:auto;right:auto;width:141px;height:30px;display:block;z-index:1000; }#wze37 { top:12px;left:53.0333px;bottom:auto;right:auto;width:164.4167px;height:198px;z-index:1000; }#wze38 { top:157px;left:11.7167px;bottom:auto;right:auto;width:141px;height:30px;display:block;z-index:1000; }#wze39 { top:14px;left:14.2167px;bottom:auto;right:auto;width:136px;height:130px;display:block;z-index:1000; }#wze40 { top:436px;left:152px;bottom:auto;right:auto;width:164px;height:201px;z-index:1000; }#wze41 { top:162px;left:9.41667px;bottom:auto;right:auto;width:143px;height:30px;display:block;z-index:1000; }#wze42 { top:14px;left:9.96667px;bottom:auto;right:auto;width:141px;height:133px;display:block;z-index:1000; }#wze43 { top:224px;left:50.7px;bottom:auto;right:auto;width:166.4167px;height:201px;z-index:1000; }#wze44 { top:161px;left:14.4167px;bottom:auto;right:auto;width:138px;height:30px;display:block;z-index:1000; }#wze45 { top:14px;left:16.7167px;bottom:auto;right:auto;width:133px;height:133px;display:block;z-index:1000; }#wze46 { top:223.5px;left:251.75px;bottom:auto;right:auto;width:163px;height:201px;z-index:1000; }#wze47 { top:161px;left:8.41667px;bottom:auto;right:auto;width:144px;height:30px;display:block;z-index:1000; }#wze48 { top:14px;left:11px;bottom:auto;right:auto;width:141px;height:133px;display:block;z-index:1000; }#wz-section-wzs9 { height:652px;--section-height:652px; }#wze49 { top:15px;left:148px;bottom:auto;right:auto;width:158px;height:35px;display:block;z-index:1000;text-align:right; }#wze51 { top:66px;left:15px;bottom:auto;right:auto;width:219px;height:280px;display:block;z-index:1000; }#wze50 { top:11px;left:12.15px;bottom:auto;right:auto;width:197px;height:87px;display:block;z-index:1000; }#wze52 { top:104.5px;left:21.0167px;bottom:auto;right:auto;width:180px;height:100px;display:block;z-index:1000;text-align:right; }#wze53 { top:222.5px;left:19.5px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }.wzc46-content { font-size:10px; }#wze54 { top:66px;left:239.5px;bottom:auto;right:auto;width:219px;height:280px;display:block;z-index:1000; }#wze55 { top:9.5px;left:10.5px;bottom:auto;right:auto;width:197px;height:87px;display:block;z-index:1000; }#wze56 { top:113.5px;left:18.9px;bottom:auto;right:auto;width:180px;height:97.5px;display:block;z-index:1000;text-align:right; }#wze57 { top:220px;left:19.5px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze58 { top:353.75px;left:239.5px;bottom:auto;right:auto;width:219px;height:280px;display:block;z-index:1000; }#wze59 { top:11px;left:12.6px;bottom:auto;right:auto;width:197px;height:87px;display:block;z-index:1000; }#wze60 { top:112.5px;left:19.9px;bottom:auto;right:auto;width:180px;height:100px;display:block;z-index:1000;text-align:right; }#wze61 { top:222.5px;left:19.9px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze62 { top:353px;left:13.7667px;bottom:auto;right:auto;width:219px;height:280px;display:block;z-index:1000; }#wze63 { top:10px;left:11px;bottom:auto;right:auto;width:197px;height:87px;display:block;z-index:1000; }#wze64 { top:110px;left:19.5px;bottom:auto;right:auto;width:180px;height:100px;display:block;z-index:1000;text-align:right; }#wze65 { top:225.5px;left:23.55px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze85 { top:641.25px;left:172.5px;bottom:auto;right:auto;width:133px;height:30px;display:block;z-index:1000; }#wz-section-wzs11 { height:682px;--section-height:682px; }.wzc-section-wzs11 { background:;background-color:rgb(162, 145, 96); }#wze282 { top:16.5px;left:150.5px;bottom:auto;right:auto;width:159px;height:22.5px;z-index:1000;text-align:right; }#wze299 { top:615.75px;left:171px;bottom:auto;right:auto;width:113px;height:18.75px;z-index:1000;text-align:right; }#wze300 { top:51.5px;left:2.86667px;bottom:auto;right:auto;width:459.3px;height:607.5px;z-index:1000; }#wze302 { top:14.75px;left:234.35px;bottom:auto;right:auto;width:210px;height:250px;z-index:1000; }#wze304 { top:4.88333px;left:6.55px;bottom:auto;right:auto;width:187.067px;height:84px;z-index:1000; }#wze305 { top:97px;left:16px;bottom:auto;right:auto;width:180px;height:20px;z-index:1000;text-align:right; }#wze306 { top:196px;left:23px;bottom:auto;right:auto;width:163px;height:40px;z-index:1000; }#wze307 { top:14.25px;left:12.1333px;bottom:auto;right:auto;width:210px;height:250px;z-index:1000; }#wze308 { top:8px;left:8px;bottom:auto;right:auto;width:191px;height:84px;z-index:1000; }#wze309 { top:98px;left:13px;bottom:auto;right:auto;width:180px;height:20px;z-index:1000;text-align:right; }#wze310 { top:197px;left:26px;bottom:auto;right:auto;width:158px;height:40px;z-index:1000; }.wzc115-content { font-size:12px; }#wze311 { top:282.5px;left:234.3px;bottom:auto;right:auto;width:210px;height:250px;z-index:1000; }#wze312 { top:7px;left:10px;bottom:auto;right:auto;width:193px;height:84px;z-index:1000; }#wze313 { top:100px;left:20px;bottom:auto;right:auto;width:180px;height:20px;z-index:1000;text-align:right; }#wze314 { top:193px;left:26px;bottom:auto;right:auto;width:162px;height:40px;z-index:1000; }#wze315 { top:282.5px;left:11.4667px;bottom:auto;right:auto;width:210px;height:250px;z-index:1000; }#wze316 { top:8px;left:9px;bottom:auto;right:auto;width:190px;height:84px;z-index:1000; }#wze317 { top:100px;left:24px;bottom:auto;right:auto;width:180px;height:20px;z-index:1000;text-align:right; }#wze318 { top:193px;left:24px;bottom:auto;right:auto;width:163px;height:40px;z-index:1000; }#wz-section-wzs54 { height:667.5px;--section-height:667.5px; }#wz-section-wzs52 { height:30px;--section-height:30px; }#wze87 { top:39px;left:385.017px;bottom:auto;right:auto;width:72px;height:77px;display:block;z-index:1000; }#wze88 { top:15.75px;left:6.51667px;bottom:auto;right:auto;width:187.85px;height:166.25px;display:block;z-index:1000; }#wze89 { top:0.5px;left:31.7167px;bottom:auto;right:auto;width:116px;height:33.75px;display:block;z-index:1000;text-align:right; }#wze90 { top:30px;left:165.85px;bottom:auto;right:auto;width:15px;height:15px;display:block;z-index:1000; }#wze91 { top:29.25px;left:40.85px;bottom:auto;right:auto;width:111px;height:15px;display:block;z-index:1000;text-align:right; }#wze92 { top:55px;left:164.633px;bottom:auto;right:auto;width:15px;height:15px;display:block;z-index:1000; }#wze93 { top:52.75px;left:42.85px;bottom:auto;right:auto;width:111px;height:15px;display:block;z-index:1000;text-align:right; }#wze94 { top:80px;left:161.85px;bottom:auto;right:auto;width:15px;height:15px;display:block;z-index:1000; }#wze97 { top:106px;left:162.933px;bottom:auto;right:auto;width:15px;height:15px;z-index:1000; }#wze99 { top:104.75px;left:4px;bottom:auto;right:auto;width:157.95px;height:15px;z-index:1000;text-align:right; }#wze96 { top:237.5px;left:117.5px;bottom:auto;right:auto;width:243px;height:16.25px;z-index:1000;text-align:center; }#wze98 { top:93.8833px;left:0px;bottom:auto;right:auto;width:167px;height:15px;z-index:1000;text-align:right; }#wze100 { top:15px;left:112.45px;bottom:auto;right:auto;width:161px;height:20px;z-index:1000;text-align:right; }#wze101 { top:41.1333px;left:111.383px;bottom:auto;right:auto;width:161px;height:18.75px;z-index:1000;text-align:right; }#wze102 { top:64px;left:167.75px;bottom:auto;right:auto;width:108px;height:18.75px;z-index:1000;text-align:right; }#wze103 { top:86.3833px;left:185.633px;bottom:auto;right:auto;width:93px;height:18.75px;z-index:1000;text-align:right; }#wze104 { top:107.5px;left:198.7px;bottom:auto;right:auto;width:73px;height:18.75px;z-index:1000;text-align:right; }#wze105 { top:14px;left:190.75px;bottom:auto;right:auto;width:180px;height:28.75px;z-index:1000;text-align:right; }#wze106 { top:40.5px;left:286.133px;bottom:auto;right:auto;width:82px;height:20px;z-index:1000;text-align:right; }#wze107 { top:63.75px;left:294.633px;bottom:auto;right:auto;width:72px;height:18.75px;z-index:1000;text-align:right; }#wze108 { top:84.5px;left:286.75px;bottom:auto;right:auto;width:82px;height:18.75px;z-index:1000;text-align:right; }#wze109 { top:104.633px;left:303.45px;bottom:auto;right:auto;width:65px;height:18.75px;z-index:1000;text-align:right; }#wze110 { top:142.75px;left:333.883px;bottom:auto;right:auto;width:74px;height:22.5px;z-index:1000;text-align:right; }#wze111 { top:165px;left:43.8833px;bottom:auto;right:auto;width:364px;height:35px;z-index:1000;text-align:right; }#wze250 { top:187.5px;left:419.2px;bottom:auto;right:auto;width:40px;height:40px;z-index:1000; }#wz-section-footer { height:267.25px;--section-height:267.25px; }.wzc-section-footer { background:;background-color:rgba(255, 255, 255, 0); }#wz-section-wzs7 { height:15px;--section-height:15px; }#wze2 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:257.733px;display:block;z-index:1000; }#wze7 { bottom:auto;right:auto;width:438px;height:189px;z-index:1000; }#wz-section-wzs2 { height:491.733px;--section-height:491.733px; }#wze3 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:438px;display:block;z-index:1000; }#wz-section-wzs3 { height:672px;--section-height:672px; }#wze4 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:176.133px;display:block;z-index:1000; }.wzc8  .wz-profile-orders-header p { font-size:16px; }.wzc8  .wz-profile-orders-header-option { font-size:10px; }.wzc8  .wz-profile-orders-order-items-header p { font-size:10px; }.wzc8  .wz-profile-orders-order-details p { font-size:10px; }#wz-section-wzs4 { height:410.133px;--section-height:410.133px; }#wze5 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:334.7px;display:block;z-index:1000; }.wzc11  .wz-profile-order-details-information { grid-template-columns: 50%; }.wzc11  .wz-profile-order-details-information-item-name { font-size:11px; }.wzc11  .wz-profile-order-details-information-item-value { font-size:11px; }.wzc11  [data-name=total_include_tax] { padding:10px; }.wzc11  [data-name=total_include_tax] .wz-profile-order-details-information-item-value { font-size:16px; }.wzc11  .wz-profile-order-details-order-information-header { font-size:10px; }.wzc11  .wz-profile-order-details-order-detail { font-size:10px; }.wzc11  .wz-profile-order-details-order-summary-information-name { font-size:10px; }.wzc11  .wz-profile-order-details-main-information { grid-template-areas:"trackingCode date" "status status"; }.wzc11  .wz-profile-order-details-payment-information { grid-template-areas:"orderCost shippingCost" "paymentMethod shippingMethod" "deliveryDate deliveryDate" "totalCost totalCost"; }#wz-section-wzs5 { height:568.7px;--section-height:568.7px; }#wze6 { top:219px;left:15px;bottom:auto;right:auto;width:438px;height:279.433px;display:block;z-index:1000; }#wz-section-wzs6 { height:513.433px;--section-height:513.433px; }#wze136 { top:15px;left:46.5px;bottom:auto;right:auto;width:375px;height:57.5px;display:block;z-index:1000;text-align:center; }#wz-section-wzs19 { height:87.5px;--section-height:87.5px; }#wze124 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:243.017px;display:block;z-index:1000; }#wze125 { top:37.5333px;left:193px;bottom:auto;right:auto;width:52px;height:52px;display:block;z-index:1000; }#wze126 { top:151.783px;left:99.5px;bottom:auto;right:auto;width:239px;height:16.25px;display:block;z-index:1000;text-align:center; }#wze127 { top:99.5px;left:99.5px;bottom:auto;right:auto;width:239px;height:41.25px;display:block;z-index:1000;text-align:center; }#wze128 { top:273.017px;left:15px;bottom:auto;right:auto;width:438px;height:242.783px;display:block;z-index:1000; }#wze129 { top:37.5333px;left:193px;bottom:auto;right:auto;width:52px;height:52px;display:block;z-index:1000; }#wze130 { top:151.283px;left:99.5px;bottom:auto;right:auto;width:239px;height:17.5px;display:block;z-index:1000;text-align:center; }#wze131 { top:99.5px;left:99.5px;bottom:auto;right:auto;width:239px;height:41.25px;display:block;z-index:1000;text-align:center; }#wze132 { top:530.8px;left:14px;bottom:auto;right:auto;width:440px;height:240.8px;display:block;z-index:1000; }#wze133 { top:37.5333px;left:194px;bottom:auto;right:auto;width:52px;height:52px;display:block;z-index:1000; }#wze134 { top:150.783px;left:100.5px;bottom:auto;right:auto;width:239px;height:25px;display:block;z-index:1000;text-align:center; }#wze135 { top:99.5px;left:100.5px;bottom:auto;right:auto;width:239px;height:41.25px;display:block;z-index:1000;text-align:center; }#wze256 { top:187px;left:89.8833px;bottom:auto;right:auto;width:180px;height:25px;display:block;z-index:1000;text-align:right; }#wz-section-wzs18 { height:786.59998779297px;--section-height:786.59998779297px; }#wze122 { top:0px;left:0px;bottom:auto;right:auto;width:468px;height:415.45px;display:block;z-index:1000;order:1; }#wze123 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:385.45px;display:block;z-index:1000; }#wz-section-wzs17 { height:415.45px;--section-height:415.45px; }#wze204 { top:15px;left:216.5px;bottom:auto;right:auto;width:180px;height:33.75px;display:block;z-index:1000;text-align:right; }#wze205 { top:15px;left:71.5px;bottom:auto;right:auto;width:130px;height:40px;display:block;z-index:1000; }#wze206 { top:10px;left:11px;bottom:auto;right:auto;width:54px;height:20px;display:block;z-index:1000;text-align:center; }#wze207 { top:10px;left:98px;bottom:auto;right:auto;width:20px;height:20px;display:block;z-index:1000; }#wze208 { top:12px;left:68px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wz-section-wzs26 { height:70px;--section-height:70px; }#wze178 { top:801.567px;left:122.5px;bottom:auto;right:auto;width:233px;height:55.9333px;display:block;z-index:1000; }#wze182 { top:870.5px;left:127.25px;bottom:auto;right:auto;width:233px;height:55.9333px;display:block;z-index:1000; }#wze194 { top:317.25px;left:30px;bottom:auto;right:auto;width:408px;height:453.567px;display:block;z-index:1000; }#wze195 { top:0px;left:0px;bottom:auto;right:auto;width:408px;height:289.35px;display:block;z-index:1000; }#wze196 { top:251px;left:113.767px;bottom:auto;right:auto;width:199px;height:202.067px;display:block;z-index:1000; }#wze197 { top:122.233px;left:27px;bottom:auto;right:auto;width:145px;height:26.25px;display:block;z-index:1000;text-align:center; }#wze198 { top:35px;left:68.2667px;bottom:auto;right:auto;width:92.4333px;height:74px;display:block;z-index:1000; }#wze199 { top:51.5px;left:37px;bottom:auto;right:auto;width:45px;height:72.5px;display:block;z-index:1000;text-align:center; }#wze200 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:265px;display:block;z-index:1000; }#wze201 { top:15px;left:135.5px;bottom:auto;right:auto;width:167px;height:26.25px;display:block;z-index:1000;text-align:right; }#wze202 { top:56.25px;left:73px;bottom:auto;right:auto;width:292px;height:53.75px;display:block;z-index:1000;text-align:right; }#wze203 { top:125px;left:15px;bottom:auto;right:auto;width:408px;height:125px;display:block;z-index:1000;text-align:right; }#wz-section-wzs25 { height:938.033px;--section-height:938.033px; }#wze158 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:205.283px;display:block;z-index:1000; }#wze159 { top:89px;left:146.5px;bottom:auto;right:auto;width:145px;height:31.25px;display:block;z-index:1000;text-align:center; }#wze160 { top:0px;left:164.283px;bottom:auto;right:auto;width:109.433px;height:86px;display:block;z-index:1000; }#wze162 { top:143.033px;left:94px;bottom:auto;right:auto;width:250px;height:1.88333px;display:block;z-index:1000; }#wze163 { top:235.283px;left:15px;bottom:auto;right:auto;width:438px;height:205.4px;display:block;z-index:1000; }#wze164 { top:89px;left:146.5px;bottom:auto;right:auto;width:145px;height:31.25px;display:block;z-index:1000;text-align:center; }#wze165 { top:15px;left:164.283px;bottom:auto;right:auto;width:109.433px;height:86px;display:block;z-index:1000; }#wze167 { top:143.033px;left:94px;bottom:auto;right:auto;width:250px;height:1.88333px;display:block;z-index:1000; }#wz-section-wzs24 { height:455.683px;--section-height:455.683px; }#wze137 { top:67.25px;left:15px;bottom:auto;right:auto;width:438px;height:31.25px;display:block;z-index:1000;text-align:right; }#wze138 { top:15px;left:15px;bottom:auto;right:auto;width:438px;height:37.25px;display:block;z-index:1000; }#wze139 { top:0px;left:166px;bottom:auto;right:auto;width:182px;height:36.25px;display:block;z-index:1000;text-align:left; }#wze140 { top:9.25px;left:118.5px;bottom:auto;right:auto;width:28px;height:28px;display:block;z-index:1000; }#wz-section-wzs20 { height:113.5px;--section-height:113.5px; }#wze209 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:33px;display:block;z-index:1000;text-align:right; }#wz-section-wzs27 { height:63px;--section-height:63px; }#wze211 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:24px;display:block;z-index:1000;text-align:right; }#wz-section-wzs30 { height:54px;--section-height:54px; }#wze212 { top:15px;left:179px;bottom:auto;right:auto;width:110px;height:33.75px;display:block;z-index:1000;text-align:right; }#wz-section-wzs47 { height:63.75px;--section-height:63.75px; }#wze213 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:36px;display:block;z-index:1000;text-align:right; }#wz-section-wzs32 { height:66px;--section-height:66px; }#wze214 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:21px;display:block;z-index:1000;text-align:right; }#wz-section-wzs33 { height:51px;--section-height:51px; }#wze255 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:33.75px;display:block;z-index:1000;text-align:right; }#wz-section-wzs37 { height:63.75px;--section-height:63.75px; }#wze235 { top:52px;left:115.5px;bottom:auto;right:auto;width:237px;height:128px;display:block;z-index:1000; }#wze236 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:22px;display:block;z-index:1000;text-align:right; }#wze237 { top:195px;left:144px;bottom:auto;right:auto;width:180px;height:30px;display:block;z-index:1000;text-align:right; }#wz-section-wzs38 { height:240px;--section-height:240px; }#wze257 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:23.75px;display:block;z-index:1000;text-align:right; }#wz-section-wzs39 { height:53.75px;--section-height:53.75px; }#wze258 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:22.5px;display:block;z-index:1000;text-align:right; }#wz-section-wzs40 { height:52.5px;--section-height:52.5px; }#wze259 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:25px;display:block;z-index:1000;text-align:right; }#wz-section-wzs41 { height:55px;--section-height:55px; }#wze238 { top:15px;left:197.5px;bottom:auto;right:auto;width:73px;height:23.75px;display:block;z-index:1000;text-align:right; }#wz-section-wzs42 { height:53.75px;--section-height:53.75px; }#wze240 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:17px;display:block;z-index:1000;text-align:right; }#wz-section-wzs43 { height:47px;--section-height:47px; }#wze248 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:30px;display:block;z-index:1000;text-align:right; }#wze260 { top:60px;left:15px;bottom:auto;right:auto;width:438px;height:285px;display:block;z-index:1000; }#wze260 .wz-gallery.wz-gallery-grid li { width:146px;height:95px;padding:10px; }#wz-section-wzs45 { height:360px;--section-height:360px; }#wze249 { top:15px;left:144px;bottom:auto;right:auto;width:180px;height:25px;display:block;z-index:1000;text-align:right; }#wz-section-wzs46 { height:55px;--section-height:55px; }#wz-section-wzs48 { height:15px;--section-height:15px; }#wz-section-wzs49 { height:15px;--section-height:15px; }#wz-section-wzs50 { height:15px;--section-height:15px; }#wz-section-wzs51 { height:15px;--section-height:15px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 768px)and (max-width : 1170px) {#wze15 { top:7px;left:681px;bottom:auto;right:auto;width:68px;height:62px;display:block;z-index:1000; }#wze17 { top:15px;left:498.467px;bottom:auto;right:auto;width:167px;height:45px;z-index:1000;text-align:right; }#wze18 { top:15px;left:18.4167px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wze19 { top:20px;left:83.4167px;bottom:auto;right:auto;width:138px;height:33px;z-index:1000; }#wz-section-header { height:72px;--section-height:72px; }#wz-section-allPage { height:0px;--section-height:0px; }#wze11 { top:6.5px;left:77.4167px;bottom:auto;right:auto;width:33px;height:33px;display:block;z-index:1000; }#wze12 { top:6.25px;left:405.917px;bottom:auto;right:auto;width:29px;height:31px;display:block;z-index:1000; }#wze13 { top:12px;left:62.0333px;bottom:auto;right:auto;width:150px;height:23.75px;display:block;z-index:1000;text-align:right; }#wze14 { top:12px;left:433.833px;bottom:auto;right:auto;width:163px;height:16.25px;display:block;z-index:1000;text-align:right; }#wze239 { top:7px;left:630.167px;bottom:auto;right:auto;width:105px;height:23px;z-index:1000; }#wze253 { top:14px;left:256.167px;bottom:auto;right:auto;width:112px;height:21.25px;z-index:1000;text-align:right; }#wze254 { top:14px;left:236.167px;bottom:auto;right:auto;width:20px;height:20px;z-index:1000; }#wz-section-wzs1 { height:40.5px;--section-height:40.5px; }.wzc-section-wzs1 { background:;background-color:rgba(255, 255, 255, 0); }#wze21 { top:18px;left:318.333px;bottom:auto;right:auto;width:375px;height:71.25px;z-index:1000;text-align:right; }#wze22 { top:89.25px;left:432.917px;bottom:auto;right:auto;width:299px;height:40px;z-index:1000;text-align:right; }#wze23 { top:137.25px;left:472.133px;bottom:auto;right:auto;width:122px;height:30px;z-index:1000; }#wze24 { top:137.25px;left:607.967px;bottom:auto;right:auto;width:120px;height:30px;z-index:1000; }#wze252 { top:222.5px;left:443.5px;bottom:auto;right:auto;width:300px;height:30px;z-index:1000; }#wz-section-wzs8 { height:330.25px;--section-height:330.25px; }.wzc-section-wzs8-full { background-size:cover;background-repeat:no-repeat; }#wze28 { top:12.5px;left:517.583px;bottom:auto;right:auto;width:189px;height:230px;display:block;z-index:1000; }#wze35 { top:14px;left:26.9667px;bottom:auto;right:auto;width:141px;height:144px;display:block;z-index:1000; }#wze36 { top:172px;left:13.4167px;bottom:auto;right:auto;width:162px;height:40px;display:block;z-index:1000; }#wze37 { top:15.5px;left:285.217px;bottom:auto;right:auto;width:189px;height:230px;display:block;z-index:1000; }#wze38 { top:174px;left:13.4167px;bottom:auto;right:auto;width:162px;height:40px;display:block;z-index:1000; }#wze39 { top:14px;left:26.9667px;bottom:auto;right:auto;width:141px;height:144px;display:block;z-index:1000; }#wze40 { top:276px;left:178.75px;bottom:auto;right:auto;width:189px;height:216px;display:block;z-index:1000; }#wze41 { top:162px;left:13.4167px;bottom:auto;right:auto;width:162px;height:40px;display:block;z-index:1000; }#wze42 { top:13px;left:26.9667px;bottom:auto;right:auto;width:141px;height:144px;display:block;z-index:1000; }#wze43 { top:270.5px;left:394.5px;bottom:auto;right:auto;width:189px;height:222px;display:block;z-index:1000; }#wze44 { top:167px;left:11.4167px;bottom:auto;right:auto;width:162px;height:40px;display:block;z-index:1000; }#wze45 { top:14px;left:22.9667px;bottom:auto;right:auto;width:141px;height:144px;display:block;z-index:1000; }#wze46 { top:17px;left:56.5px;bottom:auto;right:auto;width:189px;height:230px;display:block;z-index:1000; }#wze47 { top:171px;left:13.4167px;bottom:auto;right:auto;width:162px;height:40px;display:block;z-index:1000; }#wze48 { top:14px;left:26.9667px;bottom:auto;right:auto;width:141px;height:144px;display:block;z-index:1000; }#wz-section-wzs9 { height:505px;--section-height:505px; }#wze49 { top:7px;left:264.667px;bottom:auto;right:auto;width:180px;height:35px;display:block;z-index:1000;text-align:right; }#wze51 { top:49px;left:515.033px;bottom:auto;right:auto;width:238px;height:276px;display:block;z-index:1000; }#wze50 { top:18px;left:14.6px;bottom:auto;right:auto;width:212px;height:84px;display:block;z-index:1000; }#wze52 { top:112.5px;left:27.9px;bottom:auto;right:auto;width:180px;height:100px;display:block;z-index:1000;text-align:right; }#wze53 { top:218.5px;left:27.9px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze54 { top:49px;left:17.4167px;bottom:auto;right:auto;width:238px;height:276px;display:block;z-index:1000; }#wze55 { top:18px;left:14.6px;bottom:auto;right:auto;width:212px;height:84px;display:block;z-index:1000; }#wze56 { top:112.5px;left:27.9px;bottom:auto;right:auto;width:180px;height:100px;display:block;z-index:1000;text-align:right; }#wze57 { top:218.5px;left:27.9px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze58 { top:50px;left:267.05px;bottom:auto;right:auto;width:238px;height:276px;display:block;z-index:1000; }#wze59 { top:18px;left:14.6px;bottom:auto;right:auto;width:212px;height:84px;display:block;z-index:1000; }#wze60 { top:112.5px;left:27.9px;bottom:auto;right:auto;width:180px;height:100px;display:block;z-index:1000;text-align:right; }#wze61 { top:218.5px;left:27.9px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze62 { top:337px;left:267.75px;bottom:auto;right:auto;width:238px;height:276px;display:block;z-index:1000; }#wze63 { top:18px;left:14.6px;bottom:auto;right:auto;width:212px;height:84px;display:block;z-index:1000; }#wze64 { top:112.5px;left:27.9px;bottom:auto;right:auto;width:180px;height:100px;display:block;z-index:1000;text-align:right; }#wze65 { top:218.5px;left:27.9px;bottom:auto;right:auto;width:180px;height:40px;display:block;z-index:1000; }#wze85 { top:627px;left:295px;bottom:auto;right:auto;width:180px;height:30px;z-index:1000; }#wz-section-wzs11 { height:671px;--section-height:671px; }#wze282 { top:13.5px;left:270.5px;bottom:auto;right:auto;width:227px;height:33.75px;z-index:1000;text-align:right; }#wze299 { top:23.5333px;left:95.5px;bottom:auto;right:auto;width:113px;height:18.75px;z-index:1000;text-align:right; }#wze300 { top:59px;left:10px;bottom:auto;right:auto;width:748px;height:604px;z-index:1000; }#wze302 { top:12.5px;left:508.55px;bottom:auto;right:auto;width:220px;height:280px;z-index:1000; }#wze304 { top:6px;left:6.96667px;bottom:auto;right:auto;width:207.067px;height:84px;z-index:1000; }#wze305 { top:95px;left:11px;bottom:auto;right:auto;width:204px;height:20px;z-index:1000;text-align:right; }#wze306 { top:212px;left:31.5px;bottom:auto;right:auto;width:157px;height:40px;z-index:1000; }#wze307 { top:13.5px;left:269px;bottom:auto;right:auto;width:220px;height:280px;z-index:1000; }#wze308 { top:6px;left:6.96667px;bottom:auto;right:auto;width:207px;height:84px;z-index:1000; }#wze309 { top:95px;left:11px;bottom:auto;right:auto;width:204px;height:20px;z-index:1000;text-align:right; }#wze310 { top:210px;left:31.5px;bottom:auto;right:auto;width:157px;height:40px;z-index:1000; }#wze311 { top:13px;left:20.8333px;bottom:auto;right:auto;width:220.0337px;height:280px;z-index:1000; }#wze312 { top:7px;left:5.96667px;bottom:auto;right:auto;width:207.067px;height:84px;z-index:1000; }#wze313 { top:95px;left:10px;bottom:auto;right:auto;width:200px;height:20px;z-index:1000;text-align:right; }#wze314 { top:208px;left:31.5167px;bottom:auto;right:auto;width:157px;height:40px;z-index:1000; }#wze315 { top:306.5px;left:267px;bottom:auto;right:auto;width:224.0337px;height:280px;z-index:1000; }#wze316 { top:7px;left:8.96667px;bottom:auto;right:auto;width:207px;height:84px;z-index:1000; }#wze317 { top:94px;left:13px;bottom:auto;right:auto;width:202px;height:20px;z-index:1000;text-align:right; }#wze318 { top:213px;left:33.5167px;bottom:auto;right:auto;width:157px;height:40px;z-index:1000; }#wz-section-wzs54 { height:675.283px;--section-height:675.283px; }#wz-section-wzs52 { height:15px;--section-height:15px; }#wze87 { top:19px;left:658px;bottom:auto;right:auto;width:97px;height:91px;display:block;z-index:1000; }#wze88 { top:14.75px;left:442.917px;bottom:auto;right:auto;width:205.85px;height:169px;display:block;z-index:1000; }#wze89 { top:0px;left:39.95px;bottom:auto;right:auto;width:116px;height:36.25px;display:block;z-index:1000;text-align:right; }#wze90 { top:20px;left:175.85px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wze91 { top:31.75px;left:51.85px;bottom:auto;right:auto;width:111px;height:16.25px;display:block;z-index:1000;text-align:right; }#wze92 { top:55px;left:174.633px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wze93 { top:61.5px;left:51.85px;bottom:auto;right:auto;width:111px;height:17.5px;display:block;z-index:1000;text-align:right; }#wze94 { top:90px;left:171.85px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wze97 { top:126px;left:171.85px;bottom:auto;right:auto;width:25px;height:25px;display:block;z-index:1000; }#wze99 { top:136px;left:0.45px;bottom:auto;right:auto;width:168px;height:13.75px;display:block;z-index:1000;text-align:right; }#wze96 { top:187.25px;left:215.3px;bottom:auto;right:auto;width:297px;height:23.75px;display:block;z-index:1000;text-align:right; }#wze98 { top:111.25px;left:428.5px;bottom:auto;right:auto;width:180px;height:15px;display:block;z-index:1000;text-align:right; }#wze100 { top:17.75px;left:244.583px;bottom:auto;right:auto;width:180px;height:20px;display:block;z-index:1000;text-align:right; }#wze101 { top:67px;left:248.667px;bottom:auto;right:auto;width:172px;height:18.75px;display:block;z-index:1000;text-align:right; }#wze102 { top:44px;left:247px;bottom:auto;right:auto;width:180px;height:18.75px;display:block;z-index:1000;text-align:right; }#wze103 { top:94px;left:250px;bottom:auto;right:auto;width:180px;height:18.75px;display:block;z-index:1000;text-align:right; }#wze104 { top:120.5px;left:246.5px;bottom:auto;right:auto;width:180px;height:18.75px;display:block;z-index:1000;text-align:right; }#wze105 { top:14.25px;left:120px;bottom:auto;right:auto;width:180px;height:28.75px;z-index:1000;text-align:right; }#wze106 { top:64.25px;left:120.833px;bottom:auto;right:auto;width:180px;height:20px;z-index:1000;text-align:right; }#wze107 { top:44px;left:120px;bottom:auto;right:auto;width:180px;height:18.75px;z-index:1000;text-align:right; }#wze108 { top:91.25px;left:124.883px;bottom:auto;right:auto;width:180px;height:18.75px;z-index:1000;text-align:right; }#wze109 { top:119.75px;left:120px;bottom:auto;right:auto;width:180px;height:18.75px;z-index:1000;text-align:right; }#wze110 { top:16px;left:22.25px;bottom:auto;right:auto;width:180px;height:22.5px;z-index:1000;text-align:right; }#wze111 { top:48.5px;left:8px;bottom:auto;right:auto;width:206px;height:75px;z-index:1000;text-align:right; }#wze250 { top:150.5px;left:693.083px;bottom:auto;right:auto;width:50px;height:50px;z-index:1000; }#wz-section-footer { height:221.5px;--section-height:221.5px; }#wz-section-wzs7 { height:15px;--section-height:15px; }#wze2 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:434.267px;display:block;z-index:1000; }#wze7 { bottom:auto;right:auto;width:738px;height:222px;z-index:1000; }#wz-section-wzs2 { height:701.267px;--section-height:701.267px; }#wze3 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:738px;display:block;z-index:1000; }#wz-section-wzs3 { height:1005px;--section-height:1005px; }#wze4 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:296.767px;display:block;z-index:1000; }#wz-section-wzs4 { height:563.767px;--section-height:563.767px; }#wze5 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:563.95px;display:block;z-index:1000; }#wz-section-wzs5 { height:830.95px;--section-height:830.95px; }#wze6 { top:252px;left:15px;bottom:auto;right:auto;width:738px;height:470.817px;display:block;z-index:1000; }#wz-section-wzs6 { height:737.817px;--section-height:737.817px; }#wze136 { top:15px;left:196.5px;bottom:auto;right:auto;width:375px;height:57.5px;display:block;z-index:1000;text-align:center; }#wz-section-wzs19 { height:87.5px;--section-height:87.5px; }#wze124 { top:15px;left:197.5px;bottom:auto;right:auto;width:373px;height:243.017px;display:block;z-index:1000; }#wze125 { top:37.5333px;left:160.5px;bottom:auto;right:auto;width:52px;height:52px;display:block;z-index:1000; }#wze126 { top:151.783px;left:67px;bottom:auto;right:auto;width:239px;height:16.25px;display:block;z-index:1000;text-align:center; }#wze127 { top:99.5px;left:67px;bottom:auto;right:auto;width:239px;height:41.25px;display:block;z-index:1000;text-align:center; }#wze128 { top:273.017px;left:197.5px;bottom:auto;right:auto;width:373px;height:242.783px;display:block;z-index:1000; }#wze129 { top:37.5333px;left:160.5px;bottom:auto;right:auto;width:52px;height:52px;display:block;z-index:1000; }#wze130 { top:151.283px;left:67px;bottom:auto;right:auto;width:239px;height:17.5px;display:block;z-index:1000;text-align:center; }#wze131 { top:99.5px;left:67px;bottom:auto;right:auto;width:239px;height:41.25px;display:block;z-index:1000;text-align:center; }#wze132 { top:530.8px;left:197.5px;bottom:auto;right:auto;width:373px;height:240.8px;display:block;z-index:1000; }#wze133 { top:37.5333px;left:160.5px;bottom:auto;right:auto;width:52px;height:52px;display:block;z-index:1000; }#wze134 { top:150.783px;left:67px;bottom:auto;right:auto;width:239px;height:25px;display:block;z-index:1000;text-align:center; }#wze135 { top:99.5px;left:67px;bottom:auto;right:auto;width:239px;height:41.25px;display:block;z-index:1000;text-align:center; }#wze256 { top:187px;left:56.3833px;bottom:auto;right:auto;width:180px;height:25px;display:block;z-index:1000;text-align:right; }#wz-section-wzs18 { height:786.59998779297px;--section-height:786.59998779297px; }#wze122 { top:0px;left:0px;bottom:auto;right:auto;width:768px;height:528.967px;display:block;z-index:1000;order:1; }#wze123 { top:15px;left:100.5px;bottom:auto;right:auto;width:567px;height:498.967px;display:block;z-index:1000; }#wz-section-wzs17 { height:528.967px;--section-height:528.967px; }#wze204 { top:15px;left:366.5px;bottom:auto;right:auto;width:180px;height:34px;display:block;z-index:1000;text-align:right; }#wze205 { top:15px;left:221.5px;bottom:auto;right:auto;width:130px;height:40px;display:block;z-index:1000; }#wze206 { top:10px;left:11px;bottom:auto;right:auto;width:54px;height:19px;display:block;z-index:1000;text-align:center; }#wze207 { top:10px;left:98px;bottom:auto;right:auto;width:20px;height:20px;display:block;z-index:1000; }#wze208 { top:12px;left:68px;bottom:auto;right:auto;width:16px;height:16px;display:block;z-index:1000; }#wz-section-wzs26 { height:70px;--section-height:70px; }#wze178 { top:761.1px;left:391.5px;bottom:auto;right:auto;width:233px;height:55.9333px;display:block;z-index:1000; }#wze182 { top:761.1px;left:143.5px;bottom:auto;right:auto;width:233px;height:55.9333px;display:block;z-index:1000; }#wze194 { top:349.4997px;left:92.25px;bottom:auto;right:auto;width:594.5px;height:392px;display:block;z-index:1000; }#wze195 { top:0px;left:0px;bottom:auto;right:auto;width:552.75px;height:392px;display:block;z-index:1000; }#wze196 { top:180.283px;left:395.5px;bottom:auto;right:auto;width:199px;height:201.317px;display:block;z-index:1000; }#wze197 { top:122.733px;left:27px;bottom:auto;right:auto;width:145px;height:25px;display:block;z-index:1000;text-align:center; }#wze198 { top:35px;left:68.2667px;bottom:auto;right:auto;width:92.4333px;height:74px;display:block;z-index:1000; }#wze199 { top:51.5px;left:37px;bottom:auto;right:auto;width:45px;height:73px;display:block;z-index:1000;text-align:center; }#wze200 { top:15px;left:15px;bottom:auto;right:auto;width:738px;height:266.283px;display:block;z-index:1000; }#wze201 { top:0px;left:445.75px;bottom:auto;right:auto;width:167px;height:30px;display:block;z-index:1000;text-align:right; }#wze202 { top:38.2333px;left:318.75px;bottom:auto;right:auto;width:292px;height:59px;display:block;z-index:1000;text-align:right; }#wze203 { top:120.283px;left:125.25px;bottom:auto;right:auto;width:485px;height:136px;display:block;z-index:1000;text-align:right; }#wz-section-wzs25 { height:832.0333404541px;--section-height:832.0333404541px; }#wze158 { top:15px;left:391.5px;bottom:auto;right:auto;width:250px;height:205.033px;display:block;z-index:1000; }#wze159 { top:89px;left:52.5px;bottom:auto;right:auto;width:145px;height:31px;display:block;z-index:1000;text-align:center; }#wze160 { top:0px;left:70.2833px;bottom:auto;right:auto;width:109.433px;height:86px;display:block;z-index:1000; }#wze162 { top:142.783px;left:0px;bottom:auto;right:auto;width:250px;height:1.88333px;display:block;z-index:1000; }#wze163 { top:15px;left:126.5px;bottom:auto;right:auto;width:250px;height:205.15px;display:block;z-index:1000; }#wze164 { top:89px;left:52.5px;bottom:auto;right:auto;width:145px;height:31px;display:block;z-index:1000;text-align:center; }#wze165 { top:0px;left:70.2833px;bottom:auto;right:auto;width:109.433px;height:86px;display:block;z-index:1000; }#wze167 { top:142.783px;left:0px;bottom:auto;right:auto;width:250px;height:1.88333px;display:block;z-index:1000; }#wz-section-wzs24 { height:235.15px;--section-height:235.15px; }#wze137 { top:79px;left:148.167px;bottom:auto;right:auto;width:491px;height:35px;display:block;z-index:1000;text-align:right; }#wze138 { top:15px;left:283px;bottom:auto;right:auto;width:258px;height:53px;display:block;z-index:1000; }#wze139 { top:6px;left:76px;bottom:auto;right:auto;width:182px;height:47px;display:block;z-index:1000;text-align:left; }#wze140 { top:15.25px;left:28.5px;bottom:auto;right:auto;width:28px;height:28px;display:block;z-index:1000; }#wz-section-wzs20 { height:128px;--section-height:128px; }#wze209 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:33px;display:block;z-index:1000;text-align:right; }#wz-section-wzs27 { height:63px;--section-height:63px; }#wze211 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:24px;display:block;z-index:1000;text-align:right; }#wz-section-wzs30 { height:54px;--section-height:54px; }#wze212 { top:15px;left:329px;bottom:auto;right:auto;width:110px;height:33.75px;display:block;z-index:1000;text-align:right; }#wz-section-wzs47 { height:63.75px;--section-height:63.75px; }#wze213 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:36px;display:block;z-index:1000;text-align:right; }#wz-section-wzs32 { height:66px;--section-height:66px; }#wze214 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:21px;display:block;z-index:1000;text-align:right; }#wz-section-wzs33 { height:51px;--section-height:51px; }#wze255 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:33.75px;display:block;z-index:1000;text-align:right; }#wz-section-wzs37 { height:63.75px;--section-height:63.75px; }#wze235 { top:15px;left:265.5px;bottom:auto;right:auto;width:237px;height:128px;display:block;z-index:1000; }#wze236 { top:15px;left:517.5px;bottom:auto;right:auto;width:180px;height:22px;display:block;z-index:1000;text-align:right; }#wze237 { top:15px;left:70.5px;bottom:auto;right:auto;width:180px;height:30px;display:block;z-index:1000;text-align:right; }#wz-section-wzs38 { height:158px;--section-height:158px; }#wze257 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:23.75px;display:block;z-index:1000;text-align:right; }#wz-section-wzs39 { height:53.75px;--section-height:53.75px; }#wze258 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:22.5px;display:block;z-index:1000;text-align:right; }#wz-section-wzs40 { height:52.5px;--section-height:52.5px; }#wze259 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:25px;display:block;z-index:1000;text-align:right; }#wz-section-wzs41 { height:55px;--section-height:55px; }#wze238 { top:15px;left:347.5px;bottom:auto;right:auto;width:73px;height:23.75px;display:block;z-index:1000;text-align:right; }#wz-section-wzs42 { height:53.75px;--section-height:53.75px; }#wze240 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:17px;display:block;z-index:1000;text-align:right; }#wz-section-wzs43 { height:47px;--section-height:47px; }#wze248 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:30px;display:block;z-index:1000;text-align:right; }#wze260 { top:60px;left:84px;bottom:auto;right:auto;width:600px;height:285px;display:block;z-index:1000; }#wze260 .wz-gallery.wz-gallery-grid li { width:200px;height:95px;padding:10px; }#wz-section-wzs45 { height:360px;--section-height:360px; }#wze249 { top:15px;left:294px;bottom:auto;right:auto;width:180px;height:25px;display:block;z-index:1000;text-align:right; }#wz-section-wzs46 { height:55px;--section-height:55px; }#wz-section-wzs48 { height:15px;--section-height:15px; }#wz-section-wzs49 { height:15px;--section-height:15px; }#wz-section-wzs50 { height:15px;--section-height:15px; }#wz-section-wzs51 { height:15px;--section-height:15px; }#wz-section-wzs-default { height:200px;--section-height:200px; }}@media only screen and (min-width : 1170px) {#wze260 .wz-gallery.wz-gallery-grid li { width:200px;height:95px;padding:10px; }}