.header{position:fixed;top:0;left:0;right:0;background:var(--bg-lime);z-index:1000;padding:28px 0;transition:all .3s ease}.header.scrolled{background:var(--secondary-color);border-bottom:1px solid rgba(0,0,0,.1)}.header.scrolled .header-logo .logo-text,.header.scrolled .header-menu a:not(.active){color:#4b5563}.header-nav{max-width:80%;margin:0 auto;padding:0 80px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1000}.header-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.logo-circle{width:36px;height:36px;border-radius:50%;background:var(--bg-lime);display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-circle-text{font-size:11px;font-weight:900;color:var(--primary-color);text-transform:uppercase;letter-spacing:.02em}.header-logo .logo-text{font-size:24px;font-weight:700;color:var(--primary-color);letter-spacing:.01em}.header-menu{display:flex;gap:48px;list-style:none;margin:0;padding:0}.header-menu li{margin:0;padding:0}.header-menu a{font-size:15px;color:#4b5563;font-weight:500;text-transform:none;letter-spacing:-.01em;position:relative;transition:color .3s ease,opacity .3s ease;text-decoration:none;padding-bottom:6px}.header:not(.scrolled) .header-menu a{color:#fffc}.header-menu a:hover{opacity:.8}.header-menu a.active{color:var(--bg-lime-end);font-weight:700;opacity:1}.header-menu a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--bg-lime-end);border-radius:1px}.header:not(.scrolled) .header-menu a.active{color:#fff}.header:not(.scrolled) .header-menu a.active:after{background:#fff}.header.scrolled .header-menu a{color:#4b5563}.header.scrolled .header-menu a.active{color:var(--bg-lime-end)}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;z-index:1001;position:relative;pointer-events:auto;-webkit-tap-highlight-color:transparent}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;pointer-events:none;opacity:0;transition:opacity .3s ease}.mobile-menu-overlay--visible{display:block;pointer-events:auto;opacity:1}.hamburger{display:flex;flex-direction:column;gap:5px;width:24px;height:18px;position:relative;justify-content:center;align-items:center}.hamburger span{display:block;width:100%;height:2.5px;background-color:var(--primary-color);transition:all .3s cubic-bezier(.68,-.55,.265,1.55);border-radius:2px;position:absolute;left:0}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger span:nth-child(3){bottom:0}.header.scrolled .hamburger span{background-color:var(--primary-color)}.hamburger--open span:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0;transform:translateY(-50%) scale(0)}.hamburger--open span:nth-child(3){bottom:auto;top:50%;transform:translateY(-50%) rotate(-45deg)}@media (max-width: 1600px){.header-nav{max-width:85%;padding:0 80px}}@media (max-width: 1200px){.header-nav{max-width:90%;padding:0 60px}}@media (max-width: 1024px){.header{padding:24px 0}.header-nav{max-width:100%;padding:0 40px}.header-menu{gap:36px}.header-menu a{font-size:13px}}@media (max-width: 960px){.header-nav{padding:0 32px}.header-menu{gap:32px}}@media (max-width: 768px){.header{padding:20px 0}.header-nav{padding:0 20px;flex-direction:row;justify-content:space-between;align-items:center;position:relative;z-index:1003}.mobile-menu-toggle{display:block!important;position:relative;z-index:1004;pointer-events:auto;touch-action:manipulation}.mobile-menu-overlay--visible{display:block!important;pointer-events:auto;opacity:1}.header-menu{position:fixed!important;top:0;right:-100%;width:280px;height:100vh;background:var(--bg-lime);flex-direction:column;gap:0;padding:80px 40px 40px;transition:right .3s ease;z-index:1001;box-shadow:-4px 0 20px #0000001a;pointer-events:none;display:flex!important;visibility:visible}.header.scrolled .header-menu{background-color:var(--secondary-color);border-left:1px solid rgba(0,0,0,.1)}.header-menu.header-menu--open{right:0!important;pointer-events:auto;visibility:visible}.header-menu li{width:100%;border-bottom:1px solid rgba(0,0,0,.1)}.header-menu a{display:block;padding:20px 0;font-size:16px;width:100%}.header-logo .logo-text{font-size:16px}.logo-circle{width:32px;height:32px}.logo-circle-text{font-size:10px}}@media (max-width: 640px){.header{padding:18px 0}.header-nav{padding:0 18px}.header-menu{width:260px;padding:70px 32px 32px}.header-logo .logo-text{font-size:15px}.logo-circle{width:30px;height:30px}}@media (max-width: 480px){.header{padding:16px 0}.header-nav{padding:0 16px}.header-menu{width:100%;right:-100%;padding:60px 24px 24px}.header-menu a{padding:18px 0;font-size:15px}.header-logo .logo-text{font-size:14px}.logo-circle{width:28px;height:28px}}@media (max-width: 360px){.header{padding:14px 0}.header-nav{padding:0 14px}.header-logo .logo-text{font-size:12px}.logo-circle{width:26px;height:26px}.hamburger{width:22px;height:16px}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:100px 80px 80px;position:relative;background:var(--bg-lime);overflow:visible}.hero-video-box{position:relative;width:80%;max-width:80%;margin:140px auto -180px;z-index:5}.video-box-container{position:relative;width:100%;aspect-ratio:16 / 9;background-color:#000;border-radius:50px;overflow:hidden;box-shadow:0 0 16px #000}.hero-video{width:100%;height:100%;display:block;border-radius:50px}.video-controls{position:absolute;bottom:20px;left:20px;right:20px;display:flex;align-items:center;gap:10px;z-index:2;pointer-events:auto;background-color:#ffffffe6;padding:6px 12px;border-radius:999px;box-shadow:0 4px 12px #00000040}.video-controls--compact{left:auto;right:20px;padding:5px 6px;gap:0;max-width:fit-content}.video-control{font-size:14px;color:#555;opacity:.9;font-weight:500;cursor:pointer;transition:all .3s ease;background:none;border:none;padding:3px;font-family:inherit;border-radius:999px;display:flex;align-items:center;justify-content:center;min-width:24px}.video-control:hover{opacity:1;background-color:#0000000a}.video-control:focus{outline:2px solid #b7ff3c;outline-offset:2px}.video-progress{flex:1;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#555;border-radius:999px;cursor:pointer}.video-progress::-webkit-slider-runnable-track{height:6px;background-color:#555;border-radius:999px}.video-progress::-moz-range-track{height:6px;background-color:#555;border-radius:999px}.video-progress::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background-color:#e7ff7a;border:2px solid #ffffff;box-shadow:0 0 4px #00000059;margin-top:-5px}.video-progress::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background-color:#e7ff7a;border:2px solid #ffffff;box-shadow:0 0 4px #00000059}.video-settings-icon{width:32px;height:32px;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#555;transition:all .3s ease;z-index:2;background:none}.video-settings-icon svg{width:16px;height:16px}.hero-content{max-width:80%;margin:0 auto;text-align:left;position:relative;z-index:1;width:100%;display:grid;grid-template-columns:1.2fr 1fr;gap:80px}.hero-title{font-size:134px;font-weight:900;line-height:.85;margin-bottom:0;color:var(--primary-color);letter-spacing:-.06em;grid-column:1;display:flex;flex-direction:column;align-items:flex-start;gap:0}.hero-title .title-line{display:block;line-height:.85;white-space:nowrap}.hero-title .rocket-icon{font-size:.7em;display:inline-block;margin-left:.15em;vertical-align:baseline;line-height:1}.hero-title .tomato-icon{font-size:.7em;display:inline-block;margin-right:.15em;vertical-align:baseline;line-height:1}.hero-right-content{grid-column:2;display:flex;flex-direction:column;gap:16px;align-items:flex-end}.hero-headline{font-size:48px;font-weight:900;line-height:1.1;margin:0;color:var(--primary-color);letter-spacing:-.04em;max-width:520px;width:100%;text-align:left}.hero-headline .headline-line{display:block}.hero-tagline{font-size:22px;font-weight:700;line-height:1.3;margin:0;color:#ffffffe0;max-width:520px;width:100%;letter-spacing:-.01em;text-align:left}.hero-description{font-size:20px;line-height:27px;margin-bottom:0;color:#ffffffb8;max-width:520px;width:100%;font-weight:400;letter-spacing:-.01em;text-align:left}.hero-cta{display:flex;align-items:center;justify-content:center;gap:10px;font-size:26px;font-weight:700;padding:18px 48px;border:1px solid #ffffff;border-radius:999px;background-color:#fff;transition:all .3s ease;text-transform:none;letter-spacing:.03em;width:100%;max-width:520px;align-self:flex-end;text-decoration:none;color:var(--bg-lime-end)}.hero-cta .arrow{font-size:40px;transition:transform .3s ease;font-weight:400;color:tomato;line-height:1}.hero-scroll-indicator{position:relative;width:150px;height:150px;border:1px solid var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--primary-color);background-color:var(--secondary-color);z-index:10;margin-top:16px;align-self:flex-end;flex-shrink:0}.scroll-circle-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.scroll-inner-circle{position:absolute;width:70px;height:70px;border-radius:50%;background:var(--bg-lime);z-index:1}.scroll-star{position:absolute;font-size:50px;z-index:2;color:#fff;font-weight:400;line-height:1;top:50%;left:50%;transform:translate(-50%,-50%)}.scroll-text-path{width:100%;height:100%;position:absolute;top:0;left:0;overflow:visible;animation:scroll-indicator-rotate 18s linear infinite}.scroll-text{font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:.15em;fill:var(--bg-lime-end)}.scroll-orbit-star{position:absolute;right:18px;top:50%;transform:translateY(-50%) rotate(-20deg);font-size:14px;color:#000;font-weight:700;z-index:3}@keyframes scroll-indicator-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 1600px){.hero{padding:100px 80px 80px}.hero-content{max-width:85%;gap:75px}.hero-title{font-size:clamp(100px,7vw,134px)}.hero-video-box{width:82%;margin:130px auto -170px}}@media (max-width: 1200px){.hero{padding:100px 60px 80px}.hero-content{max-width:90%;gap:70px}.hero-title{font-size:clamp(64px,8vw,120px)}.hero-video-box{width:85%;margin:120px auto -160px}.hero-scroll-indicator{align-self:flex-end}}@media (max-width: 1024px){.hero{padding:100px 40px 80px}.hero-content{max-width:100%;grid-template-columns:1fr;gap:45px}.hero-title{font-size:clamp(48px,10vw,96px);grid-column:1;text-align:left;align-items:flex-start}.hero-right-content{grid-column:1;align-items:flex-start}.hero-headline{font-size:40px;max-width:100%}.hero-tagline{font-size:20px;max-width:100%}.hero-description{text-align:left;max-width:100%}.hero-cta{max-width:100%;align-self:flex-start}.hero-video-box{width:90%;margin:130px auto -170px}.hero-scroll-indicator{align-self:flex-end;margin-top:32px}}@media (max-width: 960px){.hero{padding:90px 32px 70px}.hero-content{gap:35px}.hero-title{font-size:clamp(44px,9vw,84px)}.hero-headline{font-size:36px}.hero-tagline{font-size:18px}.hero-description{font-size:18px;line-height:25px;text-align:left}.hero-cta{font-size:22px;padding:16px 40px;align-self:flex-start}.hero-video-box{width:92%;margin:70px auto -200px}}@media (max-width: 768px){.hero{min-height:auto;padding:100px 20px 120px;align-items:flex-start;text-align:left}.hero-content{text-align:left;max-width:100%;grid-template-columns:1fr;gap:30px}.hero-video{border-radius:50px}.hero-title{margin-bottom:20px;font-size:clamp(36px,12vw,64px);font-weight:700;line-height:1.1;text-align:left;align-items:flex-start}.hero-title .title-line{white-space:normal}.hero-headline{font-size:clamp(28px,7vw,36px)}.hero-tagline{font-size:17px}.hero-description{margin-bottom:30px;font-size:16px;line-height:24px;text-align:left}.hero-cta{font-size:18px;padding:14px 32px;max-width:100%;align-self:flex-start}.hero-video-box{width:100%;margin:60px auto -190px}.video-box-container{border-radius:50px}.video-controls{bottom:10px;left:10px;right:10px;padding:5px 10px;gap:8px}.video-controls--compact{left:auto;right:10px;padding:4px 5px}.video-control{font-size:12px;min-width:24px}.video-progress{height:4px}.hero-scroll-indicator{align-self:flex-end;width:120px;height:120px;margin-top:24px}.scroll-inner-circle{width:60px;height:60px}.scroll-star{font-size:40px}}@media (max-width: 640px){.hero{padding:90px 18px 100px}.hero-video{border-radius:30px}.hero-content{gap:28px}.hero-title{font-size:clamp(32px,12vw,56px);margin-bottom:18px}.hero-headline{font-size:clamp(26px,8vw,32px)}.hero-tagline{font-size:16px}.hero-description{font-size:15px;line-height:22px;margin-bottom:28px;text-align:left}.hero-cta{font-size:17px;padding:13px 28px;align-self:flex-start}.hero-video-box{margin:50px auto -160px}.video-box-container{border-radius:30px}.video-controls{bottom:8px;left:8px;right:8px;padding:4px 8px;gap:6px}.video-controls--compact{left:auto;right:8px;padding:4px 5px}.video-control{font-size:11px;min-width:22px}.hero-scroll-indicator{align-self:flex-end;width:110px;height:110px;margin-top:22px}.scroll-inner-circle{width:55px;height:55px}.scroll-star{font-size:36px}}@media (max-width: 480px){.hero{padding:90px 16px 100px}.hero-content{gap:10px}.hero-video{border-radius:30px}.hero-title{font-size:clamp(28px,14vw,48px);margin-bottom:16px}.hero-headline{font-size:clamp(24px,9vw,28px)}.hero-tagline{font-size:15px}.hero-description{font-size:14px;line-height:20px;margin-bottom:24px;text-align:left}.hero-cta{font-size:16px;padding:12px 24px;align-self:flex-start}.hero-right-content{gap:12px}.hero-video-box{margin:40px auto -140px}.video-box-container{border-radius:30px}.video-controls{bottom:8px;left:8px;right:8px;padding:4px 6px;gap:5px}.video-controls--compact{left:auto;right:8px;padding:3px 4px}.video-control{font-size:10px;min-width:20px}.hero-scroll-indicator{align-self:flex-end;width:100px;height:100px;margin-top:20px}.scroll-inner-circle{width:50px;height:50px}.scroll-star{font-size:32px}}@media (max-width: 360px){.hero{padding:80px 14px 90px}.hero-content{gap:10px}.hero-title{font-size:clamp(24px,15vw,40px)}.hero-video{border-radius:30px}.hero-description{font-size:13px;line-height:18px;text-align:left}.hero-cta{font-size:14px;padding:10px 20px;align-self:flex-start}.hero-video-box{margin:35px auto -128px}.hero-scroll-indicator{align-self:flex-end;width:90px;height:90px;margin-top:16px}.scroll-inner-circle{width:45px;height:45px}.scroll-star{font-size:28px}}.mobile-apps{padding:80px 80px 0;background-color:var(--bg-color);overflow-x:hidden}.mobile-apps-header-section{padding:var(--section-padding);padding-top:240px;padding-bottom:80px;background-color:var(--bg-color)}.mobile-apps-about{padding:0 80px 80px;background-color:var(--bg-color)}.mobile-apps-header-section .section-header{margin-bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.mobile-apps-banner{background:var(--bg-lime);padding:8px 80px;text-align:center;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;width:calc(100% + 160px);margin:0 -80px}.mobile-apps-banner-text{display:inline-flex;align-items:center;white-space:nowrap;animation:mobile-apps-marquee 35s linear infinite}.mobile-apps-banner-row{font-size:40px;font-weight:400;color:var(--primary-color);text-transform:uppercase;letter-spacing:.2em;display:inline-flex;align-items:center;white-space:nowrap}.mobile-apps-banner-row>span{display:inline-flex;align-items:center}.mobile-apps-banner-row>span:nth-child(odd){margin-right:15px}.mobile-apps-banner-row>span:nth-child(2n){margin-right:30px}@keyframes mobile-apps-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.mobile-apps-shell{max-width:80%;margin:0 auto;border-radius:80px;padding:56px 77px 55px;position:relative;overflow:visible;box-shadow:0 0 30px #d6dce659}.mobile-apps-flower{position:absolute;right:-100px;top:220px;width:240px;height:240px;pointer-events:none;z-index:0}.mobile-apps-flower:before,.mobile-apps-flower:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;border:6px solid var(--bg-lime-end)}.mobile-apps-flower:before{transform:rotate(35deg)}.mobile-apps-flower:after{transform:rotate(-25deg)}.mobile-apps-shell .section-header,.mobile-apps-stats-shell,.mobile-apps-about-shell .about-header,.mobile-apps-about-shell .about-main{position:relative;z-index:1}.about-header{text-align:center;margin-bottom:56px}.about-title{font-size:clamp(36px,5vw,52px);font-weight:700;color:var(--bg-lime-end);letter-spacing:-.03em;margin:0 0 16px}.about-divider{display:block;width:48px;height:3px;background:var(--bg-lime-end);margin:0 auto 16px;border-radius:2px}.about-subtitle{font-size:18px;line-height:1.5;color:#6b7280;margin:0;font-weight:400}.about-main{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.about-image{height:100%;min-height:480px}.about-image .mobile-apps-hero-image{min-height:480px}.about-content{display:flex;flex-direction:column;gap:32px}.about-block-title{font-size:24px;font-weight:700;color:var(--bg-lime-end);margin:0 0 12px;letter-spacing:-.02em}.about-block-text{font-size:16px;line-height:1.65;color:#4b5563;margin:0}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:8px}.about-stat-card{background:#fff;border-radius:12px;padding:28px 16px;text-align:center;box-shadow:0 4px 20px #d6dce673;display:flex;flex-direction:column;gap:8px}.about-stat-value{font-size:clamp(32px,4vw,40px);font-weight:800;color:var(--bg-lime-end);line-height:1;letter-spacing:-.03em}.about-stat-label{font-size:14px;color:#6b7280;font-weight:400}.section-header{max-width:100%;margin:0 0 10px;text-align:left;display:flex;align-items:center;justify-content:space-evenly;gap:0px}.section-title{font-size:70px;font-weight:700;line-height:62px;margin-bottom:0;color:var(--text-color);letter-spacing:-.02em;grid-column:1;position:relative}.word-row{display:block;width:100%}.word{display:inline-block;margin-right:8px;position:relative;z-index:1}.word-we{color:var(--text-color)}.word-build{color:#ff7a5c}.word-and{color:var(--text-color)}.word-grow{color:transparent;-webkit-text-stroke:2px #ff7a5c}.word-a,.word-of,.word-portfolio,.word-wonderful{color:var(--text-color)}.word-digital{color:var(--bg-lime-end);position:relative;z-index:2}.arrow-inline{display:inline-block;margin-left:8px;font-size:.8em;vertical-align:middle}.business-pill{display:inline-flex;align-items:center;justify-content:center;padding:18px 80px;background-color:#8bc7ff;border-radius:30px;transform:rotate(-6deg);margin-left:0;box-shadow:0 18px 40px #00000073;border:1px solid #ffffff;position:relative;z-index:0;white-space:nowrap}.business-pill-text{font-size:clamp(40px,6vw,64px);font-weight:800;color:#fff;letter-spacing:-.04em}.badge-left,.badge-right{position:absolute;width:80px;height:80px;border-radius:50%;background-color:#ffb7a2;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#111;z-index:0}.badge-left{position:absolute;overflow:visible}.badge-left-svg{width:90px;height:90px;transform-origin:50% 50%;animation:badge-left-rotate 16s linear infinite}.badge-left-text{font-size:8px;text-transform:uppercase;letter-spacing:.16em;fill:#111}.badge-left-face{position:absolute;font-size:26px}@keyframes badge-left-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.badge-left{left:14px;top:70px}.badge-right{right:-30px;top:70px;background-color:#8bc7ff}.badge-right-svg{width:85px;height:85px;transform-origin:50% 50%;animation:badge-right-rotate 16s linear infinite}.badge-right-text{font-size:8px;text-transform:uppercase;letter-spacing:.16em;fill:#111}.badge-right-icon{position:absolute;top:40%;left:50%;width:28px;height:28px;transform:translate(-50%,-50%)}.badge-right-icon svg{width:100%;height:100%;transform:translate(1px,1px) rotate(180deg);color:#fff}@keyframes badge-right-rotate{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.section-subtitle{font-size:90px;font-weight:700;margin-bottom:30px;letter-spacing:-6px;white-space:normal;overflow:visible;text-overflow:clip}.section-subtitle:after{content:"";display:inline-block;width:18px;height:18px;background:var(--bg-lime);border-radius:50%;margin-left:10px}.section-intro{font-size:clamp(18px,2.5vw,24px);line-height:1.5;max-width:500px;margin:0;font-weight:400;letter-spacing:-.01em;grid-column:2;align-self:start;padding-top:20px}.mobile-apps .section-intro{font-size:18px;line-height:30px;max-width:450px}.stats-container{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;align-items:stretch}.stats-container>*{height:370px}.mobile-apps-hero-card{border-radius:40px;overflow:hidden;background:#f5f5f7;display:flex;height:100%;box-sizing:border-box}.mobile-apps-hero-image{width:100%;height:100%;border-radius:40px;object-fit:cover;display:block}.stat-item{display:flex;flex-direction:column;padding:40px;border-radius:40px;position:relative;min-height:0;overflow:hidden;box-sizing:border-box;color:var(--text-color)}.stat-item{background-color:var(--secondary-color);color:var(--primary-color)}.stat-item.stat-downloads{background-color:var(--coral)}.stat-item.stat-projects{background-color:var(--beige)}.stat-image-placeholder{width:100%;min-height:130px;background-color:#0000000d;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--primary-color);opacity:.6;margin-bottom:30px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.stat-item .stat-image-placeholder:last-child{margin-top:20px;margin-bottom:0;min-height:80px}.stat-number{font-size:clamp(56px,8vw,96px);font-weight:900;color:var(--text-color);line-height:1;letter-spacing:-.04em}.stat-label{font-size:16px;color:var(--text-color);font-weight:400;opacity:.8;letter-spacing:-.01em}.stat-arrow-icon{position:absolute;left:36px;bottom:60px;width:48px;height:32px}.stat-accent-image{position:absolute;right:8px;bottom:0;width:140px;height:auto;pointer-events:none}.stat-accent-image--rocket{transform:rotate(-10deg)}.stat-accent-image--phone{transform:rotate(-4deg)}.app-store-note{max-width:80%;margin:26px auto 0;font-size:18px;line-height:30px;color:#4b5563;font-weight:400;letter-spacing:-.01em}.app-store-note-link{color:var(--bg-lime-end);font-weight:600;text-decoration:underline;text-underline-offset:3px}.app-store-note-link:hover{opacity:.8}.apps-grid{max-width:80%;margin:32px auto 0;display:flex;flex-direction:column;gap:0;padding-bottom:60px}.app-card{padding:32px 0;background-color:transparent;border-radius:0;border-bottom:1px solid var(--bg-lime-end);text-align:left}.app-card:last-child{border-bottom:1px solid var(--bg-lime-end)}.app-number{display:block;font-size:20px;font-weight:300;color:var(--bg-lime-end);letter-spacing:.18em;text-transform:uppercase}.app-title{font-size:clamp(28px,3vw,36px);font-weight:700;color:var(--bg-lime-end);letter-spacing:-.03em;line-height:1.2;display:flex;align-items:center;gap:20px}.app-title:after{content:none}.app-description{font-size:18px;line-height:30px;color:#fffc;font-weight:400;letter-spacing:-.01em;grid-column:3}.app-card-header{display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:32px}.app-number,.app-title{grid-column:auto}.app-description{grid-column:auto;max-height:0;opacity:0;overflow:hidden;padding-top:0;padding-bottom:0;transition:max-height .5s cubic-bezier(.22,.61,.36,1),opacity .35s ease-out,padding-top .35s ease-out,padding-bottom .35s ease-out;padding-right:72px}.app-description-inner{display:flex;justify-content:space-evenly;align-items:center;box-sizing:border-box;width:100%;gap:0px}.app-description-text{margin:0;font-size:18px;line-height:30px;max-width:553px;color:#000}.app-description-visual{max-width:370px}.app-description--open{max-height:650px;opacity:1;padding:60px 10px 0}.app-toggle{width:40px;height:40px;border-radius:999px;border:1px solid var(--bg-lime-end);background:transparent;color:var(--bg-lime-end);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .35s cubic-bezier(.22,.61,.36,1)}.app-toggle:before{content:"↗";font-size:18px}.app-card:hover .app-toggle{background-color:#ffffff0a;border-color:var(--bg-lime-end)}.app-toggle--open{transform:rotate(180deg)}@media (max-width: 1600px){.mobile-apps{padding:80px 80px 0}.mobile-apps-header-section{padding:220px 80px 140px}.mobile-apps-shell{max-width:82%;padding:54px 68px 50px;border-radius:70px}.section-title{font-size:clamp(60px,6.5vw,70px)}.section-subtitle{font-size:clamp(80px,7vw,90px)}.mobile-apps-flower{right:-105px;width:210px;height:210px;top:300px}.apps-grid,.app-store-note{max-width:82%}}@media (max-width: 1200px){.mobile-apps{padding:80px 60px 0}.mobile-apps-about{padding:0 60px 60px}.mobile-apps-header-section{padding:200px 60px 120px}.mobile-apps-shell{max-width:85%;padding:52px 60px 48px}.section-title{font-size:clamp(50px,7vw,70px)}.section-subtitle{font-size:clamp(56px,8vw,90px)}.mobile-apps-flower{right:-100px;width:200px;height:200px;top:300px}}@media (max-width: 1024px){.mobile-apps{padding:80px 40px 0}.mobile-apps-about{padding:0 40px 50px}.mobile-apps-header-section{padding:180px 40px 100px}.mobile-apps-header-section .section-header{gap:20px}.section-title{font-size:clamp(40px,8vw,70px);line-height:1.1}.business-pill{padding:14px 60px;transform:rotate(-4deg)}.badge-left,.badge-right{width:70px;height:70px}.badge-left{left:38px;top:110px}.badge-right{right:5px;top:50px}.badge-left-svg,.badge-right-svg{width:60px;height:60px}.badge-right-icon{width:30px;height:30px;margin-top:2px}.badge-left-text,.badge-right-text{font-size:14px}.badge-left-face{font-size:20px}.section-subtitle{font-size:clamp(48px,9vw,90px);white-space:normal;letter-spacing:-4px}.mobile-apps-shell{max-width:100%;padding:48px 40px 40px;border-radius:40px}.mobile-apps-flower{right:-100px;width:180px;height:180px;top:320px}.stats-container{gap:24px}.about-main{grid-template-columns:1fr;gap:36px}.about-image,.about-image .mobile-apps-hero-image{min-height:360px}.apps-grid{max-width:100%}.app-store-note{max-width:100%;margin-top:40px}}@media (max-width: 960px){.mobile-apps{padding:70px 32px 0}.mobile-apps-header-section{padding:160px 32px 90px}.section-title{font-size:clamp(36px,7.5vw,64px)}.section-subtitle{font-size:clamp(44px,8.5vw,84px)}.mobile-apps-shell{padding:44px 36px 36px;border-radius:36px}}@media (max-width: 768px){.mobile-apps{padding:60px 20px 0}.mobile-apps-about{padding:0 20px 40px}.mobile-apps-header-section{padding:100px 20px 60px}.mobile-apps-header-section .section-header{gap:16px}.section-header{grid-template-columns:1fr;margin-bottom:40px;gap:24px;flex-direction:column}.section-title{font-size:clamp(28px,10vw,48px);line-height:1.2;grid-column:1;text-align:center;position:relative}.word-row{display:block;margin-bottom:4px}.word{margin-right:6px}.business-pill{padding:12px 40px;transform:rotate(-6deg);margin-top:-18px;display:inline-block}.business-pill-text{font-size:clamp(24px,6vw,40px)}.badge-left,.badge-right{width:40px;height:40px;opacity:.85}.badge-left{left:5px;top:50px}.badge-right{right:5px;top:50px}.badge-left-svg,.badge-right-svg{width:45px;height:45px}.badge-left-face{font-size:18px}.badge-right-icon{width:22px;height:22px;margin-top:2px}.section-subtitle{font-size:clamp(32px,11vw,56px);grid-column:1;text-align:center;white-space:normal;letter-spacing:-3px;margin-bottom:20px;line-height:1.1}.section-subtitle:after{width:12px;height:12px;margin-left:6px}.section-intro{font-size:16px;line-height:24px;grid-column:1;text-align:center;max-width:100%;padding-top:0}.mobile-apps .section-intro{font-size:16px;line-height:24px;max-width:100%}.mobile-apps-content{padding:0 20px 30px}.mobile-apps-shell{max-width:100%;padding:40px 20px 32px;border-radius:32px}.mobile-apps-flower{right:-20px;top:180px;width:100px;height:100px;opacity:.5}.about-header{margin-bottom:40px}.about-title{font-size:clamp(28px,8vw,40px)}.about-subtitle{font-size:16px}.about-main{gap:28px}.about-image,.about-image .mobile-apps-hero-image{min-height:280px!important;height:280px!important;max-height:280px!important}.about-block-title{font-size:20px}.about-block-text{font-size:15px}.about-stats{gap:12px}.about-stat-card{padding:20px 12px}.about-stat-value{font-size:clamp(24px,6vw,32px)}.about-stat-label{font-size:12px}.stats-container{grid-template-columns:1fr;gap:20px}.stats-container>*{height:280px;min-height:280px;max-height:280px;box-sizing:border-box}.mobile-apps-hero-card{height:280px!important;min-height:280px!important;max-height:280px!important;padding:0;margin:0;box-sizing:border-box}.mobile-apps-hero-image{height:100%!important;width:100%;object-fit:cover}.stat-item{height:280px!important;min-height:280px!important;max-height:280px!important;padding:28px 20px;box-sizing:border-box;display:flex;flex-direction:column}.stat-number{font-size:clamp(40px,12vw,72px)}.stat-label{font-size:14px}.stat-arrow-icon{left:24px;bottom:40px;width:36px;height:24px}.stat-accent-image{width:100px;right:4px;bottom:-4px}.apps-grid{max-width:100%;margin:40px auto 0;padding-bottom:40px}.app-store-note{max-width:100%;margin-top:32px;font-size:16px;line-height:24px}.app-card{padding:20px 0}.app-card-header{grid-template-columns:36px 1fr auto;gap:12px;align-items:flex-start}.app-number{font-size:14px;padding-top:2px}.app-title{font-size:clamp(18px,6vw,24px);gap:10px;flex-wrap:wrap}.app-toggle{width:32px;height:32px;flex-shrink:0}.app-toggle:before{font-size:14px}.app-description{margin-left:0;padding-right:0;padding-left:0}.app-description--open{max-height:1000px;padding:24px 0 0}.app-description-inner{flex-direction:column;gap:20px;align-items:center}.app-description-text{font-size:15px;line-height:22px;max-width:100%;text-align:left}.app-description-visual{max-width:100%;width:100%}.app-description-visual img{width:100%;height:auto;border-radius:16px}.mobile-apps-banner{padding:6px 20px;width:calc(100% + 40px);margin:0 -20px}.mobile-apps-banner-row{font-size:20px;letter-spacing:.15em}.mobile-apps-flower{top:200px;width:150px;height:150px;right:-80px}}@media (max-width: 640px){.mobile-apps{padding:50px 18px 0}.mobile-apps-about{padding:0 18px 36px}.mobile-apps-header-section{padding:90px 18px 55px}.section-title{font-size:clamp(26px,11vw,40px)}.section-subtitle{font-size:clamp(28px,12vw,44px)}.mobile-apps-shell{padding:32px 18px 28px;border-radius:28px}.stats-container>*{height:260px;min-height:260px;max-height:260px;box-sizing:border-box}.mobile-apps-hero-card{height:260px!important;min-height:260px!important;max-height:260px!important;padding:0;margin:0;box-sizing:border-box}.mobile-apps-hero-image{height:100%!important;width:100%;object-fit:cover}.stat-item{height:260px!important;min-height:260px!important;max-height:260px!important;padding:24px 18px;box-sizing:border-box;display:flex;flex-direction:column}.stat-number{font-size:clamp(36px,13vw,60px)}.app-card-header{grid-template-columns:30px 1fr auto;gap:11px}.app-title{font-size:clamp(17px,6.5vw,22px)}.badge-right-icon{width:20px;height:20px;margin-top:2px}}@media (max-width: 480px){.mobile-apps{padding:40px 16px 0}.mobile-apps-about{padding:0 16px 32px}.mobile-apps-header-section{padding:80px 16px 50px}.mobile-apps-header-section .section-header{gap:12px}.section-title{font-size:clamp(22px,12vw,36px);line-height:1.2}.word{margin-right:4px}.business-pill{padding:10px 28px;transform:rotate(-8deg);margin-top:-12px}.business-pill-text{font-size:33px}.section-subtitle{font-size:clamp(24px,13vw,40px);letter-spacing:-2px;margin-bottom:16px;white-space:normal}.about-stats{grid-template-columns:1fr;gap:12px}.about-stat-card{padding:18px 16px}.section-subtitle:after{width:10px;height:10px;margin-left:4px}.section-intro,.mobile-apps .section-intro{font-size:14px;line-height:20px}.mobile-apps-content{padding:0 16px 20px}.mobile-apps-shell{padding:28px 16px 24px;border-radius:24px}.mobile-apps-flower{right:-60px;top:200px;width:150px;height:150px;opacity:.45}.badge-left,.badge-right{width:38px;height:38px;opacity:.85}.badge-left{left:4px;top:38px}.badge-right{right:4px;top:38px}.badge-left-svg,.badge-right-svg{width:45px;height:45px}.badge-left-face{font-size:17px}.badge-right-icon{width:20px;height:20px;margin-top:2px}.badge-left-text,.badge-right-text{font-size:12px}.stats-container{gap:16px}.stats-container>*{height:240px;min-height:240px;max-height:240px;box-sizing:border-box}.mobile-apps-hero-card{height:240px!important;min-height:240px!important;max-height:240px!important;padding:0;margin:0;box-sizing:border-box}.mobile-apps-hero-image{height:100%!important;width:100%;object-fit:cover}.stat-item{height:240px!important;min-height:240px!important;max-height:240px!important;padding:20px 16px;box-sizing:border-box;display:flex;flex-direction:column}.stat-number{font-size:clamp(32px,14vw,56px)}.stat-label{font-size:12px}.stat-arrow-icon{left:16px;bottom:32px;width:28px;height:20px}.stat-accent-image{width:80px}.apps-grid{margin:30px auto 0;padding-bottom:30px}.app-store-note{margin-top:28px;font-size:14px;line-height:20px}.app-card{padding:16px 0}.app-card-header{grid-template-columns:28px 1fr auto;gap:10px}.app-number{font-size:12px}.app-title{font-size:clamp(16px,7vw,20px);gap:8px}.app-toggle{width:28px;height:28px}.app-toggle:before{font-size:12px}.app-description--open{max-height:1200px;padding:20px 0 0}.app-description-inner{gap:16px}.app-description-text{font-size:13px;line-height:20px}.app-description-visual img{border-radius:12px}.mobile-apps-banner{padding:4px 16px;width:calc(100% + 32px);margin:0 -16px}.mobile-apps-banner-row{font-size:16px;letter-spacing:.1em}.mobile-apps-banner-row>span:nth-child(odd){margin-right:10px}.mobile-apps-banner-row>span:nth-child(2n){margin-right:20px}}@media (max-width: 360px){.mobile-apps{padding:35px 14px 0}.mobile-apps-header-section{padding:70px 14px 45px}.section-title{font-size:clamp(20px,13vw,32px)}.section-subtitle{font-size:clamp(22px,14vw,36px);white-space:normal}.mobile-apps-shell{padding:24px 14px 20px;border-radius:20px}.mobile-apps-flower{right:-50px;top:200px;width:150px;height:150px;opacity:.4}.badge-left,.badge-right{width:35px;height:35px;opacity:.85}.badge-left{left:3px;top:35px}.badge-right{right:3px;top:35px}.badge-left-svg,.badge-right-svg{width:40px;height:40px}.badge-left-face{font-size:16px}.badge-right-icon{width:18px;height:18px;margin-top:2px}.stats-container>*{height:220px;min-height:220px;max-height:220px;box-sizing:border-box}.mobile-apps-hero-card{height:220px!important;min-height:220px!important;max-height:220px!important;padding:0;margin:0;box-sizing:border-box}.mobile-apps-hero-image{height:100%!important;width:100%;object-fit:cover}.stat-item{height:220px!important;min-height:220px!important;max-height:220px!important;padding:18px 14px;box-sizing:border-box;display:flex;flex-direction:column}.stat-number{font-size:clamp(28px,15vw,48px)}.app-title{font-size:clamp(14px,8vw,18px)}}.services{padding:40px 80px 80px;background-color:var(--bg-color);overflow:visible}.services-shell{max-width:80%;margin:0 auto;border-radius:80px;padding:56px 77px 64px;box-shadow:0 0 30px #d6dce673;position:relative;overflow:visible}.services-header{text-align:center;margin-bottom:56px}.services-title{font-size:clamp(36px,5vw,52px);font-weight:700;color:var(--bg-lime-end);letter-spacing:-.03em;margin:0 0 16px}.services-divider{display:block;width:48px;height:3px;background:var(--bg-lime-end);margin:0 auto 16px;border-radius:2px}.services-subtitle{font-size:18px;line-height:1.5;color:#6b7280;margin:0;font-weight:400}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:12px 8px;overflow:visible}.service-card{background:#fff;border-radius:24px;padding:36px 28px;box-shadow:0 0 20px #d6dce68c,0 4px 16px #d6dce64d;display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;border:1px solid rgba(38,103,255,.06);transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 0 28px #2667ff2e,0 8px 24px #2667ff1f}.service-icon-wrap{position:relative;width:72px;height:72px;border-radius:50%;background:#f0f5ff;flex-shrink:0}.service-icon{position:absolute;top:50%;left:50%;width:36px;height:36px;display:block;transform:translate(-50%,-50%);color:#111}.service-icon-apple{transform:translate(-50%,calc(-50% + 2px))}.service-icon-kotlin{transform:translate(calc(-50% - 1px),calc(-50% + 1px))}.service-icon-react,.service-icon-maintenance{transform:translate(-50%,calc(-50% + 2px))}.service-icon-design{transform:translate(-50%,calc(-50% + 1px))}.service-icon-analytics{transform:translate(-50%,-50%)}.service-card-title{font-size:clamp(20px,2.2vw,24px);font-weight:700;color:var(--bg-lime-end);margin:0;letter-spacing:-.02em;line-height:1.25}.service-card-text{font-size:16px;line-height:1.65;color:#4b5563;margin:0}@media (max-width: 1600px){.services-shell{max-width:82%;padding:54px 68px 60px;border-radius:70px}}@media (max-width: 1200px){.services{padding:32px 60px 60px}.services-shell{max-width:85%;padding:52px 60px 56px}.services-grid{gap:20px}}@media (max-width: 1024px){.services{padding:28px 40px 50px}.services-shell{max-width:100%;padding:48px 40px 52px;border-radius:40px}.services-header{margin-bottom:40px}.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 960px){.services-shell{padding:44px 36px 48px;border-radius:36px}}@media (max-width: 768px){.services{padding:24px 20px 40px}.services-shell{padding:40px 24px 44px;border-radius:32px}.services-grid{grid-template-columns:1fr;gap:16px}.service-card{padding:28px 24px}}@media (max-width: 480px){.services{padding:20px 16px 36px}.services-shell{padding:32px 20px 36px;border-radius:28px}.services-subtitle{font-size:16px}}@media (max-width: 360px){.services{padding:16px 14px 32px}}.media{padding:80px 80px 0;background-color:var(--bg-color);overflow-x:hidden}.media-header-section{padding:var(--section-padding);padding-top:240px;padding-bottom:160px;background-color:var(--bg-color)}.media-header-section .section-header{margin-bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.media-banner{background:var(--bg-lime);padding:8px 80px;text-align:center;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;width:calc(100% + 160px);margin:0 -80px}.media-banner-text{display:inline-flex;align-items:center;white-space:nowrap;animation:media-banner-marquee 35s linear infinite}.media-banner-row{font-size:40px;font-weight:400;color:var(--primary-color);text-transform:uppercase;letter-spacing:.2em;display:inline-flex;align-items:center;white-space:nowrap}.media-banner-row>span{display:inline-flex;align-items:center}.media-banner-row>span:nth-child(odd){margin-right:15px}.media-banner-row>span:nth-child(2n){margin-right:30px}@keyframes media-banner-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.media-content{position:relative;overflow:visible}.media-shell{max-width:80%;margin:0 auto;border-radius:80px;padding:56px 77px 55px;position:relative;overflow:visible;box-shadow:0 0 30px #d6dce659}.media-shell .section-header{max-width:100%;margin:0 0 30px;text-align:left;display:flex;justify-content:space-evenly;align-items:center}.media .section-subtitle{font-size:90px;font-weight:700;margin-bottom:30px;letter-spacing:-.04em;grid-column:1}.media .section-subtitle:after{content:"";display:inline-block;width:18px;height:18px;background:var(--bg-lime);border-radius:50%;margin-left:10px}.media .section-intro{font-size:18px;line-height:30px;max-width:500px;margin:0;font-weight:400;letter-spacing:-.01em;grid-column:2;align-self:start;padding-top:20px;max-width:450px}.media .stats-container{max-width:100%;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.media .stats-container>*{height:370px}.media-hero-card{border-radius:40px;overflow:hidden;background:#f5f5f7;display:flex;height:100%}.media-hero-image{width:100%;height:100%;border-radius:40px;object-fit:cover;display:block}.media .stat-item{display:flex;flex-direction:column;padding:40px;border-radius:40px;position:relative;min-height:0;overflow:hidden}.media .stat-item{background-color:var(--secondary-color);color:var(--primary-color)}.media .stat-item.stat-leads{background-color:var(--coral);color:var(--primary-color)}.media .stat-item.stat-projects{background-color:var(--beige);color:var(--primary-color)}.media .stat-image-placeholder{width:100%;min-height:130px;background-color:var(--bg-color);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-color);opacity:.5;margin-bottom:30px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.media .stat-item .stat-image-placeholder:last-child{margin-top:30px;margin-bottom:0;min-height:80px}.media .stat-number{font-size:clamp(56px,8vw,96px);font-weight:900;line-height:1;letter-spacing:-.04em}.media .stat-label{font-size:16px;font-weight:400;opacity:.8;letter-spacing:-.01em}.media-grid{max-width:80%;margin:60px auto 0;display:flex;flex-direction:column;gap:0;padding-bottom:60px}.media-card{padding:32px 0;background-color:transparent;border-radius:0;border-bottom:1px solid var(--bg-lime-end);text-align:left}.media-card:last-child{border-bottom:1px solid var(--bg-lime-end)}.media-card-header{display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:32px}.media-number{display:block;font-size:20px;font-weight:300;color:var(--bg-lime-end);letter-spacing:.18em;text-transform:uppercase}.media-title{font-size:clamp(28px,3vw,36px);font-weight:700;color:var(--bg-lime-end);letter-spacing:-.03em;line-height:1.2;display:flex;align-items:center;gap:20px}.media-toggle{width:40px;height:40px;border-radius:999px;border:1px solid var(--bg-lime-end);background:transparent;color:var(--bg-lime-end);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .25s ease,border-color .25s ease,transform .35s cubic-bezier(.22,.61,.36,1)}.media-toggle:before{content:"↗";font-size:18px}.media-card:hover .media-toggle{background-color:#ffffff0a;border-color:var(--bg-lime-end)}.media-toggle--open{transform:rotate(180deg)}.media-description{font-size:18px;line-height:30px;color:#fffc;font-weight:400;letter-spacing:-.01em;max-height:0;opacity:0;overflow:hidden;padding-top:0;padding-bottom:0;transition:max-height .5s cubic-bezier(.22,.61,.36,1),opacity .35s ease-out,padding-top .35s ease-out,padding-bottom .35s ease-out;padding-right:72px}.media-description-inner{display:flex;justify-content:space-evenly;align-items:center;box-sizing:border-box;width:100%;gap:0px}.media-description-text{margin:0;font-size:18px;line-height:30px;max-width:553px;color:#000}.media-description-visual{max-width:370px}.media-description--open{max-height:650px;opacity:1;padding:60px 10px 0}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.media-flower{position:absolute;right:-90px;top:270px;width:220px;height:220px;pointer-events:none;z-index:0}.media-flower:before,.media-flower:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;border:5px solid var(--bg-lime-end)}.media-flower:before{transform:rotate(35deg)}.media-flower:after{transform:rotate(-25deg)}.media-shell .section-header,.media-stats-shell{position:relative;z-index:1}@media (max-width: 1600px){.media{padding:80px 80px 0}.media-header-section{padding:220px 80px 140px}.media-shell{max-width:82%;padding:54px 68px 50px;border-radius:70px}.media .section-subtitle{font-size:clamp(80px,7vw,90px)}.media-flower{right:-85px;width:210px;height:210px}.media-grid{max-width:82%}}@media (max-width: 1200px){.media{padding:80px 60px 0}.media-header-section{padding:200px 60px 120px}.media-shell{max-width:85%;padding:52px 60px 48px;border-radius:60px}.media .section-subtitle{font-size:clamp(56px,8vw,90px)}.media-flower{right:-80px;width:200px;height:200px}}@media (max-width: 1024px){.media{padding:80px 40px 0}.media-header-section{padding:180px 40px 100px}.media-header-section .section-header{gap:20px}.media-shell{max-width:100%;padding:48px 40px 40px;border-radius:40px}.media .section-subtitle{font-size:clamp(48px,9vw,90px)}.media .stats-container{gap:24px}.media-grid{max-width:100%}.media-flower{right:-80px;width:180px;height:180px;top:300px}}@media (max-width: 960px){.media{padding:70px 32px 0}.media-header-section{padding:160px 32px 90px}.media-shell{padding:44px 36px 36px;border-radius:36px}.media .section-subtitle{font-size:clamp(44px,8.5vw,84px)}}@media (max-width: 768px){.media{padding:60px 20px 0}.media-header-section{padding:100px 20px 60px}.media-header-section .section-header{gap:16px}.media .section-header{margin-bottom:40px;text-align:center;flex-direction:column;gap:24px}.media .section-subtitle{font-size:clamp(36px,11vw,64px);grid-column:1;text-align:center}.media .section-intro{font-size:16px;line-height:24px;grid-column:1;text-align:center;max-width:100%;padding-top:0}.media-content{padding:0 20px 30px}.media-shell{max-width:100%;padding:40px 20px 32px;border-radius:32px}.media .stats-container{grid-template-columns:1fr;gap:20px;margin:0}.media .stats-container>*{height:auto;min-height:260px}.media .stat-item{align-items:center;text-align:center;padding:28px 20px}.media .stat-number{font-size:clamp(40px,12vw,72px)}.media .stat-label{font-size:14px}.media-grid{max-width:100%;margin-top:40px;padding-bottom:40px}.media-card{padding:20px 0}.media-card-header{grid-template-columns:36px 1fr auto;gap:12px;align-items:flex-start}.media-number{font-size:14px;padding-top:2px}.media-title{font-size:clamp(18px,6vw,24px);gap:10px;flex-wrap:wrap;display:flex;align-items:center}.media-toggle{width:32px;height:32px;flex-shrink:0}.media-toggle:before{font-size:14px}.media-description{margin-left:0;padding-right:0;padding-left:0}.media-description--open{max-height:1000px;padding:24px 0 0}.media-description-inner{flex-direction:column;gap:20px;align-items:center}.media-description-text{font-size:15px;line-height:22px;max-width:100%;text-align:left}.media-description-visual{max-width:100%;width:100%}.media-description-visual img{width:100%;height:auto;border-radius:16px}.media-banner{padding:6px 20px;width:calc(100% + 40px);margin:0 -20px}.media-banner-row{font-size:20px;letter-spacing:.15em}.media-flower{right:-70px;top:300px;width:150px;height:150px;opacity:.5}}@media (max-width: 640px){.media{padding:50px 18px 0}.media-header-section{padding:90px 18px 55px}.media-shell{padding:32px 18px 28px;border-radius:28px}.media .section-subtitle{font-size:clamp(32px,12vw,52px)}.media .stats-container>*{min-height:240px}.media .stat-item{padding:24px 18px}.media .stat-number{font-size:clamp(36px,13vw,60px)}.media-card-header{grid-template-columns:30px 1fr auto;gap:11px}.media-title{font-size:clamp(17px,6.5vw,22px);display:flex;align-items:center}}@media (max-width: 480px){.media{padding:40px 16px 0}.media-header-section{padding:80px 16px 50px}.media-header-section .section-header{gap:12px}.media-content{padding:0 16px 20px}.media-shell{padding:28px 16px 24px;border-radius:24px}.media .section-subtitle{font-size:clamp(28px,13vw,48px);white-space:normal}.media-flower{right:-15px;top:190px;width:90px;height:90px;opacity:.45}.media .section-intro{font-size:14px;line-height:20px}.media .stats-container{gap:16px}.media .stats-container>*{min-height:220px}.media .stat-item{padding:20px 16px}.media .stat-number{font-size:clamp(32px,14vw,56px)}.media .stat-label{font-size:12px}.media-grid{margin:30px auto 0;padding-bottom:30px}.media-card{padding:16px 0}.media-card-header{grid-template-columns:28px 1fr auto;gap:10px}.media-number{font-size:12px}.media-title{font-size:clamp(16px,7vw,20px);gap:8px;display:flex;align-items:center}.media-toggle{width:28px;height:28px}.media-toggle:before{font-size:12px}.media-description--open{max-height:1200px;padding:20px 0 0}.media-description-inner{gap:16px}.media-description-text{font-size:13px;line-height:20px}.media-description-visual img{border-radius:12px}.media-banner{padding:4px 16px;width:calc(100% + 32px);margin:0 -16px}.media-banner-row{font-size:16px;letter-spacing:.1em}.media-banner-row>span:nth-child(odd){margin-right:10px}.media-banner-row>span:nth-child(2n){margin-right:20px}.media-flower{top:340px;width:150px;height:150px;right:-50px}}@media (max-width: 360px){.media{padding:35px 14px 0}.media-header-section{padding:70px 14px 45px}.media-content{padding:0 14px 15px}.media-shell{padding:24px 14px 20px;border-radius:20px}.media .section-subtitle{font-size:clamp(24px,14vw,40px);white-space:normal}.media .stat-item{padding:18px 14px}.media-flower{right:-10px;top:180px;width:150px;height:150px;opacity:.4}.media .stat-number{font-size:clamp(28px,15vw,48px)}.media-card{padding:14px 0}.media-card-header{grid-template-columns:26px 1fr auto;gap:9px}.media-number{font-size:11px}.media-title{font-size:clamp(14px,8vw,18px);gap:6px;display:flex;align-items:center}.media-toggle{width:26px;height:26px}.media-toggle:before{font-size:11px}.media-description--open{max-height:1300px;padding:18px 0 0}.media-description-inner{gap:14px}.media-description-text{font-size:12px;line-height:18px}.media-flower{top:340px;width:150px;height:150px;right:-50px}}.social-media{padding:150px 80px 0;background-color:var(--bg-color);color:var(--text-white)}.social-media-inner{max-width:80%;margin:0 auto;text-align:center;padding:0}.social-title{font-size:45px;font-weight:700;letter-spacing:-.03em;line-height:1.2;margin:0 0 15px;color:var(--text-color)}.social-title .colon{color:var(--bg-lime-end)}.social-logos{margin-top:40px;display:flex;align-items:center;justify-content:center;gap:96px}.social-logo{display:inline-flex;flex-direction:row;align-items:center;gap:16px;text-decoration:none;color:inherit;transform:scale(.9);opacity:.55;transition:transform .55s ease-in-out,opacity .55s ease-in-out;width:300px}.social-logo-icon{display:flex;align-items:center;justify-content:center}.social-logo-svg{width:56px;height:56px;fill:#fff;opacity:.65}.social-logo-svg--twitch{fill:#9146ff;opacity:1}.social-logo-text{font-size:20px;font-weight:500;letter-spacing:.02em;opacity:.7}.social-logo-text--twitch{text-transform:lowercase;font-size:26px;font-weight:700;letter-spacing:.08em;color:#fff;opacity:1}.social-logo--muted .social-logo-text{opacity:.35}.social-logo--primary .social-logo-svg,.social-logo--primary .social-logo-text{opacity:1}.social-logo--focused{transform:scale(1.12);opacity:1}@media (max-width: 1600px){.social-media{padding:150px 80px 120px}.social-media-inner{max-width:82%}.social-title{font-size:clamp(40px,5vw,45px)}.social-logos{gap:80px}}@media (max-width: 1200px){.social-media{padding:130px 60px 110px}.social-media-inner{max-width:85%}.social-title{font-size:clamp(38px,5.5vw,45px)}.social-logos{gap:64px}}@media (max-width: 1024px){.social-media{padding:120px 40px 100px}.social-media-inner{max-width:100%}.social-title{font-size:clamp(32px,6vw,45px)}.social-logos{gap:48px;flex-wrap:wrap;justify-content:center}.social-logo-image{height:100px}}@media (max-width: 960px){.social-media{padding:100px 32px 90px}.social-title{font-size:clamp(30px,5.5vw,42px)}.social-logos{gap:40px}.social-logo-image{height:80px}}@media (max-width: 768px){.social-media{padding:80px 20px}.social-title{font-size:clamp(28px,8vw,40px)}.social-logos{margin-top:40px;gap:32px;flex-direction:column;align-items:center}.social-logo{transform:scale(1);opacity:1}.social-logo-svg{width:48px;height:48px}.social-logo-image{height:90px}.social-logo-text{font-size:18px}.social-logo-text--twitch{font-size:22px}}@media (max-width: 640px){.social-media{padding:70px 18px}.social-title{font-size:clamp(26px,7vw,32px);margin-bottom:14px}.social-logos{margin-top:36px;gap:28px}.social-logo-svg{width:44px;height:44px}.social-logo-image{height:60px}.social-logo-text{font-size:17px}.social-logo-text--twitch{font-size:21px}}@media (max-width: 480px){.social-media{padding:60px 16px}.social-title{font-size:24px;margin-bottom:12px}.social-logos{margin-top:32px;gap:24px}.social-logo-svg{width:40px;height:40px}.social-logo-image{height:60px}.social-logo-text{font-size:16px}.social-logo-text--twitch{font-size:20px}}@media (max-width: 360px){.social-media{padding:50px 14px}.social-title{font-size:22px;margin-bottom:10px}.social-logos{margin-top:28px;gap:20px}.social-logo-svg{width:36px;height:36px}.social-logo-image{height:50px}.social-logo-text{font-size:14px}.social-logo-text--twitch{font-size:18px}}@keyframes loop{0%{transform:translate(0)}to{transform:translate(-50%)}}.our_values.section{background-color:var(--bg-color);padding:100px 80px 50px;position:relative;display:flex;justify-content:center;align-items:center}.our_values__bg{display:flex;flex-direction:column;justify-content:space-evenly;position:relative;background-color:var(--bg-color);border-radius:80px;min-height:1140px;overflow:hidden;z-index:1;padding:60px 40px;max-width:80%;width:100%;margin:0 auto;box-shadow:0 0 30px #d6dce659}.our_values__bg-ttl{display:flex;align-items:center;position:absolute;top:95px;left:-79px;transform:rotate(-32deg);width:55%;min-width:670px;background-color:#000;z-index:1;box-sizing:border-box;padding-left:30px}.our_values__bg-ttl{min-width:420px;top:70px}.our_values__bg-ttl.top{top:-10px}.our_values__bg-ttl.top{top:-15px}.our_values__bg-ttl .label{display:flex;align-items:center;padding:8px 0;animation:loop 90s linear infinite}.our_values__bg-ttl .label.bottom{animation:loop 90s linear infinite reverse}.our_values__bg-text{font-size:220px;font-weight:700;color:#ffc2b563;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);line-height:250px;width:730px;text-align:left;z-index:0;pointer-events:none;text-transform:uppercase;font-family:sans-serif;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0}.our_values__bg-text-line1{display:block;white-space:nowrap;width:100%;text-align:center}.our_values__bg-text-line2{display:block;white-space:nowrap;width:100%;text-align:center;margin-top:-40px}.our_values__bg-text .txt-our{font-size:inherit;display:block;width:auto;text-align:left;white-space:nowrap}.our_values__bg-text .values-stroke{position:relative;font-size:inherit;display:block;width:auto;text-align:left;white-space:nowrap}.our_values__bg-text .values-stroke:before{display:none}.our_values__bg-text .txt-mean,.our_values__bg-text .txt-alot{font-size:inherit;display:block;width:auto;text-align:left;white-space:nowrap}.our_values__bg-subtext{position:absolute;bottom:50px;left:50%;transform:translate(-50%);font-size:22px;font-weight:400;color:var(--bg-lime-end);font-style:italic;z-index:3;font-family:Pacifico;text-transform:lowercase;letter-spacing:.02em;text-align:center;width:100%;max-width:100%;padding:0 24px;white-space:normal}.our_values__qualities{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:80px;row-gap:40px;width:100%;padding:0 60px}.our_values__qualities.top{margin-top:140px;margin-bottom:0}.our_values__qualities.bottom{margin-top:180px;margin-bottom:120px}.our_values__banner{position:absolute;top:15px;left:15px;background-color:#000;padding:8px 20px;transform:rotate(-32deg);z-index:10;overflow:hidden;border-radius:3px;min-width:400px;display:flex;flex-direction:column;gap:10px}.our_values__banner-inner{display:flex;flex-direction:row;align-items:center;gap:12px;white-space:nowrap}.our_values__banner-img{display:block;height:28px;width:auto;object-fit:contain;flex-shrink:0}.our_values__smiley{position:absolute;top:52%;right:8%;transform:translateY(-50%);width:70px;height:70px;z-index:3;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAABOCAYAAABCMxr2AAAKtUlEQVR4Ae1d7XHbOhB0CSkhJaQEl+AO4h/PNklnJu4gcvSRn3YHTgd2B3EHSgd+HbgEvNm9WxCkPkmKEj2PmdFQogngsHe3dwAB5Oxs/NcJgTDJzjtVMBZuhgAAD7PiqVmpEz8d5ldfwiS7PLEYrZoP0+uLsMj+hHn22KqCUxQKk+xzmBUvYZ6/nqL9Lm2Gn/ldmBVLgn5fTLrUdbSyBHxKK3mj8POrL0drvGNDYZ5dhnkRTG67dqyy/+IEfJG/ueDvtJbp9UX/LXdvIczyr2FWvFdAn2dv3WvusQYCPs+fI+DoADsxcMHPzs4qxjLP3oIMZ5H96RGy7lUHUkoRDPSbl2g18yJ0r72/GiKHg1b4yZ9L2Qcak8xKbh5MYIFePEVrgeUMlNeZpUSwE9B1b4gpY9UtJbQHIvEjOjBAXl8POAwEFIlrEQaX8obJ3ScTMAEbggLsafabH/0eWL7OMYR4GzLqg1QRskeDyS7Rz/7IrWHNFQ4vhX6PVjLNL6wzsJrhCL/RO2Ug02LCvsl4hgK6jdYSCylB/xdDZ/59EnPedwarSfa5oV4P/jgBj1bsXqnfswKym6y6h34NQO6zSBtmGcvomuTB7JIAI5PBMDoV/md+d3AUG1RIOgR9yEAq8udvYUFaeeJIOlJP/nrySS9PrzSAsCsExGd69Z0duy8mHowebSpAPH+6QVIl/sAQIC+u+tAr4ZkZ7gN46xv7csIRdRwiy1JM4KUBXs5RhBlydObpyyg8y2Rvp3LVAPAEpFm4gTrPfoR7m9SigSiQqo+4nmp6l5YiuqgLf589pmAScEwaWedKq4EVTUvlNGCGTo8yNQRfC0jIL/qAVXugpHeij5xdTEbW0xOMShl85I6l4M6NqwMf84irL0GBSUpCHejQEbOBsPApWskg+XX18QP7iAyrblgoBy85osw2J6FpTgmqKzuyORU0i4F1X1vqqI67O3cy3z0KMxevB85UdnpomYPTm5WjI23Es5CZch+J1ykEXS1JDQUchc+ft1kAgy6f89Fd2uGeLYeWGwFz+c1blwyWi5uHlBKhQ/b3V/bDaKgm87EoJqaGFaA50MFgZ+d8SmLhlv8KdFx7Th/NyxJjQZumhCVerISf/6xNX0lHeHZxW013UbZnQzkLk2/nMfBIYLt6RoLgWbrmJm8vpwny15g9UIn586YyXe/HGETDcOBFMwRv+yvEJMiW2ZeV629wRzfj4MZfRgh0NIzPNPu9DzCsp8xiUDYZmPSTPrLN+fWPlbYgN5SwIyh6338nfF7K3OekXYDQq1xujTPF2n84H61OWQEUSCXevPQxg8c4onSQbXFuHJQCStzrJTMVAwWlGJjB9bMygMsOKkKD3/T6DUDtppS6F9DqLH18ipSFTtxnB33py2xFniXlEjzIj6C/n7Gwngh6ElBnxXu9b51/R6HpirJIUQLpoNVyClqOFBfBYGBbIth2FlyZxzx7rCnVfzejMuIAek1xoHcimG6PB436YlyYYa7Eh8dFwPCYv3EPufaellJvmBSTvsqrAn8Ql+V8Sfp+FhkKY4gZS1PZV6Y8oswHTAAIapXDMJlv2obLtqAVgW/BKb+ICpTVQ5n4dKgbbVgMSoI+++HvORE4aTDfGi2Po7Vz3U5CrxH4AwyUVoOP5dE+jH/i3yfNhBbgutLaK9kL6Mv5ssOCHq+39E5SjNMM2sOnxZiAhrISHzQzefOifrW6svIUDKOU8k0+rOZQvKvpAPFjtBxQQPMAjQ4HjCzloQ6wB25/Md6Ng70unwqIca6bd5K3U3fH+kObT7bJ/APPk3CUC5ePgHtHWiiWBgPARVNICyG73VseYkbTMpmbMrZJ7rbeGYVWRQKb1n37d9+8dl8XY3u2EtboQMpG+y0W9bA+AI7yoAKBjeueOfku2Uta5MuNksbaxiJWKMBtdg2DCFuhxby2ncvv7IgsPVqoW3vDtTEAloALeIwFQI8tOHybzL5kugRcmLVJH23k5R0mN+Y2TEZnWnLsNuH1N88MynkNdWLDJJTKrbuCQhjwWQcM5gCZRa0hehSMUnLqurh5qD26+ycFRgUW5TE30SvYqURrrYcuu9+osVrX3SfSC4DpyVhc3nIeRsC3eZXHyuSme05kpR1u+935eLUTQ1zG5p301QI1msnbr+olCC1HnK2Bt8Bd7UTbANVWiAbl1nonLP7AMaSBSM0fdW6vgo5OtEgfm7feroStaksmwUTPRzbYdtJzkir7XAnm4kmMVHvi5tbCesEyhVTGpWuzSbWucnQqH9/WY4Iqgo7gfts8M+gkyf6FzVCSlb2U+yOBrpW/6UBpevsX/Lk/DMd/ksBrQgyx6aPQSx0qToDNCk4mDZVeUpmZfHSY8k7rGr+PCIwIjAiMCIwIjAiMCIwIjAiMCIwIjAiMCIwIjAiMCIwIjAiMCIwIDAMBvlRtszhmGOJ/PCnKVVsn3HL98WBrLzHfbqSrcm0byKBfhbXv7UBKcj+klgnoPSTX/h1wR8FA+joYMeLSufRNu5RgOy2e+lj/NxgATiUI1yoSdN9Aq1WuURH5M9cC9rD48lR9Pma7XAuDVQ3pigDyOs6+XdzaMX5YMoC32AIfV1vTbYvqjff72x18TER6bosHCwG/WbFc2xR3jP3iqT12eC9WUgn4aPW+YgnB9z6bsMxAV1ut7eSRbjIFV4wUdr6pbEUErh/UBiYAi4MHUMi0VR4+o4rgAfjwlOj8q3lNP5sFVoQd6A3u5hM+leuOFbx2woWfKYsNAVAEjvSzw8PeozJUKYCHkhB8oWE/0P3/ogQaq2GwuuAVGNFod+y6c8u948BJQAJUfLDZCx8qIdmfKQXERqAEHKDDY6K+U3FtN0AN0KqJEYyRmAjYZHOz8IChNqFgVkxu8gWcWJ+HfTu4N8P5uX5/6uefiIbUYHqFJUgh8gTwHL6DnvwzQHyjSPRc0u8GY1McNMzseNi2e2x5vgu2jwA47ZQG4KzctTwtvjvFlPtvtgViKs4tI+7ZgVeQqp6o3BMqQtYZgU7lTY0p/Y7+TrO/ZAhi022fKrVNa4Sla2+9pZZ2BJPohymn79/EeYagoU3gQ2B5QCq8vquclI1jT2hp/P806B3RDDt8Yb/4vwBkl36OgGVuaF8ySKZdV3gvMTr8prIz43WeO1se+Atw0GC03ITrUu6DYPq9tRMb0lZxKY/2w1pwPzhHCjfDeKbF4Z5+l4YBizS6Q/tNgU1lRp9Z3vt9rJ0izsfn9ABabv7MKQYcO2UA16K6DrdB3u+HI5hVVTd3WWfs2Oy0o5u+bwJv0/1N9ey6L1rFcx6XOjha96LkQFAKg+XtgwtlNLPJwmGNZoWmHPv9VMYPbSPBtbanZx1A60AWUOnfZPmqA3/b6IGeQiOZYFYGivsAYxIqhPMQnIs4N37OXwN2V6RgAIT0N+hKYNgpSKubewUcrvS2OHoueRl1Cvz4/AYlmkJe7Hmcs6s48gGA3uY7dUuxgMajnRDQ3i0ldV6PYOEMMR6uUKWiCGJNYbGcU5kF9vKYVyjI6oNyXmzmdfMhntv68yH/JiXII9AJujJSR7g0A3Ry/Cp/+ylF8BYCHGOEnWUA5dFLEOhQBw6TgHfhtI2SIqDwDwnasYQ2RZQH+3AXnvOreQupgG/AAGwqV/13+rdjfP8P/DEg9FUws/cAAAAASUVORK5CYII=) center/contain no-repeat}.our_values__divider{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:92%;height:auto;z-index:2;display:flex;justify-content:center;align-items:center}.our_values__divider-img{width:70%;height:auto;object-fit:contain;display:block}.our_values__qualities.top .our_values__qualities-item:nth-child(1){justify-self:start;margin-right:auto}.our_values__qualities.top .our_values__qualities-item:nth-child(2){justify-self:center;margin:0 auto}.our_values__qualities.top .our_values__qualities-item:nth-child(3){justify-self:end;margin-left:auto}.our_values__qualities.bottom .our_values__qualities-item:nth-child(1){justify-self:start;margin-right:auto}.our_values__qualities.bottom .our_values__qualities-item:nth-child(2){justify-self:center;margin:0 auto}.our_values__qualities.bottom .our_values__qualities-item:nth-child(3){justify-self:end;margin-left:auto}.our_values__qualities-item{position:relative;max-width:250px;z-index:3;width:100%;min-width:0;overflow:visible}.our_values__qualities-item .ttl{font-size:26px;max-width:100%;margin-bottom:18px;font-weight:700;line-height:1.2;color:var(--bg-lime-end);word-wrap:break-word;overflow-wrap:break-word}.our_values__qualities-item .txt{display:block;line-height:1.7;font-size:16px;color:#000;word-wrap:break-word;overflow-wrap:break-word;width:100%}.our_values__qualities-item .txt br{display:block;margin-bottom:4px;content:""}.our_values__qualities-item.value-passion{position:relative;top:90px;left:100px}.our_values__qualities-item.value-passion .ttl{position:relative;padding-right:14px}.our_values__qualities-item.value-passion .ttl:after{content:"";position:absolute;top:2%;transform:translateY(-50%);right:110px;width:28px;height:30px;background:url("data:image/svg+xml,%3csvg%20width='28'%20height='30'%20viewBox='0%200%2028%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.3314%2025.7686C21.8234%2023.6813%2020.752%2021.7879%2019.7637%2019.8853C18.7755%2017.9827%2017.7873%2016.2001%2016.7344%2014.3991C14.5916%2010.7509%2012.3196%207.17661%209.87207%203.72236C8.84688%202.28155%207.76623%204.23959%207.57227%205.18166C7.23978%206.76101%207.19365%209.19009%208.32044%2010.5201C10.7957%2013.4479%2013.1139%2016.4957%2015.2474%2019.6729C16.2541%2021.1691%2017.2239%2022.6838%2018.1475%2024.2354C19.1265%2025.8702%2019.8839%2027.8005%2021.3062%2029.1028C21.7772%2029.5369%2022.239%2028.5209%2022.3221%2028.2715C22.5807%2027.468%2022.5346%2026.5813%2022.3406%2025.7686H22.3314Z'%20fill='%2327272E'/%3e%3cpath%20d='M22.9964%204.51691C19.459%207.09374%2016.0141%209.77215%2012.4767%2012.349C10.8696%2013.5219%209.23481%2014.6487%207.57233%2015.7293C5.72514%2016.93%203.77641%2017.9922%201.96616%2019.239C0.155912%2020.4859%200.793197%2027.6714%203.00983%2026.4523C6.74115%2024.4019%2010.1492%2021.4926%2013.4095%2018.7587C16.9653%2015.7848%2020.3457%2012.6168%2023.7076%209.43044C24.5203%208.66386%2024.5665%207.30613%2024.4095%206.26246C24.3356%205.78219%2023.8553%203.87962%2022.9871%204.50766L22.9964%204.51691Z'%20fill='%2327272E'/%3e%3cpath%20d='M18.5908%200.00924497H18.4337C18.2028%200.0369528%2018.0182%200.157025%2017.8981%200.360216C16.0417%203.75905%2014.8502%207.53651%2013.5295%2011.1662C12.2087%2014.796%2010.6663%2018.6936%209.44718%2022.5173C8.92073%2024.189%208.79144%2026.1932%209.57649%2027.8187C10.1953%2029.0933%2011.3498%2029.1949%2011.8947%2027.7633C13.4556%2023.6163%2014.7024%2019.3401%2016.0786%2015.1285C16.7898%2012.9673%2017.4732%2010.7968%2018.1382%208.61716C18.8494%206.30817%2019.7176%203.92526%2019.4867%201.47773C19.4405%201.04364%2019.1911%200.00923595%2018.5908%200V0.00924497Z'%20fill='%2327272E'/%3e%3cpath%20d='M26.7183%2015.0085C24.5571%2014.3619%2022.5067%2013.4753%2020.3732%2012.7549C18.2397%2012.0345%2016.1801%2011.3972%2014.0465%2010.8245C11.913%2010.2519%209.76108%209.73474%207.59987%209.30989C6.59315%209.1067%205.57721%208.9312%204.55201%208.77419C3.38828%208.59871%202.02134%208.14615%201.07004%209.01433C0.229569%209.77168%200.044884%2010.9723%200.00794017%2012.0529C-0.0290036%2013.1335%200.0448592%2014.833%200.848387%2015.6457C1.42102%2016.2184%201.73506%2016.4954%202.54783%2016.597C3.12969%2016.6709%203.72076%2016.6525%204.30263%2016.6802C5.31858%2016.7263%206.33452%2016.791%207.34123%2016.8833C9.49321%2017.068%2011.6452%2017.3544%2013.7787%2017.6869C15.9122%2018.0193%2018.0272%2018.3796%2020.1607%2018.7213C22.2942%2019.0631%2024.4278%2019.257%2026.5428%2019.6911C27.7712%2019.9405%2027.919%2015.3687%2026.6998%2015.0085H26.7183Z'%20fill='%2327272E'/%3e%3c/svg%3e") center/contain no-repeat}.our_values__qualities-item.value-passion .txt{position:relative;max-width:100%}.our_values__qualities-item.value-passion .txt:before{content:"";position:absolute;background:url("data:image/svg+xml,%3csvg%20width='74'%20height='46'%20viewBox='0%200%2074%2046'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M71.8192%2030.128C62.9297%2029.4074%2054.2515%2027.6963%2045.6289%2025.7094C37.0063%2023.7225%2028.625%2021.3669%2020.319%2018.6262C15.5935%2017.0688%2010.9007%2015.4183%206.3028%2013.5619C5.88354%2013.3859%207.25647%2010.3618%207.76954%2010.556C24.1476%2016.6336%2040.8316%2021.8034%2058.0752%2025.3597C62.9331%2026.3637%2067.791%2027.3677%2072.633%2028.4505C72.8165%2028.4955%2072.1853%2030.1536%2071.8107%2030.1245L71.8192%2030.128Z'%20fill='%2327272E'/%3e%3cpath%20d='M16.9518%206.7837C12.5348%208.36892%208.15485%2010.162%203.80909%2011.9694L5.54908%208.14864C6.90838%209.83074%208.19191%2011.5665%209.63523%2013.1771C10.3439%2013.9662%2011.0779%2014.7446%2011.8202%2015.5051C12.6271%2016.3248%2013.488%2017.0497%2014.1142%2018.0179C14.588%2018.7404%2012.4716%2023.0014%2011.8581%2022.6262C10.8888%2022.0481%2010.2122%2021.1229%209.4896%2020.2531C8.76701%2019.3833%208.04381%2018.4706%207.35453%2017.5507C6.01463%2015.7378%204.6697%2013.8694%203.59075%2011.867C3.37667%2011.4672%204.03083%2010.2248%204.20025%209.8793C4.40679%209.45319%204.89199%208.28936%205.40046%208.16102C9.54046%207.13259%2013.6925%206.05581%2017.7822%204.78189C18.0786%204.69269%2017.7289%205.51812%2017.7003%205.60228C17.5769%205.89234%2017.2986%206.65156%2016.9474%206.77114L16.9518%206.7837Z'%20fill='%2327272E'/%3e%3c/svg%3e") center/contain no-repeat;bottom:-30px;right:-60px;width:60px;height:60px;z-index:4;pointer-events:none}.our_values__qualities-item.value-passion .txt:after{content:"";position:absolute;background:url("data:image/svg+xml,%3csvg%20width='74'%20height='45'%20viewBox='0%200%2074%2045'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M65.6707%2043.1551C57.3895%2040.3607%2049.5414%2036.6264%2041.8256%2032.6271C34.1097%2028.6277%2026.6147%2024.3044%2019.3229%2019.6284C15.1384%2016.9413%2010.9996%2014.1773%207.01104%2011.2199C6.49108%2010.8413%208.19413%208.00935%208.47772%208.21393C22.7119%2018.1243%2037.4489%2027.2095%2053.0922%2034.8376C57.58%2037.0217%2062.0509%2039.2201%2066.493%2041.4812C66.7415%2041.6069%2065.9528%2043.2522%2065.6707%2043.1551Z'%20fill='%2327272E'/%3e%3cpath%20d='M18.5811%206.98732C14.0724%207.5083%209.55844%208.26215%205.07496%209.06083L6.88469%205.35481C7.76776%207.33907%208.57886%209.34653%209.56751%2011.279C10.0574%2012.2326%2010.5641%2013.172%2011.0917%2014.0881C11.6716%2015.0903%2012.3102%2016.0316%2012.717%2017.1213C12.823%2017.4009%2012.5733%2018.076%2012.4873%2018.3069C12.3032%2018.8173%2012.0807%2019.3222%2011.8282%2019.8038C11.7289%2019.9971%2010.6631%2021.8893%2010.3824%2021.5898C9.62266%2020.8006%209.19553%2019.7771%208.70946%2018.793C8.20122%2017.7462%207.70982%2016.685%207.26499%2015.6114C6.35822%2013.4569%205.4803%2011.2397%204.86931%208.95307C4.7032%208.33839%205.33386%207.23566%205.61144%206.72186C5.82272%206.3298%206.29615%205.23584%206.81914%205.23112C11.055%205.25799%2015.3241%205.23475%2019.5728%204.96783C19.6239%204.96789%2019.1456%206.91458%2018.5852%206.97836L18.5811%206.98732Z'%20fill='%2327272E'/%3e%3c/svg%3e") center/contain no-repeat;bottom:-50px;right:-50px;width:60px;height:60px;z-index:4;pointer-events:none}.our_values__qualities-item.value-honesty{position:relative;left:55px}.our_values__qualities-item.value-honesty:before{content:"";position:absolute;background:url("data:image/svg+xml,%3csvg%20width='73'%20height='35'%20viewBox='0%200%2073%2035'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M68.8461%202.07377C60.2953%203.53208%2051.9724%205.93304%2043.7234%208.60115C35.4745%2011.2693%2027.373%2014.2723%2019.3964%2017.6348C14.8181%2019.5678%2010.2683%2021.5795%205.82444%2023.7937C5.24651%2024.0759%206.31689%2026.9718%206.6317%2026.8197C22.3609%2019.5218%2038.4083%2013.0687%2055.0354%208.10986C59.8045%206.69127%2064.5604%205.25691%2069.301%203.75969C69.566%203.67665%2069.1377%202.0223%2068.8461%202.07377Z'%20fill='%2327272E'/%3e%3cpath%20d='M16.1276%2029.39C11.8846%2028.2679%207.68371%2026.9267%203.52121%2025.5477L4.5179%2029.2786C5.77034%2027.5411%206.95806%2025.7718%208.30184%2024.0978C8.96693%2023.272%209.64534%2022.4619%2010.3392%2021.6766C11.1009%2020.8179%2011.9069%2020.0245%2012.5193%2019.0593C12.678%2018.8119%2012.5735%2018.1435%2012.5372%2017.9148C12.4628%2017.4102%2012.3503%2016.9053%2012.204%2016.418C12.1473%2016.2227%2011.5016%2014.2978%2011.1704%2014.5394C10.2783%2015.173%209.65969%2016.0732%208.99214%2016.9281C8.29054%2017.8388%207.60229%2018.7653%206.95643%2019.7101C5.64676%2021.6039%204.35224%2023.5605%203.30112%2025.6199C3.01676%2026.1732%203.40222%2027.2963%203.56613%2027.8173C3.6907%2028.2148%203.92629%2029.3075%204.4297%2029.3854C8.52016%2029.9552%2012.6326%2030.5767%2016.6761%2031.4238C16.7253%2031.4309%2016.6573%2029.5375%2016.1297%2029.399L16.1276%2029.39Z'%20fill='%2327272E'/%3e%3c/svg%3e") center/contain no-repeat;top:170px;right:-80px;width:60px;height:60px;z-index:4;pointer-events:none}.our_values__qualities-item.value-honesty:after{content:"";position:absolute;background:url("data:image/svg+xml,%3csvg%20width='73'%20height='35'%20viewBox='0%200%2073%2035'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M71.7864%2015.546C63.0679%2014.9735%2054.3531%2015.3597%2045.6362%2016.0125C36.9192%2016.6653%2028.3606%2017.698%2019.7967%2019.1024C14.9249%2019.8997%2010.0658%2020.7889%205.25666%2021.8846C4.81677%2021.9909%205.52997%2025.0207%206.06398%2024.9106C23.0865%2021.5095%2040.2207%2019.0031%2057.5686%2018.0888C62.4563%2017.8293%2067.3441%2017.5698%2072.2324%2017.2341C72.4185%2017.2177%2072.1447%2015.5735%2071.7775%2015.5482L71.7864%2015.546Z'%20fill='%2327272E'/%3e%3cpath%20d='M14.1575%2029.739C10.218%2027.6314%206.35617%2025.3341%202.53025%2023.0281L3.43651%2026.8568C5.08718%2025.4697%206.67562%2024.0217%208.39287%2022.7135C9.23571%2022.0727%2010.1008%2021.4456%2010.9703%2020.8364C11.9141%2020.1807%2012.8907%2019.6216%2013.6901%2018.8013C14.2931%2018.19%2013.1127%2013.8954%2012.4453%2014.1612C11.3937%2014.5674%2010.5543%2015.3403%209.68174%2016.0548C8.8092%2016.7693%207.92738%2017.5239%207.07683%2018.2901C5.41846%2019.8026%203.744%2021.3665%202.299%2023.0935C2.01179%2023.4384%202.39169%2024.6958%202.48528%2025.0438C2.5984%2025.4725%202.83124%2026.6325%203.29568%2026.8243C7.08052%2028.3707%2010.8672%2029.964%2014.554%2031.7336C14.8218%2031.8589%2014.6513%2031.0354%2014.6407%2030.9524C14.5803%2030.663%2014.4653%2029.9117%2014.1507%2029.7501L14.1575%2029.739Z'%20fill='%2327272E'/%3e%3c/svg%3e") center/contain no-repeat;top:195px;right:-90px;width:60px;height:60px;z-index:4;pointer-events:none}.our_values__qualities-item.value-honesty .ttl:before{display:none}.our_values__qualities-item.value-honesty .ttl:after{display:none}.our_values__qualities-item.value-honesty .txt{position:relative;max-width:100%}.our_values__qualities-item.value-honesty .txt:before{content:"";position:absolute;background:url("data:image/svg+xml,%3csvg%20width='84'%20height='65'%20viewBox='0%200%2084%2065'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.7957%2054.2221C17.0446%2053.1085%2019.4167%2052.2692%2021.6746%2051.1534C23.9324%2050.0377%2026.133%2048.8027%2028.3112%2047.5542C32.5665%2045.1101%2036.6879%2042.3087%2040.5846%2039.3241C48.5174%2033.2642%2055.8847%2026.4764%2062.4958%2018.997C66.2999%2014.6856%2070.2038%2010.1979%2073.1392%205.24123C73.5774%204.49872%2072.9563%202.87198%2072.7022%202.13523C72.6037%201.84548%2072.0304%200.102663%2071.5919%200.607721C68.3277%204.36114%2065.4573%208.44694%2062.182%2012.1936C58.9066%2015.9402%2055.3853%2019.6132%2051.7737%2023.1085C44.5281%2030.0855%2036.6188%2036.2822%2028.3682%2042.0103C26.082%2043.5985%2023.7915%2045.1688%2021.4433%2046.6579C19.0952%2048.1471%2016.6054%2049.9935%2014.0141%2051.3419C13.4563%2051.6287%2014.5078%2054.3676%2014.7889%2054.2332L14.7957%2054.2221Z'%20fill='%2327272E'/%3e%3cpath%20d='M28.4268%2056.5237C22.3913%2055.1792%2016.2399%2054.3379%2010.1361%2053.4185L12.1989%2060.3029C14.4473%2054.1154%2016.1563%2047.5832%2016.9313%2041.0392C17.1379%2039.26%2016.4665%2037.1893%2015.7983%2035.5644C15.5718%2035.0206%2014.4849%2032.8032%2014.2411%2034.468C13.2871%2040.9792%2011.9693%2047.3218%209.95992%2053.5941C9.56955%2054.8096%2010.101%2056.458%2010.448%2057.6189C10.6117%2058.178%2011.1956%2060.5548%2012.0228%2060.4785C17.8064%2059.9549%2023.5895%2060.0586%2029.3928%2060.167C29.7377%2060.1787%2029.2006%2056.6977%2028.4157%2056.5168L28.4268%2056.5237Z'%20fill='%2327272E'/%3e%3c/svg%3e") center/contain no-repeat;top:55px;right:-70px;width:60px;height:60px;z-index:4;pointer-events:none}.our_values__qualities-item.value-honesty .txt:after{content:"";position:absolute;background:url("data:image/svg+xml,%3csvg%20width='82'%20height='79'%20viewBox='0%200%2082%2079'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.6883%2070.8082C25.3868%2069.0121%2027.274%2067.4081%2028.9775%2065.5999C30.681%2063.7918%2032.3028%2061.8575%2033.8904%2059.9373C36.974%2056.2143%2039.7961%2052.2193%2042.3962%2048.1457C47.7942%2039.6777%2052.3827%2030.6735%2056.0041%2021.3078C58.0793%2015.9322%2060.122%2010.3802%2061.241%204.71839C61.4312%203.77158%2060.761%202.52916%2060.3367%201.71496C60.2354%201.51695%2059.226%20-0.235141%2059.007%200.374052C57.3449%204.98091%2056.0544%209.71467%2054.3184%2014.3119C52.5824%2018.9092%2050.5424%2023.6413%2048.3599%2028.1724C43.9716%2037.3239%2038.6644%2045.9643%2032.8396%2054.2682C31.2331%2056.5556%2029.6025%2058.833%2027.8977%2061.0511C26.1013%2063.3866%2024.4505%2065.882%2022.4623%2068.0667C21.9614%2068.6219%2023.5776%2070.9035%2023.6677%2070.8066L23.6883%2070.8082Z'%20fill='%2327272E'/%3e%3cpath%20d='M37.8694%2067.8982C34.8544%2068.2881%2031.8594%2068.7995%2028.8753%2069.3863C25.8912%2069.9731%2022.9157%2070.5564%2019.9507%2071.1653L23.0669%2077.2441C22.9965%2070.5831%2022.2581%2063.8271%2020.7298%2057.3357C20.2908%2055.4892%2019.5493%2053.5871%2018.4117%2052.0574C18.2311%2051.8121%2017.7368%2051.0466%2017.3559%2051.2131C16.975%2051.3796%2017.2173%2052.3584%2017.2604%2052.5604C18.6331%2058.916%2019.5376%2065.2742%2019.7935%2071.7791C19.8416%2073.0873%2020.5225%2074.5749%2021.1179%2075.7082C21.3135%2076.0872%2022.288%2078.1432%2022.9011%2077.8614C24.2791%2077.2054%2025.6089%2076.5293%2027.0271%2075.9468C28.3684%2075.3958%2029.7152%2074.8824%2031.0705%2074.3656C33.8309%2073.3315%2036.6123%2072.3487%2039.3902%2071.3573C39.8706%2071.1899%2038.5839%2067.8144%2037.8694%2067.8982Z'%20fill='%2327272E'/%3e%3c/svg%3e") center/contain no-repeat;top:20px;right:-50px;width:60px;height:60px;z-index:4;pointer-events:none}.our_values__qualities-item.value-curiosity{position:relative;top:35px;right:10px}.our_values__qualities-item.value-curiosity:before{content:"";position:absolute;background:url("data:image/svg+xml,%3csvg%20width='182'%20height='150'%20viewBox='0%200%20182%20150'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.84523%204.46252C3.10742%2022.9928%201.78633%2041.5373%200.970619%2060.1171C0.163778%2078.5061%20-0.137652%2096.9163%200.057409%20115.319C0.110607%20120.533%200.199261%20125.747%200.32339%20130.967C0.44752%20136.188%200.704669%20141.395%200.624871%20146.608C0.607138%20147.908%201.57353%20150.042%203.56847%20149.999C5.56341%20149.957%206.45007%20147.767%206.30821%20146.495C5.26197%20137.29%205.12009%20127.979%204.84523%20118.739C4.57037%20109.498%204.42852%20100.463%204.41078%2091.3212C4.37532%2072.9251%204.84524%2054.529%205.85601%2036.1541C6.42346%2025.9105%207.0796%2015.674%207.98397%205.44451C8.0549%204.63915%207.93073%203.38872%206.7781%203.05668C5.723%202.75291%204.90734%203.73487%204.83641%204.46252H4.84523Z'%20fill='%2327272E'/%3e%3cpath%20d='M9.3693%204.34924C19.955%204.854%2030.5664%204.7979%2041.1714%204.74182C51.2121%204.68573%2061.2593%204.59695%2071.3%204.4988C81.5331%204.39598%2091.7598%204.31653%20101.993%204.32588C113.278%204.33055%20124.556%204.45206%20135.834%204.66705C148.863%204.91476%20161.878%205.32138%20174.888%205.87288C175.779%205.91027%20176.677%205.94766%20177.568%205.98972C178.517%206.03179%20179.337%205.93829%20180.274%205.82613C181.447%205.68124%20181.921%204.84465%20181.992%204.05479C182.056%203.34906%20181.755%202.11518%20180.62%201.87682C179.658%201.67585%20178.754%201.47022%20177.754%201.42816C176.856%201.39077%20175.965%201.35339%20175.067%201.32067C173.31%201.25057%20171.547%201.18046%20169.784%201.11503C166.379%200.988835%20162.975%200.871992%20159.57%200.764496C153.178%200.563526%20146.785%200.399922%20140.386%200.273732C128.922%200.0493926%20117.452%20-0.0253905%20105.987%200.00732563C95.6325%200.035368%2085.2776%200.156901%2074.9227%200.315808C64.8947%200.465367%2054.8732%200.671%2044.8453%200.829907C34.3621%200.993487%2023.8854%201.09164%2013.4087%201.33C12.0302%201.36272%2010.6516%201.42815%209.27311%201.47956C7.50347%201.54499%207.6189%204.27912%209.3693%204.36325V4.34924Z'%20fill='%2327272E'/%3e%3c/svg%3e") center/contain no-repeat;top:-10px;left:-40px;width:260px;height:200px;z-index:-1;pointer-events:none}.our_values__qualities-item.value-curiosity:after{content:"";position:absolute;background:url("data:image/svg+xml,%3csvg%20width='90'%20height='83'%20viewBox='0%200%2090%2083'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.710596%2062.6975C5.48866%2058.7944%2010.1815%2054.7749%2015.2153%2051.1829C19.9827%2047.7815%2025.0933%2044.7987%2030.3141%2042.1383C40.6616%2036.8512%2051.6397%2032.5871%2062.9084%2029.7182C69.1361%2028.1363%2075.5882%2026.8007%2082.0032%2026.3409C82.6729%2026.2886%2081.8926%2029.5779%2081.8123%2029.8625C81.6048%2030.6198%2081.1616%2032.8223%2080.1694%2032.9847C74.492%2033.923%2068.8121%2034.7561%2063.1978%2036.0527C57.6036%2037.3449%2052.0567%2038.8296%2046.611%2040.6727C41.1653%2042.5157%2035.9417%2044.6138%2030.7878%2047.0054C25.6339%2049.3969%2020.7649%2052.0972%2015.8175%2054.8066C10.4201%2057.7561%205.07663%2060.8714%200.280597%2064.732C0.0523288%2064.9226%200.192356%2063.9772%200.203505%2063.9324C0.277004%2063.5605%200.39952%2062.9532%200.710596%2062.6975Z'%20fill='%2327272E'/%3e%3cpath%20d='M69.2219%2013.2916C70.0237%2013.1675%2070.8985%2014.2036%2071.4882%2014.7025C72.1093%2015.2282%2072.7416%2015.7471%2073.3761%2016.2572C74.7572%2017.3622%2076.1786%2018.4201%2077.6179%2019.4444C80.5458%2021.5243%2083.5205%2023.4541%2086.6384%2025.2292C87.5485%2025.7411%2086.6938%2028.6026%2086.5332%2029.2479C86.1519%2030.7806%2085.6994%2032.6761%2084.5471%2033.8266C78.2328%2040.1171%2072.5621%2047.0341%2067.6156%2054.4454C66.5668%2056.0213%2066.691%2052.9971%2066.7622%2052.558C67.0557%2050.6133%2067.5909%2048.4622%2068.709%2046.7988C73.8769%2039.0715%2079.7937%2031.8921%2086.3518%2025.3101L84.2604%2033.9076C81.1846%2031.7337%2078.1623%2029.3829%2075.3907%2026.8279C74.0139%2025.5527%2072.6661%2024.237%2071.3631%2022.8945C70.0601%2021.5519%2068.1768%2020.0555%2067.6931%2018.2886C67.4435%2017.3794%2067.7961%2016.2299%2068.0684%2015.3649C68.2403%2014.8271%2068.5567%2013.4021%2069.2309%2013.2938L69.2219%2013.2916Z'%20fill='%2327272E'/%3e%3c/svg%3e") center/contain no-repeat;top:-30px;right:-70px;width:80px;height:80px;z-index:4;pointer-events:none;transform:rotate(10deg)}.our_values__qualities-item.value-curiosity .ttl{position:relative}.our_values__qualities-item.value-curiosity .ttl:after{display:none}.our_values__qualities-item.value-ownership{position:relative;bottom:160px;margin-bottom:20px;display:flex;flex-direction:column;align-items:center;text-align:center}.our_values__qualities-item.value-ownership:before{content:"";position:absolute;background:url(/assets/circling-DvixHFLf.svg) center/contain no-repeat;top:50%;left:50%;transform:translate(-50%,-50%);width:340px;height:260px;z-index:-1;pointer-events:none}.our_values__qualities-item.value-ownership{padding:36px 36px 32px}.our_values__qualities-item.value-ownership .ttl{position:relative;text-align:center}.our_values__qualities-item.value-ownership:after{content:"";display:none}.our_values__qualities-item.value-action{position:relative;bottom:45px}.our_values__qualities-item.value-action:after{content:"";position:absolute;background:url("data:image/svg+xml,%3csvg%20width='97'%20height='100'%20viewBox='0%200%2097%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.91501%2033.7788C8.05708%2034.3612%2014.2203%2034.801%2020.3256%2035.7845C26.1074%2036.7164%2031.8391%2038.1872%2037.4225%2039.9648C48.4987%2043.4777%2059.3044%2048.1616%2069.336%2054.0421C74.8776%2057.2947%2080.4055%2060.8799%2085.2915%2065.0622C85.8046%2065.4957%2082.9375%2067.2868%2082.6803%2067.4328C82.0004%2067.8256%2080.137%2069.0806%2079.3171%2068.4987C74.6194%2065.1752%2069.9939%2061.7753%2065.0892%2058.7511C60.202%2055.7379%2055.213%2052.8949%2050.0441%2050.3778C44.8753%2047.8608%2039.6851%2045.6813%2034.3383%2043.7595C28.9914%2041.8377%2023.6301%2040.3358%2018.2067%2038.7852C12.2944%2037.0891%206.30404%2035.5489%200.179098%2034.9235C-0.117283%2034.8987%200.646868%2034.3247%200.686299%2034.3006C1.00002%2034.0878%201.514%2033.742%201.91501%2033.7788Z'%20fill='%2327272E'/%3e%3cpath%20d='M85.3738%2046.7965C86.0313%2047.2718%2085.9252%2048.6237%2085.994%2049.393C86.0662%2050.2035%2086.1511%2051.0171%2086.2439%2051.8259C86.4495%2053.5826%2086.7169%2055.3342%2087.0206%2057.0745C87.641%2060.6119%2088.4004%2064.0756%2089.3703%2067.5298C89.6577%2068.5336%2087.0384%2069.9681%2086.4706%2070.3142C85.1221%2071.1363%2083.4677%2072.1664%2081.8395%2072.1747C72.9266%2072.2105%2064.0311%2073.1443%2055.3032%2074.9386C53.4495%2075.3223%2055.6637%2073.2586%2056.023%2072.9963C57.5987%2071.8194%2059.4914%2070.6656%2061.4559%2070.2684C70.5634%2068.405%2079.8183%2067.4575%2089.1095%2067.3858L81.5786%2072.0308C80.919%2068.3226%2080.4218%2064.5261%2080.2464%2060.7606C80.1635%2058.8857%2080.1297%2057.0026%2080.1466%2055.1318C80.1636%2053.261%2079.8759%2050.8727%2080.7739%2049.2761C81.2354%2048.4539%2082.2942%2047.8842%2083.0959%2047.4604C83.5962%2047.1986%2084.823%2046.4075%2085.3786%2046.8044L85.3738%2046.7965Z'%20fill='%2327272E'/%3e%3c/svg%3e") center/contain no-repeat;top:55px;right:-90px;width:70px;height:70px;z-index:4;pointer-events:none}.our_values__qualities-item.value-action .txt:after{content:"✗";position:absolute;bottom:-20px;right:0;width:23px;height:23px;font-size:2rem;color:#000;font-weight:700}.our_values__qualities-item.value-performance{position:relative;top:35px}.our_values__qualities-item.value-performance .ttl{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:0;line-height:1.1}.our_values__qualities-item.value-performance .ttl:after{content:"";position:absolute;top:1%;transform:translateY(-50%);right:154px;width:28px;height:30px;background:url("data:image/svg+xml,%3csvg%20width='28'%20height='30'%20viewBox='0%200%2028%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M22.3314%2025.7686C21.8234%2023.6813%2020.752%2021.7879%2019.7637%2019.8853C18.7755%2017.9827%2017.7873%2016.2001%2016.7344%2014.3991C14.5916%2010.7509%2012.3196%207.17661%209.87207%203.72236C8.84688%202.28155%207.76623%204.23959%207.57227%205.18166C7.23978%206.76101%207.19365%209.19009%208.32044%2010.5201C10.7957%2013.4479%2013.1139%2016.4957%2015.2474%2019.6729C16.2541%2021.1691%2017.2239%2022.6838%2018.1475%2024.2354C19.1265%2025.8702%2019.8839%2027.8005%2021.3062%2029.1028C21.7772%2029.5369%2022.239%2028.5209%2022.3221%2028.2715C22.5807%2027.468%2022.5346%2026.5813%2022.3406%2025.7686H22.3314Z'%20fill='%2327272E'/%3e%3cpath%20d='M22.9964%204.51691C19.459%207.09374%2016.0141%209.77215%2012.4767%2012.349C10.8696%2013.5219%209.23481%2014.6487%207.57233%2015.7293C5.72514%2016.93%203.77641%2017.9922%201.96616%2019.239C0.155912%2020.4859%200.793197%2027.6714%203.00983%2026.4523C6.74115%2024.4019%2010.1492%2021.4926%2013.4095%2018.7587C16.9653%2015.7848%2020.3457%2012.6168%2023.7076%209.43044C24.5203%208.66386%2024.5665%207.30613%2024.4095%206.26246C24.3356%205.78219%2023.8553%203.87962%2022.9871%204.50766L22.9964%204.51691Z'%20fill='%2327272E'/%3e%3cpath%20d='M18.5908%200.00924497H18.4337C18.2028%200.0369528%2018.0182%200.157025%2017.8981%200.360216C16.0417%203.75905%2014.8502%207.53651%2013.5295%2011.1662C12.2087%2014.796%2010.6663%2018.6936%209.44718%2022.5173C8.92073%2024.189%208.79144%2026.1932%209.57649%2027.8187C10.1953%2029.0933%2011.3498%2029.1949%2011.8947%2027.7633C13.4556%2023.6163%2014.7024%2019.3401%2016.0786%2015.1285C16.7898%2012.9673%2017.4732%2010.7968%2018.1382%208.61716C18.8494%206.30817%2019.7176%203.92526%2019.4867%201.47773C19.4405%201.04364%2019.1911%200.00923595%2018.5908%200V0.00924497Z'%20fill='%2327272E'/%3e%3cpath%20d='M26.7183%2015.0085C24.5571%2014.3619%2022.5067%2013.4753%2020.3732%2012.7549C18.2397%2012.0345%2016.1801%2011.3972%2014.0465%2010.8245C11.913%2010.2519%209.76108%209.73474%207.59987%209.30989C6.59315%209.1067%205.57721%208.9312%204.55201%208.77419C3.38828%208.59871%202.02134%208.14615%201.07004%209.01433C0.229569%209.77168%200.044884%2010.9723%200.00794017%2012.0529C-0.0290036%2013.1335%200.0448592%2014.833%200.848387%2015.6457C1.42102%2016.2184%201.73506%2016.4954%202.54783%2016.597C3.12969%2016.6709%203.72076%2016.6525%204.30263%2016.6802C5.31858%2016.7263%206.33452%2016.791%207.34123%2016.8833C9.49321%2017.068%2011.6452%2017.3544%2013.7787%2017.6869C15.9122%2018.0193%2018.0272%2018.3796%2020.1607%2018.7213C22.2942%2019.0631%2024.4278%2019.257%2026.5428%2019.6911C27.7712%2019.9405%2027.919%2015.3687%2026.6998%2015.0085H26.7183Z'%20fill='%2327272E'/%3e%3c/svg%3e") center/contain no-repeat}.our_values__qualities-item.value-performance .ttl-suffix{display:block;margin-top:2px}.our_values__qualities-item.value-performance .txt{max-width:100%}.page-template-page-our-teams .our_values__main-right-img:after{content:"";width:300px;height:300px;top:-60px;right:-60px;position:absolute;z-index:-1;background:url(../assets/images/Dot_BG-repeat.png) repeat}.page-template-page-our-teams .our_values__main-right-img-wrap{color:#fc6965}.page-template-page-our-teams .our_values__main-right-img-wrap svg{transform:scale(1.5)}.page-template-page-our-teams .our_values__main-right-text{color:#383838;margin:25px 0 0}.page-template-page-our-teams .our_values-list{padding:25px 0;margin:30px 0;position:relative;display:flex;justify-content:space-between;flex-wrap:wrap}.page-template-page-our-teams .our_values-list__item:hover .our_values-list__item-main-img,.page-template-page-our-teams .our_values-list__item.active .our_values-list__item-main-img{color:#fff;background:#fc6965cc}.page-template-page-our-teams .our_values-list__item-main{display:flex;flex-direction:column;text-align:center;position:relative;max-width:200px;margin:0 auto;z-index:9}.page-template-page-our-teams .our_values-list__item-main-img{height:200px;width:200px;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-transition:all ease-out .5s;-moz-transition:all ease-out .5s;-o-transition:all ease-out .5s;transition:all ease-out .5s}.page-template-page-our-teams .our_values-list__item-main strong{font-size:2rem;display:block;margin:20px 0 0;text-transform:uppercase;color:#fff;-webkit-transition:all ease-out .2s;-moz-transition:all ease-out .2s;-o-transition:all ease-out .2s;transition:all ease-out .2s}.page-template-page-our-teams .our_values-list__item-text-hidden{display:none}.page-template-page-our-teams .our_values .text-block h2{font-size:7rem;font-weight:900}@media (max-width: 1600px){.our_values.section{padding:100px 80px 50px}.our_values__bg{max-width:82%}}@media (max-width: 1200px){.our_values.section{padding:100px 60px 50px}.our_values__bg{max-width:85%}}@media (max-width: 1024px){.our_values.section{padding:100px 40px 50px}.our_values__bg{max-width:100%;padding:50px 35px}}@media (max-width: 767px){.our_values__bg{padding-bottom:60px}}@media (max-width: 767px){.our_values__bg:after{width:75px;height:62px;top:48%;right:29px}}@media (max-width: 767px){.our_values__bg-ttl{min-width:420px;top:40px}}@media (max-width: 767px){.our_values__bg-ttl.top{top:-15px}}@media (max-width: 767px){.our_values__bg-text{display:flex;flex-direction:column;justify-content:space-evenly;font-size:10rem;top:160px;transform:translate(-50%);letter-spacing:-12px;line-height:1.3;width:315px;height:80%}}@media (max-width: 767px){.our_values__bg-text .values-stroke:before{display:none}}@media (max-width: 767px){.our_values__bg-subtext{font-size:3rem;font-weight:700;width:290px;bottom:45px}}@media (max-width: 1024px){.our_values__qualities-item.value-passion{left:30px}}@media (max-width: 1199px){.our_values__qualities-item.value-ownership:after{top:-15px;right:-65px;width:70px;height:70px}}@media (max-width: 1024px){.our_values__qualities-item.value-ownership:after{display:none}}@media (max-width: 1199px){.our_values__qualities-item.value-action:after{right:-65px;width:70px;height:70px}}@media (max-width: 1024px){.our_values__qualities-item.value-action:after{display:none}}@media (max-width: 767px){.our_values__qualities.top{flex-direction:column-reverse;align-items:center;gap:20px}}@media (max-width: 767px){.our_values__qualities.top{margin-top:100px;flex-direction:column-reverse;align-items:center}}@media (max-width: 767px){.our_values__qualities.bottom{flex-direction:column;align-items:center}}@media (max-width: 1024px){.page-template-page-our-teams .our_values{background-size:cover}}@media (max-width: 991px){.page-template-page-our-teams .our_values__main{flex-direction:column}}@media (max-width: 991px){.page-template-page-our-teams .our_values__main-h2{text-align:center}}@media (max-width: 1024px){.page-template-page-our-teams .our_values__main-left{padding-right:80px}}@media (max-width: 991px){.page-template-page-our-teams .our_values__main-left{padding-right:0;order:2}}@media (max-width: 991px){.page-template-page-our-teams .our_values__main-right{max-width:unset;order:1}}@media (max-width: 991px){.page-template-page-our-teams .our_values__main-right-img{margin:50px auto 0}}@media (max-width: 991px){.page-template-page-our-teams .our_values__main-right-text{text-align:center}}@media (max-width: 991px){.page-template-page-our-teams .our_values__main-right-text-ttl{font-size:4rem}}@media (max-width: 575px){.page-template-page-our-teams .our_values__main-right-text-ttl{font-size:3.5rem}}@media (max-width: 499px){.page-template-page-our-teams .our_values__main-right-text-ttl{font-size:3rem}}@media (max-width: 991px){.page-template-page-our-teams .our_values__main-right-text-description{min-height:200px}}@media (max-width: 767px){.page-template-page-our-teams .our_values__main-right-text-description{min-height:175px;font-size:2rem}}@media (max-width: 1024px){.page-template-page-our-teams .our_values-list{margin:0;justify-content:space-around}}@media (max-width: 1024px){.our_values.section{padding:80px 32px 40px}.our_values__bg{max-width:100%;padding:40px 32px 56px;border-radius:48px}.our_values__bg-text{font-size:140px;width:520px}.our_values__divider-img{width:80%}.our_values__qualities{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:40px;row-gap:32px;padding:0 32px}.our_values__qualities.top{margin-top:120px}.our_values__qualities.bottom{margin-top:140px;margin-bottom:80px}.our_values__qualities-item.value-passion,.our_values__qualities-item.value-honesty,.our_values__qualities-item.value-curiosity,.our_values__qualities-item.value-ownership,.our_values__qualities-item.value-action,.our_values__qualities-item.value-performance{top:0;bottom:0;left:0;right:0}.our_values__qualities-item.value-honesty:before,.our_values__qualities-item.value-honesty:after,.our_values__qualities-item.value-action:after{transform:scale(.8);right:-40px}}@media (max-width: 767px){.our_values.section{padding:64px 16px 32px}.our_values__bg{padding:32px 20px 56px;border-radius:32px}.our_values__bg-ttl{min-width:320px;top:40px}.our_values__bg-ttl.top{top:-10px}.our_values__bg-text{display:flex;flex-direction:column;justify-content:space-evenly;font-size:80px;top:150px;transform:translate(-50%);letter-spacing:-4px;line-height:200px;width:260px;height:auto}.our_values__bg-text .values-stroke:before{display:none}.our_values__bg-subtext{font-size:16px;font-weight:700;width:100%;bottom:32px;text-align:center}.our_values__smiley{display:none}.our_values__divider{top:52%;width:100%}.our_values__divider-img{width:100%}.our_values__qualities{grid-template-columns:1fr;row-gap:28px;column-gap:0;padding:0 12px}.our_values__qualities.top{margin-top:120px;margin-bottom:0}.our_values__qualities.bottom{margin-top:120px;margin-bottom:56px}.our_values__qualities.top .our_values__qualities-item,.our_values__qualities.bottom .our_values__qualities-item{justify-self:center;margin:0 auto;max-width:280px}.our_values__qualities-item{max-width:100%}.our_values__qualities-item .ttl{font-size:22px}.our_values__qualities-item .txt{font-size:14px}.our_values__qualities-item.value-passion,.our_values__qualities-item.value-honesty,.our_values__qualities-item.value-curiosity,.our_values__qualities-item.value-ownership,.our_values__qualities-item.value-action,.our_values__qualities-item.value-performance{top:0;bottom:0;left:0;right:0;padding:0}.our_values__qualities-item.value-ownership{margin-bottom:32px;padding:24px 16px;max-width:260px;margin-left:auto;margin-right:auto}.our_values__qualities-item.value-ownership:before{width:260px;height:200px;top:50%}}.work-from-everywhere{padding:52px 80px;background-color:var(--bg-color);text-align:center;position:relative}.work-container{max-width:80%;margin:0 auto;background:var(--bg-lime);border-radius:80px;padding:80px 60px;position:relative;box-shadow:0 0 30px #d6dce659}.work-droplet-icon{position:absolute;top:30px;right:30px;width:40px;height:40px;background:linear-gradient(135deg,#4fc3f7,#29b6f6);border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 4px 12px #4fc3f766}.work-droplet-icon:after{content:"+";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);color:#fff;font-size:20px;font-weight:300}.work-title{font-size:100px;font-weight:700;color:var(--text-white);letter-spacing:-.05em;line-height:110px;text-align:center}.work-globe{margin:0 auto;width:550px;height:550px;position:relative;display:flex;align-items:center;justify-content:center}.work-globe model-viewer{width:550px;height:550px}.globe-sphere{width:100%;height:100%;border-radius:50%;background:radial-gradient(circle at 30% 30%,#4caf50,#2e7d32,#1b5e20),radial-gradient(circle at 70% 70%,#2196f3,#1565c0,#0d47a1),linear-gradient(135deg,#4caf50,#2196f3);background-size:100% 100%,100% 100%,100% 100%;background-position:center;position:relative;box-shadow:0 0 60px #0f03,inset -20px -20px 60px #0000004d,inset 20px 20px 60px #ffffff1a;animation:rotate 20s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.globe-pin{position:absolute;width:8px;height:8px;background:var(--bg-lime);border-radius:50%;box-shadow:0 0 8px var(--bg-lime);animation:pulse 2s ease-in-out infinite}.globe-pin:nth-child(1){top:25%;left:35%;animation-delay:0s}.globe-pin:nth-child(2){top:30%;left:45%;animation-delay:.2s}.globe-pin:nth-child(3){top:40%;left:50%;animation-delay:.4s}.globe-pin:nth-child(4){top:50%;left:40%;animation-delay:.6s}.globe-pin:nth-child(5){top:55%;left:55%;animation-delay:.8s}.globe-pin:nth-child(6){top:60%;left:30%;animation-delay:1s}.globe-pin:nth-child(7){top:35%;left:60%;animation-delay:1.2s}.globe-pin:nth-child(8){top:45%;left:25%;animation-delay:1.4s}.globe-pin:nth-child(9){top:65%;left:50%;animation-delay:1.6s}.globe-pin:nth-child(10){top:20%;left:50%;animation-delay:1.8s}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}.work-quote{max-width:900px;margin:60px auto 0;font-size:24px;line-height:39px;color:#ffffffe6;font-style:normal;padding:0;background-color:transparent;border-radius:0;border-left:none;font-weight:300;letter-spacing:-.01em;text-align:center}.work-cta{max-width:900px;margin:0 auto;padding:0;background:transparent;border-radius:0;color:var(--primary-color)}.cta-title{font-size:clamp(48px,7vw,64px);font-weight:900;margin-bottom:30px;letter-spacing:-.04em;line-height:1.1}.cta-text{font-size:clamp(22px,3vw,28px);margin-bottom:56px;font-weight:400;letter-spacing:-.02em}.cta-buttons{display:flex;flex-direction:column;gap:24px;align-items:center}.cta-button{display:inline-flex;align-items:center;gap:16px;padding:0 0 10px;background-color:transparent;color:var(--primary-color);font-size:15px;font-weight:600;border-radius:0;transition:all .3s ease;border-bottom:2px solid var(--primary-color);text-transform:uppercase;letter-spacing:.12em}.cta-button:hover{transform:translateY(0);box-shadow:none;opacity:1;color:var(--accent-color);border-bottom-color:var(--accent-color)}.cta-button-secondary{display:inline-flex;align-items:center;gap:16px;padding:0 0 10px;background-color:transparent;color:var(--primary-color);font-size:15px;font-weight:600;border-radius:0;transition:all .3s ease;border-bottom:2px solid var(--primary-color);text-transform:uppercase;letter-spacing:.12em}.cta-button-secondary:hover{transform:translateY(0);box-shadow:none;opacity:1;color:var(--accent-color);border-bottom-color:var(--accent-color)}@media (max-width: 1600px){.work-from-everywhere{padding:52px 80px}.work-container{max-width:82%;padding:75px 55px;border-radius:75px}.work-title{font-size:clamp(90px,7vw,100px);line-height:105px}.work-globe{width:380px;height:380px}}@media (max-width: 1200px){.work-from-everywhere{padding:80px 60px 60px}.work-container{max-width:85%;padding:70px 50px;border-radius:70px}.work-title{font-size:clamp(64px,8vw,100px)}.work-globe{width:360px;height:360px}}@media (max-width: 1024px){.work-from-everywhere{padding:80px 40px 60px}.work-container{max-width:100%;padding:60px 40px;border-radius:60px}.work-title{font-size:clamp(56px,9vw,100px);line-height:1.1}.work-globe{width:320px;height:320px}}@media (max-width: 960px){.work-from-everywhere{padding:70px 32px 50px}.work-container{padding:54px 36px;border-radius:50px}.work-title{font-size:clamp(50px,8.5vw,90px);margin-bottom:50px}.work-globe{width:300px;height:300px}}@media (max-width: 768px){.work-from-everywhere{padding:60px 20px}.work-container{padding:48px 24px;border-radius:40px}.work-droplet-icon{top:16px;right:16px;width:28px;height:28px}.work-droplet-icon:after{font-size:16px}.work-title{font-size:clamp(36px,10vw,56px);line-height:1.1}.work-globe{width:240px;height:240px;margin:32px auto}.work-quote{margin-top:32px;font-size:clamp(16px,5vw,20px);line-height:1.6}.cta-title{font-size:clamp(32px,8vw,48px);margin-bottom:24px}.cta-text{font-size:clamp(18px,4vw,22px);margin-bottom:40px}.cta-buttons{gap:20px}.cta-button,.cta-button-secondary{font-size:13px;padding-bottom:8px}}@media (max-width: 640px){.work-from-everywhere{padding:50px 18px}.work-container{padding:44px 22px;border-radius:36px}.work-title{margin-bottom:28px;font-size:clamp(32px,11vw,44px)}.work-globe{width:220px;height:220px;margin:28px auto}.work-quote{margin-top:28px;font-size:clamp(15px,4.5vw,18px)}.cta-title{font-size:clamp(28px,9vw,40px);margin-bottom:22px}.cta-text{font-size:clamp(17px,3.5vw,20px);margin-bottom:36px}.cta-button,.cta-button-secondary{font-size:13px}}@media (max-width: 480px){.work-from-everywhere{padding:40px 16px}.work-container{padding:40px 20px;border-radius:32px}.work-droplet-icon{top:12px;right:12px;width:24px;height:24px}.work-droplet-icon:after{font-size:14px}.work-title{margin-bottom:24px;font-size:clamp(28px,12vw,40px)}.work-globe{width:200px;height:200px;margin:24px auto}.work-quote{margin-top:24px;font-size:14px;line-height:1.5}.cta-title{font-size:clamp(24px,10vw,36px);margin-bottom:20px}.cta-text{font-size:16px;margin-bottom:32px}.cta-button,.cta-button-secondary{font-size:12px}}@media (max-width: 360px){.work-from-everywhere{padding:35px 14px}.work-container{padding:36px 18px;border-radius:28px}.work-title{margin-bottom:20px;font-size:clamp(24px,13vw,36px)}.work-globe{width:180px;height:180px;margin:20px auto}.work-quote{font-size:13px}.cta-title{font-size:clamp(22px,11vw,32px)}.cta-text{font-size:15px}.cta-button,.cta-button-secondary{font-size:11px}}.careers{padding:40px 80px 80px;background-color:var(--bg-color);overflow:visible}.careers-shell{max-width:80%;margin:0 auto;border-radius:80px;padding:56px 77px 64px;box-shadow:0 0 30px #d6dce673;position:relative;overflow:visible}.careers-header{text-align:center;margin-bottom:56px}.careers-title{font-size:clamp(36px,5vw,52px);font-weight:700;color:var(--bg-lime-end);letter-spacing:-.03em;margin:0 0 16px}.careers-divider{display:block;width:48px;height:3px;background:var(--bg-lime-end);margin:0 auto 16px;border-radius:2px}.careers-subtitle{font-size:18px;line-height:1.5;color:#6b7280;margin:0;font-weight:400}.careers-main{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.careers-why-title,.careers-openings-title{font-size:clamp(22px,2.5vw,28px);font-weight:700;color:var(--bg-lime-end);letter-spacing:-.02em;margin:0 0 20px}.careers-why-text{font-size:16px;line-height:1.65;color:#4b5563;margin:0 0 24px}.careers-benefits{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.careers-benefits li{font-size:16px;line-height:1.6;color:#4b5563;padding-left:20px;position:relative}.careers-benefits li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:var(--bg-lime-end)}.careers-openings{background:#fff;border-radius:24px;padding:36px 32px;box-shadow:0 0 20px #d6dce68c,0 4px 16px #d6dce64d;border:1px solid rgba(38,103,255,.06)}.careers-jobs{display:flex;flex-direction:column;gap:16px}.careers-job-card{background:#f5f7fa;border-radius:16px;padding:24px 28px}.careers-job-title{font-size:18px;font-weight:700;color:var(--text-color);margin:0 0 8px;letter-spacing:-.01em}.careers-job-skills{font-size:15px;line-height:1.5;color:#6b7280;margin:0 0 16px}.careers-apply-link{display:inline-block;font-size:15px;font-weight:700;color:var(--bg-lime-end);transition:opacity .3s ease}.careers-apply-link:hover{opacity:.75}@media (max-width: 1600px){.careers-shell{max-width:82%;padding:54px 68px 60px;border-radius:70px}}@media (max-width: 1200px){.careers{padding:32px 60px 60px}.careers-shell{max-width:85%;padding:52px 60px 56px}.careers-main{gap:40px}}@media (max-width: 1024px){.careers{padding:28px 40px 50px}.careers-shell{max-width:100%;padding:48px 40px 52px;border-radius:40px}.careers-header{margin-bottom:40px}.careers-main{grid-template-columns:1fr;gap:36px}}@media (max-width: 960px){.careers-shell{padding:44px 36px 48px;border-radius:36px}}@media (max-width: 768px){.careers{padding:24px 20px 40px}.careers-shell{padding:40px 24px 44px;border-radius:32px}.careers-openings{padding:28px 24px}.careers-job-card{padding:20px 22px}}@media (max-width: 480px){.careers{padding:20px 16px 36px}.careers-shell{padding:32px 20px 36px;border-radius:28px}.careers-subtitle{font-size:16px}}@media (max-width: 360px){.careers{padding:16px 14px 32px}}.technologies{padding:40px 80px;background-color:var(--bg-color);overflow:visible}.technologies-shell{max-width:80%;margin:0 auto;border-radius:80px;padding:56px 77px 64px;box-shadow:0 0 30px #d6dce673;position:relative;overflow:visible}.technologies-header{text-align:center;margin-bottom:48px}.technologies-title{font-size:clamp(36px,5vw,52px);font-weight:700;color:var(--bg-lime-end);letter-spacing:-.03em;margin:0 0 16px}.technologies-divider{display:block;width:48px;height:3px;background:var(--bg-lime-end);margin:0 auto 16px;border-radius:2px}.technologies-subtitle{font-size:18px;line-height:1.5;color:#6b7280;margin:0;font-weight:400}.technologies-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;padding:12px 8px;overflow:visible}.technology-card{background:#fff;border-radius:16px;padding:28px 16px;box-shadow:0 0 20px #d6dce68c,0 4px 16px #d6dce64d;border:1px solid rgba(38,103,255,.06);display:flex;align-items:center;justify-content:center;text-align:center;min-height:88px;transition:transform .3s ease,box-shadow .3s ease}.technology-card:hover{transform:translateY(-4px);box-shadow:0 0 28px #2667ff2e,0 8px 24px #2667ff1f}.technology-name{font-size:clamp(15px,1.4vw,18px);font-weight:700;color:var(--text-color);letter-spacing:-.01em;line-height:1.3}@media (max-width: 1600px){.technologies-shell{max-width:82%;padding:54px 68px 60px;border-radius:70px}}@media (max-width: 1200px){.technologies{padding:32px 60px}.technologies-shell{max-width:85%;padding:52px 60px 56px}.technologies-grid{grid-template-columns:repeat(3,1fr);gap:18px}}@media (max-width: 1024px){.technologies{padding:28px 40px}.technologies-shell{max-width:100%;padding:48px 40px 52px;border-radius:40px}.technologies-header{margin-bottom:40px}.technologies-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 960px){.technologies-shell{padding:44px 36px 48px;border-radius:36px}}@media (max-width: 768px){.technologies{padding:24px 20px}.technologies-shell{padding:40px 24px 44px;border-radius:32px}.technologies-grid{grid-template-columns:repeat(2,1fr);gap:16px}.technology-card{padding:24px 14px;min-height:76px}}@media (max-width: 480px){.technologies{padding:20px 16px}.technologies-shell{padding:32px 20px 36px;border-radius:28px}.technologies-subtitle{font-size:16px}}@media (max-width: 360px){.technologies{padding:16px 14px}.technologies-grid{grid-template-columns:1fr}}.footer{background-color:#f6f9fc;color:#212b3f;padding:130px 80px 0;position:relative;margin:0;overflow-x:hidden}.footer-cta-section{max-width:80%;margin:0 auto 80px;text-align:center;position:relative}.footer-droplet-icon{position:absolute;top:0;right:0;width:36px;height:36px;background:linear-gradient(135deg,#4fc3f7,#29b6f6);border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 4px 12px #4fc3f766}.footer-droplet-icon:after{content:"+";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);color:#fff;font-size:18px;font-weight:300}.footer-cta-title{font-size:45px;font-weight:900;margin-bottom:45px;color:#212b3f;letter-spacing:-.04em;line-height:1.1}.footer-cta-highlight{color:var(--bg-lime)}.footer-cta-text{font-size:18px;margin-bottom:140px;color:#5a6877;font-weight:400;letter-spacing:-.01em}.footer-buttons{display:flex;justify-content:center;align-items:center;gap:80px;flex-wrap:nowrap}.footer-btn-inactive{min-width:260px;padding:24px 56px;background-color:#a2abbe;color:#afc0cf;border:none;border-radius:999px;font-size:18px;font-weight:700;cursor:pointer;letter-spacing:-.01em;white-space:nowrap;height:110px;display:flex;align-items:center;justify-content:center}.footer-btn-careers{min-width:260px;padding:24px 56px;background-color:transparent;color:var(--text-color);border:2px solid var(--bg-lime-end);border-radius:999px;font-size:22px;font-weight:700;text-decoration:none;transition:all .3s ease;letter-spacing:-.01em;white-space:nowrap;height:110px;display:flex;align-items:center;justify-content:center}.footer-btn-contact{min-width:260px;padding:24px 56px;background:var(--bg-lime);color:var(--text-white);border:none;border-radius:999px;font-size:18px;font-weight:700;text-decoration:none;transition:all .3s ease;letter-spacing:-.01em;white-space:nowrap;height:110px;display:flex;align-items:center;justify-content:center}.footer-social-section{max-width:80%;margin:134px auto 40px;text-align:center}.footer-social-text{font-size:18px;line-height:30px;color:var(--text-color);font-weight:400;margin-bottom:36px;letter-spacing:-.01em}.footer-social-icons{display:flex;justify-content:center;gap:12px;align-items:center}.social-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--bg-lime-end);text-decoration:none;transition:color .3s ease}.social-icon svg{width:24px;height:24px}.social-icon:hover{color:var(--bg-lime)}.footer-nav{max-width:80%;margin:0 auto 138px;display:flex;justify-content:center;gap:104px;align-items:center}.footer-nav-link{font-size:18px;color:var(--text-color);font-weight:400;text-decoration:none;transition:color .3s ease;letter-spacing:-.01em}.footer-nav-link.active{color:var(--text-color);font-weight:600;text-decoration:underline;text-decoration-color:var(--bg-lime-end);text-underline-offset:4px}.footer-body{position:relative;margin:0 -80px;padding:48px 80px 0;border-top:1px solid #dce3ed;font-family:"Open Sans",var(--font-family);color:#212b3f}.footer-main{width:100%;max-width:80%;margin:0 auto;padding-bottom:40px}.footer-info{display:flex;justify-content:space-between;align-items:flex-start;gap:32px;width:100%}.footer-info__left{display:flex;flex-direction:column;gap:24px;flex:0 1 auto;max-width:400px}.footer-info__tagline{font-family:"Open Sans",var(--font-family);font-size:clamp(28px,2.8vw,36px);font-weight:700;color:#212b3f;letter-spacing:-.02em;line-height:1.2;margin:0}.footer-info__legal-list{list-style:none;margin:0;padding:0}.footer-info__legal-list li{margin:0}.footer-info__legal-list a{display:inline-block;font-size:14px;color:#7b8798;font-weight:400;text-decoration:none;transition:color .3s ease;letter-spacing:0;line-height:1.7}.footer-info__legal-list a:hover{color:#212b3f;opacity:1}.footer-info__right{flex:0 1 auto;text-align:left;max-width:460px}.footer-office{font-family:"Open Sans",var(--font-family);font-size:14px;line-height:1.5;color:#7b8798}.footer-office__title{font-size:18px;font-weight:700;color:#212b3f;margin:0 0 12px;letter-spacing:-.01em;line-height:1.3}.footer-office__address{font-size:14px;font-weight:400;color:#7b8798;line-height:1.45;font-style:normal;text-transform:uppercase;letter-spacing:.01em;margin:0 0 16px}.footer-office__detail{font-size:14px;color:#7b8798;line-height:1.5;margin:0 0 8px}.footer-office__detail:last-child{margin-bottom:0}.footer-office__detail strong,.footer-office__detail--emphasis strong{color:#212b3f;font-weight:700}.footer-office__detail a{color:#212b3f;text-decoration:none}.footer-office__detail a:hover{opacity:.8}.footer-office__entity{margin-top:20px}.footer-office__entity .footer-office__detail{margin-bottom:0;line-height:1.45}.footer-office__company{font-size:14px;font-weight:700;color:#212b3f;margin:0 0 4px;line-height:1.45;letter-spacing:0}.footer-bottom{position:relative;z-index:2;border-top:1px solid #dce3ed;margin:0 -80px;padding:20px 80px 28px;background-color:transparent}.footer-bottom__inner{width:100%;max-width:80%;margin:0 auto}.footer-bottom__copyright{font-family:"Open Sans",var(--font-family);font-size:12px;color:#7b8798;font-weight:400;letter-spacing:0;line-height:1.7;margin:0;text-align:center}@media (max-width: 1600px){.footer{padding:130px 80px 0}.footer-cta-section{max-width:82%}.footer-cta-title{font-size:clamp(40px,5vw,45px)}.footer-buttons{gap:60px}.footer-btn-inactive,.footer-btn-careers,.footer-btn-contact{min-width:250px;height:105px;font-size:18px}.footer-social-section{max-width:82%}.footer-nav{max-width:82%;gap:90px}.footer-main,.footer-bottom__inner{max-width:82%}}@media (max-width: 1200px){.footer{padding:120px 60px 0}.footer-body{margin:0 -60px;padding:40px 60px 0}.footer-main,.footer-bottom__inner{max-width:85%}.footer-bottom{margin:0 -60px;padding:20px 60px 28px}.footer-cta-section{max-width:85%}.footer-cta-title{font-size:clamp(38px,5.5vw,45px)}.footer-buttons{gap:40px}.footer-btn-inactive,.footer-btn-careers,.footer-btn-contact{min-width:240px;height:100px;font-size:17px}}@media (max-width: 1024px){.footer{padding:100px 40px 0}.footer-body{margin:0 -40px;padding:36px 40px 0}.footer-main,.footer-bottom__inner{max-width:100%}.footer-info{gap:24px}.footer-bottom{margin:0 -40px;padding:20px 40px 28px}.footer-cta-section{max-width:100%}.footer-cta-title{font-size:clamp(32px,6vw,45px)}.footer-buttons{gap:24px;flex-wrap:wrap}.footer-btn-inactive,.footer-btn-careers,.footer-btn-contact{min-width:200px;height:80px;font-size:16px}}@media (max-width: 960px){.footer{padding:90px 32px 0}.footer-body{margin:0 -32px;padding:32px 32px 0}.footer-bottom{margin:0 -32px;padding:20px 32px 28px}.footer-cta-title{font-size:clamp(30px,5.5vw,42px);margin-bottom:38px}.footer-cta-text{font-size:17px;margin-bottom:120px}.footer-buttons{gap:20px}.footer-btn-inactive,.footer-btn-careers,.footer-btn-contact{min-width:180px;height:75px;font-size:15px}}@media (max-width: 768px){.footer{padding:80px 20px 0}.footer-cta-section{margin-bottom:60px;max-width:100%}.footer-cta-title{font-size:clamp(28px,8vw,40px);margin-bottom:30px}.footer-cta-text{font-size:16px;margin-bottom:80px}.footer-buttons{flex-direction:column;gap:16px;align-items:stretch}.footer-btn-inactive,.footer-btn-careers,.footer-btn-contact{width:100%;max-width:100%;min-width:auto;height:70px;font-size:16px;padding:20px 32px}.footer-social-section{max-width:100%;margin:80px auto 30px}.footer-social-text{font-size:16px;margin-bottom:24px}.footer-nav{max-width:100%;padding:0;margin:0 auto 80px;flex-direction:column;gap:20px;align-items:center}.footer-nav-link{font-size:16px}.footer-body{margin:0 -20px;padding:28px 20px 0}.footer-main{max-width:100%}.footer-info{flex-direction:column;gap:32px}.footer-info__left,.footer-info__right{max-width:100%}.footer-bottom{margin:0 -20px;padding:20px 20px 24px}.footer-bottom__copyright{font-size:12px}}@media (max-width: 640px){.footer{padding:70px 18px 0}.footer-body{margin:0 -18px;padding:24px 18px 0}.footer-bottom{margin:0 -18px;padding:20px 18px 24px}.footer-cta-title{font-size:clamp(26px,7vw,32px);margin-bottom:24px}.footer-cta-text{font-size:15px;margin-bottom:70px}.footer-btn-inactive,.footer-btn-careers,.footer-btn-contact{height:65px;font-size:15px;padding:18px 28px}.footer-social-section{margin:70px auto 28px}.footer-social-text{font-size:15px}.footer-nav{gap:18px;margin-bottom:70px}}@media (max-width: 480px){.footer{padding:60px 16px 0}.footer-body{margin:0 -16px;padding:20px 16px 0}.footer-bottom{margin:0 -16px;padding:20px 16px 24px}.footer-cta-title{font-size:24px;margin-bottom:20px}.footer-cta-text{font-size:14px;margin-bottom:60px}.footer-btn-inactive,.footer-btn-careers,.footer-btn-contact{height:60px;font-size:14px;padding:16px 24px}.footer-social-text{font-size:14px}.social-icon{width:36px;height:36px}.social-icon svg{width:20px;height:20px}.footer-nav-link{font-size:14px}.footer-bottom__copyright{font-size:11px}}@media (max-width: 360px){.footer{padding:50px 14px 0}.footer-body{margin:0 -14px;padding:20px 14px 0}.footer-bottom{margin:0 -14px;padding:20px 14px 24px}.footer-cta-title{font-size:22px;margin-bottom:18px}.footer-cta-text{font-size:13px;margin-bottom:50px}.footer-btn-inactive,.footer-btn-careers,.footer-btn-contact{height:56px;font-size:13px;padding:14px 20px}.footer-social-text,.footer-nav-link{font-size:13px}.footer-bottom__copyright{font-size:10px}}.privacy-policy{background-color:#f6f9fc;color:#212b3f;min-height:100vh;padding:160px 80px 80px}.privacy-policy__container{max-width:82%;margin:0 auto}.privacy-policy__title{font-size:clamp(32px,6vw,48px);font-weight:900;margin-bottom:12px;letter-spacing:-.04em;line-height:1.1;color:#212b3f}.privacy-policy__effective-date{font-size:16px;color:#5a6877;margin-bottom:48px}.privacy-policy section{margin-bottom:40px}.privacy-policy h2{font-size:clamp(20px,3vw,24px);font-weight:800;margin-bottom:16px;letter-spacing:-.02em;color:#212b3f}.privacy-policy h3{font-size:18px;font-weight:700;margin:24px 0 12px;color:#212b3f}.privacy-policy p{font-size:16px;line-height:1.7;margin-bottom:16px;color:#3d4a5c}.privacy-policy ul{list-style:disc;padding-left:24px;margin-bottom:16px}.privacy-policy li{font-size:16px;line-height:1.7;margin-bottom:8px;color:#3d4a5c}.privacy-policy li ul{margin-top:8px;margin-bottom:8px}.privacy-policy a{color:#2667ff;text-decoration:underline;text-underline-offset:2px}.privacy-policy a:hover{opacity:.8}.privacy-policy strong{font-weight:700;color:#212b3f}@media (max-width: 768px){.privacy-policy{padding:120px 20px 60px}}.disclaimer{background-color:#f6f9fc;color:#212b3f;min-height:100vh;padding:160px 80px 80px}.disclaimer__container{max-width:82%;margin:0 auto}.disclaimer__title{font-size:clamp(32px,6vw,48px);font-weight:900;margin-bottom:12px;letter-spacing:-.04em;line-height:1.1;color:#212b3f}.disclaimer__updated-date{font-size:16px;color:#5a6877;margin-bottom:48px}.disclaimer section{margin-bottom:40px}.disclaimer h2{font-size:clamp(20px,3vw,24px);font-weight:800;margin-bottom:16px;letter-spacing:-.02em;color:#212b3f}.disclaimer p{font-size:16px;line-height:1.7;margin-bottom:16px;color:#3d4a5c}.disclaimer a{color:#2667ff;text-decoration:underline;text-underline-offset:2px}.disclaimer a:hover{opacity:.8}.disclaimer strong{font-weight:700;color:#212b3f}@media (max-width: 768px){.disclaimer{padding:120px 20px 60px}}.terms-of-service{background-color:#f6f9fc;color:#212b3f;min-height:100vh;padding:160px 80px 80px}.terms-of-service__container{max-width:82%;margin:0 auto}.terms-of-service__title{font-size:clamp(32px,6vw,48px);font-weight:900;margin-bottom:12px;letter-spacing:-.04em;line-height:1.1;color:#212b3f}.terms-of-service__updated-date{font-size:16px;color:#5a6877;margin-bottom:48px}.terms-of-service section{margin-bottom:40px}.terms-of-service h2{font-size:clamp(20px,3vw,24px);font-weight:800;margin-bottom:16px;letter-spacing:-.02em;color:#212b3f}.terms-of-service p{font-size:16px;line-height:1.7;margin-bottom:16px;color:#3d4a5c}.terms-of-service ul{list-style:disc;padding-left:24px;margin-bottom:16px}.terms-of-service li{font-size:16px;line-height:1.7;margin-bottom:8px;color:#3d4a5c}.terms-of-service a{color:#2667ff;text-decoration:underline;text-underline-offset:2px}.terms-of-service a:hover{opacity:.8}.terms-of-service strong{font-weight:700;color:#212b3f}@media (max-width: 768px){.terms-of-service{padding:120px 20px 60px}}.contact{background-color:#f6f9fc;color:#212b3f;min-height:100vh;padding:140px 80px 100px}.contact__container{max-width:720px;margin:0 auto}.contact-hero{text-align:center;margin-bottom:56px}.contact-hero__sphere{width:72px;height:72px;margin:0 auto 28px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#7eb8ff,#2667ff 45%,#1a4fd6);box-shadow:0 16px 36px #2667ff4d}.contact-hero__title{font-size:clamp(32px,5.5vw,48px);font-weight:900;line-height:1.1;letter-spacing:-.04em;margin-bottom:12px;color:#212b3f}.contact-hero__subtitle{font-size:clamp(20px,2.5vw,24px);font-weight:700;color:#2667ff;letter-spacing:-.02em}.contact-card{background:#fff;border-radius:28px;padding:40px 44px 44px;box-shadow:0 20px 60px #212b3f14;border:1px solid rgba(214,220,230,.6)}.contact-card__header{text-align:center;margin-bottom:28px}.contact-card__heading{font-size:clamp(20px,2.5vw,24px);font-weight:800;margin-bottom:20px;letter-spacing:-.02em;color:#212b3f}.contact-tabs{display:inline-flex;gap:0;padding:4px;background:#f0f3f8;border-radius:999px}.contact-tabs__button{padding:10px 22px;border:none;border-radius:999px;background:transparent;color:#5a6877;font-size:14px;font-weight:600;letter-spacing:-.01em;cursor:pointer;transition:all .2s ease;white-space:nowrap}.contact-tabs__button:hover{color:#212b3f}.contact-tabs__button--active{background:var(--bg-lime);color:#fff;box-shadow:0 4px 14px #2667ff40}.contact-form__notice{font-size:14px;line-height:1.65;color:#5a6877;margin-bottom:32px;padding:14px 18px;background:#f6f9fc;border-radius:12px;border-left:3px solid #2667ff}.contact-form{display:flex;flex-direction:column;gap:24px}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form__field{display:flex;flex-direction:column;gap:8px}.contact-form__label{font-size:13px;font-weight:600;letter-spacing:-.01em;color:#212b3f}.contact-form__input,.contact-form__textarea{width:100%;padding:14px 16px;border:1px solid #e2e8f0;border-radius:14px;background:#fafbfc;font-size:15px;font-family:inherit;color:#212b3f;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.contact-form__input::placeholder,.contact-form__textarea::placeholder{color:#a2abbe}.contact-form__input:hover,.contact-form__textarea:hover{border-color:#c8d0dc;background:#fff}.contact-form__input:focus,.contact-form__textarea:focus{outline:none;border-color:#2667ff;background:#fff;box-shadow:0 0 0 4px #2667ff1a}.contact-form__input--error,.contact-form__textarea--error{border-color:#e74c3c;background:#fff8f8}.contact-form__error{font-size:12px;color:#e74c3c}.contact-form__textarea{min-height:150px;resize:vertical;line-height:1.6}.contact-form__actions{display:flex;justify-content:center;padding-top:8px}.contact-form__submit{min-width:220px;padding:16px 48px;border:none;border-radius:999px;background:var(--bg-lime);color:#fff;font-size:16px;font-weight:700;letter-spacing:-.01em;cursor:pointer;transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 8px 24px #2667ff4d}.contact-form__submit:hover{opacity:.94;transform:translateY(-2px);box-shadow:0 12px 28px #2667ff59}.contact-form__submit:active{transform:translateY(0)}.contact-form__submit:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.contact-form__submit-error{padding:14px 18px;border-radius:12px;background:#fff5f5;border:1px solid rgba(231,76,60,.25);color:#c0392b;font-size:14px;line-height:1.6}.contact-form__success{padding:24px 28px;border-radius:16px;background:#2667ff0f;border:1px solid rgba(38,103,255,.15);color:#212b3f;font-size:15px;line-height:1.65;text-align:center}.contact-form__success a{color:#2667ff;text-decoration:underline;text-underline-offset:2px}@media (max-width: 768px){.contact{padding:120px 20px 60px}.contact-card{padding:28px 22px 32px;border-radius:20px}.contact-hero{margin-bottom:40px}.contact-form__row{grid-template-columns:1fr;gap:24px}.contact-tabs{display:flex;width:100%}.contact-tabs__button{flex:1;padding:10px 12px;font-size:13px}.contact-form__submit{width:100%;min-width:unset}}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.toast-message{position:fixed;left:50%;top:24px;transform:translate(-50%);padding:12px 24px;border-radius:999px;background-color:#1c1c21f5;color:#fff;font-size:14px;font-weight:500;letter-spacing:.02em;box-shadow:0 10px 30px #00000059;z-index:2000;pointer-events:none;max-width:90%;text-align:center}@media (max-width: 1024px){.toast-message{top:90px;padding:11px 22px;font-size:13.5px}}@media (max-width: 768px){.toast-message{top:80px;padding:10px 20px;font-size:13px;max-width:calc(100% - 32px)}}@media (max-width: 640px){.toast-message{top:75px;padding:9px 18px;font-size:12.5px;max-width:calc(100% - 36px)}}@media (max-width: 480px){.toast-message{top:70px;padding:8px 16px;font-size:12px}}@media (max-width: 360px){.toast-message{top:65px;padding:7px 14px;font-size:11px}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #ffffff;--secondary-color: #ffffff;--accent-color: #00ff00;--lime-green: #00ff00;--text-color: #000000;--text-white: #ffffff;--bg-color: #ffffff;--bg-dark: #1a1a1a;--bg-lime-start: #306EFF;--bg-lime-end: #2667FF;--bg-lime: radial-gradient(100% 1493.23% at 1.6% 0%, var(--bg-lime-start), var(--bg-lime-end));--section-padding: 120px 80px;--max-width: 1600px;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--section-bg-alt: #2a2a2a;--border-color: rgba(255, 255, 255, .1);--coral: #ff6b6b;--beige: #f4e4bc}@media (max-width: 1200px){:root{--section-padding: 100px 60px}}@media (max-width: 1024px){:root{--section-padding: 80px 40px}}@media (max-width: 960px){:root{--section-padding: 70px 32px}}@media (max-width: 768px){:root{--section-padding: 60px 20px}}@media (max-width: 640px){:root{--section-padding: 50px 18px}}@media (max-width: 480px){:root{--section-padding: 40px 16px}}@media (max-width: 360px){:root{--section-padding: 35px 14px}}html{scroll-behavior:smooth}body{font-family:var(--font-family);color:var(--text-color);background-color:var(--bg-color);line-height:1.6;font-weight:400;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.011em;overflow-x:hidden}@media (max-width: 1024px){body{font-size:15.5px}}@media (max-width: 768px){body{font-size:15px}}@media (max-width: 640px){body{font-size:14.5px}}@media (max-width: 480px){body{font-size:14px}}@media (max-width: 360px){body{font-size:13px}}#root{min-height:100vh}a{text-decoration:none;color:inherit;transition:opacity .3s ease}a:hover{opacity:.7}ul{list-style:none}img{max-width:100%;height:auto;display:block;border-radius:20px}#hero,#about,#services,#values,#work-from-everywhere,#technologies,#careers{scroll-margin-top:100px}
