:root{--white:#fff;--gray:#e5e5e5;--black:#000;--lightBlack:#1c1c1e;--blue:#005cff;--hoverBlue:#1167ff;--lightBlue:#2674ff;--lightGreen:#dbff00;--processBg:linear-gradient(90deg,rgba(28,28,30,0),--black);--lineForm:#edf5ff;--purple:#c1abff;--pink:#fbd2d2;--desktopPadding:calc((100vw - 1200px) / 2);font-smooth:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:none;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;scroll-behavior:smooth}*{padding:0;box-sizing:border-box;margin:0}body{min-width:360px;background:var(--black);overflow-x:hidden}#__next{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.wrapper{width:100%;max-width:1360px;padding:0 80px}a{color:var(--white);text-decoration:none}a:hover{color:var(--lightGreen)}input:focus,select:focus,textarea:focus{outline:none}li{list-style:none}.description{flex:1 1;margin:0 0 80px}.description h1{color:var(--white);font-size:60px;line-height:75px;margin:0 0 16px}.description h2{color:var(--white);font-size:48px;line-height:61px;margin:0 0 12px}.description>p{color:var(--gray);font-size:18px;line-height:26px}.central-description h1,.central-description h2,.central-description>p{text-align:center}.description nav{margin:36px 0 0}.description ul{display:inline-flex;flex-wrap:wrap;align-items:center;gap:12px 36px}.central-description nav{display:flex;justify-content:center}.description-quote-button{display:inline-flex;gap:12px}.description-quote-button span{width:48px;background:var(--blue) url(/_next/static/media/quote-icon.5946e8dd.svg) no-repeat 50%;background-size:32px}.description-quote-button p,.description-quote-button span{display:inline-flex;align-items:center;height:48px;border-radius:16px}.description-quote-button p{color:var(--white);font-size:16px;font-weight:700;padding:0 24px;background:var(--blue);margin:12px 0 0}.description-quote-button:hover span{background:var(--hoverBlue) url(/_next/static/media/quote-icon.5946e8dd.svg) no-repeat 50%;background-size:32px}.description-quote-button:hover p{color:var(--white);background:var(--hoverBlue)}.description-view-button{display:inline-flex;align-items:center;height:42px;color:var(--white);font-size:16px;font-weight:700;border-bottom:1px solid var(--white);margin:12px 0 0;cursor:pointer}.description-view-button:hover{color:var(--lightGreen);border-bottom:1px solid var(--lightGreen)}.project-item{position:relative;width:440px;height:540px;border-radius:24px;overflow:hidden}.project-item img{width:100%;height:100%;object-fit:cover}.project-item span{position:absolute;bottom:36px;left:36px;z-index:6;display:inline-flex;align-items:center;height:36px;color:var(--black);font-size:14px;font-weight:700;background:var(--lightGreen);padding:0 18px;border-radius:12px}.project-item:hover span{background:var(--white)}.project-item-link{position:absolute;z-index:7;width:100%;height:100%}@media screen and (max-width:1359px){body{-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}.wrapper{padding:0 max(5.89vw,60px)}}@media screen and (max-width:639px){.wrapper{padding:0 max(9.39vw,40px)}.description{margin:0 0 max(12.52vw,60px)}.description h1{font-size:max(9.39vw,44px);line-height:max(11.74vw,57px)}.description h2{font-size:max(7.51vw,44px);line-height:max(9.55vw,57px)}.description>p{font-size:max(2.82vw,17px);line-height:max(4.07vw,25px)}}header{position:-webkit-sticky;position:sticky;top:0;z-index:8;display:flex;flex-direction:column;align-items:center;justify-content:center;height:168px;background:var(--black);margin:20px 0;transition:.4s linear}.header-is-hidden{top:-168px}.header-container{display:flex;justify-content:space-between;align-items:center}.header-logo{width:149px;height:36px;background:url(/_next/static/media/logo.02d45dd5.svg) no-repeat;background-size:149px 36px}.header-content{display:flex}.header-contact-button{display:inline-flex;align-items:center;height:48px;color:var(--black);font-size:16px;font-weight:700;padding:0 24px;background:var(--white);border-radius:16px}.header-contact-button:hover{color:var(--black);background:var(--lightGreen)}.header-content nav{position:relative;top:0;z-index:9;display:flex;align-items:center;margin:0 0 0 16px}.header-menu-icon{display:block;width:48px;height:48px;background:url(/_next/static/media/menu-icon.46585d00.svg) 50% no-repeat;cursor:pointer}.header-menu-icon:hover{background:url(/_next/static/media/menu-icon-hover.3eb41661.svg) 50% no-repeat}.header-is-fixed .header-menu-icon{background:url(/_next/static/media/close-icon.cd3fa7bf.svg) 50% no-repeat}.header-is-fixed .header-menu-icon:hover{background:url(/_next/static/media/close-icon-hover.d4d1bf65.svg) 50% no-repeat}.header-menu{position:absolute;top:88px;right:-20px;z-index:-1;visibility:hidden;display:flex;flex-direction:column;width:440px;height:0;max-height:calc(100vh - 248px);background:var(--white);padding:0 50px 0 70px;border-radius:24px;overflow:auto}.header-is-fixed .header-menu{visibility:visible;height:auto}.header-menu>ul{padding:60px 0;-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto}.header-menu li{position:relative;z-index:2;overflow:hidden;margin:0 0 12px}.header-menu li:last-child{margin:0}.header-menu ul a,.header-menu ul span{position:relative;z-index:2;display:flex;align-items:center;height:42px;color:var(--black);font-size:18px;font-weight:700;padding:0 48px 0 0;cursor:pointer}.header-menu .header-menu-is-current,.header-menu ul a:hover,.header-menu ul span:hover{color:var(--lightBlue)}.header-menu-list{background:url(/_next/static/media/arrow-icon.49b8d152.svg) no-repeat 100% 50%;background-size:32px}.header-menu .header-menu-list-is-current:hover,.header-menu-list:hover{background:url(/_next/static/media/arrow-icon-hover.af57babb.svg) no-repeat 100% 50%;background-size:32px}.header-menu .header-menu-list-is-current{color:var(--lightBlue);background:url(/_next/static/media/arrow-icon.49b8d152.svg) no-repeat 100% 50%;background-size:32px}.header-menu .header-menu-list-is-active,.header-menu .header-menu-list-is-active:hover{color:var(--lightBlue);background:url(/_next/static/media/arrow-icon-active.1c4b991a.svg) no-repeat 100% 50%;background-size:32px}.header-menu-links{overflow:hidden}.header-menu-links ul{position:relative;z-index:1;padding:12px 0 0;visibility:hidden;overflow:hidden;transition:.4s linear}.header-is-fixed .header-menu-list-is-active~.header-menu-links ul{visibility:visible}.header-menu .header-menu-links a,.header-menu .header-menu-links span{padding:0 48px 0 20px}@media screen and (max-width:1359px){header{margin:0}.header-menu{max-height:calc(100vh - max(18.25vw, 208px))}}@media screen and (max-width:639px){header{height:max(26.29vw,128px)}.header-is-hidden{top:calc(max(26.29vw, 128px)* -1)}.header-logo{width:max(23.32vw,132px);height:max(5.63vw,32px);background-size:max(23.32vw,132px) max(5.63vw,32px)}.header-menu{width:max(68.86vw,320px);max-height:calc(100vh - max(32.55vw, 168px));padding:0 max(7.82vw,30px) 0 max(10.95vw,50px)}.header-menu>ul{padding:max(9.39vw,40px) 0}}@media screen and (max-width:479px){.header-logo{width:40px}}.heading{display:flex;flex-direction:column;align-items:center;margin:0 0 160px}.heading-container{display:flex;gap:120px}.heading .description{align-self:center;margin:0}.heading .central-description{padding:80px 0 0}.heading .project-item{margin:0 -40px 0 0}@media screen and (min-width:1120px) and (max-width:1359px){.heading-container{gap:8.83vw}.heading .project-item{width:max(32.38vw,320px);height:max(39.74vw,393px);margin:0 -2.94vw 0 0}}@media screen and (max-width:1119px){.heading-container{flex-direction:column;gap:80px}.heading .description{padding:60px 0 0}.heading .project-item{margin:0 0 0 60px}}@media screen and (max-width:680px){.heading .project-item{align-self:center;margin:0}}@media screen and (max-width:639px){.heading{margin:0 0 max(25.04vw,120px)}.heading-container{gap:max(12.52vw,60px)}.heading .description{padding:max(9.39vw,40px) 0 0}.heading .project-item{width:max(68.86vw,320px);height:max(84.51vw,393px)}}.service{align-items:center;margin:0 0 160px}.service,.service-container{display:flex;flex-direction:column}.service-list{display:flex;justify-content:space-between;gap:100px}.service-list li{display:flex;flex-direction:column;align-self:baseline;width:100%;max-width:320px}.service-list span{min-width:72px;max-width:72px;min-height:72px;max-height:72px;margin:0 0 24px}.service-list .ux-design-icon1{background:url(/_next/static/media/ux-design-icon1.77b7e7dd.svg) no-repeat;background-size:72px}.service-list .ux-design-icon2{background:url(/_next/static/media/ux-design-icon2.26fec6a8.svg) no-repeat;background-size:72px}.service-list .ux-design-icon3{background:url(/_next/static/media/ux-design-icon3.ab9bffd1.svg) no-repeat;background-size:72px}.service-list .web-design-icon1{background:url(/_next/static/media/web-design-icon1.ecf8c6b4.svg) no-repeat;background-size:72px}.service-list .web-design-icon2{background:url(/_next/static/media/web-design-icon2.f8d1ef74.svg) no-repeat;background-size:72px}.service-list .web-design-icon3{background:url(/_next/static/media/web-design-icon3.e6299626.svg) no-repeat;background-size:72px}.service-list .web-development-icon1{background:url(/_next/static/media/web-development-icon1.a9961d85.svg) no-repeat;background-size:72px}.service-list .web-development-icon2{background:url(/_next/static/media/web-development-icon2.441b9b7a.svg) no-repeat;background-size:72px}.service-list .web-development-icon3{background:url(/_next/static/media/web-development-icon3.754e6f83.svg) no-repeat;background-size:72px}.service-list .ecommerce-icon1{background:url(/_next/static/media/ecommerce-icon1.441b9b7a.svg) no-repeat;background-size:72px}.service-list .ecommerce-icon2{background:url(/_next/static/media/ecommerce-icon2.a9961d85.svg) no-repeat;background-size:72px}.service-list .ecommerce-icon3{background:url(/_next/static/media/ecommerce-icon3.ac1d83c8.svg) no-repeat;background-size:72px}.service-list .app-design-icon1{background:url(/_next/static/media/app-design-icon1.16180670.svg) no-repeat;background-size:72px}.service-list .app-design-icon2{background:url(/_next/static/media/app-design-icon2.b4dea23b.svg) no-repeat;background-size:72px}.service-list .app-design-icon3{background:url(/_next/static/media/app-design-icon3.e6299626.svg) no-repeat;background-size:72px}.service-list .app-development-icon1{background:url(/_next/static/media/app-development-icon1.456a0286.svg) no-repeat;background-size:72px}.service-list .app-development-icon2{background:url(/_next/static/media/app-development-icon2.c9b32372.svg) no-repeat;background-size:72px}.service-list .app-development-icon3{background:url(/_next/static/media/app-development-icon3.e8c33eff.svg) no-repeat;background-size:72px}.service-list .brand-identity-icon1{background:url(/_next/static/media/brand-identity-icon1.9e33f068.svg) no-repeat;background-size:72px}.service-list .brand-identity-icon2{background:url(/_next/static/media/brand-identity-icon2.8b7f8c16.svg) no-repeat;background-size:72px}.service-list .brand-identity-icon3{background:url(/_next/static/media/brand-identity-icon3.9692f3da.svg) no-repeat;background-size:72px}.service-list .grapgic-design-icon1{background:url(/_next/static/media/grapgic-design-icon1.da480936.svg) no-repeat;background-size:72px}.service-list .grapgic-design-icon2{background:url(/_next/static/media/grapgic-design-icon2.6a91a0af.svg) no-repeat;background-size:72px}.service-list .grapgic-design-icon3{background:url(/_next/static/media/grapgic-design-icon3.95ba7e1d.svg) no-repeat;background-size:72px}.service-list h3{color:var(--white);font-size:24px;line-height:33px;margin:0 0 12px}.service-list p{color:var(--gray);font-size:17px;line-height:25px}.service-list-button{display:inline-flex;align-items:center;align-self:baseline;height:42px;color:var(--white);font-size:16px;font-weight:700;border-bottom:1px solid var(--white);margin:6px 0 0}.service-list-button:hover{color:var(--lightGreen);border-bottom:1px solid var(--lightGreen)}@media screen and (max-width:1119px){.service-list{flex-wrap:wrap}.service-list li{max-width:calc(100% / 2 - (100px * 1 / 2))}.service-list li:last-child{max-width:50%}}@media screen and (max-width:799px){.service-list li,.service-list li:last-child{max-width:100%}}@media screen and (max-width:639px){.service{margin:0 0 max(25.04vw,120px)}.service-list{gap:max(15.65vw,80px)}.service-list p{font-size:max(2.66vw,16px);line-height:max(3.91vw,24px)}}.process{display:flex;flex-direction:column;align-items:center;margin:0 0 160px}.process-container{display:flex;background:url(/_next/static/media/process-bg.1151133b.svg) no-repeat top left 60px;background-size:600px 447px;padding:80px 0 0;margin:0 0 0 -40px}.process-tools{align-items:center;align-self:baseline;width:120px;background:rgba(28,28,30,.8);padding:40px 0;border-radius:24px;margin:0 80px 0 0}.process-steps,.process-tools{display:flex;flex-direction:column;gap:40px}.process-steps{flex:1 1;overflow:hidden}.process .description{max-width:920px;padding:0 0 0 24px;margin:0}.process-menu{position:relative}.process-menu ul{display:flex;gap:12px;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto}.process-menu ul::-webkit-scrollbar{display:none}.process-menu a,.process-menu span{display:inline-flex;align-items:center;height:42px;color:var(--white);font-size:16px;font-weight:700;white-space:nowrap;padding:0 24px;cursor:pointer}.process-menu a:hover,.process-menu span:hover{color:var(--lightGreen)}.process .process-menu-active{color:var(--black);background:var(--lightGreen);border-radius:16px}.process-menu .process-menu-active:hover{color:var(--black)}.process-content{position:relative;max-width:920px}.process-step{position:absolute;visibility:hidden;flex:1 1;padding:0 0 0 24px}.process-step-active{position:relative;visibility:visible}.process-step h3{color:var(--white);font-size:24px;line-height:33px;margin:0 0 12px}.process-step p{color:var(--gray);font-size:17px;line-height:25px;margin:0 0 12px}.process-step p:last-child{margin:0}@media screen and (max-width:1359px){.process-container{margin:0 0 0 -2.94vw}}@media screen and (max-width:1119px){.process-tools{margin:0 max(7.15vw,60px) 0 0}}@media screen and (max-width:959px){.process .wrapper{padding:0}.process-container{flex-direction:column-reverse;background:url(/_next/static/media/process-bg.1151133b.svg) no-repeat top left 20px;background-size:62.57vw 46.61vw;padding:80px 0 0;margin:0}.process-tools{display:none}.process-steps{padding:0 60px}.process-menu{width:100vw;margin:0 0 0 -60px}.process-menu ul{padding:0 60px}}@media screen and (max-width:639px){.process{margin:0 0 max(25.04vw,120px)}.process-container{padding:max(12.52vw,60px) 0 0}.process-steps{padding:0 max(9.39vw,40px)}.process .description,.process-step{padding:0 0 0 3.76vw}.process-menu{margin:0 0 0 calc(max(9.39vw, 40px)* -1)}.process-menu ul{padding:0 max(9.39vw,40px)}.process-step p{font-size:max(2.66vw,16px);line-height:max(3.91vw,24px)}}.services{align-items:center;margin:0 0 160px}.services,.services-container{display:flex;flex-direction:column}.services .description{margin:0 0 60px}.services-list{display:flex;flex-wrap:wrap;gap:60px 80px}.services-list li{width:calc(100% / 2 - (80px * 1 / 2))}.services-list a{display:flex}.services-list span{min-width:64px;max-width:64px;min-height:64px;max-height:64px;margin:0 24px 0 0}.services-list .ux-design{background:url(/_next/static/media/ux-design.744f21b2.svg) 50% no-repeat;background-size:64px}.services-list li:hover .ux-design{background:url(/_next/static/media/ux-design-hover.3ebcd507.svg) 50% no-repeat;background-size:64px}.services-list .web-design{background:url(/_next/static/media/web-design.2291bacd.svg) 50% no-repeat;background-size:64px}.services-list li:hover .web-design{background:url(/_next/static/media/web-design-hover.22a529e1.svg) 50% no-repeat;background-size:64px}.services-list .web-development{background:url(/_next/static/media/web-development.035932ef.svg) 50% no-repeat;background-size:64px}.services-list li:hover .web-development{background:url(/_next/static/media/web-development-hover.7f0e94e8.svg) 50% no-repeat;background-size:64px}.services-list .ecommerce{background:url(/_next/static/media/ecommerce.d41d75f3.svg) 50% no-repeat;background-size:64px}.services-list li:hover .ecommerce{background:url(/_next/static/media/ecommerce-hover.696af3b1.svg) 50% no-repeat;background-size:64px}.services-list .app-design{background:url(/_next/static/media/app-design.bb69f33b.svg) 50% no-repeat;background-size:64px}.services-list li:hover .app-design{background:url(/_next/static/media/app-design-hover.16867be7.svg) 50% no-repeat;background-size:64px}.services-list .app-development{background:url(/_next/static/media/app-development.cb953057.svg) 50% no-repeat;background-size:64px}.services-list li:hover .app-development{background:url(/_next/static/media/app-development-hover.252e4ee0.svg) 50% no-repeat;background-size:64px}.services-list .brand-identity{background:url(/_next/static/media/brand-identity.026a1d7c.svg) 50% no-repeat;background-size:64px}.services-list li:hover .brand-identity{background:url(/_next/static/media/brand-identity-hover.aa28d210.svg) 50% no-repeat;background-size:64px}.services-list .graphic-design{background:url(/_next/static/media/graphic-design.a438dd32.svg) 50% no-repeat;background-size:64px}.services-list li:hover .graphic-design{background:url(/_next/static/media/graphic-design-hover.ddc36863.svg) 50% no-repeat;background-size:64px}.services-list div{display:flex;flex-direction:column;flex:1 1}.services-list h3{color:var(--white);font-size:24px;line-height:33px;margin:0 0 6px}.services-list p{display:-webkit-box;color:var(--gray);font-size:17px;line-height:25px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.services-list li:hover h3,.services-list li:hover p{color:var(--lightGreen)}@media screen and (max-width:1119px){.services-list{gap:60px max(7.15vw,60px)}.services-list li{width:calc(100% / 2 - (max(7.15vw, 60px) * 1 / 2))}}@media screen and (max-width:799px){.services-list li{width:100%}}@media screen and (max-width:639px){.services{margin:0 0 max(25.04vw,120px)}.services-list p{font-size:max(2.66vw,16px);line-height:max(3.91vw,24px)}}.work-box{align-items:center;margin:0 0 160px;scroll-margin-top:80px}.work-box,.work-box-container{display:flex;flex-direction:column}.work-box-list{position:relative;width:100vw;min-width:360px;height:540px;margin:0 0 0 calc(var(--desktopPadding) * -1);-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto}.work-box-list::-webkit-scrollbar{display:none}.work-box-list ul{position:absolute;top:0;left:0;z-index:1;display:flex;column-gap:40px;padding:0 40px 0 calc(var(--desktopPadding) - 40px)}@media screen and (max-width:1359px){.work-box-list{margin:0 0 0 calc(max(5.89vw, 60px) * -1)}.work-box-list ul{padding:0 40px}}@media screen and (max-width:639px){.work-box{margin:0 0 max(25.04vw,120px);scroll-margin-top:max(12.52vw,60px)}.work-box-list{height:max(84.51vw,393px);margin:0 0 0 calc(max(9.39vw, 40px) * -1)}.work-box .project-item{width:max(68.86vw,320px);height:max(84.51vw,393px)}}.project-container{display:flex;flex-direction:column}.project-gallery{display:flex;flex-wrap:wrap;align-self:center;gap:80px;overflow:hidden;margin:0 -40px}.project-gallery div{display:flex;justify-content:center;flex:1 1;min-width:320px}.project-gallery .project-gallery-full{flex:auto;width:100%}.project-gallery img{width:100%;max-width:600px;height:100%;min-height:320px;object-fit:cover;border-radius:24px}.project-gallery .project-gallery-full img{max-width:100%}.project-heading{display:flex;flex-direction:column;align-items:center;margin:0 0 120px}.project-heading-description{padding:80px 0 0;margin:0 0 80px}.project-heading-description h1{display:flex;flex-wrap:wrap;align-items:center;gap:12px 28px;color:var(--white);font-size:60px;line-height:75px;margin:0 0 16px}.project-heading-description h1 span{display:inline-flex;align-items:center;height:36px;color:var(--black);font-size:14px;font-weight:700;background:var(--lightGreen);padding:0 18px;border-radius:12px}.project-heading-description p{color:var(--gray);font-size:18px;line-height:26px;margin:0 0 12px}.project-heading-description p:last-child{margin:0}.project-heading .project-gallery{margin:0 -40px}.project-about{display:flex;flex-direction:column;align-items:center;margin:0 0 160px}.project-about-content{display:flex;gap:120px;margin:40px 0 0}.project-about-content ul{display:flex;flex-wrap:wrap;width:440px;gap:24px}.project-about-content ul a{display:inline-flex;align-items:center;height:42px;color:var(--black);font-size:16px;font-weight:700;padding:0 24px;background:var(--white);border-radius:16px}.project-about-content ul a:hover{color:var(--black);background:var(--lightGreen)}.project-about h2{color:var(--white);font-size:48px;line-height:61px}.project-about p{color:var(--gray);font-size:18px;line-height:26px;margin:0 0 12px}.project-about p:last-child{margin:0}.project-info{display:flex;flex-direction:column;align-items:center;margin:0 0 160px}.project-info h2{color:var(--white);font-size:48px;line-height:61px;margin:0 0 12px}.project-info p{color:var(--gray);font-size:18px;line-height:26px;margin:0 0 12px}.project-info p:last-child{margin:0}@media screen and (max-width:1359px){.project-heading .project-gallery,.project-info .project-gallery{margin:0 -2.94vw}.project-about-content ul{width:32.38vw}}@media screen and (max-width:1119px){.project-gallery{gap:max(7.15vw,60px)}.project-heading-description{padding:60px 0 0}.project-about-content{flex-direction:column;gap:80px}.project-about-content ul{width:100%}}@media screen and (max-width:959px){.project-gallery{flex-direction:column}}@media screen and (max-width:639px){.project-heading .project-gallery,.project-info .project-gallery{margin:0 -2.94vw}.project-about,.project-heading,.project-info{margin:0 0 max(25.04vw,120px)}.project-heading-description{padding:max(9.39vw,40px) 0 0;margin:0 0 max(12.52vw,60px)}.project-heading-description h1{font-size:max(9.39vw,44px);line-height:max(11.74vw,57px)}.project-about p,.project-heading-description p,.project-info p{font-size:max(2.82vw,17px);line-height:max(4.07vw,25px)}.project-about h2,.project-info h2{font-size:max(7.51vw,44px);line-height:max(9.55vw,57px)}.project-about-content{gap:max(12.52vw,60px)}}.faq,.faq-box{align-items:center;margin:0 0 160px}.faq,.faq-box,.faq-box-container,.faq-container{display:flex;flex-direction:column}.faq-box-container{padding:0 40px}.faq-content{align-self:center;width:100%;max-width:920px;background:var(--white) url(/_next/static/media/faq-bg.24ea0f45.svg) 0 0 no-repeat;background-size:499px 317px;padding:80px 100px;border-radius:24px}.faq-box-content{display:flex;justify-content:space-between;gap:40px}.faq-box-menu{position:relative;width:280px}.faq-box-menu ul{display:flex;flex-direction:column;row-gap:12px;margin:20px 0 0}.faq-box-menu a,.faq-box-menu span{display:inline-flex;align-items:center;height:42px;color:var(--white);font-size:16px;font-weight:700;white-space:nowrap;padding:0 24px;cursor:pointer}.faq-box-menu .faq-box-view-button{padding:0;border-bottom:1px solid var(--white);margin:0 0 0 24px}.faq-box-menu a:hover,.faq-box-menu span:hover{color:var(--lightGreen)}.faq-box-view-button:hover{border-bottom:1px solid var(--lightGreen)}.faq-box-menu .faq-box-menu-is-active{color:var(--black);background:var(--lightGreen);border-radius:16px}.faq-box-menu .faq-box-menu-is-active:hover{color:var(--black)}.faq-list section{display:flex;flex-direction:column;margin:0 0 80px}.faq-list section:last-child{margin:0}.faq-list-description{margin:0 0 40px}.faq-list-description h2{color:var(--black);font-size:44px;line-height:57px;margin:0 0 12px}.faq-list-description p{color:var(--lightBlack);font-size:18px;line-height:26px}.faq-box-list{max-width:720px;flex:1 1}.faq-box-list ul,.faq-list ul{display:flex;flex-direction:column}.faq-box-list ul li,.faq-list ul li{position:relative;overflow:hidden}.faq-box-list ul h3,.faq-list ul h3{position:relative;z-index:5;display:flex;align-items:center;min-height:76px;font-size:20px;line-height:28px;padding:20px 60px 20px 0;cursor:pointer}.faq-list ul h3{color:var(--black);background:url(/_next/static/media/plus-icon.c3baa278.svg) no-repeat 100% 50%;background-size:36px}.faq-box-list ul h3{color:var(--white);background:url(/_next/static/media/plus-icon2.4e0a2aeb.svg) no-repeat 100% 50%;background-size:36px}.faq-list ul h3:hover{color:var(--lightBlue);background:url(/_next/static/media/plus-icon-hover.ce2ce7ac.svg) no-repeat 100% 50%;background-size:36px}.faq-box-list ul h3:hover{color:var(--lightGreen);background:url(/_next/static/media/plus-icon2-hover.a728de93.svg) no-repeat 100% 50%;background-size:36px}.faq-list .faq-list-is-active h3,.faq-list .faq-list-is-active h3:hover{color:var(--lightBlue);background:url(/_next/static/media/minus-icon-active.54230975.svg) no-repeat 100% 50%;background-size:36px}.faq-box-list .faq-box-list-is-active h3,.faq-box-list .faq-box-list-is-active h3:hover{color:var(--lightGreen);background:url(/_next/static/media/minus-icon2-active.d1a87e30.svg) no-repeat 100% 50%;background-size:36px}.faq-box-list-answer,.faq-list-answer{overflow:hidden}.faq-box-list-answer div,.faq-list-answer div{padding:0 0 16px}.faq-box-list-answer h4,.faq-list-answer h4{font-size:18px;line-height:26px;margin:0 0 12px}.faq-list-answer h4{color:var(--black)}.faq-box-list-answer h4{color:var(--white)}.faq-box-list-answer p,.faq-list-answer p{font-size:17px;line-height:25px;margin:0 0 16px}.faq-list-answer p{color:var(--lightBlack)}.faq-box-list-answer p{color:var(--gray)}.faq-box-list-answer p:last-child,.faq-list-answer p:last-child{margin:0}.faq-list-answer p a{color:var(--lightBlack)}.faq-list-answer p a:hover{color:var(--lightBlue)}.faq-box-list-answer ul,.faq-list-answer ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:18px;margin:28px 0}.faq-box-list-answer ul a,.faq-list-answer ul a{display:inline-flex;align-items:center;height:36px;font-size:14px;font-weight:700;padding:0 18px;border-radius:12px}.faq-list-answer ul a{color:var(--black);background:var(--lineForm)}.faq-box-list-answer ul a{color:var(--black);background:var(--white)}.faq-list-answer ul a:hover{color:var(--white);background:var(--lightBlue)}.faq-box-list-answer ul a:hover{color:var(--black);background:var(--lightGreen)}@media screen and (max-width:1359px){.faq-box-container{padding:0 2.94vw}}@media screen and (max-width:959px){.faq-content{width:max(87.59vw,320px);background-size:52.03vw 33.06vw;padding:max(8.34vw,40px) max(10.43vw,40px)}.faq-box-container{padding:0}.faq-box-content{flex-direction:column}.faq-box-list{max-width:100%;padding:0 0 0 24px}.faq-box-menu{width:100vw;margin:0 0 0 -60px}.faq-box-menu ul{flex-direction:row;gap:12px;padding:0 60px;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;overflow-x:auto;margin:0}.faq-box-menu ul::-webkit-scrollbar{display:none}}@media screen and (max-width:639px){.faq,.faq-box{margin:0 0 max(25.04vw,120px)}.faq-box-list{padding:0 0 0 3.76vw}.faq-box-menu{margin:0 0 0 calc(max(9.39vw, 40px)* -1)}.faq-box-menu ul{padding:0 max(9.39vw,40px)}.faq-list-description h2{font-size:max(6.89vw,40px);line-height:max(8.92vw,52px)}.faq-list-description p{font-size:max(2.82vw,17px);line-height:max(4.07vw,25px)}.faq-box-list-answer p,.faq-list-answer p{font-size:max(2.66vw,16px);line-height:max(3.91vw,24px)}}.contact{align-items:center;margin:0 0 160px}.contact,.contact-container{display:flex;flex-direction:column}.contact-info{display:flex;justify-content:space-between;gap:100px;margin:0 -40px 120px}.contact-info li{display:flex;flex-direction:column;align-self:baseline;width:100%;max-width:280px;padding:40px 0}.contact-info .contact-info-phone{max-width:360px;background:var(--white) url(/_next/static/media/contact-phone-bg.04cc96d4.svg) 100% 0 no-repeat;background-size:cover;padding:40px;border-radius:24px}.contact-info h2{color:var(--white);font-size:24px;line-height:33px;margin:0 0 12px}.contact-info-phone h2{color:var(--black)}.contact-info p{color:var(--gray);font-size:17px;line-height:25px}.contact-info-phone p{color:var(--lightBlack)}.contact-info-button{display:inline-flex;align-items:center;align-self:baseline;height:42px;color:var(--white);font-size:16px;font-weight:700;border-bottom:1px solid var(--white);margin:6px 0 0}.contact-info-phone .contact-info-button{color:var(--black);border-bottom:1px solid var(--black)}.contact-info-button:hover{color:var(--lightGreen);border-bottom:1px solid var(--lightGreen)}.contact-info-phone .contact-info-button:hover{color:var(--lightBlue);border-bottom:1px solid var(--lightBlue)}.contact-quote{align-self:end;width:100%;max-width:920px;background:var(--white) url(/_next/static/media/contact-bg.ae651f1b.svg) 0 0 no-repeat;background-size:499px 317px;padding:80px 100px;border-radius:24px;margin:0 -40px 0 0;scroll-margin-top:80px}.contact-quote-description{margin:0 0 60px}.contact-quote-description h2{color:var(--black);font-size:48px;line-height:61px;margin:0 0 12px}.contact-quote-description p{color:var(--lightBlack);font-size:18px;line-height:26px}.contact-quote form{display:flex;flex-wrap:wrap;gap:80px}.contact-quote label{position:relative;flex:1 1;min-width:200px;width:calc(100% / 2 - (80px * 1 / 2))}.contact-quote .dropzone,.contact-quote-textarea{min-width:100%}.contact-quote label p{position:absolute;color:var(--lightBlack);font-size:17px;transform:translateY(20px);transform-origin:0 0;transition:transform .4s linear}.contact-quote .contact-quote-input-is-active p,.contact-quote .contact-quote-textarea-is-active p{transform:translateY(-20px) scale(1)}.contact-quote .select-container,.contact-quote input{width:100%}.contact-quote .select__control,.contact-quote input{height:60px;color:var(--lightBlack);font-size:17px;background:none;border:0;border-bottom:1px solid var(--lineForm)}.contact-quote .contact-quote-input-is-active input{border-bottom:2px solid var(--lightBlue)}.contact-quote .select__control,.contact-quote .select__control--is-focused{background:url(/_next/static/media/arrow-icon.49b8d152.svg) no-repeat 100% 50%;background-size:32px}.contact-quote .select__control--is-selected,.contact-quote .select__control--menu-is-open{background:url(/_next/static/media/arrow-icon-active.1c4b991a.svg) no-repeat 100% 50%;background-size:32px}.contact-quote .select__indicators{display:none}.contact-quote .select__menu{z-index:7;width:calc(100% + 48px);background:var(--white);border:1px solid var(--lineForm);border-radius:16px;margin:-1px 0 0 -24px;overflow:hidden}.contact-quote .isOpen{animation:isOpen .4s linear}@keyframes isOpen{0%{opacity:0;transform:translateY(-60px)}to{opacity:1;transform:translateY(0)}}.contact-quote .isClosed{animation:isClosed .4s linear}@keyframes isClosed{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-60px)}}.contact-quote .select__option{padding:20px 24px}.contact-quote .select__option--is-focused{background:var(--lineForm)}.contact-quote .select__option--is-selected{color:var(--lightBlue);font-weight:700}.contact-quote textarea{width:100%;min-height:60px;height:60px;color:var(--lightBlack);font-size:17px;border:0;border-bottom:1px solid var(--lineForm);vertical-align:bottom;resize:none;transition:height .4s linear}.contact-quote .contact-quote-textarea-is-active textarea{height:160px;line-height:25px;padding:20px 0;border-bottom:2px solid var(--lightBlue);transition:height .4s linear}.contact-quote-dropzone{position:relative;width:100%;min-height:160px;background:var(--lineForm);border-radius:16px}.contact-quote-dropzone-files{min-height:auto;background:none;border:0}.contact-quote-dropzone-drop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;display:flex;align-items:center}.contact-quote-dropzone-files .contact-quote-dropzone-drop{display:none}.contact-quote-dropzone-drop p{flex:1 1;color:var(--black);font-size:17px;line-height:25px;font-weight:700;text-align:center;padding:24px}.contact-quote-dropzone-drop p b{display:inline-block;cursor:pointer}.contact-quote-dropzone-drop span{display:block;color:var(--lightBlack);font-size:16px;font-weight:400}.contact-quote-dropzone-notice{color:var(--lightBlack);font-size:16px;line-height:24px;text-align:center}.contact-quote-dropzone ul{position:relative;z-index:5;display:flex;flex-wrap:wrap;gap:40px;width:100%;margin:0 0 40px}.contact-quote-dropzone li{display:flex;align-items:center;justify-content:space-between;min-width:calc(50% - 20px);width:calc(100% / 2 - (40px * 1 / 2));flex:1 1;background:var(--lineForm);padding:24px 24px 24px 32px;border-radius:16px}.contact-quote-dropzone .contact-quote-dropzone-add{width:100%;max-width:100%;justify-content:center;background:var(--lineForm);padding:24px;border:0;cursor:pointer}.contact-quote-dropzone .contact-quote-dropzone-add:hover p{color:var(--lightBlue)}.contact-quote-dropzone li div{display:flex;flex-direction:column;flex:1 1}.contact-quote-dropzone ul p{display:-webkit-box;color:var(--black);font-size:17px;font-weight:700;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.contact-quote-dropzone ul span{display:flex;font-size:14px;font-weight:400;margin:4px 0 0}.contact-quote-dropzone li a{display:block;min-width:32px;height:32px;background:url(/_next/static/media/close-icon2.d6a17919.svg) no-repeat;background-size:cover;margin:0 0 0 32px;cursor:pointer}.contact-quote-dropzone li a:hover{background:url(/_next/static/media/close-icon2-hover.77bf5a4a.svg) no-repeat;background-size:cover}.contact-quote button[type=submit]{display:flex;align-items:center;justify-content:center;width:100%;height:60px;color:var(--white);font-size:18px;font-weight:700;padding:0 24px;background:var(--blue);border-radius:16px;border:0;margin:-20px 0 0;cursor:pointer}.contact-quote button[type=submit]:hover{background:var(--hoverBlue)}.contact-thanks{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 60px}.contact-thanks span{min-width:96px;max-width:96px;min-height:96px;max-height:96px;background:url(/_next/static/media/thanks-icon.707ce949.svg) 50% no-repeat;background-size:96px;margin:0 0 16px}.contact-thanks h2{color:var(--black);font-size:48px;line-height:61px;text-align:center;margin:0 0 12px}.contact-thanks p{color:var(--lightBlack);font-size:18px;line-height:26px;text-align:center}@media screen and (min-width:1120px) and (max-width:1359px){.contact-info{margin:0 -2.94vw 120px}.contact-quote{margin:0 -2.94vw 0 0}}@media screen and (max-width:1119px){.contact-info{gap:max(8.63vw,80px);margin:0 0 120px;justify-content:start;flex-wrap:wrap}.contact-info .contact-info-phone,.contact-info li{max-width:calc(100% / 2 - (100px * 1 / 2));padding:40px}.contact-quote{align-self:center;margin:0}}@media screen and (min-width:800px) and (max-width:1119px){.contact-info li:last-child{max-width:100%;padding:0 40px}.contact-info li:last-child .contact-info-button,.contact-info li:last-child h3,.contact-info li:last-child p{align-self:center;max-width:100%}}@media screen and (max-width:959px){.contact-quote{width:max(87.59vw,320px);background-size:52.03vw 33.06vw;padding:max(8.34vw,40px) max(10.43vw,40px)}.contact-quote form{gap:80px max(8.34vw,60px)}.contact-quote label{width:calc(100% / 2 - (max(8.34vw, 60px) * 1 / 2))}.contact-thanks{padding:max(8.34vw,0px) max(6.26vw,0px)}}@media screen and (max-width:799px){.contact-info{justify-content:center;margin:0 -20px 120px}.contact-info .contact-info-phone,.contact-info li{max-width:440px}.contact-info li{padding:0 40px}.contact-quote-dropzone li{width:100%;min-width:100%}}@media screen and (max-width:639px){.contact{margin:0 0 max(25.04vw,120px)}.contact-quote{scroll-margin-top:max(12.52vw,60px)}.contact-quote-description h2,.contact-thanks h2{font-size:max(7.51vw,44px);line-height:max(9.55vw,57px)}.contact-quote-description p,.contact-thanks p{font-size:max(2.82vw,17px);line-height:max(4.07vw,25px)}}footer{align-items:center;margin:0 0 80px}.footer-container,footer{display:flex;flex-direction:column}.footer-container{gap:80px}.footer-content{display:flex;gap:80px}.footer-description{display:flex;flex-direction:column;min-width:320px;max-width:440px;flex:1 1}.footer-logo{width:132px;height:32px;background:url(/_next/static/media/logo.02d45dd5.svg) no-repeat;background-size:132px 32px;margin:0 0 24px}.footer-description p{color:var(--gray);font-size:16px;line-height:24px;margin:0 0 28px}.footer-description p:last-child{margin:0}.footer-description div{display:flex;flex-wrap:wrap;align-items:center;gap:24px;margin:0 0 28px}.footer-phone-button{display:inline-flex;align-items:center;height:36px;color:var(--black);font-size:14px;font-weight:700;padding:0 16px;background:var(--white);border-radius:12px}.footer-phone-button:hover{color:var(--black);background:var(--lightGreen)}.footer-email-button{display:inline-flex;align-items:center;height:32px;color:var(--white);font-size:14px;font-weight:700;border-bottom:1px solid var(--white)}.footer-email-button:hover{color:var(--lightGreen);border-bottom:1px solid var(--lightGreen)}.footer-navigation{display:flex;align-items:center;gap:80px;width:100%}.footer-menu{display:flex;justify-content:center;align-items:center;flex:1 1;gap:160px}.footer-menu ul{display:flex;flex-direction:column;row-gap:20px}.footer-menu h2{color:var(--white);font-size:18px}.footer-menu a{color:var(--white);font-size:16px}.footer-menu a:hover{color:var(--lightGreen)}.footer-menu .footer-menu-active{color:var(--lightGreen);font-weight:700}.footer-project-button{display:inline-flex;column-gap:12px}.footer-project-button span{width:48px;background:var(--blue) url(/_next/static/media/quote-icon.5946e8dd.svg) no-repeat 50%;background-size:32px}.footer-project-button p,.footer-project-button span{display:inline-flex;align-items:center;height:48px;border-radius:16px}.footer-project-button p{color:var(--white);font-size:16px;font-weight:700;padding:0 24px;background:var(--blue);margin:12px 0 0}.footer-project-button:hover span{background:var(--hoverBlue) url(/_next/static/media/quote-icon.5946e8dd.svg) no-repeat 50%;background-size:32px}.footer-project-button:hover p{color:var(--white);background:var(--hoverBlue)}.footer-copyright p{color:var(--gray);font-size:16px;line-height:24px}@media screen and (max-width:1359px){footer{margin:0 0 max(5.89vw,60px)}}@media screen and (min-width:1120px) and (max-width:1359px){.footer-description{min-width:max(23.55vw,280px)}.footer-menu{gap:11.77vw}}@media screen and (max-width:1119px){.footer-content{flex-direction:column}.footer-menu{justify-content:start}.footer-project-button{align-self:center}}@media screen and (max-width:799px){.footer-navigation{flex-direction:column;align-items:baseline}.footer-project-button{align-self:baseline}}@media screen and (max-width:639px){footer{margin:0 0 max(9.39vw,40px)}.footer-container,.footer-content,.footer-navigation{gap:max(12.52vw,60px)}}@media screen and (max-width:479px){.footer-description{min-width:100%}.footer-menu{flex-direction:column;align-items:baseline;gap:60px}}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Roboto_f0b2ec;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Roboto_Fallback_f0b2ec;src:local("Arial");ascent-override:92.98%;descent-override:24.47%;line-gap-override:0.00%;size-adjust:99.78%}.__className_f0b2ec{font-family:__Roboto_f0b2ec,__Roboto_Fallback_f0b2ec;font-style:normal}