.social-boxes-section,.social-boxes-section *{box-sizing:border-box}section.social-boxes-section{margin-top:var(--social-boxes-margin-top);background:rgb(var(--color-background));color:rgba(var(--color-foreground),.75)}.social-boxes-section .social-boxes-wrapper{width:min(100%,var(--social-boxes-max-width));margin:0 auto;padding:var(--social-boxes-padding-top) 20px var(--social-boxes-padding-bottom)}.social-boxes-section .social-boxes-wrapper--border{border-top:1px solid var(--social-boxes-top-border)}.social-boxes-section .social-boxes-header{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:20px;margin-bottom:34px}.social-boxes-section .social-boxes-eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:18px;font-size:11px;font-weight:400;line-height:normal;letter-spacing:.22em;text-transform:uppercase;color:var(--social-boxes-muted)}.social-boxes-section .social-boxes-eyebrow span,.social-boxes-section .social-boxes-right-text,.social-boxes-section .social-boxes-label,.social-boxes-section .social-boxes-handle{font-family:var(--font-jet-brains)}.social-boxes-section .social-boxes-label,.social-boxes-section .social-boxes-handle,.social-boxes-section .social-boxes-right-text{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.social-boxes-section .social-boxes-dot{width:6px;height:6px;border-radius:99px;background:var(--cool, var(--accent-cool, var(--social-boxes-dot-color)));display:inline-block}.social-boxes-section .social-boxes-title{font-family:var(--font-sans);margin:0;font-size:clamp(34px,5vw,48px);line-height:1.02;letter-spacing:-.03em;font-weight:700;color:var(--social-boxes-text)}.social-boxes-section .social-boxes-right-text{font-family:var(--font-mono);font-size:12px;font-weight:400;line-height:normal;letter-spacing:.14em;color:var(--social-boxes-right-text-color, rgba(0, 0, 0, .55))}.social-boxes-section .social-boxes-grid{display:grid;grid-template-columns:repeat(var(--social-boxes-desktop-columns),minmax(0,1fr));gap:var(--social-boxes-grid-gap)}.social-boxes-section .social-boxes-card{background:var(--social-boxes-card-bg, var(--paper-0));border:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-radius:var(--social-boxes-card-radius, 16px);padding:24px 22px 22px;display:flex;flex-direction:column;gap:20px;text-decoration:none;color:var(--social-boxes-text, var(--ink-900));box-shadow:var(--card-shadow-rest, 2px 4px 12px rgba(0, 0, 0, .08));will-change:transform;backface-visibility:hidden;transition:transform var(--dur-card-hover, .3s) var(--ease-card-hover, cubic-bezier(0, 0, .5, 1)),box-shadow var(--dur-card-hover, .3s) var(--ease-card-hover, cubic-bezier(0, 0, .5, 1))}.social-boxes-section .social-boxes-card:hover{transform:translateY(var(--card-hover-lift, -6px));box-shadow:var(--card-shadow-hover, 2px 4px 16px rgba(0, 0, 0, .16))}.social-boxes-section .social-boxes-card:hover .social-boxes-arrow{color:var(--accent-cool, #0077ed)}@media(prefers-reduced-motion:reduce){.social-boxes-section .social-boxes-card:hover{transform:none}}.social-boxes-section .social-boxes-card-top,.social-boxes-section .social-boxes-card-footer{display:flex;align-items:center;justify-content:space-between}.social-boxes-section .social-boxes-card-footer{border-top:1px solid var(--social-boxes-footer-border);padding-top:14px;gap:8px}.social-boxes-section .social-boxes-icon{width:42px;height:42px;border-radius:12px;background:var(--social-boxes-icon-bg, var(--ink-900));color:var(--social-boxes-icon-color, var(--paper-0));display:flex;align-items:center;justify-content:center;flex:0 0 auto}.social-boxes-section .social-boxes-arrow{color:var(--social-boxes-arrow-color);transition:color .22s cubic-bezier(.4,0,.6,1)}.social-boxes-section .social-boxes-count{color:var(--social-boxes-strong, #0A0A0B);font-family:var(--font-sans);font-size:26px;font-style:normal;font-weight:700;line-height:1;letter-spacing:-.02em;will-change:contents}.social-boxes-section .social-boxes-label{font-size:11px;font-weight:400;line-height:normal;letter-spacing:.14em;color:var(--social-boxes-muted);margin-top:6px}.social-boxes-section .social-boxes-platform{color:var(--social-boxes-strong, #0A0A0B);font-family:var(--font-sans);font-size:13px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.01em}.social-boxes-section .social-boxes-handle{font-size:11px;color:var(--social-boxes-muted);text-align:right;font-style:normal;font-weight:400;line-height:normal}@media screen and (max-width:989px){.social-boxes-section .social-boxes-grid{grid-template-columns:repeat(var(--social-boxes-tablet-columns),minmax(0,1fr))}}@media screen and (min-width:761px){.social-boxes-section .social-boxes-card--clone{display:none!important}}@media screen and (max-width:760px){.social-boxes-section .social-boxes-wrapper{overflow:hidden}.social-boxes-section .social-boxes-wrapper--border{position:relative;border-top:0;padding-top:40px;padding-bottom:64px}.social-boxes-section .social-boxes-wrapper--border:before{content:"";position:absolute;top:0;left:20px;right:20px;height:1px;background:var(--social-boxes-top-border);pointer-events:none}.social-boxes-section .social-boxes-header{align-items:flex-start}.social-boxes-section .social-boxes-grid{display:grid;grid-auto-flow:column;grid-auto-columns:var(--social-boxes-mobile-card-width, 180px);grid-template-columns:none;gap:var(--social-boxes-grid-gap);overflow-x:auto;overflow-y:hidden;margin-left:-20px;margin-right:-20px;padding-left:20px;padding-right:20px;padding-bottom:6px;scroll-snap-type:x mandatory;scroll-padding-left:20px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.social-boxes-section .social-boxes-grid::-webkit-scrollbar{display:none}.social-boxes-section .social-boxes-card{width:var(--social-boxes-mobile-card-width, 180px);min-width:var(--social-boxes-mobile-card-width, 180px);height:200px;min-height:200px;justify-content:space-between;scroll-snap-align:start}.social-boxes-section .social-boxes-handle{font-size:10px;line-height:normal}}
/*# sourceMappingURL=/cdn/shop/t/127/assets/section-social-boxes.css.map */
