@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";nav{height:90px;padding-top:30px}nav .nav{display:flex;justify-content:space-between;align-items:center;max-width:1140px;margin:0 auto}nav .nav .logo img{height:50px;width:50px}nav .nav .pages{gap:35px;display:flex;align-items:center}nav .nav .pages a{color:#2b8edc;transition:all .3s;font-weight:400;font-size:16px}nav .nav .pages a:hover{color:#1b6cac}nav .nav .pages .dropdown{display:flex;align-items:center;position:relative;color:#2b8edc;font-weight:400;font-size:16px;cursor:pointer}nav .nav .pages .dropdown:hover{color:#1b6cac}nav .nav .pages .dropdown svg{padding-top:2px;height:15px}nav .nav .pages .active{color:#1b6cac;font-weight:600}nav .nav .pages .dropdown-menu{width:150px;height:80px;position:absolute;top:51px;display:flex;flex-direction:column;background-color:#fff;border-radius:3px;overflow:hidden;box-shadow:#63636333 0 2px 8px;z-index:1000;cursor:pointer}nav .nav .pages .dropdown-menu a{height:40px;padding-left:15px;color:#000;font-size:16px;transition:all .2s;line-height:40px}nav .nav .pages .dropdown-menu a:hover{background-color:#e6f7ff;font-weight:500}nav .nav .lng{border-radius:5px;border:1px solid #2B8EDC;color:#2b8edc;font-size:14px;font-weight:300;padding:9px 7px;position:relative;cursor:pointer}nav .nav .lng .dropdown-menu-lng{width:40px;height:80px;position:absolute;top:58px;left:-3px;display:flex;flex-direction:column;background-color:#fff;border-radius:3px;overflow:hidden;box-shadow:#63636333 0 2px 8px;z-index:1000;cursor:pointer}nav .nav .lng .dropdown-menu-lng li{height:40px;text-align:center;color:#000;font-size:15px;transition:all .2s;line-height:40px}nav .nav .lng .dropdown-menu-lng li:hover{background-color:#e6f7ff;font-weight:500}nav .nav .menu{display:flex;align-items:center;justify-content:center;display:none}nav .nav .menu svg{color:#2b8edc;height:25px;width:25px}.fixed{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff;box-shadow:#0000001a 0 4px 6px -1px,#0000000f 0 2px 4px -1px;position:fixed;top:0;right:0;left:0;animation:headerSlideDown .5s ease forwards;z-index:500;padding-top:12px;height:75px}@keyframes headerSlideDown{0%{margin-top:-100px;opacity:0}30%{margin-top:-50px;opacity:0}to{margin-top:0;opacity:1}}@media screen and (min-width: 830px) and (max-width: 950px){nav{padding-top:25px}nav .nav{padding:0 10px}nav .nav .pages{gap:20px}}@media screen and (min-width: 551px) and (max-width: 830px){nav{height:90px;padding-top:20px}nav .nav{display:flex;justify-content:flex-end;align-items:center;max-width:1140px;margin:0 auto;width:100%;padding:0 25px;gap:25px}nav .nav .logo{width:100%;justify-self:flex-start!important}nav .nav .logo img{height:50px;width:50px}nav .nav .pages{display:none}nav .nav .menu{display:flex;align-items:center;justify-content:center;display:block}nav .nav .menu svg{color:#2b8edc;height:25px;width:25px}.fixed{padding-top:13px;height:75px}}@media screen and (max-width: 551px){nav{height:80px;padding-top:15px}nav .nav{display:flex;justify-content:space-between;align-items:center;max-width:1140px;margin:0 auto;width:100%;padding:0 15px;gap:25px}nav .nav .logo{width:100%;justify-self:flex-start!important}nav .nav .logo img{height:45px;width:45px}nav .nav .pages{display:none}nav .nav .lng{display:none}nav .nav .menu{display:flex;align-items:center;justify-content:center;display:block}nav .nav .menu svg{color:#2b8edc;height:25px;width:25px}.fixed{padding-top:16px;height:75px}}.drawer{display:flex;flex-direction:column}.drawer .close{margin:15px 25px;height:20px;width:20px;color:#5a5a5a;transition:all .3s}.drawer .close:hover{color:#2b8edc}.drawer .treeView{border-top:1px solid #e2e2e2;padding:20px 25px}.MuiDrawer-paperAnchorRight{width:90%}.MuiDrawer-paperAnchorRight .MuiTreeItem-content{height:40px}footer{padding:100px 0 80px;position:relative}footer .floatBtn{position:fixed;right:95px;z-index:499}footer .floatBtn button{background:#2b8edc;background:linear-gradient(99deg,#2b8edc,#1b6cac);height:75px;width:80px}footer .floatBtn button svg{color:#fff;height:45px;width:45px}footer .content{display:flex;flex-direction:column;max-width:1140px;margin:0 auto}footer .content .footer{max-width:1140px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:55px}footer .content .footer .info{display:flex;flex-direction:column;gap:30px}footer .content .footer .info .contacts ul{display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:20px;grid-column-gap:15px}footer .content .footer .info .contacts ul li{display:flex;flex-direction:column;align-items:center;font-size:14px;gap:10px;transition:all .3s}footer .content .footer .info .contacts ul li a{color:#000;transition:all .3s}footer .content .footer .info .contacts ul li .icon{background-color:#dadada;height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s}footer .content .footer .info .contacts ul li .icon svg{height:20px;color:#727272;width:20px}footer .content .footer .info .contacts ul li:hover a{color:#2b8edc}footer .content .footer .info .contacts ul li:hover .icon{background-color:#727272}footer .content .footer .info .contacts ul li:hover .icon svg{height:20px;color:#fff;width:20px}footer .content .footer .info .links ul{display:flex;flex-direction:column;gap:7px}footer .content .footer .info .links ul li{padding-left:70px;font-size:14px}footer .content .footer .info .links ul li a{color:#000;transition:all .3s}footer .content .footer .info .links ul li a:hover{color:#2b8edc}footer .content .footer .info .links ul li a svg{color:#2b8edc;width:15px;height:15px}footer .content .footer .map iframe{border:0;width:550px;height:310px}footer .content .footerinfo{justify-content:space-between;display:flex;max-width:1140px;margin:0 auto;width:100%;padding:35px 0 20px 68px;font-size:14px}footer .content .footerinfo p a{padding-right:10px;color:#2b8edc;font-weight:600;transition:all .3s}footer .content .footerinfo p a:hover{color:#1b6cac}.fixedBtn{position:fixed;bottom:50px}.absoluteBtn{position:absolute!important;top:-75px}@media screen and (min-width: 600px) and (max-width: 900px){footer{padding:100px 25px 50px;position:relative}footer .floatBtn{position:fixed;right:10px;z-index:499}footer .floatBtn button{background:#2b8edc;background:linear-gradient(99deg,#2b8edc,#1b6cac);height:65px;width:70px}footer .floatBtn button svg{color:#fff;height:40px;width:40px}footer .content .footer{max-width:1140px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:35px;flex-direction:column}footer .content .footer .info{display:flex;flex-direction:column;gap:20px}footer .content .footer .info .contacts ul{display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:10px;grid-column-gap:5px}footer .content .footer .info .contacts ul li{display:flex;flex-direction:row;align-items:center;font-size:14px;gap:10px}footer .content .footer .info .contacts ul li .icon{background-color:#dadada;height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}footer .content .footer .info .contacts ul li .icon svg{height:20px;color:#727272;width:20px}footer .content .footer .info .links ul{display:flex;flex-direction:column;gap:7px}footer .content .footer .info .links ul li{padding-left:0;font-size:14px}footer .content .footer .info .links ul li a{color:#000;transition:all .3s}footer .content .footer .info .links ul li a:hover{color:#2b8edc}footer .content .footer .info .links ul li a svg{color:#2b8edc;width:15px;height:15px}footer .content .footerinfo{padding:20px 50px}}@media screen and (min-width: 490px) and (max-width: 600px){footer{padding:100px 20px 50px;position:relative}footer .floatBtn{position:fixed;right:10px;z-index:499}footer .floatBtn button{background:#2b8edc;background:linear-gradient(99deg,#2b8edc,#1b6cac);height:60px;width:65px}footer .floatBtn button svg{color:#fff;height:35px;width:35px}footer .content .footer{max-width:1140px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:35px;flex-direction:column}footer .content .footer .info{display:flex;flex-direction:column;gap:20px}footer .content .footer .info .contacts ul{display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:10px;grid-column-gap:5px}footer .content .footer .info .contacts ul li{display:flex;flex-direction:row;align-items:center;font-size:14px;gap:10px}footer .content .footer .info .contacts ul li .icon{background-color:#dadada;height:40px;width:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}footer .content .footer .info .contacts ul li .icon svg{height:20px;color:#727272;width:20px}footer .content .footer .info .links ul{display:flex;flex-direction:column;gap:7px}footer .content .footer .info .links ul li{padding-left:0;font-size:14px}footer .content .footer .info .links ul li a{color:#000;transition:all .3s}footer .content .footer .info .links ul li a:hover{color:#2b8edc}footer .content .footer .info .links ul li a svg{color:#2b8edc;width:15px;height:15px}footer .content .footer .map iframe{border:0;width:450px;height:250px}footer .content .footerinfo{padding:20px 0;flex-wrap:wrap;align-items:center;justify-content:center;gap:15px}}@media screen and (max-width: 490px){footer{padding:100px 20px 50px;position:relative}footer .floatBtn{position:fixed;right:10px;z-index:499}footer .floatBtn button{background:#2b8edc;background:linear-gradient(99deg,#2b8edc,#1b6cac);height:60px;width:65px}footer .floatBtn button svg{color:#fff;height:35px;width:35px}footer .content .footer{max-width:1140px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-direction:column}footer .content .footer .info{display:flex;flex-direction:column;gap:20px}footer .content .footer .info .contacts ul{display:flex;flex-direction:column}footer .content .footer .info .contacts ul li{display:flex;flex-direction:row;align-items:center;gap:10px;width:100%}footer .content .footer .info .contacts ul li .icon{background-color:#dadada;height:30px;width:30px;display:flex;align-items:center;justify-content:center;border-radius:50%}footer .content .footer .info .contacts ul li .icon svg{height:15px;color:#727272;width:20px}footer .content .footer .info .links ul{display:flex;flex-direction:column;gap:7px}footer .content .footer .info .links ul li{padding-left:0}footer .content .footer .info .links ul li a{color:#000;transition:all .3s}footer .content .footer .info .links ul li a:hover{color:#2b8edc}footer .content .footer .info .links ul li a svg{color:#2b8edc;width:15px;height:15px}footer .content .footer .map iframe{border:0;width:100%;height:auto}footer .content .footerinfo{padding:20px 0;flex-wrap:wrap;align-items:center;justify-content:center;gap:15px}}.teamCard{box-shadow:#3c40434d 0 1px 2px,#3c404326 0 1px 3px 1px;border-radius:10px;max-width:300px;height:400px;width:100%;overflow:hidden;object-position:center}.teamCard img{max-width:300px;height:284px;width:100%;object-fit:cover;object-position:center}.teamCard .text{padding:10px;display:flex;flex-direction:column;justify-content:space-between;height:116px}.teamCard .text p{text-align:center;font-size:18px;font-weight:600;line-height:18px}.teamCard .text span{text-align:center;font-size:13.5px;font-weight:400;line-height:15px;color:#353b44f1}.teamCard .text .contacts{display:flex;justify-content:center;align-items:center;gap:55px}.teamCard .text .contacts a{background-color:#dee4ed;border-radius:50%;padding:10px;display:flex;align-items:center;justify-content:center;transition:all .3s}.teamCard .text .contacts a svg{color:#353b44;width:18px;height:18px}.teamCard .text .contacts a:hover{background-color:#353b44}.teamCard .text .contacts a:hover svg{color:#fff}@media screen and (min-width: 768px) and (max-width: 900px){.teamCard{border:1px solid #7b95b7;border-radius:10px;max-width:300px;height:365px;width:100%;overflow:hidden;object-position:center}.teamCard img{max-width:300px;height:260px;width:100%;object-fit:cover;object-position:center}.teamCard .text{padding:4px 0 0;height:95px}.teamCard .text p{font-size:17px;line-height:17px}.teamCard .text span{font-size:13px}}@media screen and (min-width: 641px) and (max-width: 768px){.teamCard{border:1px solid #7b95b7;border-radius:10px;max-width:320px;height:400px;width:100%;overflow:hidden;object-position:center}.teamCard img{max-width:320px;max-height:300px;width:100%;object-position:center}}@media screen and (max-width: 641px){.teamCard{border:1px solid #7b95b7;border-radius:10px;max-width:320px;height:410px;width:100%;overflow:hidden;object-position:center}.teamCard img{max-width:320px;max-height:300px;width:100%;object-position:center}}#about{max-width:1140px;margin:0 auto;padding:40px 0}#about .aboutContent .info{padding-top:30px}#about .aboutContent .info h1{color:#2b8ddc;font-size:20px}#about .aboutContent .info .description{padding:20px 0 30px}#about .aboutContent .info .description h1{font-size:18px}#about .aboutContent .team{padding-top:30px}#about .aboutContent .team h1{color:#2b8ddc;font-size:20px}#about .aboutContent .team .cards{max-width:902px;margin:0 auto;padding:50px 0;display:grid;grid-template-columns:repeat(3,1fr);grid-column-gap:20px;grid-row-gap:35px;justify-items:center}@media screen and (min-width: 768px) and (max-width: 900px){#about{padding:40px 25px}#about .aboutContent .team .cards{grid-template-columns:repeat(3,1fr);grid-column-gap:20px;grid-row-gap:30px}}@media screen and (min-width: 641px) and (max-width: 768px){#about{padding:40px 25px}#about .aboutContent .team .cards{grid-template-columns:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:25px}}@media screen and (max-width: 641px){#about{padding:30px 20px}#about .aboutContent .info{padding-top:25px}#about .aboutContent .info .description{padding:20px 0 30px}#about .aboutContent .team .cards{grid-template-columns:repeat(1,1fr);grid-row-gap:40px}}#adsDetail{max-width:1140px;margin:0 auto;padding:40px 0}#adsDetail .adsDetailContent .details{display:flex;flex-direction:column;gap:20px;align-items:center}#adsDetail .adsDetailContent .details h1{font-size:20px;align-self:self-start}#adsDetail .adsDetailContent .details .date{display:flex;align-items:center;align-self:self-start}#adsDetail .adsDetailContent .details .date svg{color:#2b8edc;width:23px;height:19px}#adsDetail .adsDetailContent .details .date span{color:#7b95b7;line-height:19px}#adsDetail .adsDetailContent .details .img{padding:20px 35px 0 0;display:flex;justify-content:end;max-height:700px}#adsDetail .adsDetailContent .details .img img{max-width:1035px;width:100%;object-position:center}#adsDetail .adsDetailContent .details .description{margin:0 auto;max-width:1035px;width:100%;padding-right:35px}#adsDetail .adsDetailContent .details .description h1{font-size:18px}@media screen and (min-width: 641px) and (max-width: 900px){#adsDetail{max-width:1140px;margin:0 auto;padding:40px 25px}#adsDetail .adsDetailContent .details{display:flex;flex-direction:column;gap:20px;align-items:center}#adsDetail .adsDetailContent .details h1{font-size:19px;align-self:self-start}#adsDetail .adsDetailContent .details .img{padding:15px 0 0;display:flex;justify-content:end;max-height:600px}#adsDetail .adsDetailContent .details .img img{max-width:1035px;width:100%;object-position:center}#adsDetail .adsDetailContent .details .description{margin:0 auto;max-width:1035px;width:100%;padding-right:0}}@media screen and (max-width: 641px){#adsDetail{max-width:1140px;margin:0 auto;padding:40px 20px}#adsDetail .adsDetailContent .details{display:flex;flex-direction:column;gap:15px;align-items:center}#adsDetail .adsDetailContent .details h1{font-size:16.5px;align-self:self-start}#adsDetail .adsDetailContent .details .img{padding:10px 0 0;display:flex;justify-content:end;max-height:500px}#adsDetail .adsDetailContent .details .img img{max-width:1035px;width:100%;object-position:center}#adsDetail .adsDetailContent .details .description{margin:0 auto;max-width:1035px;width:100%;padding-right:0;font-size:14px}#adsDetail .adsDetailContent .details .description h1{font-size:16px}}.ads-card{max-width:902px;height:240px;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 1px 3px 1px;border-radius:10px;padding:30px 20px;display:flex;gap:15px;width:100%}.ads-card .img img{width:250px;height:180px;object-position:center;object-fit:cover}.ads-card .content{height:100%;width:652px;display:flex;flex-direction:column;justify-content:space-between}.ads-card .content .text{width:100%}.ads-card .content .info{display:flex;justify-content:space-between;align-items:center;width:100%}.ads-card .content .info span{color:#7b95b7}.ads-card .content .info button{border:#7B95B7 solid 1px;border-radius:7px;color:#7b95b7;background-color:transparent;padding:6px 25px;transition:all .3s;font-size:16.5px}.ads-card .content .info button:hover{background-color:#7b95b7;color:#fff}@media screen and (min-width: 768px) and (max-width: 900px){.ads-card{max-width:902px;height:230px;border:#7B95B7 solid 1px;border-radius:10px;padding:25px 15px;display:flex;gap:15px;width:100%}.ads-card .img{width:250px}}@media screen and (min-width: 641px) and (max-width: 768px){.ads-card{max-width:902px;height:210px;border:#7B95B7 solid 1px;border-radius:10px;padding:25px 15px;display:flex;gap:15px;width:100%}.ads-card .img{width:220px}.ads-card .img img{width:210px;height:160px}.ads-card .content{width:75%}.ads-card .content .text{font-size:15px}.ads-card .content .info span{font-size:14px}.ads-card .content .info button{border:#7B95B7 solid 1px;border-radius:7px;color:#7b95b7;background-color:transparent;padding:3px 20px;transition:all .3s;font-size:14px}}@media screen and (max-width: 641px){.ads-card{max-width:902px;height:100%;border:#7B95B7 solid 1px;border-radius:10px;padding:15px 10px;display:flex;flex-direction:column;gap:15px;width:100%}.ads-card .img{width:100%}.ads-card .img img{width:100%;height:auto;object-position:center}.ads-card .content{height:100%;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.ads-card .content .text{width:100%;font-size:15px;line-height:16px}.ads-card .content .info{display:flex;justify-content:space-between;align-items:center;width:100%}.ads-card .content .info span{font-size:14px}.ads-card .content .info button{border:#7B95B7 solid 1px;border-radius:7px;color:#7b95b7;background-color:transparent;padding:5px 20px;transition:all .3s;font-size:14px}}#ads{max-width:1140px;margin:0 auto;padding:40px 0}#ads .adsContent .adsCards{padding:50px 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:25px}#ads .adsContent .pagination{display:flex;justify-content:center}@media screen and (min-width: 768px) and (max-width: 900px){#ads{max-width:1140px;margin:0 auto;padding:40px 25px}#ads .adsContent .adsCards{padding:35px 0;gap:25px}}@media screen and (min-width: 641px) and (max-width: 768px){#ads{max-width:1140px;margin:0 auto;padding:40px 25px}#ads .adsContent .adsCards{padding:35px 0;gap:25px}}@media screen and (max-width: 641px){#ads{max-width:1140px;margin:0 auto;padding:35px 20px}#ads .adsContent .adsCards{padding:30px 0;gap:25px}}#home{padding:75px 0}#home .honeCards{padding:70px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:25px}#home .honeCards .cards{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:25px}#home .honeCards .more{border:#7B95B7 solid 1px;border-radius:12px;color:#7b95b7;background-color:transparent;padding:10px 30px;transition:all .3s;font-weight:600;font-size:16.5px}#home .honeCards .more:hover{background-color:#7b95b7;color:#fff}@media screen and (min-width: 768px) and (max-width: 900px){#home{padding:65px 25px}#home .honeCards{padding:60px 0 0;gap:25px}#home .honeCards .cards{gap:25px}#home .honeCards .more{padding:10px 30px;font-weight:600;font-size:16.5px}}@media screen and (min-width: 641px) and (max-width: 768px){#home{padding:60px 25px}#home .honeCards{padding:55px 0 0;gap:20px}#home .honeCards .cards{gap:20px}#home .honeCards .more{padding:8px 30px;font-weight:600;font-size:16px}}@media screen and (max-width: 641px){#home{padding:55px 20px}#home .honeCards{padding:40px 0 0;gap:20px}#home .honeCards .cards{gap:25px}#home .honeCards .more{padding:8px 25px;font-weight:600;font-size:14px}}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slider{max-width:902px;margin:0 auto}.slider .slick-slider{border:1px solid #7B95B7;padding:30px 20px;border-radius:13px;max-height:620px}.slider .slick-slider .slick-prev{z-index:100;background-color:#fff;left:100px;height:55px;width:55px;border-radius:50%;color:#5a5a5a}.slider .slick-slider .slick-next{z-index:100;background-color:#fff;color:#5a5a5a;right:100px;height:55px;width:55px;border-radius:50%}.slider .slick-slider .content img{margin:0 auto;max-height:480px;width:100%;object-position:center;object-fit:cover}.slider .slick-slider .content h3{padding-top:15px;font-weight:500;font-size:20px;line-height:20px;cursor:pointer}@media screen and (min-width: 768px) and (max-width: 900px){.slider{max-width:1140px;margin:0 auto}.slider .slick-slider{border:1px solid #7B95B7;padding:30px 26px;border-radius:13px}.slider .slick-slider .slick-prev{z-index:100;background-color:#fff;left:100px;height:45px;width:45px;border-radius:50%;color:#5a5a5a}.slider .slick-slider .slick-next{z-index:100;background-color:#fff;color:#5a5a5a;right:100px;height:45px;width:45px;border-radius:50%}.slider .slick-slider .content img{margin:0 auto;width:100%}.slider .slick-slider .content h3{padding-top:15px;font-weight:500;font-size:18px;line-height:20px}}@media screen and (min-width: 641px) and (max-width: 768px){.slider{max-width:1140px;margin:0 auto}.slider .slick-slider{border:1px solid #7B95B7;padding:25px 20px;border-radius:13px}.slider .slick-slider .slick-prev{z-index:100;background-color:#fff;left:90px;height:45px;width:45px;border-radius:50%;color:#5a5a5a}.slider .slick-slider .slick-next{z-index:100;background-color:#fff;color:#5a5a5a;right:90px;height:45px;width:45px;border-radius:50%}.slider .slick-slider .content img{margin:0 auto;width:100%}.slider .slick-slider .content h3{padding-top:13px;font-weight:500;font-size:16px;line-height:18px}}@media screen and (max-width: 641px){.slider{max-width:1140px;margin:0 auto}.slider .slick-slider{border:1px solid #7B95B7;padding:10px;border-radius:11px}.slider .slick-slider .slick-prev{z-index:100;background-color:#fff;left:30px;height:25px;width:25px;border-radius:50%;color:#5a5a5a}.slider .slick-slider .slick-next{z-index:100;background-color:#fff;color:#5a5a5a;right:30px;height:25px;width:25px;border-radius:50%}.slider .slick-slider .content img{margin:0 auto;width:100%;height:95%}.slider .slick-slider .content h3{padding-top:10px;font-weight:500;font-size:14px;line-height:14px;max-height:53px;height:100%;overflow:hidden}}#library{max-width:1140px;margin:0 auto;padding:40px 0}#library .container nav{height:25px}#library .container .filters{width:100%;display:flex;justify-content:end;gap:50px;align-items:center}#library .container .filters .inputSearch input{height:11px}#library .container .cards{max-width:902px;margin:0 auto;padding:50px 0;display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:45px;grid-column-gap:90px;justify-items:center}#library .container .pagination{display:flex;justify-content:center}@media screen and (min-width: 768px) and (max-width: 900px){#library{max-width:1140px;margin:0 auto;padding:40px 25px}#library .container nav{height:25px}#library .container .filters{width:100%;display:flex;justify-content:end;gap:50px;align-items:center}#library .container .filters .inputSearch input{height:11px}#library .container .cards{max-width:902px;margin:0 auto;padding:40px 0;display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:30px;grid-column-gap:45px}#library .container .pagination{display:flex;justify-content:center}}@media screen and (min-width: 641px) and (max-width: 768px){#library{max-width:1140px;margin:0 auto;padding:40px 25px}#library .container nav{height:25px}#library .container .filters{width:100%;display:flex;margin-top:50px;justify-content:space-between;gap:30px;align-items:center}#library .container .filters .inputSearch input{height:11px}#library .container .cards{max-width:902px;margin:0 auto;padding:40px 0;display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:30px;grid-column-gap:35px}#library .container .pagination{display:flex;justify-content:center}}@media screen and (max-width: 641px){#library{max-width:1140px;margin:0 auto;padding:40px 20px}#library .container nav{height:25px}#library .container .filters{width:100%;display:flex;margin-top:50px;justify-content:space-between;gap:5px;align-items:center;flex-direction:column-reverse}#library .container .filters .inputSearch input{height:11px}#library .container .cards{max-width:902px;margin:0 auto;padding:35px 0;display:grid;grid-template-columns:repeat(1,1fr);grid-row-gap:25px;grid-column-gap:35px}#library .container .pagination{display:flex;justify-content:center}}.library-card{max-width:242px;width:100%}.library-card img{max-width:242px;height:340px;width:100%;object-position:center;object-fit:cover}.library-card p{padding:5px 0 0;font-size:16px;max-height:85px;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width: 768px) and (max-width: 900px){.library-card{max-width:242px;width:100%}.library-card img{max-width:242px;width:100%;object-position:center}.library-card p{padding:5px 0 0;font-size:16px;max-height:85px;overflow:hidden;text-overflow:ellipsis}}@media screen and (min-width: 641px) and (max-width: 768px){.library-card{max-width:260px;width:100%}.library-card img{max-width:260px;width:100%;object-position:center}.library-card p{padding:5px 0 0;font-size:16px;max-height:85px;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width: 641px){.library-card{max-width:260px;width:100%}.library-card img{max-width:260px;width:100%;object-position:center}.library-card p{padding:5px 0 0;font-size:14px;max-height:78px;overflow:hidden;text-overflow:ellipsis}}#projectsDetail{max-width:1140px;margin:0 auto;padding:40px 0}#projectsDetail .projectsDetailContent .details{display:flex;flex-direction:column;gap:20px;align-items:center}#projectsDetail .projectsDetailContent .details h1{font-size:20px;align-self:self-start}#projectsDetail .projectsDetailContent .details .date{display:flex;align-items:center;align-self:self-start}#projectsDetail .projectsDetailContent .details .date svg{color:#2b8edc;width:23px;height:19px}#projectsDetail .projectsDetailContent .details .date span{color:#7b95b7;line-height:19px}#projectsDetail .projectsDetailContent .details .img{padding:20px 35px 0 0;display:flex;justify-content:end;max-height:700px}#projectsDetail .projectsDetailContent .details .img img{max-width:1035px;width:100%;object-position:center}#projectsDetail .projectsDetailContent .details .description{margin:0 auto;max-width:1035px;width:100%;padding-right:35px}#projectsDetail .projectsDetailContent .details .description h1{font-size:18px}#projectsDetail .projectsDetailContent .details .download-btn{max-width:1035px;width:100%;margin:0 auto}#projectsDetail .projectsDetailContent .details .download-btn button{color:#5a5a5a;border:1px solid #5A5A5A;border-radius:3px;background-color:transparent;padding:8px 40px;font-size:16px;font-weight:500;transition:all .3s;display:flex;align-items:center;gap:8px}#projectsDetail .projectsDetailContent .details .download-btn button:hover{color:#2b8edc;border:1px solid #2B8EDC}@media screen and (min-width: 641px) and (max-width: 900px){#projectsDetail{max-width:1140px;margin:0 auto;padding:40px 25px}#projectsDetail .projectsDetailContent .details{display:flex;flex-direction:column;gap:20px;align-items:center}#projectsDetail .projectsDetailContent .details h1{font-size:19px;align-self:self-start}#projectsDetail .projectsDetailContent .details .img{padding:15px 0 0;display:flex;justify-content:end;max-height:600px}#projectsDetail .projectsDetailContent .details .img img{max-width:1035px;width:100%;object-position:center}#projectsDetail .projectsDetailContent .details .description{margin:0 auto;max-width:1035px;width:100%;padding-right:0}}@media screen and (max-width: 641px){#projectsDetail{max-width:1140px;margin:0 auto;padding:40px 20px}#projectsDetail .projectsDetailContent .details{display:flex;flex-direction:column;gap:15px;align-items:center}#projectsDetail .projectsDetailContent .details h1{font-size:16.5px;align-self:self-start}#projectsDetail .projectsDetailContent .details .img{padding:10px 0 0;display:flex;justify-content:end;max-height:500px}#projectsDetail .projectsDetailContent .details .img img{max-width:1035px;width:100%;object-position:center}#projectsDetail .projectsDetailContent .details .description{margin:0 auto;max-width:1035px;width:100%;padding-right:0;font-size:14px}#projectsDetail .projectsDetailContent .details .description h1{font-size:16px}#projectsDetail .projectsDetailContent .details .download-btn button{padding:7px 30px;font-size:14px}}#projects{max-width:1140px;margin:0 auto;padding:40px 0}#projects .projectsContent .cards{max-width:902px;margin:0 auto;padding:50px 0;gap:35px;display:grid;grid-template-columns:repeat(2,1fr);justify-items:center}#projects .projectsContent .pagination{display:flex;justify-content:center}@media screen and (min-width: 768px) and (max-width: 900px){#projects{padding:40px 25px}#projects .projectsContent .cards{gap:25px}}@media screen and (min-width: 641px) and (max-width: 768px){#projects{padding:40px 25px}#projects .projectsContent .cards{gap:20px}}@media screen and (max-width: 641px){#projects{max-width:1140px;margin:0 auto;padding:30px 20px}#projects .projectsContent .cards{max-width:902px;margin:0 auto;padding:35px 0;gap:30px;display:grid;grid-template-columns:repeat(1,1fr);justify-items:center}#projects .projectsContent .pagination{display:flex;justify-content:center}}.project-card{box-shadow:#3c40434d 0 1px 2px,#3c404326 0 1px 3px 1px;border-radius:10px;max-width:433.5px;height:400px;width:100%;padding-bottom:25px;overflow:hidden;object-position:center}.project-card img{max-width:433.5px;height:100%;max-height:305px;width:100%;object-position:center;object-fit:cover}.project-card .title{padding:10px 10px 0;width:100%;overflow:hidden}.project-card .title p{height:66px}@media screen and (min-width: 768px) and (max-width: 815px){.project-card img{max-width:433.5px;height:100%;max-height:305px;width:100%;object-position:center;object-fit:cover}}@media screen and (min-width: 641px) and (max-width: 768px){.project-card{box-shadow:#3c40434d 0 1px 2px,#3c404326 0 1px 3px 1px;border-radius:10px;max-width:433.5px;height:350px;width:100%;padding-bottom:25px;overflow:hidden;object-position:center}.project-card img{max-width:433.5px;height:100%;max-height:255px;width:100%;object-position:center;object-fit:cover}.project-card .title{padding:10px 10px 0;width:100%;overflow:hidden}.project-card .title p{height:66px}}@media screen and (max-width: 641px){.project-card{box-shadow:#3c40434d 0 1px 2px,#3c404326 0 1px 3px 1px;border-radius:10px;max-width:433.5px;height:350px;width:100%;padding-bottom:25px;overflow:hidden;object-position:center}.project-card img{max-width:433.5px;height:100%;max-height:255px;width:100%;object-position:center}.project-card .title{padding:8px 8px 0;width:100%;overflow:hidden}.project-card .title p{height:66px}}#localRelations{max-width:1140px;margin:0 auto;padding:40px 0}#localRelations .container .cards{padding:50px 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:25px}#localRelations .container .pagination{display:flex;justify-content:center}@media screen and (min-width: 768px) and (max-width: 900px){#localRelations{padding:40px 25px}#localRelations .container .cards{padding:40px 0;gap:25px}}@media screen and (min-width: 641px) and (max-width: 768px){#localRelations{padding:40px 25px}#localRelations .container .cards{padding:30px 0;gap:25px}}@media screen and (max-width: 641px){#localRelations{padding:40px 20px}#localRelations .container .cards{padding:30px 0;gap:25px}}.relations-card{max-width:902px;height:280px;border-radius:8px;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 1px 3px 1px;padding:20px 15px;display:flex;gap:10px;width:100%}.relations-card .img{width:30%}.relations-card .img img{max-width:250px;width:100%;height:240px;object-position:center;object-fit:cover}.relations-card .content{height:100%;width:70%;display:flex;flex-direction:column;justify-content:space-between;gap:15px}.relations-card .content p{font-size:14px}.relations-card .content a{font-size:13px;text-transform:uppercase;color:#2b8ddc;text-decoration:underline;letter-spacing:1px;align-self:flex-end;transition:all .3s;text-align:right}.relations-card .content a:hover{color:#1b6cac;font-weight:500}@media screen and (min-width: 768px) and (max-width: 900px){.relations-card{max-width:902px;min-height:280px!important;height:100%;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 1px 3px 1px;border-radius:8px;padding:20px 15px;display:flex;gap:15px;width:100%}.relations-card .img{max-width:230px;width:100%;align-self:center}.relations-card .img img{max-width:230px;width:100%;height:220px;object-position:center}.relations-card .content{height:100%;width:70%;display:flex;flex-direction:column;justify-content:space-between;gap:15px}.relations-card .content p{font-size:14px}.relations-card .content a{font-size:13px}}@media screen and (min-width: 550px) and (max-width: 767px){.relations-card{max-width:902px;min-height:280px!important;height:100%;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 1px 3px 1px;border-radius:8px;padding:15px;display:flex;gap:15px;width:100%}.relations-card .img{max-width:180px;width:100%;align-self:center}.relations-card .img img{max-width:180px;width:100%;height:170px;object-position:center}.relations-card .content{height:100%;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:15px}.relations-card .content p{font-size:12px}.relations-card .content a{font-size:10px;text-align:right}}@media screen and (max-width: 550px){.relations-card{max-width:902px;min-height:280px!important;height:100%;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 1px 3px 1px;border-radius:8px;padding:15px;display:flex;flex-direction:column;gap:10px;width:100%;max-width:550px}.relations-card .img{max-width:100%;width:100%;align-self:center;height:100%;display:flex;justify-content:center}.relations-card .img img{max-width:160px;width:100%;height:160px;object-position:center}.relations-card .content{height:100%;width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:40px;min-height:100px}.relations-card .content p{font-size:11.5px;height:100%}.relations-card .content a{font-size:10px;text-align:right;display:block;height:100%}}#internationalRelations{max-width:1140px;margin:0 auto;padding:40px 0}#internationalRelations .container .cards{padding:50px 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:25px}#internationalRelations .container .pagination{display:flex;justify-content:center}@media screen and (min-width: 768px) and (max-width: 900px){#internationalRelations{padding:40px 25px}#internationalRelations .container .cards{padding:40px 0;gap:25px}}@media screen and (min-width: 641px) and (max-width: 768px){#internationalRelations{padding:40px 25px}#internationalRelations .container .cards{padding:30px 0;gap:25px}}@media screen and (max-width: 641px){#internationalRelations{padding:40px 20px}#internationalRelations .container .cards{padding:30px 0;gap:25px}}#libraryDetail{max-width:1140px;margin:0 auto;padding:40px 0}#libraryDetail .container .details{display:flex;gap:50px;align-items:flex-start;max-width:1100px;margin:0 auto;padding:50px 0}#libraryDetail .container .details .img{max-width:260px;width:100%}#libraryDetail .container .details .img img{max-width:260px}#libraryDetail .container .details .content{display:flex;flex-direction:column;gap:40px}#libraryDetail .container .details .content h1{font-size:19px;font-weight:500}#libraryDetail .container .details .content .description{color:#1e1e1e;font-size:14px}#libraryDetail .container .details .content .description h1{font-size:18px}#libraryDetail .container .details .content .download-btn button{color:#5a5a5a;border:1px solid #5A5A5A;border-radius:8px;background-color:transparent;padding:8px 20px;font-size:16px;font-weight:500;transition:all .3s;display:flex;align-items:center;gap:8px}#libraryDetail .container .details .content .download-btn button:hover{color:#2b8edc;border:1px solid #2B8EDC}@media screen and (min-width: 641px) and (max-width: 900px){#libraryDetail{max-width:1140px;margin:0 auto;padding:40px 25px}#libraryDetail .container .details{display:flex;gap:30px;align-items:flex-start;max-width:1100px;margin:0 auto;padding:40px 0}#libraryDetail .container .details .img{max-width:260px;width:100%}#libraryDetail .container .details .img img{max-width:260px}#libraryDetail .container .details .content{display:flex;flex-direction:column;gap:20px}#libraryDetail .container .details .content h1{font-size:18px;font-weight:500}#libraryDetail .container .details .content .description{color:#1e1e1e;font-size:14px}#libraryDetail .container .details .content .description h1{font-size:17px}#libraryDetail .container .details .content .download-btn button{color:#5a5a5a;border:1px solid #5A5A5A;border-radius:8px;background-color:transparent;padding:8px 20px;font-size:16px;font-weight:500;transition:all .3s;display:flex;align-items:center;gap:8px}}@media screen and (max-width: 641px){#libraryDetail{max-width:1140px;margin:0 auto;padding:40px 20px}#libraryDetail .container .details{display:flex;flex-direction:column;gap:30px;align-items:center;max-width:1100px;margin:0 auto;padding:30px 0}#libraryDetail .container .details .img{max-width:260px;width:100%}#libraryDetail .container .details .img img{max-width:260px}#libraryDetail .container .details .content{display:flex;flex-direction:column;gap:15px}#libraryDetail .container .details .content h1{font-size:17px;font-weight:500}#libraryDetail .container .details .content .description{color:#1e1e1e;font-size:14px}#libraryDetail .container .details .content .description h1{font-size:16px}#libraryDetail .container .details .content .download-btn button{color:#5a5a5a;border:1px solid #5A5A5A;border-radius:8px;background-color:transparent;padding:8px 18px;font-size:14px;font-weight:500;transition:all .3s;display:flex;align-items:center;gap:8px}#libraryDetail .container .details .content .download-btn button:hover{color:#2b8edc;border:1px solid #2B8EDC}}#notFound{max-width:1140px;margin:0 auto;padding:50px 25px}#notFound .content{display:flex;flex-direction:column;align-items:center;gap:50px}#notFound .content .icon{max-width:902px}#notFound .content p{color:#2b8ddc;font-size:18px;font-weight:500;text-align:center}#notFound .content button{color:#5a5a5a;border:1px solid #5A5A5A;border-radius:3px;background-color:transparent;padding:8px 35px;font-size:16px;font-weight:500;transition:all .3s;display:flex;align-items:center;gap:8px}#notFound .content button:hover{color:#2b8edc;border:1px solid #2B8EDC}*{margin:0;padding:0;box-sizing:border-box;list-style:none;text-decoration:none;font-family:DM Sans,serif}button{cursor:pointer}.MuiPagination-ul li button{border:#D9D9D9 solid 1px}.MuiPagination-ul li .Mui-selected{border-color:#1890ff;color:#1890ff;background-color:transparent}.MuiPagination-ul li .Mui-selected:hover{background-color:#e6f7ff}.ql-clipboard{visibility:hidden}.spinner{display:flex;align-self:center;justify-self:center;margin:300px 0}@media screen and (max-width: 500px){.spinner{margin:250px auto}}.nonedisplay{display:none}
