:root{--color-accent:#00b85b;--color-action:#295eff;--color-text-dark-primary:#24252b;--color-text-dark-secondary:rgba(36,37,43,.9);--color-text-light-primary:#f8f9fa;--color-text-light-secondary:hsla(0,0%,96%,.9);--color-background-light:#f4f4f4;--color-background-white:#fff;--color-background-dark:#24252b;--color-background-dark-secondary:#313236;--color-background-grey:#eeeff0;--color-background-grey-dark:#4f5054;--color-background-placeholder:#d6d6d6;--color-border-divider:#dadbdc;--color-border-light:hsla(0,0%,96%,.9);--color-border-active:#00b85b;--spacing-xs:10px;--spacing-sm:20px;--spacing-md:40px;--spacing-lg:60px;--spacing-xl:80px;--spacing-2xl:120px;--spacing-3xl:140px;--font-manrope:"Manrope",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-weight-medium:500;--font-weight-semibold:600;--container-width-desktop:1880px;--container-width-tablet:984px;--container-width-mobile:370px;--section-padding-desktop:120px;--section-padding-tablet:100px;--section-padding-mobile:60px;--border-radius-sm:8px;--border-radius-full:100px;--z-index-header:1000}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{line-height:1.5}canvas,img,picture,svg,video{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit}button{cursor:pointer;border:none;background:none}a{text-decoration:none;color:inherit}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-semibold);line-height:1.2}h1{font-size:108px;line-height:1.02;letter-spacing:-.04em}h1,h2{font-family:var(--font-manrope);font-weight:var(--font-weight-semibold)}h2{font-size:48px;line-height:1.06;letter-spacing:-.02em}h3{font-size:32px;line-height:1.25}h3,h4{font-family:var(--font-manrope);font-weight:var(--font-weight-semibold);letter-spacing:-.01em}h4{font-size:24px;line-height:1.3}h5{font-size:18px}h5,h6{font-family:var(--font-manrope);font-weight:var(--font-weight-semibold);line-height:1.4;letter-spacing:-.01em}h6{font-size:16px}p{font-size:16px}p,small{font-family:var(--font-manrope);font-weight:var(--font-weight-medium);line-height:1.4;letter-spacing:-.01em}small{font-size:14px}@media (max-width:1023px){h1{font-size:64px}h2{font-size:32px}h3{font-size:26px}h4{font-size:20px}h5{font-size:15px}h6,p{font-size:14px}small{font-size:12px}}@media (max-width:767px){h1{font-size:48px}h2{font-size:32px}h3{font-size:26px}h4{font-size:20px}h5{font-size:15px}h6,p{font-size:14px}small{font-size:12px}}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:var(--font-manrope);color:var(--color-text-dark-primary)}body,main{background-color:var(--color-background-light)}.container{max-width:var(--container-width-desktop);margin:0 auto;padding:0 var(--spacing-sm)}@media (max-width:1023px){.container{max-width:var(--container-width-tablet);padding:0 var(--spacing-sm)}}@media (max-width:767px){.container{max-width:var(--container-width-mobile);padding:0 var(--spacing-xs)}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}img[width][height]{max-width:none}