.home_news{box-sizing:border-box;width:100%;margin:80px auto 0;padding:0 32px}.home_news_wrapper{justify-content:space-between;margin:0 auto;display:flex;max-width:1440px}.home_news_menu{box-sizing:border-box;display:flex;flex-direction:column;width:260px;margin-right:16px;padding:24px 0;opacity:0;animation:fadeIn 1.2s cubic-bezier(.21,.42,.23,1) .2s forwards}.home_news_menu_title{display:flex;align-items:center;gap:8px;margin-bottom:8px}.home_news_menu_title_img{width:14px;height:auto}.home_news_menu_title_prefix{font-weight:700}.home_news_menu_title_text{font-size:40px;font-weight:500;line-height:1}.home_news_menu_list{display:flex;flex-direction:column;margin:40px 0 48px;gap:16px;width:100%}.home_news_menu_list_item_btn{width:100%;font-size:16px;font-weight:500;text-align:left;cursor:pointer;opacity:.5;transition:opacity .15s ease}.home_news_menu_list_item_btn.active{opacity:1;cursor:default}.home_news_menu_link{display:flex;align-items:center;justify-content:center;width:100%;max-width:192px;height:60px;font-weight:500;border:2px solid #c2c2c2;border-radius:40px;transition:background-color .2s ease;position:relative}.home_news_menu_link_text{font-weight:500}.home_news_list{box-sizing:border-box;display:none;width:calc(100% - 204px);opacity:0;animation:showUp 1.2s cubic-bezier(.21,.42,.23,1) .2s forwards}.home_news_list.active{display:block}.home_news_item_link{display:flex;align-items:center;padding:24px;transition:all .12s ease}.home_news_item_link_img_wrapper{position:relative;width:320px;flex-shrink:0;aspect-ratio:16/9;margin-right:24px;border-radius:8px;overflow:hidden}.home_news_item_link_img{width:100%;height:100%;object-fit:cover;transition:transform .15s ease}.home_news_item_link_text_wrapper{flex:1 1}.home_news_item_link_text{display:flex;align-items:center;gap:14px}.home_news_item_link_text_category{padding:6px 8px;background-color:#ebebeb;border-radius:16px;color:#a0a0a0;line-height:1;font-size:12px}.home_news_item_link_text_date{font-size:18px;font-weight:300;line-height:1}.home_news_item_link_title{-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;margin-top:16px;font-size:16px;font-weight:500;line-height:1.5}.home_news_item_link_creator{margin-top:16px;font-size:16px;line-height:1.2;color:#a0a0a0}.home_news_item_link_btn{margin-left:auto;transition:transform .15s ease-in-out}.home_news_bottom_link{display:none}@media screen and (max-width:1000px){.home_news_menu{width:240px}.home_news_list{width:100%}}@media screen and (min-width:901px){.home_news_item_link:hover{background-color:#f5f5f5;border-radius:24px;transform:scale(1.02)}}@media screen and (max-width:900px){.home_news{margin-top:40px}.home_news_wrapper{flex-direction:column}.home_news_menu{width:100%;padding:0}.home_news_menu_title_prefix{font-weight:700}.home_news_menu_title{margin-bottom:12px}.home_news_menu_list{margin-bottom:20px;flex-direction:row}.home_news_menu_link{display:none}.home_news_item_link{padding:20px 0}.home_news_item_link_text_wrapper{padding:0}.home_news_item_link_btn{display:none}.home_news_bottom_link{margin-top:16px;display:flex;align-self:center;align-items:center;justify-content:center;width:100%;max-width:208px;height:60px;font-size:16px;font-weight:500;border:2px solid #c2c2c2;border-radius:40px;transition:background-color .15s ease}.home_news_bottom_link_text{font-weight:500}}@media screen and (min-width:641px){.home_news_bottom_link,.home_news_menu_link{position:relative;overflow:hidden}.home_news_item_link:hover .home_news_item_link_btn{transform:rotate(-45deg)}.home_news_bottom_link:hover,.home_news_menu_link:hover{background-color:#0c0c0c;color:#fff;border-color:#0c0c0c}.home_news_bottom_link:after,.home_news_menu_link:after{content:"";width:32px;height:32px;position:absolute;right:14px;bottom:14px;background:url(/arrow_right.svg) no-repeat 50%;background-size:contain;transform:translate(-10px,10px) rotate(-45deg);opacity:0;transition:transform .2s ease-in-out,bottom .2s ease-in-out}.home_news_bottom_link:hover:after,.home_news_menu_link:hover:after{transform:translate(0) rotate(-45deg);opacity:1;filter:invert(1)}.home_news_item_link:hover .home_news_item_link_img{transform:scale(1.05)}}@media screen and (max-width:768px){.home_news_item_link_img_wrapper{width:280px}}@media screen and (max-width:640px){.home_news{padding:0 24px}.home_news_item_link_img_wrapper{margin-right:16px;width:120px;flex-shrink:0;aspect-ratio:4/3}.home_news_item_link_text{gap:4px}.home_news_item_link_creator,.home_news_item_link_title{margin-top:10px}}@media screen and (max-width:480px){.home_news_menu_list_item_btn{font-size:14px}.home_news_item_link_text_category{padding:4px 8px;font-size:10px}.home_news_item_link_text_date{font-size:14px}.home_news_item_link_title{font-weight:400;font-size:13px}.home_news_item_link_creator{font-size:10px}.home_news_bottom_link{font-size:14px}}.home_loader_bg{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:999;display:grid;place-items:center;animation:slideDown .5s ease-in-out forwards;animation-delay:2.5s}.home_loader_bg_logo{width:10vw;height:auto;opacity:0;animation:fadeInOut 3.5s cubic-bezier(.21,.42,.23,1) forwards}@media screen and (max-width:640px){.home_loader_bg_logo{width:32vw}}@keyframes fadeInOut{0%{opacity:0}50%{opacity:1}60%{opacity:1}to{opacity:0}}@keyframes slideDown{0%{transform:translateY(0)}to{transform:translateY(100%)}}.home_service{box-sizing:border-box;width:100%;margin:0 auto;padding:80px 32px 227px;background-color:#0c0c0c}.home_service_wrapper{max-width:1440px;width:100%;display:grid;grid-gap:40px 24px;gap:40px 24px;grid-template-columns:1fr 1fr;justify-self:center}.home_service_main{color:#fff}.home_service_main_title{display:flex;align-items:center;gap:8px;margin-bottom:8px}.home_service_main_title_img{width:14px;height:auto;filter:brightness(1) invert(1)}.home_service_main_title_prefix{font-weight:700}.home_service_main_title_text{font-size:40px;font-weight:500;line-height:1}.home_service_main_text{margin-top:24px;white-space:pre-line;word-break:auto-phrase}.home_service_main_link{display:flex;align-items:center;justify-content:center;margin-top:24px;width:100%;max-width:208px;height:60px;font-size:16px;font-weight:500;border:2px solid #c2c2c2;border-radius:40px;color:#fff;transition:background-color .15s ease}.home_service_content{overflow:hidden;border-radius:16px;display:flex;flex-direction:column;transition:transform .15s ease}.home_service_content_top{display:flex;justify-content:space-between;align-items:center;flex-grow:1;overflow:hidden}.home_service_content_top.blue{background-color:#6fb7f1}.home_service_content_top.purple{background-color:#e4c0ff}.home_service_content_top.green{background-color:#61e69d}.home_service_content_top.pink{background-color:#ff90bf}.home_service_content_top.orange{background-color:#ffb89b}.home_service_content_top_title{margin-left:40px;font-size:40px}.home_service_content_top_img{width:172px;height:auto}.home_service_content_bottom{padding:20px 40px 20px 32px;border-top:1px solid #0c0c0c;background-color:#fff;display:flex;align-items:center;justify-content:space-between}.home_service_content_bottom_text{font-size:16px;line-height:1.5;letter-spacing:8%;white-space:pre-line;word-break:auto-phrase}.home_service_content_bottom_img{margin-left:8px;transition:transform .1s ease-in-out}.home_service_button_mobile{display:none;position:relative}@media screen and (max-width:1030px){.home_service_content_bottom_text{white-space:normal}}@media screen and (max-width:1150px){.home_service_content_top_title{font-size:36px}}@media screen and (max-width:900px){.home_service{padding-bottom:160px}.home_service_wrapper{gap:8px;grid-template-columns:1fr}.home_service_main_title_text{margin-bottom:24px}.home_service_main_link,.home_service_main_text{display:none}.home_service_content_top{padding:8px}.home_service_content_top_title{font-size:30px}.home_service_content_top_img{width:140px;height:auto}.home_service_content_top.blue .home_service_content_top_img{position:relative;display:block;margin-top:8px;margin-bottom:-8px}.home_service_content_bottom{display:none}.home_service_button_mobile{display:flex;align-items:center;justify-content:center;margin:56px auto 0;width:100%;max-width:208px;height:60px;font-size:16px;font-weight:500;border:2px solid #c2c2c2;border-radius:40px;color:#fff;transition:background-color .15s ease}}@media screen and (min-width:641px){.home_service_button_mobile,.home_service_main_link{position:relative;overflow:hidden}.home_service_button_mobile:hover,.home_service_main_link:hover{background-color:#fff;border-color:#fff;color:#0c0c0c}.home_service_button_mobile:after,.home_service_main_link:after{content:"";width:32px;height:32px;position:absolute;right:14px;bottom:14px;background:url(/arrow_right.svg) no-repeat 50%;background-size:contain;transform:translate(-10px,10px) rotate(-45deg);opacity:0;transition:transform .3s ease-in-out,bottom .3s ease-in-out}.home_service_button_mobile:hover:after,.home_service_main_link:hover:after{transform:translate(0) rotate(-45deg);opacity:1}.home_service_content{opacity:0;transform:scale(0);animation:fadeInScale .8s ease-out forwards;will-change:transform}.home_service_content:nth-child(2){animation-delay:2s}.home_service_content:nth-child(3){animation-delay:2.2s}.home_service_content:nth-child(4){animation-delay:2.4s}.home_service_content:nth-child(5){animation-delay:2.6s}.home_service_content:nth-child(6){animation-delay:2.8s}.home_service_content:hover .home_service_content_top_img,.home_service_content:hover .home_service_content_top_title{transform:scale(1.1);transition:transform .15s ease-in-out}.home_service_content:hover .home_service_content_bottom_img{transform:rotate(-45deg)}}@media screen and (max-width:640px){.home_service{padding:45px 24px 105px}.home_service_content_top_title{margin-left:24px;font-size:24px}.home_service_content_top_img{width:120px;height:auto}.home_service_button_mobile{background-color:#fff;border-color:#fff;color:#0c0c0c}}@media screen and (max-width:480px){.home_service_content_top_title{font-size:20px}.home_service_content_top_img{width:64px;height:auto}}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.works_carousel_wrapper{max-width:1440px;max-height:480px;aspect-ratio:3/1;position:relative;background-color:#ebebeb;border:1px solid #ebebeb;border-radius:16px;box-sizing:border-box;transition:all .3s ease-in-out}.works_carousel_slide{border-radius:16px;overflow:hidden;transition:all 2.8s ease-in-out;position:relative;background-color:#fff;transform:scale(.8)!important}.works_carousel_slide.swiper-slide-active{transform:scale(1)!important}.works_carousel_slide_link{display:flex;width:100%;height:100%}.works_carousel_slide_img{position:relative;width:50%;height:100%;object-fit:cover;transition:all .3s ease}.works_carousel_slide_info{width:50%;margin:auto 64px;display:flex;flex-direction:column;gap:24px}.works_carousel_slide_info_category_wrapper{display:flex;gap:14px}.works_carousel_slide_info_category{padding:6px 8px;background-color:#ebebeb;border-radius:16px;color:#a0a0a0;font-size:12px;line-height:1;width:max-content}.works_carousel_slide_info_date{font-size:18px;font-weight:300}.works_carousel_slide_info_title{font-size:24px;line-height:1.5;min-height:calc(1.5em * 3);-webkit-line-clamp:3;line-clamp:3;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.works_carousel_slide_info_company{font-size:16px;color:#a0a0a0;line-height:1;-webkit-line-clamp:2;line-clamp:2;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;letter-spacing:-.32px}.works_carousel_slide_info_btn{margin-top:12px;border-radius:40px;border:2px solid #c2c2c2;padding:20px 0;width:212px;transition:background-color .2s ease}.works_carousel_slide_info_btn_text{font-size:16px;font-weight:500}.works_carousel_wrapper .swiper-pagination-bullet-active{height:16px;width:16px;background:#0c0c0c}@media screen and (max-width:1150px){.works_carousel_wrapper{max-height:358px}.works_carousel_slide_info{margin:auto 48px}.works_carousel_slide_img{max-height:358px}.works_carousel_slide_info_title{font-size:22px}}@media screen and (min-width:901px){.works_carousel_wrapper .swiper-pagination{right:30px;justify-items:center}.works_carousel_wrapper .swiper-pagination-bullet{margin:16px 0!important}}@media screen and (max-width:900px){.works_carousel_wrapper{aspect-ratio:auto;max-height:none}.works_carousel_slide_link{flex-direction:column}.works_carousel_slide_img{width:auto;height:auto;aspect-ratio:4/3}.works_carousel_slide_info{width:auto;margin:20px 24px 48px}.works_carousel_slide_info_title{font-size:20px}.works_carousel_slide_info_btn{margin-top:32px;margin-bottom:47px;align-self:center;width:192px}.works_carousel_wrapper .swiper-pagination-bullet{margin:0 8px!important}.works_carousel_wrapper .swiper-pagination{bottom:40px;display:flex;align-items:center;justify-content:center}}@media screen and (min-width:641px){.works_carousel_wrapper:hover{transform:scale(1.02)!important}.works_carousel_wrapper:hover .works_carousel_slide_info_btn{background-color:#0c0c0c;border-color:#0c0c0c;color:#fff}.works_carousel_slide_info_btn{position:relative;overflow:hidden}.works_carousel_slide_info_btn:after{content:"";width:32px;height:32px;position:absolute;right:14px;bottom:14px;background:url(/arrow_right.svg) no-repeat 50%;background-size:contain;transform:translate(-10px,10px) rotate(-45deg);opacity:0;transition:transform .3s ease-in-out,bottom .3s ease-in-out}.works_carousel_wrapper:hover .works_carousel_slide_info_btn:after{transform:translate(0) rotate(-45deg);opacity:1;filter:invert(1)}}@media screen and (max-width:640px){.works_carousel_wrapper{padding:0}.works_carousel_slide_info_title{font-size:16px}.works_carousel_wrapper .swiper-pagination{bottom:24px}}@media screen and (max-width:480px){.works_carousel_slide_info{gap:16px}.works_carousel_slide_info_title{font-size:14px;font-weight:500;line-height:2}.works_carousel_slide_info_btn_text,.works_carousel_slide_info_company{font-size:14px}}.home_works{margin:96px auto 120px}.home_works_carousel_wrapper,.home_works_title_wrapper{box-sizing:border-box;width:100%;padding:0 32px}.home_works_title_inner_wrapper{justify-content:space-between;margin:0 auto;max-width:1440px}.home_works_carousel_inner_wrapper{justify-content:space-between;margin:0 auto;max-width:1350px}.home_works_title{display:flex;align-items:center;gap:8px;margin-bottom:8px}.home_works_title_prefix{font-weight:700}.home_works_title_text{margin-bottom:20px;font-size:40px;font-weight:500;line-height:1}@media screen and (max-width:640px){.home_works{margin:80px auto}.home_works_title_wrapper{padding:0 24px}.home_works_carousel_wrapper{padding:20px 24px 0}}