ul.features{margin-block:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:2rem}ul.features li{display:flex;gap:1rem;font-size:1.15em;justify-content:center;flex-direction:column;justify-content:space-between}ul.features li span{text-align:center}ul.features li span.icon{display:flex;margin:0 auto;width:4rem;height:4rem;border-radius:50%;border:2px solid #ccc;color:#ccc}ul.features li span.icon svg{margin:auto;width:2rem;height:2rem}@media screen and (min-width: 1100px) and (max-width: 1900px){ul.features{margin-inline:auto;max-width:1300px;grid-template-columns:repeat(3,minmax(10rem,1fr))}}section.team{margin-block:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:2rem}section.team .teamate{display:flex;flex-direction:column;align-items:center;gap:1rem}section.team .teamate .teamatePhoto img{width:15rem}section.team .teamate .teamateName{font-size:1.2em;font-weight:400}@media screen and (min-width: 1100px) and (max-width: 1900px){section.team{margin-inline:auto;max-width:1300px;grid-template-columns:repeat(3,minmax(10rem,1fr))}}section#aboutUs{display:flex;align-items:center}section#aboutUs>.contentWrapper{width:100%;margin:4rem auto;padding:0 2rem}section#aboutUs hr{border-color:transparent}section#aboutUs:after{opacity:.1}[data-theme=dark] #aboutUs{background:var(--baseDark);color:var(--baseLightColor);text-shadow:0 1px 0 black}#addressMap{display:flex;width:100%;height:30vh;background:var(--baseSecondaryLightColor);margin-top:auto;border-top:1px solid var(--baseSecondaryLightColor)}[data-theme=dark] #addressMap{border-top-color:var(--baseDark);text-shadow:none}#vkReviews{position:relative;display:flex;width:100%;height:auto;min-height:100vh!important;text-align:center;flex-wrap:wrap;flex-direction:column;padding:2rem;background:var(--baseLight);background-size:cover;justify-content:center}#vkReviews .reviewsLink .button{margin:1rem}#vkReviews .reviewsLink .button img{width:1.25em;filter:grayscale(1);transition:.2s}#vkReviews .reviewsLink .button:hover img{filter:grayscale(0)}#vkReviews:after{opacity:.3}#vkReviews .moreReviews{display:block;margin:0 auto 2rem;text-align:center;font-size:1.25rem;font-weight:600;color:inherit;text-decoration-style:dotted;text-underline-offset:.3em}[data-theme=dark] #vkReviews{background-color:var(--baseColor);color:var(--baseLight);text-shadow:0 1px 0 var(--baseDark)}[data-theme=dark] #vkReviews:after{opacity:.1}#videoCover{display:flex;position:relative;height:calc(100vh - 92px);background:var(--baseColor);align-items:center;justify-content:center;width:100%;overflow:hidden}#videoCover svg#pulsePcAnimatedLogo{position:absolute;top:2rem;fill:none;max-width:40vw;min-width:280px}#videoCover svg#pulsePcAnimatedLogo>g *{fill:transparent}#videoCover .slideToBottomNotifier{position:absolute;bottom:3rem;height:2rem;width:2rem;margin:auto;border:4px solid transparent;border-radius:.5rem;border-right-color:var(--baseLight);border-bottom-color:var(--baseLight);z-index:101;transform:rotate(45deg);opacity:1;filter:drop-shadow(0 1px 0 rgba(17,17,17,.1333333333))}#videoCover:hover .slideToBottomNotifier{animation:slideToBottom infinite 1s ease-in-out}#videoCover .content{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;gap:2rem;inset:0;color:var(--baseLight);text-shadow:0 1px 5px #111;z-index:101;font-size:1.2rem;line-height:1.8rem;filter:drop-shadow(0 1px 15px rgba(17,17,17,.3333333333))}#videoCover .content>.text{display:block;width:100%;max-width:60%;text-align:center}#videoCover .content>.text h1>span,#videoCover .content>.text h4>span{font-weight:inherit;text-decoration:underline;text-decoration-color:#fff;text-decoration-style:dotted;text-decoration-thickness:1px;text-underline-offset:.3em;cursor:pointer}#videoCover .content>.text h4>img,#videoCover .content>.text h1>img{width:3rem;height:3rem;margin:0 0 -.5rem;filter:invert(1) drop-shadow(0 3px 0 #000)}#videoCover .content>.text h4>img{width:2rem;height:2rem}#videoCover .content .coverActions{display:flex;flex-wrap:wrap;padding:2rem 0;gap:1rem;justify-content:center}#videoCover .content .coverActions .button{display:flex;gap:1rem;color:var(--baseLight);font-size:1.1em;background:var(--baseDark);font-weight:500;text-shadow:0 1px 0 rgba(17,17,17,.1333333333);text-transform:uppercase;letter-spacing:.1rem;border:none}#videoCover .content .coverActions .button img{height:1.5em;margin:auto 0}#videoCover .content .coverActions .button.youtube{background:var(--colorDanger)}#videoCover .content .coverActions .button.youtube:hover{box-shadow:0 0 0 .1em #eb3d2680,0 0 0 .3em #eb3d2640,0 0 0 .5em #eb3d2620}#videoCover .content .coverActions .button.builds{background:#cb0c59}#videoCover .content .coverActions .button.builds:hover{box-shadow:0 0 0 .1em #cb0c5980,0 0 0 .3em #cb0c5940,0 0 0 .5em #cb0c5920}#videoCover .content .coverActions .button.action{background:var(--primaryColor)}#videoCover .content .coverActions .button.action:hover{box-shadow:0 0 0 .1em #1b4eae80,0 0 0 .3em #1b4eae40,0 0 0 .5em #1b4eae20}#videoCover .content .coverActions .button img{filter:var(--imgInvertFilter)}#videoCover .content hr{border-top-color:var(--baseSecondaryLightColor)}#videoCover .content .secondaryContent,#videoCover .content sup{color:var(--baseSecondaryLightColor)}#videoCover .content .secondaryContent a,#videoCover .content .secondaryContent span,#videoCover .content sup a,#videoCover .content sup span{color:#fff;cursor:pointer}#videoCover .content h1{display:inline-block;line-height:3rem;line-height:3.2rem;font-size:3rem;padding:0;text-shadow:0 3px 0 #111,0 5px 0 #222}#videoCover video{display:flex;width:auto;min-width:100%;height:calc(100vh + 100px);min-height:100vh;object-fit:cover}#videoCover img#mediaReplacement{display:none;position:absolute;inset:0;width:100%;height:100%;object-fit:cover}#videoCover .filter{position:absolute;height:100vh;width:100vw;inset:0;background:#3339 url(/i/filter.png) repeat top center;backdrop-filter:blur(2px);z-index:100}@keyframes slideToBottom{0%{opacity:.2;transform:translateY(0) rotate(45deg)}to{opacity:1;transform:translateY(1rem) rotate(45deg)}}@media all and (max-width: 1440px){#videoCover{height:auto}#videoCover .slideToBottomNotifier{display:none}#videoCover svg#pulsePcAnimatedLogo{display:none;visibility:hidden}#videoCover .filter{height:auto}#videoCover video{position:absolute;height:auto}#videoCover .content{position:static;justify-content:flex-start;font-size:1rem}#videoCover .content h1{font-size:2rem;line-height:2.2rem}#videoCover .content .coverActions{justify-content:center}#videoCover .content .coverActions .button{font-size:1rem}}@media all and (max-width: 1280px){#videoCover .slideToBottomNotifier{display:none;visibility:hidden}}@media screen and (max-width: 1024px){#videoCover video{display:none;visibility:hidden}#videoCover img#mediaReplacement{display:block}#videoCover .content>.text{max-width:100%}}section#builds{position:relative;display:flex;flex-direction:column;padding:2rem 0;min-height:100vh;justify-content:center;border-top:1px solid var(--baseSecondaryLightColor);background:var(--baseLightColor)}section#builds .contentWrapper{width:100%;margin:0 auto;padding:0 2rem}section#builds .contentWrapper ul.buildFeatures{display:flex;text-transform:uppercase;justify-content:space-between;gap:2rem;flex-wrap:wrap}section#builds .contentWrapper ul.buildFeatures li{display:flex;font-size:1em;flex-direction:column;align-items:center;gap:.5rem;margin:2rem 0;font-weight:600}section#builds .contentWrapper ul.buildFeatures li svg{width:48px;height:48px;margin-bottom:1rem}section#builds .albumWrapper{position:relative}section#builds .albumWrapper button[type=button]{position:absolute;top:calc(50% - 1em);right:auto;left:1em;width:2em;height:2em;border:none;cursor:pointer;z-index:100;box-shadow:0 .1em .5em #0002;padding:0;display:flex;align-items:center;justify-content:center;border-radius:.2em}section#builds .albumWrapper button[type=button]:active{transform:scale(1.25)}[data-theme=light] section#builds .albumWrapper button[type=button]{background:var(--baseLight)}[data-theme=light] section#builds .albumWrapper button[type=button] svg path{fill:#000}section#builds .albumWrapper .album+button{left:auto;right:1em}section#builds .album{width:100vw;display:flex;gap:2rem;padding:2rem;margin:0;overflow:hidden;overflow-x:auto;cursor:grab;height:320px;align-content:center}section#builds .album::-webkit-scrollbar{display:none;visibility:hidden}section#builds .album.dragging{cursor:grabbing}section#builds .album .album-item{position:relative;height:fit-content}section#builds .album .album-item span.previewCaller{position:absolute;display:flex;margin:-25px;width:50px;height:50px;inset:50%;align-items:center;justify-content:center;background:#1119;backdrop-filter:blur(1px);opacity:0;border-radius:5px;transition:.2s;cursor:pointer}section#builds .album .album-item span.previewCaller:hover{transform:scale(1.1)}section#builds .album .album-item span.previewCaller svg{width:34px;height:34px;fill:var(--baseLight)}section#builds .album .album-item img.album-item-image{aspect-ratio:4/3;object-fit:cover;user-select:none;width:320px;border-radius:5px;box-shadow:0 5px 20px var(--baseDarkShadow);transition:.5s}section#builds .album .album-item:hover span.previewCaller{opacity:1}section#builds .album .album-item:hover img.album-item-image{box-shadow:0 5px 25px var(--baseSecondaryColor)}section#builds>*:not(img){position:relative;z-index:2}section#builds img.backgroundScheme{position:absolute;pointer-events:none;inset:0;opacity:.05}[data-theme=dark] #builds{border-top-color:#000;background:var(--baseDark);color:var(--baseLight);text-shadow:0 1px 0 #000}[data-theme=dark] #builds ul.buildFeatures li svg{filter:var(--imgInvertFilter);opacity:.8}[data-theme=dark] #builds img.backgroundScheme{opacity:.7}@media screen and (max-width: 768px){section#builds ul.buildFeatures li{width:calc(50% - 1rem);flex-direction:row!important;align-items:center!important}section#builds ul.buildFeatures li svg{min-height:3rem;min-width:3rem;margin:0 1rem 0 0!important}}@media screen and (max-width: 560px){section#builds ul.buildFeatures li{width:100%}}section#pcExamples{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;margin:4rem 0;flex-wrap:wrap;align-items:stretch}section#pcExamples .exampleBuild{display:flex;flex-direction:column;align-items:center;padding:0 0 2em;max-width:min-content;flex-grow:1;background:var(--baseLightColor);border-radius:.25em;overflow:hidden;box-shadow:0 1px 3px #1112,0 1px 25px #1111}[data-theme=dark] section#pcExamples .exampleBuild{color:var(--baseLight);background:#000}section#pcExamples .exampleBuild .exampleBuildPhoto{position:relative}section#pcExamples .exampleBuild .exampleBuildPhoto img{width:300px;margin-bottom:2em}section#pcExamples .exampleBuild .exampleBuildPhoto .exampleSlug{position:absolute;top:.5em;right:.5em;height:2em;font-size:.75em;background:#000;border-radius:0 0 0 .5em;padding:0 1em;display:flex;align-items:center;justify-content:center;color:#fff}section#pcExamples .exampleBuild .exampleBuildPrice{font-size:1.25em;margin:.5em 0 1em;text-align:center}section#pcExamples .exampleBuild .exampleBuildPrice span{font-size:.8em}section#pcExamples .exampleBuild .exampleBuildDescription{font-size:.75em;margin:0 1em 2em}section#pcExamples .exampleBuild .button.largeButton{margin-top:auto}.reviews{display:flex;flex-wrap:wrap;gap:2rem;text-align:left;justify-content:center;margin:1rem auto 3rem}.reviews .reviewItem{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:calc(25% - 2rem);min-width:320px;gap:0;padding:0;user-select:none;border-radius:5px;box-shadow:0 1px 3px #1111,0 1px 25px #1112;overflow:hidden}.reviews .reviewItem .reivewDate{font-size:.8rem;color:var(--baseSecondaryLightColor)}.reviews .reviewItem .reviewToltip{position:absolute;display:flex;margin:-25px;width:50px;height:50px;inset:50%;align-items:center;justify-content:center;background:#1119;backdrop-filter:blur(1px);opacity:0;border-radius:5px;transition:.2s;cursor:pointer;z-index:5}.reviews .reviewItem .reviewToltip svg{width:34px;height:34px;fill:var(--baseLight)}.reviews .reviewItem .reviewToltip:hover{transform:scale(1.2)}.reviews .reviewItem:not(.active):hover>.reviewToltip{opacity:1;z-index:2}.reviews .reviewItem .reviewContent{width:100%;position:relative;padding:1.5rem;font-size:1.1rem;background:#fff;height:10em;overflow:hidden;text-overflow:ellipsis;z-index:1;border-radius:0 0 5px 5px}.reviews .reviewItem .reviewContent:after{content:"";display:block;width:100%;height:5rem;background:linear-gradient(to bottom,#fff0,#fff) repeat-x;pointer-events:none;position:absolute;bottom:0;left:0;right:0;z-index:1}.reviews .reviewItem img.reviewAuthorPhtoto{width:4rem;height:4rem;border-radius:50%;overflow:hidden;filter:drop-shadow(0 1px 15px rgba(17,17,17,.1333333333))}.reviews .reviewItem .reviewAssets{position:relative;width:100%;padding:1rem;background:var(--baseLightColor);display:flex;gap:1rem;flex-direction:row;align-items:center;text-align:left;border-radius:5px 5px 0 0;z-index:1}.reviews .reviewItem .reviewAssets>*:not(.backgroundScheme){position:relative;z-index:3}.reviews .reviewItem .reviewAssets img.backgroundScheme{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none;opacity:.1}.reviews .reviewItem .reviewAssets .reviewAuthorName{font-weight:500;font-size:1.2rem}.reviews .reviewItem .reviewAssets .reviewAuthorName a.reviewAuthorNickname{font-size:.8rem;font-weight:300}.reviews .reviewItem .cropToggler{display:none}.reviews .reviewItem.active{position:fixed;inset:0;width:100%;min-width:100%;height:100%;background:#3338;padding:2rem;z-index:1002;backdrop-filter:blur(10px);justify-content:center;transition:.5s}.reviews .reviewItem.active .cropToggler{display:block;position:absolute;right:2rem;top:2rem;width:3rem;height:3rem;text-align:center;line-height:2.5rem;border-radius:50%;font-size:2rem;font-weight:600;background:var(--baseDark);text-shadow:none;color:var(--baseLight);cursor:pointer}.reviews .reviewItem.active .reviewAssets{background:var(--baseColor);color:var(--baseLightColor);text-shadow:0 1px 0 black}.reviews .reviewItem.active .reviewAssets img.backgroundScheme{filter:var(--imgInvertFilter)}.reviews .reviewItem.active .reviewAssets,.reviews .reviewItem.active .reviewContent{width:100%;max-width:500px;box-shadow:0 5px 25px #0009}.reviews .reviewItem.active .reviewContent{height:auto;max-height:400px;overflow:auto}.reviews .reviewItem.active .reviewContent:after{display:none}@media screen and (max-width: 920px){.reviews{flex-wrap:wrap;width:100%}}[data-theme=dark] .reviews .reviewItem .reviewContent{border-color:var(--baseDark);background:var(--baseDark)}[data-theme=dark] .reviews .reviewItem .reviewContent:after{background:linear-gradient(to bottom,rgba(0,0,0,0),var(--baseDark))}[data-theme=dark] .reviews .reviewItem .reviewAssets{background:var(--baseDark)}[data-theme=dark] .reviews .reviewItem .reviewAssets img.backgroundScheme{filter:var(--imgInvertFilter)}section#delivery{min-height:100vh!important;display:flex;align-items:center;justify-content:center;background:var(--baseLightColor);overflow:hidden;border-top:1px solid rgba(51,51,51,.2);border-bottom:1px solid rgba(51,51,51,.2)}section#delivery:after{opacity:.2}section#delivery>img#delivery-map{position:absolute;transform:rotate(-10deg) scale(1.2);opacity:.05;z-index:1}section#delivery>.contentWrapper{display:flex;position:relative;height:auto;font-size:1rem;z-index:3}section#delivery>.contentWrapper>p:not(:last-child){margin-bottom:2rem}section#delivery>.contentWrapper h1{text-align:center;margin:0 auto 1em}section#delivery img.deliveryImage{float:left;margin:-3% 3rem 3em 0;width:30%;max-width:1200px;min-width:250px;border-radius:5px;pointer-events:none}[data-theme=dark] section#delivery{background:var(--baseDark);color:var(--baseLight);text-shadow:0 1px 0 black}@media screen and (max-width: 560px){section#delivery img.deliveryImage{width:100%;float:none;margin:0 0 2rem}}
