.pg-hero{width:100%;height:calc(100vh - var(--header-height));justify-content:center;align-items:center;display:flex;position:relative;overflow:clip}.pg-hero__bg{z-index:10;justify-content:center;align-items:flex-end;width:100%;height:100%;padding-bottom:20px;display:flex;position:absolute;top:0;left:0}.pg-hero__bg-wrapper{height:calc(100vh - var(--header-height));background:#000;justify-content:center;align-items:flex-end;width:100%;display:flex;position:relative;overflow:clip;transform:translateY(20px)}.pg-hero__bg-wrapper:after{content:"";z-index:1;background-color:#0006;width:100%;height:100%;position:absolute;top:0;left:0}.pg-hero__bg-wrapper video{object-fit:cover;width:100%;height:100%}.pg-hero__wrapper{z-index:15;max-width:var(--max-content-width);align-self:center;align-items:center;gap:48px;width:100vw;margin:0 auto;display:flex;position:absolute}.pg-hero__content{color:#fff;flex-direction:column;flex:1;gap:16px;display:flex}.pg-hero__content h1{font-size:5rem;font-weight:600;line-height:1.1}.pg-hero__content p{font-size:1.688rem;line-height:1.35}.pg-hero__buttons{gap:16px;margin-top:32px;display:flex}.pg-hero__btn{white-space:nowrap;color:#000;background-color:#fff;border-radius:100px;justify-content:center;align-items:center;padding:12px 32px;font-size:1.313rem;font-weight:500;line-height:1;text-decoration:none;transition:all .3s;display:flex}.pg-hero__btn:hover{background-color:#f0f0f0}.pg-hero__image{max-width:45%;height:max-content;display:flex}.pg-hero__image img{object-fit:contain;width:100%;max-width:100%;height:auto}.pg-rise__wrapper{z-index:2;justify-content:center;align-items:center;width:100%;height:100%;margin:0 auto;display:flex;position:relative}.pg-rise__text{opacity:0;justify-content:center;align-items:center;gap:16px;display:flex}.pg-rise__text-info{flex-direction:column;gap:8px;max-width:360px;display:flex}.pg-rise__text-info h2{color:#000;font-size:2.25rem;font-weight:600;line-height:1.25}.pg-rise__text-info p{color:#000;font-size:1rem;font-weight:400;line-height:1.35}.pg-rise__number{letter-spacing:-1.28px;color:#000;white-space:nowrap;font-size:16rem;font-weight:700;line-height:.75}.pg-rise__images{flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;padding:20px 96px;display:flex;position:absolute;top:0;left:50%;transform:translate(-50%)}.pg-rise__images-inner{flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;width:100%;display:flex}.pg-rise__images img{opacity:0;object-fit:cover;object-position:top;border-radius:16px;width:10rem;height:10rem}@media screen and (max-width:1440px){.pg-hero__content h1{font-size:3.75rem}.pg-rise__wrapper{max-width:100%}.pg-rise__number{font-size:10rem}.pg-rise__text-info h2{font-size:1.685rem}.pg-rise__text-info p{font-size:.875rem}.pg-rise__images{padding-inline:64px}.pg-rise__images img{width:8rem;height:8rem}}@media screen and (max-width:1280px){.pg-hero__wrapper{max-width:calc(100vw - 128px);height:calc(90vh - var(--header-height))}.pg-hero__image{max-width:25rem}.pg-hero__content{gap:8px}.pg-hero__content h1{font-size:3.75rem;line-height:1.1}.pg-hero__content p{font-size:1.313rem}.pg-hero__btn{padding:12px 24px;font-size:1rem}.pg-rise__images img{width:6.5rem;height:6.5rem}}@media screen and (max-width:1024px){.pg-hero__content h1{font-size:2.25rem;line-height:1.15}.pg-hero__content p{font-size:1rem}.pg-rise__number{font-size:6.5rem}.pg-rise__text-info{gap:4px;max-width:240px}.pg-rise__text-info h2{font-size:1rem}.pg-rise__text-info p{font-size:.75rem}}@media screen and (max-width:768px){.pg-hero__wrapper{flex-direction:column;gap:32px;max-width:100%;height:auto;padding-inline:24px}.pg-hero__content{text-align:center;align-items:center}.pg-hero__buttons{justify-content:center;gap:8px;width:100%;margin-top:24px}.pg-hero__image{max-width:100%}.pg-rise__text{text-align:center;flex-direction:column-reverse}.pg-rise__images{padding-inline:20px}.pg-rise__images-top img:nth-child(2),.pg-rise__images-top img:nth-child(4),.pg-rise__images-bottom img:nth-child(2),.pg-rise__images-bottom img:nth-child(4){display:none}}@media screen and (max-width:600px){.pg-rise__images img{width:26vw;height:26vw}.pg-rise__images-top img:first-child,.pg-rise__images-top img:nth-child(5){transform:translateY(26vw)}.pg-rise__images-center{display:none}.pg-rise__images-bottom img:first-child,.pg-rise__images-bottom img:nth-child(5){transform:translateY(-26vw)}}.pg-advantages__cards{flex-direction:row-reverse;gap:16px;width:100%;display:flex}.pg-advantages__card{cursor:pointer;border-radius:8px;flex:1;height:30rem;transition:flex .3s;position:relative;overflow:hidden}.pg-advantages__card img{object-fit:cover;width:100%;height:100%;display:block}.pg-advantages__card:hover .pg-advantages__card-title{opacity:0;transition:opacity .4s .3s}.pg-advantages__card:hover .pg-advantages__card-hover{opacity:1;transition:opacity .4s .3s}.pg-advantages__card-overlay{background:linear-gradient(#0000 -20%,#000000d9 100%);flex-direction:column;justify-content:flex-end;height:100%;padding:32px;display:flex;position:absolute;bottom:0;left:0;right:0}.pg-advantages__card-title{color:#fff;font-size:1.313rem;font-weight:600;line-height:1.2;transition:opacity .3s;position:absolute}.pg-advantages__card-hover{opacity:0;color:#fff;flex-direction:column;gap:8px;transition:unset;display:flex}.pg-advantages__card-hover span{font-size:1.313rem;font-weight:600;line-height:1.2}.pg-advantages__card-hover p{margin:0;font-size:.875rem;font-weight:400;line-height:1.4}@media screen and (min-width:768px){.pg-advantages__card:hover{flex:2}}@media screen and (max-width:1024px){.pg-advantages__card{height:22.5rem}.pg-advantages__cards{gap:8px}.pg-advantages__card-overlay{padding:16px}.pg-advantages__card-title{font-size:1rem}.pg-advantages__card-hover{gap:0}.pg-advantages__card-hover span{font-size:1rem}}@media screen and (max-width:767px){.pg-advantages__cards{flex-wrap:wrap}.pg-advantages__card{flex:auto;height:12.5rem}}@media screen and (max-width:500px){.pg-advantages__cards{grid-template-columns:repeat(2,1fr);display:grid}.pg-advantages__cards .pg-advantages__card:last-of-type{grid-column:1/-1}}.pg-api__code-panel{background-color:#17181a;border:1px solid #5d5d5d66;border-radius:16px;flex-direction:column;align-self:start;gap:48px;display:flex;overflow:hidden}.pg-api__code-tabs{scrollbar-width:none;padding:32px 48px 0;display:flex;overflow-x:auto}.pg-api__code-tabs::-webkit-scrollbar{display:none}.pg-api__code-tabs button{color:#fff;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:48px;padding:8px 24px;font-size:1rem;font-weight:500;transition:background-color .2s,color .2s}.pg-api__code-tabs button:hover{color:#ccc}.pg-api__code-tabs button.active{color:#fff;background-color:#4065ff}.pg-api__code-body{color:#fff;counter-reset:line-num;padding:0 48px 48px;font-family:Consolas,Monaco,Courier New,monospace;font-size:.875rem;line-height:1.7;overflow-x:auto}.pg-api__code-body::-webkit-scrollbar{height:6px}.pg-api__code-body::-webkit-scrollbar-thumb{background-color:#555;border-radius:3px}.pg-api__code-body::-webkit-scrollbar-track{background:0 0}.pg-api__code-body .code-line{counter-increment:line-num;white-space:pre;min-height:1.7em}.pg-api__code-body .code-line:before{content:counter(line-num);text-align:right;color:#858585;-webkit-user-select:none;user-select:none;width:2.5ch;margin-right:2ch;display:inline-block}.pg-api__code-body .hl-comment{color:#6a9955}.pg-api__code-body .hl-keyword{color:#569cd6}.pg-api__code-body .hl-string{color:#ce9178}.pg-api__code-body .hl-number{color:#b5cea8}.pg-api__code-body .hl-function{color:#dcdcaa}.pg-api__code-body .hl-type{color:#4ec9b0}@media screen and (max-width:1024px){.pg-api__code-panel{gap:32px}}@media screen and (max-width:767px){.pg-api__code-tabs{padding:24px 32px 0}.pg-api__code-tabs button{padding:6px 16px;font-size:.875rem}.pg-api__code-body{padding:0 32px 32px;font-size:.75rem}}
