.services{-ms-touch-action:pan-y;touch-action:pan-y}.services__section{height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 600px){.services__section.snap{height:50vh}}.services__section__title{font-size:clamp(2.5rem,5vw,5rem);position:relative;overflow:hidden}.services__section__title__main{opacity:0;font-size:clamp(3rem,5.5vw,5.5rem);position:relative;overflow:hidden;text-align:center}.services__section__title__main br{display:none}@media screen and (max-width: 600px){.services__section__title__main br{display:block}}.services__section__title__main span{position:relative}.services__section__title__main span .lines{position:absolute !important;width:100%;right:0;display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3px;z-index:-1}@media screen and (max-width: 600px){.services__section__title__main span .lines{gap:1px}}.services__section__title__main span .lines div{width:0;height:6px}@media screen and (max-width: 600px){.services__section__title__main span .lines div{height:3px}}.services__section__title__line{position:absolute;top:50%;left:0;height:6px;will-change:transform;width:100%;-webkit-transform-origin:bottom left;transform-origin:bottom left;-webkit-transform:translateX(-110%);transform:translateX(-110%)}@media screen and (max-width: 600px){.services__section__title__line{height:3px;top:45%}}.services__section__text{font-size:clamp(1.1rem,2vw,2rem);text-align:center;line-height:150%;max-width:1400px;padding:0 60px;position:relative}@media screen and (max-width: 600px){.services__section__text{padding:0 20px}}.line-mask{position:absolute;top:0;right:0;background-color:var(--black);opacity:.9;width:100%;height:100%;z-index:1;will-change:width}