html:dir(ltr) .CardWrapper .Card .title{right:initial;left:18px;border-radius:0 8px 8px 0}.CardWrapper{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin:0 0 40px}.CardWrapper .Card{background-color:#fff;position:relative;border-radius:16px;cursor:pointer;box-shadow:0 4px 32px #3350972b}.CardWrapper .Card:hover .imageContainer img{opacity:.6;transform:scale(1.2)}.CardWrapper .Card .imageContainer{background-color:#000;width:calc(100% - 36px);height:200px;border-radius:7px;margin:18px;overflow:hidden}.CardWrapper .Card .imageContainer img{opacity:.8;width:100%;height:100%;object-fit:cover;transition:.3s}.CardWrapper .Card .title{background-color:#ffffffeb;position:absolute;right:18px;bottom:50px;padding:5px 10px;border-radius:8px 0 0 8px;max-width:80%;overflow:hidden;font-size:12px;font-weight:600}@media screen and (max-width: 768px){.CardWrapper{grid-template-columns:repeat(1,1fr)}.CardWrapper .Card .imageContainer{height:260px}}@media screen and (min-width: 769px) and (max-width: 1000px){.CardWrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width: 1001px) and (max-width: 1500px){.CardWrapper{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width: 1501px){.CardWrapper{grid-template-columns:repeat(4,1fr)}}.HomePage{display:flex;flex-direction:column;justify-content:center;align-items:center}.HomePage>.content{width:100%;max-width:1475px;padding:0 35px}.HomePage>.content>.header{display:flex;justify-content:space-between;align-items:center}.HomePage>.content>.header .logoAlt{height:68px}.HomePage>.content>.menubar{background-color:var(--color-main);color:#fff;display:flex;align-items:center;padding:22px 25px;margin:0 0 35px;border-radius:16px;min-height:85px;vertical-align:middle;font-size:16px;font-weight:500}.HomePage>.content>.menubar span{flex:1}.HomePage>.content>.menubar .langToggle{display:flex;justify-content:center;align-items:center;border:1px solid #fff;border-radius:9px;width:30px;height:30px;opacity:.8;padding-top:2px;font-size:11px;cursor:pointer}.HomePage>.content>.menubar .langToggle:hover{opacity:1}.HomePage>.content>.section{color:var(--color-main);display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;margin-bottom:30px;border-bottom:1px solid var(--color-main);font-size:12px}.HomePage>.content>.section a{color:var(--color-main);text-decoration:none}.HomePage>footer{background-color:#3497a5;color:#fff;display:flex;justify-content:center;align-items:center;width:100%;height:63px;font-size:15px}.HomePage>footer>.content{width:100%;display:flex;justify-content:space-between;align-items:center;max-width:1475px;padding:0 35px}.HomePage>footer>.content span,.HomePage>footer>.content a{color:#fff;font-size:11px;text-decoration:none}@media screen and (min-width: 1001px) and (max-width: 1500px){.Modal{left:10vw;right:10vw}.Modal>.modalBody .context table tr td:first-child{white-space:initial}}@media screen and (min-width: 1501px){.Modal{left:20vw;right:20vw}.Modal>.modalBody .context table tr td:first-child{min-width:200px;max-width:300px}}html:dir(ltr) .HomeAltPage>.content>.menubar .goBack{left:initial;right:0}html:dir(ltr) .HomeAltPage>.content>.dataTable table thead tr th{text-align:left}html:dir(ltr) .Modal>.imageContainer .label{right:initial;left:0;border-radius:0 8px 8px 0}html:dir(ltr) .Modal>.imageContainer .close{left:initial;right:20px}html:dir(ltr) .Modal>.modalBody summary:before{right:initial;left:1rem;transform:rotate(0)}html:dir(ltr) .Modal>.modalBody details[open]>summary:before{transform:rotate(90deg)}.HomeAltPage{display:flex;flex-direction:column;justify-content:center;align-items:center}.HomeAltPage>.content{width:100%;max-width:1475px;padding:0 35px}.HomeAltPage>.content>.header{display:flex;justify-content:space-between;align-items:center}.HomeAltPage>.content>.header .logoAlt{height:68px}.HomeAltPage>.content>.menubar{background-color:var(--color-main);color:#fff;display:flex;align-items:center;padding:22px 25px;margin:0 0 35px;border-radius:16px;min-height:85px;vertical-align:middle;font-size:16px;font-weight:500;position:relative}.HomeAltPage>.content>.menubar span{flex:1}.HomeAltPage>.content>.menubar .langToggle{display:flex;justify-content:center;align-items:center;border:1px solid #fff;border-radius:9px;width:30px;height:30px;opacity:.8;padding-top:2px;font-size:11px;cursor:pointer}.HomeAltPage>.content>.menubar .langToggle:hover{opacity:1}.HomeAltPage>.content>.menubar .goBack{color:var(--color-main);text-decoration:none;font-size:12px;position:absolute;bottom:-30px;left:0}.HomeAltPage>.content>.section{color:var(--color-main);width:fit-content;padding-bottom:10px;margin:100px auto 30px;border-bottom:1px solid var(--color-main);font-size:12px}.HomeAltPage>.content>.cardItems{display:grid;grid-template-columns:repeat(1,1fr);gap:15px 30px;margin-bottom:60px}.HomeAltPage>.content>.cardItems .cardItem{color:var(--color-main);display:flex;align-items:center;border:2px solid var(--color-main);border-radius:4px;padding:1rem 10px;text-align:center;background-color:#f8f9fa;transition:all .3s ease-out;cursor:pointer;font-size:12px}.HomeAltPage>.content>.cardItems .cardItem:hover{background-color:var(--color-main);color:var(--color-white)}.HomeAltPage>.content>.dataTable{margin-bottom:100px;width:100%;overflow-x:auto;border:2px solid var(--color-main)}.HomeAltPage>.content>.dataTable table{min-width:100%;border-collapse:collapse}.HomeAltPage>.content>.dataTable table thead tr th{color:var(--color-main);border:1px solid var(--color-main);padding:5px 10px;text-align:right;font-size:14px;text-align:center}.HomeAltPage>.content>.dataTable table thead tr th:first-child{width:0}.HomeAltPage>.content>.dataTable table tbody tr:nth-child(odd){background-color:#ecfcff}.HomeAltPage>.content>.dataTable table tbody tr td{border:1px solid var(--color-main);padding:15px 10px;white-space:pre;font-size:12px;line-height:30px}.HomeAltPage>.content>.dataTable table tbody tr td:first-child{text-align:center}.HomeAltPage>.content>.dataTable table tbody tr td.center{text-align:center}.HomeAltPage>.content>.dataTable table tbody tr td.center a{display:block;width:100%;text-align:center}.HomeAltPage>.content>.dataTable table tbody tr td.link{color:#00f;cursor:pointer}.HomeAltPage>.content>.dataTable table tbody tr td a{text-decoration:none}.HomeAltPage>footer{background-color:#3497a5;color:#fff;display:flex;justify-content:center;align-items:center;width:100%;height:63px;font-size:15px}.HomeAltPage>footer>.content{width:100%;display:flex;justify-content:space-between;align-items:center;max-width:1475px;padding:0 35px}.HomeAltPage>footer>.content span,.HomeAltPage>footer>.content a{color:#fff;font-size:11px;text-decoration:none}.Modal{background-color:#fff;position:absolute;top:10vh;left:20vw;right:20vw;bottom:10vh;display:flex;flex-direction:row-reverse;gap:16px;border-radius:16px;padding:16px;opacity:0;transform:translateY(-200px);animation:modalSlidefadeIn .4s ease-in-out;animation-fill-mode:forwards}.Modal.isClosing{animation:modalSlidefadeOut .4s ease-in-out;animation-fill-mode:forwards}.Modal>.imageContainer{background-color:#000;max-width:15vw;min-width:230px;border-radius:12px;overflow:hidden;position:relative}.Modal>.imageContainer .bg{object-fit:cover;width:100%;height:100%;filter:blur(4px);opacity:.6;transform:scale(1.2)}.Modal>.imageContainer .label{background-color:#ffffffb8;position:absolute;top:16px;right:0;z-index:99;padding:4px 16px;border-radius:8px 0 0 8px;font-size:14px}.Modal>.imageContainer .actions{position:absolute;bottom:16px;right:0;z-index:99;padding:0 16px;width:100%;font-size:14px}.Modal>.imageContainer .actions>.button{background-color:var(--color-main);color:#fff;display:block;padding:4px 16px;border-radius:8px;width:100%;min-height:37px;text-align:center;text-decoration:none;line-height:29px;cursor:pointer}.Modal>.imageContainer .actions>.button:not(:last-child){margin-bottom:16px}.Modal>.imageContainer .close{position:absolute;top:20px;left:20px;width:16px;height:16px;opacity:.5;z-index:99;cursor:pointer}.Modal>.imageContainer .close:hover{opacity:1}.Modal>.modalBody{flex:1;display:flex;flex-direction:column;gap:20px}.Modal>.modalBody .header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px}.Modal>.modalBody .header h2{font-size:18px;font-weight:700}.Modal>.modalBody .tabs{display:flex;border-bottom:1px solid #ddd;position:relative}.Modal>.modalBody .tabs .tab{color:#444;padding:10px 20px;border-radius:8px 8px 0 0;position:relative;top:1px;cursor:pointer;font-size:14px;-webkit-user-select:none;user-select:none}.Modal>.modalBody .tabs .tab.selected{color:#000;border:1px solid #ddd;border-bottom-color:#fff;cursor:default}.Modal>.modalBody .context{flex:1;overflow:auto}.Modal>.modalBody .context details{margin:0 auto;margin-bottom:.5rem;margin-left:10px;border:1px solid #ddd;border-radius:8px;overflow:hidden}.Modal>.modalBody .context details p{font-size:14px;padding-right:2.2rem;padding-left:2.2rem}.Modal>.modalBody .context summary{display:block;padding:1rem 2.2rem;position:relative;font-size:14px;cursor:pointer;-webkit-user-select:none;user-select:none}.Modal>.modalBody .context summary:before{content:"";border-width:.4rem;border-style:solid;border-color:transparent transparent transparent #888;position:absolute;top:1.3rem;right:1rem;transform:rotate(180deg);transform-origin:.2rem 50%;transition:.25s transform ease}.Modal>.modalBody .context details[open]>summary:before{transform:rotate(90deg)}.Modal>.modalBody .context details summary::-webkit-details-marker{display:none}.Modal>.modalBody .context details>ul{padding-bottom:1rem;margin-bottom:0}.Modal>.modalBody .context h3{margin-bottom:10px}.Modal>.modalBody .context h3:not(:first-child){margin-top:30px}.Modal>.modalBody .context p{margin-bottom:10px}.Modal>.modalBody .context .image{display:flex;justify-content:center}.Modal>.modalBody .context .image img{display:block;max-width:80%;max-height:300px;margin-bottom:20px}.Modal>.modalBody .context table{flex:1;border-collapse:collapse;width:100%;height:100%;cursor:initial}.Modal>.modalBody .context table tr:nth-child(odd){background-color:#f2f2f2}.Modal>.modalBody .context table tr td{padding:10px 20px;font-size:14px;cursor:initial}.Modal>.modalBody .context table tr td:first-child{font-weight:600}.Modal>.modalBody .context table tr td:last-child{white-space:break-spaces}.Overlay{background-color:#0009;position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;animation:modalFadeIn .4s ease-in-out;animation-fill-mode:forwards}.Overlay.isClosing{animation:modalFadeOut .4s ease-in-out}@keyframes modalSlidefadeIn{0%{transform:translateY(200px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes modalSlidefadeOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(200px);opacity:0}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalFadeOut{0%{opacity:1}to{opacity:0}}@media screen and (max-width: 768px){.HomePage>.content>.header{justify-content:center}.HomePage>.content>.header .logoAlt{display:none}.HomePage>.content>.header img{max-width:calc(80vw - 70px)}.HomePage>footer>.content{flex-direction:column;gap:0px;text-align:center}.Modal{left:10vw;right:10vw;flex-direction:column;overflow:auto}.Modal>.imageContainer{max-width:initial;min-width:initial;min-height:300px}.Modal>.modalBody .context table tr td:first-child{white-space:initial}.Modal>.modalBody .context details{margin-left:0}}@media screen and (min-width: 769px) and (max-width: 1000px){.Modal{left:10vw;right:10vw;flex-direction:column;overflow:auto}.Modal>.imageContainer{max-width:initial;min-width:initial;min-height:300px}.Modal>.modalBody .context table tr td:first-child{white-space:initial}.Modal>.modalBody .context details{margin-left:0}}@media screen and (min-width: 1001px) and (max-width: 1500px){.HomeAltPage>.content>.cardItems{grid-template-columns:repeat(2,1fr)}.Modal{left:10vw;right:10vw}.Modal>.modalBody .context table tr td:first-child{white-space:initial}}@media screen and (min-width: 1501px){.HomeAltPage>.content>.cardItems{grid-template-columns:repeat(3,1fr)}.Modal{left:20vw;right:20vw}.Modal>.modalBody .context table tr td:first-child{min-width:200px;max-width:300px}}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:100;src:url(/fonts/woff/IRANSansXFaNum-Thin.woff) format("woff"),url(/fonts/woff2/IRANSansXFaNum-Thin.woff2) format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:200;src:url(/fonts/woff/IRANSansXFaNum-UltraLight.woff) format("woff"),url(/fonts/woff2/IRANSansXFaNum-UltraLight.woff2) format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:300;src:url(/fonts/woff/IRANSansXFaNum-Light.woff) format("woff"),url(/fonts/woff2/IRANSansXFaNum-Light.woff2) format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:500;src:url(/fonts/woff/IRANSansXFaNum-Medium.woff) format("woff"),url(/fonts/woff2/IRANSansXFaNum-Medium.woff2) format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:600;src:url(/fonts/woff/IRANSansXFaNum-DemiBold.woff) format("woff"),url(/fonts/woff2/IRANSansXFaNum-DemiBold.woff2) format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:800;src:url(/fonts/woff/IRANSansXFaNum-ExtraBold.woff) format("woff"),url(/fonts/woff2/IRANSansXFaNum-ExtraBold.woff2) format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:900;src:url(/fonts/woff/IRANSansXFaNum-Black.woff) format("woff"),url(/fonts/woff2/IRANSansXFaNum-Black.woff2) format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:950;src:url(/fonts/woff/IRANSansXFaNum-ExtraBlack.woff) format("woff"),url(/fonts/woff2/IRANSansXFaNum-ExtraBlack.woff2) format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:1000;src:url(/fonts/woff/IRANSansXFaNum-Heavy.woff) format("woff"),url(/fonts/woff2/IRANSansXFaNum-Heavy.woff2) format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:700;src:url(/fonts/woff/IRANSansXFaNum-Bold.woff) format("woff"),url(/fonts/woff2/IRANSansXFaNum-Bold.woff2) format("woff2")}@font-face{font-family:IRANSansXFaNum;font-style:normal;font-weight:400;src:url(/fonts/woff/IRANSansXFaNum-Regular.woff) format("woff"),url(/fonts/woff2/IRANSansXFaNum-Regular.woff2) format("woff2")}@font-face{font-family:IRANSansX;font-style:normal;font-weight:100;src:url(/fonts/woff/IRANSansX-Thin.woff) format("woff"),url(/fonts/woff2/IRANSansX-Thin.woff2) format("woff2")}@font-face{font-family:IRANSansX;font-style:normal;font-weight:200;src:url(/fonts/woff/IRANSansX-UltraLight.woff) format("woff"),url(/fonts/woff2/IRANSansX-UltraLight.woff2) format("woff2")}@font-face{font-family:IRANSansX;font-style:normal;font-weight:300;src:url(/fonts/woff/IRANSansX-Light.woff) format("woff"),url(/fonts/woff2/IRANSansX-Light.woff2) format("woff2")}@font-face{font-family:IRANSansX;font-style:normal;font-weight:500;src:url(/fonts/woff/IRANSansX-Medium.woff) format("woff"),url(/fonts/woff2/IRANSansX-Medium.woff2) format("woff2")}@font-face{font-family:IRANSansX;font-style:normal;font-weight:600;src:url(/fonts/woff/IRANSansX-DemiBold.woff) format("woff"),url(/fonts/woff2/IRANSansX-DemiBold.woff2) format("woff2")}@font-face{font-family:IRANSansX;font-style:normal;font-weight:800;src:url(/fonts/woff/IRANSansX-ExtraBold.woff) format("woff"),url(/fonts/woff2/IRANSansX-ExtraBold.woff2) format("woff2")}@font-face{font-family:IRANSansX;font-style:normal;font-weight:900;src:url(/fonts/woff/IRANSansX-Black.woff) format("woff"),url(/fonts/woff2/IRANSansX-Black.woff2) format("woff2")}@font-face{font-family:IRANSansX;font-style:normal;font-weight:950;src:url(/fonts/woff/IRANSansX-ExtraBlack.woff) format("woff"),url(/fonts/woff2/IRANSansX-ExtraBlack.woff2) format("woff2")}@font-face{font-family:IRANSansX;font-style:normal;font-weight:1000;src:url(/fonts/woff/IRANSansX-Heavy.woff) format("woff"),url(/fonts/woff2/IRANSansX-Heavy.woff2) format("woff2")}@font-face{font-family:IRANSansX;font-style:normal;font-weight:700;src:url(/fonts/woff/IRANSansX-Bold.woff) format("woff"),url(/fonts/woff2/IRANSansX-Bold.woff2) format("woff2")}@font-face{font-family:IRANSansX;font-style:normal;font-weight:400;src:url(/fonts/woff/IRANSansX-Regular.woff) format("woff"),url(/fonts/woff2/IRANSansX-Regular.woff2) format("woff2")}:root{color:#000000de;background-color:#fff;font-family:IRANSansX;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-main: #017d8f;--color-white: #fff}*{box-sizing:border-box;padding:0;margin:0}html:lang(en){font-family:IRANSansX}html:lang(fa){font-family:IRANSansXFaNum}ul,ol{padding-inline-start:40px}
