.BigAd{position:relative;display:flex;width:100%;background:#a8a8a8;border-radius:10px;overflow:hidden}.BigAd>.icon{width:100%;z-index:0}.BigAd>.info{position:absolute;justify-content:space-between;width:100%;padding:10px;z-index:1}.BigAd>.info,.BigAd>.info>.title,.BigAd>.info>.title>.tag{display:flex;align-items:center}.BigAd>.info>.title>.tag{justify-content:center;width:150px;height:30px;background:#fff;border-radius:10px}.BigAd>.info>.title>.tag>span{color:#606060;opacity:.7}.BigAd>.info>.title>.name,.BigAd>.info>.title>.tag>span{font-family:var(--font-montserrat);font-weight:500;font-size:16px}.BigAd>.info>.title>.name{margin-left:20px;color:#000;opacity:.5}.ContainerOpen{display:flex;align-items:center;justify-content:center;min-width:30px;width:30px;height:30px;border-radius:10px;background:#f37a2b}.ContainerOpen.video{background:#59c14d}.ContainerOpen.black{background:#000}.ContainerOpen.adaptive{min-width:1.5625vw;width:1.5625vw;height:1.5625vw;border-radius:.5208333333vw}.ContainerOpen.adaptive>svg{width:.7291666667vw;height:.7291666667vw}.ContainerOpen>svg{width:14px;height:14px}.FixedAd{position:absolute;display:flex;flex-direction:column}.FixedAd.top{top:120px}.FixedAd.bottom{bottom:413px}.FixedAd.fixed{position:fixed;top:40px}.FixedAd>.item{position:relative;display:flex;flex-direction:column;width:200px;background:#a8a8a8;border-radius:10px;overflow:hidden}.FixedAd>.item>.icon{width:100%;z-index:0}.FixedAd>.item>.info{position:absolute;display:flex;flex-direction:column;width:100%;padding:10px;z-index:1}.FixedAd>.item>.info>.title{display:flex;justify-content:space-between}.FixedAd>.item>.info>.title>.tag{display:flex;align-items:center;justify-content:center;width:85px;height:30px;border-radius:10px;background:#fff}.FixedAd>.item>.info>.title>.tag>span{color:#606060;opacity:.7}.FixedAd>.item>.info>.name,.FixedAd>.item>.info>.title>.tag>span{font-family:var(--font-montserrat);font-weight:500;font-size:16px}.FixedAd>.item>.info>.name{margin-top:10px;text-align:start;color:#000;opacity:.5}.MediumAd{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1,1fr);width:100%;grid-gap:10px;gap:10px}@media screen and (max-width:1024px){.MediumAd{grid-template-columns:repeat(1,1fr)}}.MediumAd>.item{position:relative;display:flex;width:100%;aspect-ratio:3/1;background:#a8a8a8;border-radius:10px;overflow:hidden}.MediumAd>.item>.background-image{position:absolute;width:100%;height:100%;top:50%;left:50%;object-fit:cover;transform:translate(-50%,-50%) scale(1.2);filter:blur(20px);z-index:1}.MediumAd>.item>.foreground-image{position:relative;max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;z-index:2}.MediumAd>.item>.info{position:absolute;display:flex;justify-content:space-between;width:100%;padding:10px;z-index:3}.MediumAd>.item>.info>.title{display:flex;flex-direction:column}.MediumAd>.item>.info>.title>.tag{display:flex;align-items:center;justify-content:center;width:150px;height:30px;background:#fff;border-radius:10px}.MediumAd>.item>.info>.title>.tag>span{font-family:var(--font-montserrat);font-weight:500;font-size:16px;color:#606060;opacity:.7}.MediumAd>.item>.info>.title>.name{margin-top:10px;text-align:start;font-family:var(--font-montserrat);font-weight:500;font-size:16px;color:#000;opacity:.5}.SmallAd{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(1,1fr);width:100%;grid-gap:10px;gap:10px}@media screen and (max-width:1024px){.SmallAd{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.SmallAd{grid-template-columns:repeat(1,1fr)}}.SmallAd>.item{position:relative;display:flex;width:100%;aspect-ratio:2/1;background:#a8a8a8;border-radius:10px;overflow:hidden}.SmallAd>.item>.background-image{position:absolute;width:100%;height:100%;top:50%;left:50%;object-fit:cover;transform:translate(-50%,-50%) scale(1.2);filter:blur(20px);z-index:1}.SmallAd>.item>.foreground-image{position:relative;max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;z-index:2}.SmallAd>.item>.info{position:absolute;display:flex;justify-content:space-between;width:100%;padding:10px;z-index:3}.SmallAd>.item>.info>.title{display:flex;flex-direction:column}.SmallAd>.item>.info>.title>.tag{display:flex;align-items:center;justify-content:center;width:150px;height:30px;background:#fff;border-radius:10px}.SmallAd>.item>.info>.title>.tag>span{font-family:var(--font-montserrat);font-weight:500;font-size:16px;color:#606060;opacity:.7}.SmallAd>.item>.info>.title>.name{margin-top:10px;text-align:start;font-family:var(--font-montserrat);font-weight:500;font-size:16px;color:#000;opacity:.5}.cookie-popup{position:fixed;display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:repeat(1,1fr);max-width:1440px;width:100%;left:50%;align-items:center;grid-gap:10px;gap:10px;bottom:0;background:#eee;padding:10px;border-radius:10px 10px 0 0;opacity:0;transform:translate(-50%,100%);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);z-index:1000}@media screen and (max-width:768px){.cookie-popup{grid-template-columns:repeat(2,auto);grid-template-rows:repeat(2,auto)}}.cookie-popup.visible{opacity:1;transform:translate(-50%);pointer-events:auto}.cookie-popup>svg{width:24px;height:24px}.cookie-popup>.text{color:#3e3e3e}.cookie-popup>.text,.cookie-popup>button{font-family:var(--font-raleway);font-weight:500;font-size:16px}.cookie-popup>button{display:flex;align-items:center;justify-content:center;width:320px;height:40px;background:#f37a2b;border-radius:10px;color:#fff}@media screen and (max-width:768px){.cookie-popup>button{grid-column-start:1;grid-column-end:3;grid-row-start:2;grid-row-end:3;margin:0 auto}}footer{display:flex;padding-top:100px}footer>.container{display:flex;align-items:center;justify-content:center;width:100%;padding-top:60px;padding-bottom:60px;border-top-left-radius:10px;border-top-right-radius:10px;background-color:#eee}@media screen and (max-width:1024px){footer>.container{padding-top:10px;padding-bottom:40px}}footer>.container>.content{display:flex;justify-content:space-between;max-width:1440px;width:100%;margin-left:20px;margin-right:20px;gap:40px 0}@media screen and (max-width:1024px){footer>.container>.content{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);justify-content:flex-start}}@media screen and (max-width:768px){footer>.container>.content{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(4,auto);margin-left:10px;margin-right:10px}}footer>.container>.content>.block{display:flex;width:-moz-fit-content;width:fit-content;font-family:var(--font-montserrat);font-weight:500;font-size:16px;color:#000}@media screen and (max-width:1024px){footer>.container>.content>.block{justify-content:flex-start}footer>.container>.content>.block:first-child{grid-column-start:1;grid-column-end:4;grid-row-start:2;grid-row-end:3}}@media screen and (max-width:768px){footer>.container>.content>.block{justify-content:flex-start}footer>.container>.content>.block:first-child{grid-column-start:1;grid-column-end:2;grid-row-start:4;grid-row-end:5}}footer>.container>.content>.block>.container{display:flex;flex-direction:column}footer>.container>.content>.block>.container>.title{font-weight:700;font-size:16px}footer>.container>.content>.block>.container>.age{margin-top:10px;font-weight:700;font-size:24px}footer>.container>.content>.block>.container>.desc{width:472px;margin-top:10px;line-height:20px;opacity:.7}@media screen and (max-width:1024px){footer>.container>.content>.block>.container>.desc{width:100%}}footer>.container>.content>.block>.container>.counters{display:flex;margin-top:10px;gap:10px}footer>.container>.content>.block>.container>.text{display:flex;flex-direction:column;margin-top:20px}footer>.container>.content>.block>.container>.text svg{width:21px;height:21px;margin-right:10px}footer>.container>.content>.block>.container>.text span{color:#000}footer>.container>.content>.block>.container>.text>*{display:flex;align-items:center;margin-top:10px;opacity:.7}footer>.container>.content>.block>.container>.text>:first-child{margin-top:0}footer>.container>.content>.block>.container>.text>a:hover{opacity:1}footer>.container>.content>.block>.container>.text>a:hover>svg>path{fill:#f37a2b}footer>.container>.content>.block>.container>.text>a:hover>span{color:#f37a2b}header{justify-content:center;padding-bottom:40px}header,header>.container{position:relative;display:flex}header>.container{align-items:center;justify-content:space-between;max-width:1440px;width:100%;height:80px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#fff}header>.container>.left-content{display:flex;align-items:center}header>.container>.left-content>.logo{position:relative;display:flex;align-items:center;min-width:414px;width:414px;height:80px;border-bottom-left-radius:15px;overflow:hidden}@media screen and (max-width:1024px){header>.container>.left-content>.logo{min-width:290px;width:290px}}header>.container>.left-content>.logo>.background{position:absolute;width:414px;height:80px;top:0;left:0}@media screen and (max-width:1024px){header>.container>.left-content>.logo>.background{left:-90px}}header>.container>.left-content>.logo>.logo{display:flex;margin-left:20px;z-index:1}header>.container>.left-content>.logo>.logo>img{width:298px;height:39px}@media screen and (max-width:1024px){header>.container>.left-content>.logo>.logo>img{width:191px;height:25px}}header>.container>.left-content>nav{display:flex;flex-wrap:wrap;align-content:flex-start;width:-moz-fit-content;width:fit-content;margin-right:80px;gap:10px 40px}@media screen and (max-width:1024px){header>.container>.left-content>nav{display:none}}header>.container>.left-content>nav>a{display:flex;align-items:center;font-family:var(--font-montserrat);font-weight:600;font-size:16px;color:#000;opacity:.8}header>.container>.right-content{position:relative;display:flex;align-items:center;justify-content:flex-end;height:80px;padding-left:40px;padding-right:40px;border-bottom-right-radius:15px;background:#f47e2c}@media screen and (max-width:1024px){header>.container>.right-content{position:absolute;top:0;right:0;padding-left:0;padding-right:20px;background:none}}header>.container>.right-content>.background-container{position:absolute;width:250px;height:80px;top:50%;left:20px;transform:translate(-50%,-50%);overflow:hidden}header>.container>.right-content>.background-container>.background{position:absolute;width:180px;height:500px;top:50%;left:195px;background:#f47e2c;transform:translate(-50%,-50%) rotate(-132.35deg)}@media screen and (max-width:1024px){header>.container>.right-content>.background-container>.background{background:none}}header>.container>.right-content>.content{display:flex;align-items:center;z-index:1}header>.container>.right-content>.content>nav{margin-left:25px;height:40px;opacity:.6}header>.container>.right-content>.content>nav:hover{opacity:1}header>.container>.right-content>.content>nav>a{display:flex;width:40px;height:40px}header>.container>.right-content>.content>nav>a>svg{width:40px;height:40px}@media screen and (max-width:1024px){header>.container>.right-content>.content>nav>a>svg>g :first-child,header>.container>.right-content>.content>nav>a>svg>g :nth-child(2){stroke:#000}header>.container>.right-content>.content>nav>a>svg>g :nth-child(3){fill:#000}}header>.search-list{position:absolute;display:flex;top:90px;max-width:840px;width:100%;padding-left:20px;padding-right:20px;z-index:999}@media screen and (max-width:768px){header>.search-list{padding-left:10px;padding-right:10px}}header>.search-list>.container{display:flex;width:100%;height:400px;padding:10px;border-radius:15px;background:#eee;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25))}header>.search-list>.container>.list{display:flex;flex-direction:column;width:100%;height:100%;gap:10px;overflow-y:scroll}header>.search-list>.container>.list::-webkit-scrollbar{width:3px;border-radius:3px;background:#c5c5c5}header>.search-list>.container>.list::-webkit-scrollbar-thumb{border-radius:3px;background:#f47e2c}header>.search-list>.container>.list>.item{display:flex;width:calc(100% - 10px);min-height:140px;height:140px;border-radius:10px;background:#fff}header>.search-list>.container>.list>.item:hover>.content>.title{color:#f37a2b}header>.search-list>.container>.list>.item:hover>.icon>.img-background{width:120%;height:120%}header>.search-list>.container>.list>.item>.icon{position:relative;min-width:95px;width:95px;height:100%;border-radius:10px;overflow:hidden}header>.search-list>.container>.list>.item>.icon>.img-background{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .25s;z-index:1}header>.search-list>.container>.list>.item>.icon>.img-background>img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}header>.search-list>.container>.list>.item>.content{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,3fr);align-items:center;width:100%;padding:10px;grid-gap:10px;gap:10px}header>.search-list>.container>.list>.item>.content>.title{display:flex;align-items:center;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:2;font-family:var(--font-montserrat);font-weight:500;font-size:16px;line-height:125%;color:#3e3e3e}header>.search-list>.container>.list>.item>.content>.info{display:flex;align-items:flex-end;grid-column-start:1;grid-column-end:2;grid-row-start:2;grid-row-end:3;height:100%}header>.search-list>.container>.list>.item>.content>.info>span{margin-left:10px;font-family:var(--font-montserrat);font-weight:500;font-size:12px;color:#606060;opacity:.7}header>.search-list>.container>.list>.item>.content>.info>span:first-child{margin-left:0}header>.search-list>.container>.list>.item>.content>.ContainerOpen{grid-column-start:1;grid-column-end:2;grid-row-start:3;grid-row-end:4}.header-search{position:relative;display:flex}.header-search>.search{display:flex;border-radius:10px}@media screen and (max-width:1024px){.header-search>.search{background:#fff}}.header-search>.search>.container{display:flex;width:40px;height:40px;border:2px solid #fff;border-radius:10px;opacity:.6;transition:width .5s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:1024px){.header-search>.search>.container{border:2px solid #000}}.header-search>.search>.container:hover{opacity:1}.header-search>.search>.container.open{width:400px;opacity:1;transition:width .5s cubic-bezier(.4,0,.2,1)}@media screen and (max-width:768px){.header-search>.search>.container.open{width:250px}}.header-search>.search>.container>.content{display:flex;align-items:center;width:100%;height:100%}.header-search>.search>.container>.content>.icon{width:20px;height:20px;margin-left:8px}@media screen and (max-width:1024px){.header-search>.search>.container>.content>.icon>path{fill:#000}}.header-search>.search>.container>.content>input{display:flex;flex:1 1;min-width:0;padding-left:20px;padding-right:20px;font-family:var(--font-raleway);font-weight:600;font-size:16px;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:transparent;border:none;outline:none;opacity:1}@media screen and (max-width:1024px){.header-search>.search>.container>.content>input{color:#000}}.header-search>.search>.container>.content>input::-webkit-input-placeholder{color:#fff}@media screen and (max-width:1024px){.header-search>.search>.container>.content>input::-webkit-input-placeholder{color:#000}}.home-page-articles{display:flex;max-width:477px;width:100%}@media screen and (max-width:1024px){.home-page-articles{max-width:none}}.home-page-articles>.container{display:flex;justify-content:space-between;align-items:center;flex-direction:column;width:100%;height:-moz-fit-content;height:fit-content;padding:10px;border-radius:10px;background:#eee}.home-page-articles>.container>.title{width:100%;font-family:var(--font-montserrat);font-weight:500;font-size:18px;color:#606060;opacity:.7}.home-page-articles>.container>.items{display:flex;flex-direction:column;width:100%}.home-page-articles>.container>.items>.big-item{position:relative;display:flex;width:100%;height:205px;border-radius:10px;overflow:hidden}.home-page-articles>.container>.items>.big-item:hover>.img-background{width:120%;height:120%}.home-page-articles>.container>.items>.big-item>.img-background{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .25s;z-index:1}.home-page-articles>.container>.items>.big-item>.img-background>img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.home-page-articles>.container>.items>.big-item>.img-background-over{position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(38.23deg,#000 22.03%,transparent 81.01%);z-index:2}.home-page-articles>.container>.items>.big-item>.content{display:flex;justify-content:flex-end;flex-direction:column;padding-bottom:10px;padding-left:10px;padding-right:10px;z-index:3}.home-page-articles>.container>.items>.big-item>.content>.info{display:flex}.home-page-articles>.container>.items>.big-item>.content>.info>span{margin-left:10px;font-family:var(--font-montserrat);font-weight:500;font-size:12px;color:#fff;opacity:.7}.home-page-articles>.container>.items>.big-item>.content>.info>span:first-child{margin-left:0}.home-page-articles>.container>.items>.big-item>.content>.title{-webkit-line-clamp:2;font-weight:700;font-size:24px;line-height:28px}.home-page-articles>.container>.items>.big-item>.content>.desc,.home-page-articles>.container>.items>.big-item>.content>.title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-top:10px;font-family:var(--font-raleway);color:#fff}.home-page-articles>.container>.items>.big-item>.content>.desc{-webkit-line-clamp:3;font-weight:500;font-size:16px;line-height:19px}.home-page-articles>.container>.items>.list,.home-page-articles>.container>.items>.list>.item{display:flex;flex-direction:column;margin-top:20px}.home-page-articles>.container>.items>.list>.item{justify-content:space-between;width:100%;height:100px}.home-page-articles>.container>.items>.list>.item:first-child{margin-top:0}.home-page-articles>.container>.items>.list>.item:hover>.title{color:#f37a2b}.home-page-articles>.container>.items>.list>.item>.info{display:flex}.home-page-articles>.container>.items>.list>.item>.info>span{margin-left:10px;font-family:var(--font-montserrat);font-weight:500;font-size:12px;color:#000;opacity:.7}.home-page-articles>.container>.items>.list>.item>.info>span:first-child{margin-left:0}.home-page-articles>.container>.items>.list>.item>.title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:var(--font-raleway);font-weight:500;font-size:16px;line-height:19px;color:#3e3e3e}.home-page-articles>.container>.items>.list>.item>.line{width:100%;height:2px;background:#aaa}.home-page-articles>.container>.more{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;margin-top:30px;margin-bottom:30px}.home-page-articles>.container>.more:hover>span{color:#f37a2b}.home-page-articles>.container>.more:hover>svg>path{fill:#f37a2b}.home-page-articles>.container>.more>span{font-family:var(--font-raleway);font-weight:600;font-size:16px;color:#3e3e3e}.home-page-articles>.container>.more>svg{width:22px;height:8px;margin-left:15px}.home-page-last-news{display:flex;width:100%}.home-page-last-news>.container{display:flex;flex-direction:column;width:100%;border-radius:10px;background:#eee}.home-page-last-news>.container>.content{display:grid;grid-template-columns:repeat(2,auto);grid-template-rows:repeat(1,1fr);align-items:center;width:100%;height:170px;grid-gap:10px;gap:10px;padding-right:10px}@media screen and (max-width:1024px){.home-page-last-news>.container>.content{grid-template-columns:repeat(1,1fr);grid-template-rows:auto 1fr;height:-moz-fit-content;height:fit-content;padding-right:0}}.home-page-last-news>.container>.content>.title{display:flex;align-items:center;justify-content:center;min-width:230px;width:230px;height:100%;border-radius:10px;background:linear-gradient(90deg,#f4822b .02%,#f15f2c)}@media screen and (max-width:1024px){.home-page-last-news>.container>.content>.title{width:100%;height:50px}}.home-page-last-news>.container>.content>.title>.name{font-family:var(--font-raleway);font-weight:700;font-size:20px;line-height:23px;color:#fff}.home-page-last-news>.container>.content>.list{display:flex;width:100%;height:130px;gap:20px;overflow-x:auto}@media screen and (max-width:1024px){.home-page-last-news>.container>.content>.list{flex-direction:column;height:-moz-fit-content;height:fit-content;padding-left:10px;padding-right:10px;padding-bottom:10px;overflow-y:hidden}}.home-page-last-news>.container>.content>.list::-webkit-scrollbar{height:3px;border-radius:3px;background:#c5c5c5}.home-page-last-news>.container>.content>.list::-webkit-scrollbar-thumb{border-radius:3px;background:#f47e2c}.home-page-last-news>.container>.content>.list>.item{display:flex;flex-direction:column;min-width:220px;width:220px}@media screen and (max-width:1024px){.home-page-last-news>.container>.content>.list>.item{width:100%}}.home-page-last-news>.container>.content>.list>.item:hover>.title{color:#f37a2b}.home-page-last-news>.container>.content>.list>.item>.date{display:flex;gap:10px}.home-page-last-news>.container>.content>.list>.item>.date>span{font-family:var(--font-montserrat);font-weight:500;font-size:16px;color:#606060;opacity:.7}.home-page-last-news>.container>.content>.list>.item>.title{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-top:10px;font-family:var(--font-raleway);font-weight:500;font-size:16px;line-height:19px;color:#3e3e3e}.home-page-last-news>.container>.more{padding-top:20px;padding-bottom:20px}.home-page-last-news>.container>.more,.home-page-last-news>.container>.more>a{display:flex;align-items:center;justify-content:center}.home-page-last-news>.container>.more>a:hover>span{color:#f37a2b}.home-page-last-news>.container>.more>a:hover>svg>path{fill:#f37a2b}.home-page-last-news>.container>.more>a>span{font-family:var(--font-raleway);font-weight:600;font-size:16px;color:#3e3e3e}.home-page-last-news>.container>.more>a>svg{width:22px;height:8px;margin-left:15px}.home-page-target-news{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,auto);width:100%;grid-gap:10px;gap:10px}@media screen and (max-width:1024px){.home-page-target-news{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto)}}@media screen and (max-width:768px){.home-page-target-news{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(5,1fr)}}.home-page-target-news>.main{position:relative;display:flex;align-items:flex-end;grid-column-start:1;grid-column-end:5;grid-row-start:1;grid-row-end:2;width:100%;height:330px;padding:10px;border-radius:10px;overflow:hidden}@media screen and (max-width:1024px){.home-page-target-news>.main{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:2}}@media screen and (max-width:768px){.home-page-target-news>.main{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2;height:440px}}.home-page-target-news>.main:hover>.img-background{width:120%;height:120%}.home-page-target-news>.main>.img-background{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .25s;z-index:1}.home-page-target-news>.main>.img-background>img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.home-page-target-news>.main>.content{display:flex;height:-moz-fit-content;height:fit-content;padding:10px;border-radius:10px;background:#fff;z-index:1}@media screen and (max-width:768px){.home-page-target-news>.main>.content{flex-direction:column;width:100%}}.home-page-target-news>.main>.content>.title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;width:450px;height:-moz-fit-content;height:fit-content;font-family:var(--font-raleway);font-weight:700;font-size:20px;line-height:23px;color:#3e3e3e}@media screen and (max-width:768px){.home-page-target-news>.main>.content>.title{width:100%}}.home-page-target-news>.main>.content>.info{display:flex;align-items:flex-start;flex-direction:column;margin-left:30px}@media screen and (max-width:768px){.home-page-target-news>.main>.content>.info{justify-content:space-between;flex-direction:row;width:100%;margin-left:0}}.home-page-target-news>.main>.content>.info>.container{display:grid;grid-template-columns:repeat(2,auto);grid-template-rows:repeat(2,auto);grid-gap:5px 10px;gap:5px 10px;height:40px}@media screen and (max-width:768px){.home-page-target-news>.main>.content>.info>.container{grid-template-columns:repeat(3,auto);grid-template-rows:repeat(1,auto)}}.home-page-target-news>.main>.content>.info>.container>span{display:flex;align-items:flex-end;font-family:var(--font-montserrat);font-weight:500;font-size:16px;color:#606060;opacity:.7}.home-page-target-news>.main>.content>.info>.container>span:first-child{grid-column-start:1;grid-column-end:3;grid-row-start:1;grid-row-end:2}@media screen and (max-width:768px){.home-page-target-news>.main>.content>.info>.container>span:first-child{grid-column-start:3;grid-column-end:4;grid-row-start:1;grid-row-end:2}}.home-page-target-news>.main>.content>.info>.ContainerOpen{margin-top:10px}.home-page-target-news>.item{display:flex;flex-direction:column;width:100%;height:440px;border-radius:10px;background:#fff}.home-page-target-news>.item:hover>.icon>.img-background{width:120%;height:120%}.home-page-target-news>.item>.icon{position:relative;width:100%;height:270px;border-radius:10px;overflow:hidden}.home-page-target-news>.item>.icon>.img-background{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .25s;z-index:1}.home-page-target-news>.item>.icon>.img-background>img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.home-page-target-news>.item>.content{display:flex;justify-content:space-between;flex-direction:column;flex:1 1;padding:20px}.home-page-target-news>.item>.content>.title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:var(--font-raleway);font-weight:700;font-size:20px;line-height:23px;color:#3e3e3e}.home-page-target-news>.item>.content>.info{display:flex;align-items:flex-end;justify-content:space-between;flex-direction:row}.home-page-target-news>.item>.content>.info>.block{display:flex;flex-wrap:wrap;align-content:flex-start;gap:5px 10px}.home-page-target-news>.item>.content>.info>.block>span{font-family:var(--font-montserrat);font-weight:500;font-size:16px;line-height:20px;color:#606060;opacity:.7}.home-page-theme-block-1{display:flex;width:100%}.home-page-theme-block-1>.container{display:flex;flex-direction:column;width:100%;padding:10px;border-radius:10px;background:#eee}.home-page-theme-block-1>.container>.title{display:flex;align-items:center;justify-content:center;width:280px;height:50px;font-family:var(--font-raleway);font-weight:700;font-size:20px;color:#fff;background:linear-gradient(90deg,#f4822b .02%,#f15f2c);border-radius:10px}@media screen and (max-width:768px){.home-page-theme-block-1>.container>.title{width:100%}}.home-page-theme-block-1>.container>.items-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);width:100%;height:600px;margin-top:10px;grid-gap:10px;gap:10px}@media screen and (max-width:1024px){.home-page-theme-block-1>.container>.items-container{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);height:660px}}@media screen and (max-width:768px){.home-page-theme-block-1>.container>.items-container{grid-template-columns:repeat(1,1fr);grid-template-rows:auto;height:-moz-fit-content;height:fit-content}}.home-page-theme-block-1>.container>.items-container>.item{position:relative;display:flex;width:100%;height:100%;border-radius:10px;overflow:hidden}@media screen and (max-width:768px){.home-page-theme-block-1>.container>.items-container>.item{height:300px}}.home-page-theme-block-1>.container>.items-container>.item.big{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:3}.home-page-theme-block-1>.container>.items-container>.item:hover>.img-background{width:120%;height:120%}.home-page-theme-block-1>.container>.items-container>.item>.img-background{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .25s;z-index:1}.home-page-theme-block-1>.container>.items-container>.item>.img-background>img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.home-page-theme-block-1>.container>.items-container>.item>.img-background-over{position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(180deg,transparent 68.5%,#000);z-index:2}.home-page-theme-block-1>.container>.items-container>.item>.content{display:flex;justify-content:flex-end;flex-direction:column;width:100%;padding-bottom:20px;padding-left:20px;padding-right:20px;z-index:3}.home-page-theme-block-1>.container>.items-container>.item>.content>.title{font-family:var(--font-raleway);font-weight:700;font-size:24px;line-height:28px;color:#fff}.home-page-theme-block-1>.container>.items-container>.item>.content>.block{display:flex;align-items:flex-end;justify-content:space-between;margin-top:5px}.home-page-theme-block-1>.container>.items-container>.item>.content>.block>.info{display:flex;flex-wrap:wrap;align-content:flex-start;gap:5px 10px;margin-right:10px}.home-page-theme-block-1>.container>.items-container>.item>.content>.block>.info>span{font-family:var(--font-montserrat);font-weight:500;font-size:16px;color:#fff;opacity:.7}.home-page-theme-block-1>.container>.items-container>.item>.content>.block>.info>span:first-child{margin-left:0}.home-page-theme-block-1>.container>.more{padding-top:20px;padding-bottom:20px}.home-page-theme-block-1>.container>.more,.home-page-theme-block-1>.container>.more>a{display:flex;align-items:center;justify-content:center}.home-page-theme-block-1>.container>.more>a:hover>span{color:#f37a2b}.home-page-theme-block-1>.container>.more>a:hover>svg>path{fill:#f37a2b}.home-page-theme-block-1>.container>.more>a>span{font-family:var(--font-raleway);font-weight:600;font-size:16px;color:#3e3e3e}.home-page-theme-block-1>.container>.more>a>svg{width:22px;height:8px;margin-left:15px}.home-page-theme-block-2{display:flex;width:100%}.home-page-theme-block-2>.container{display:flex;flex-direction:column;width:100%;padding:10px;border-radius:10px;background:#eee}.home-page-theme-block-2>.container>.top{display:flex;align-items:center;justify-content:space-between}.home-page-theme-block-2>.container>.top>.title{width:280px;height:50px;font-family:var(--font-raleway);font-weight:700;font-size:20px;color:#fff;background:linear-gradient(90deg,#f4822b .02%,#f15f2c);border-radius:10px}.home-page-theme-block-2>.container>.top>.more,.home-page-theme-block-2>.container>.top>.title{display:flex;align-items:center;justify-content:center}.home-page-theme-block-2>.container>.top>.more:hover>span{color:#f37a2b}.home-page-theme-block-2>.container>.top>.more:hover>svg>path{fill:#f37a2b}.home-page-theme-block-2>.container>.top>.more>span{font-family:var(--font-raleway);font-weight:600;font-size:16px;color:#3e3e3e}.home-page-theme-block-2>.container>.top>.more>svg{width:22px;height:8px;margin-left:15px}.home-page-theme-block-2>.container>.items{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(1,1fr);width:100%;height:100%;margin-top:10px;grid-gap:10px;gap:10px}.home-page-theme-block-2>.container>.items>.item{position:relative;display:flex;width:100%;height:100%;border-radius:10px;overflow:hidden}.home-page-theme-block-2>.container>.items>.item:hover>.img-background{width:120%;height:120%}.home-page-theme-block-2>.container>.items>.item>.img-background{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .25s;z-index:1}.home-page-theme-block-2>.container>.items>.item>.img-background>img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.home-page-theme-block-2>.container>.items>.item>.img-background-over{position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(180deg,transparent 4%,#000);z-index:2}.home-page-theme-block-2>.container>.items>.item>.content{display:flex;justify-content:flex-end;flex-direction:column;padding-bottom:10px;padding-left:10px;padding-right:10px;z-index:3}.home-page-theme-block-2>.container>.items>.item>.content>.title{display:-webkit-box;-webkit-line-clamp:9;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:var(--font-raleway);font-weight:700;font-size:24px;line-height:28px;color:#fff}.home-page-theme-block-2>.container>.items>.item>.content>.block{display:flex;align-items:flex-end;justify-content:space-between;margin-top:5px}.home-page-theme-block-2>.container>.items>.item>.content>.block>.info{display:flex;flex-wrap:wrap;align-content:flex-start;gap:5px 10px}.home-page-theme-block-2>.container>.items>.item>.content>.block>.info>span{font-family:var(--font-montserrat);font-weight:500;font-size:16px;color:#fff;opacity:.7}.home-page-theme-block-3{display:flex;width:100%}.home-page-theme-block-3>.container{display:flex;flex-direction:column;width:100%;padding:10px;border-radius:10px;background:#eee}.home-page-theme-block-3>.container>.top{display:flex;align-items:center;justify-content:space-between}.home-page-theme-block-3>.container>.top>.title{display:flex;align-items:center;justify-content:center;width:280px;height:50px;font-family:var(--font-raleway);font-weight:700;font-size:20px;color:#fff;background:linear-gradient(90deg,#f4822b .02%,#f15f2c);border-radius:10px}@media screen and (max-width:768px){.home-page-theme-block-3>.container>.top>.title{width:100%}}.home-page-theme-block-3>.container>.top>.more{display:flex;align-items:center;justify-content:center}@media screen and (max-width:768px){.home-page-theme-block-3>.container>.top>.more{display:none}}.home-page-theme-block-3>.container>.top>.more:hover>span{color:#f37a2b}.home-page-theme-block-3>.container>.top>.more:hover>svg>path{fill:#f37a2b}.home-page-theme-block-3>.container>.top>.more>span{font-family:var(--font-raleway);font-weight:600;font-size:16px;color:#3e3e3e}.home-page-theme-block-3>.container>.top>.more>svg{width:22px;height:8px;margin-left:15px}.home-page-theme-block-3>.container>.items{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);width:100%;margin-top:10px;grid-gap:10px;gap:10px}@media screen and (max-width:1024px){.home-page-theme-block-3>.container>.items{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr)}}@media screen and (max-width:768px){.home-page-theme-block-3>.container>.items{grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(8,1fr)}}.home-page-theme-block-3>.container>.items>.big-item{position:relative;display:flex;grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:3;width:100%;height:300px;border-radius:10px;overflow:hidden}.home-page-theme-block-3>.container>.items>.big-item:hover>.img-background{width:120%;height:120%}.home-page-theme-block-3>.container>.items>.big-item>.img-background{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .25s;z-index:1}.home-page-theme-block-3>.container>.items>.big-item>.img-background>img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.home-page-theme-block-3>.container>.items>.big-item>.img-background-over{position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(180deg,transparent 68.5%,#000);z-index:2}.home-page-theme-block-3>.container>.items>.big-item>.content{display:flex;justify-content:flex-end;flex-direction:column;padding-bottom:10px;padding-left:10px;padding-right:10px;z-index:3}.home-page-theme-block-3>.container>.items>.big-item>.content>.title{font-family:var(--font-raleway);font-weight:700;font-size:24px;line-height:28px;color:#fff}.home-page-theme-block-3>.container>.items>.big-item>.content>.block{display:flex;align-items:flex-end;justify-content:space-between;margin-top:10px}.home-page-theme-block-3>.container>.items>.big-item>.content>.block>.info{display:flex}.home-page-theme-block-3>.container>.items>.big-item>.content>.block>.info>span{margin-left:10px;font-family:var(--font-montserrat);font-weight:500;font-size:16px;color:#fff;opacity:.7}.home-page-theme-block-3>.container>.items>.big-item>.content>.block>.info>span:first-child{margin-left:0}.home-page-theme-block-3>.container>.items>.item{display:flex;width:100%;height:145px;border-radius:10px;background:#fff;overflow:hidden}.home-page-theme-block-3>.container>.items>.item:hover>.icon>.img-background{width:120%;height:120%}.home-page-theme-block-3>.container>.items>.item>.icon{position:relative;max-width:130px;min-width:100px;width:100%;height:145px;border-radius:10px;overflow:hidden}.home-page-theme-block-3>.container>.items>.item>.icon>.img-background{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .25s;z-index:1}.home-page-theme-block-3>.container>.items>.item>.icon>.img-background>img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.home-page-theme-block-3>.container>.items>.item>.content{display:flex;justify-content:space-between;flex-direction:column;padding:10px}.home-page-theme-block-3>.container>.items>.item>.content>.title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:var(--font-raleway);font-weight:500;font-size:16px;line-height:19px;color:#3e3e3e}.home-page-theme-block-3>.container>.items>.item>.content>.info{display:flex;flex-wrap:wrap;align-content:flex-start;gap:0 10px}.home-page-theme-block-3>.container>.items>.item>.content>.info>span{font-family:var(--font-montserrat);font-weight:500;font-size:12px;color:#606060;opacity:.7}.home-page-theme-block-3>.container>.more{display:none;align-items:center;justify-content:center;padding-top:20px;padding-bottom:20px}@media screen and (max-width:768px){.home-page-theme-block-3>.container>.more{display:flex}}.home-page-theme-block-3>.container>.more:hover>span{color:#f37a2b}.home-page-theme-block-3>.container>.more:hover>svg>path{fill:#f37a2b}.home-page-theme-block-3>.container>.more>span{font-family:var(--font-raleway);font-weight:600;font-size:16px;color:#3e3e3e}.home-page-theme-block-3>.container>.more>svg{width:22px;height:8px;margin-left:15px}.home-page-themes{display:flex;width:100%}.home-page-themes>.container{display:flex;flex-direction:column;width:100%;padding:10px;border-radius:10px;background:#eee}.home-page-themes>.container>.top{display:flex;align-items:center;justify-content:space-between}.home-page-themes>.container>.top>.content{display:flex;align-items:center;width:100%}.home-page-themes>.container>.top>.content>.title{display:flex;align-items:center;justify-content:center;width:280px;height:50px;font-family:var(--font-raleway);font-weight:700;font-size:20px;color:#fff;background:linear-gradient(90deg,#f4822b .02%,#f15f2c);border-radius:10px}@media screen and (max-width:768px){.home-page-themes>.container>.top>.content>.title{width:100%}}.home-page-themes>.container>.top>.controls{display:flex;gap:20px;margin-right:10px}@media screen and (max-width:768px){.home-page-themes>.container>.top>.controls{display:none}}.home-page-themes>.container>.top>.controls>button{width:41px;height:16px;opacity:.5}.home-page-themes>.container>.top>.controls>button.active{opacity:1}.home-page-themes>.container>.top>.controls>button.active:hover>svg>path{fill:#f37a2b}.home-page-themes>.container>.top>.controls>button.right{transform:rotate(180deg)}.home-page-themes>.container>.top>.controls>button>svg{width:41px;height:16px}.home-page-themes>.container>.news-container{position:relative;display:flex;height:400px;margin-top:10px;overflow-x:scroll}.home-page-themes>.container>.news-container::-webkit-scrollbar{width:0;height:0}.home-page-themes>.container>.news-container>.news{position:absolute;display:flex;top:0;left:0;gap:10px}.home-page-themes>.container>.news-container>.news>.item{display:flex;flex-direction:column;min-width:228.3333333333px;width:228.3333333333px;height:400px;border-radius:10px;background:#fff}.home-page-themes>.container>.news-container>.news>.item:hover>.icon>.img-background{width:120%;height:120%}.home-page-themes>.container>.news-container>.news>.item>.icon{position:relative;width:100%;height:210px;border-radius:10px;overflow:hidden}.home-page-themes>.container>.news-container>.news>.item>.icon>.img-background{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .25s;z-index:1}.home-page-themes>.container>.news-container>.news>.item>.icon>.img-background>img{width:100%;height:100%;object-fit:cover;object-position:50% 50%}.home-page-themes>.container>.news-container>.news>.item>.content{display:flex;justify-content:space-between;flex-direction:column;flex:1 1;padding:10px 20px 20px}.home-page-themes>.container>.news-container>.news>.item>.content>.title{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:var(--font-raleway);font-weight:700;font-size:16px;line-height:19px;color:#3e3e3e}.home-page-themes>.container>.news-container>.news>.item>.content>.info{display:flex;align-items:flex-end;justify-content:space-between;flex-direction:row}.home-page-themes>.container>.news-container>.news>.item>.content>.info>.date{font-family:var(--font-montserrat);font-weight:500;font-size:16px;color:#606060;opacity:.7}.home-page-themes>.container>.news-container>.news>.link{display:flex;align-items:center;justify-content:center;min-width:228.3333333333px;width:228.3333333333px;height:400px;border-radius:10px;background:linear-gradient(90deg,#f4822b .02%,#f15f2c)}.home-page-themes>.container>.news-container>.news>.link>span{font-family:var(--font-raleway);font-weight:500;font-size:16px;color:#fff}.home-page-themes>.container>.news-container>.news>.link>svg{width:14px;height:14px;margin-left:25px}.home-page{display:flex;align-items:center;padding-left:20px;padding-right:20px}@media screen and (max-width:768px){.home-page{padding-left:10px;padding-right:10px}}.home-page>.container{display:flex;flex-direction:column;max-width:1440px;width:100%;gap:20px}.home-page>.container>.adaptive-port{display:none;flex-direction:column;gap:20px}@media screen and (max-width:1024px){.home-page>.container>.adaptive-port{display:flex}}.home-page>.container>.triple-block{display:grid;grid-template-columns:repeat(2,auto);grid-template-rows:repeat(2,1fr);grid-gap:10px;gap:10px}@media screen and (max-width:1024px){.home-page>.container>.triple-block{display:none}}.home-page>.container>.triple-block>.home-page-articles{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:3}