.fixed-scrolling-double{display:flex;flex-direction:row;height:80vh;left:0;margin-top:95px;position:fixed;top:0;width:100%;z-index:-1}.fixed-scrolling-double>div{width:50%}.fixed-scrolling-double span{font-size:32px}.fixed-scrolling-double h1{font-size:42px;font-weight:700;line-height:1}.fixed-scrolling-double p{font-size:clamp(20px,1.4vw + 2px,26px);line-height:1.15;text-align:left}.fixed-scrolling-double__content{align-items:start;display:flex;flex-direction:column;justify-content:center;padding:0 clamp(1.5rem,3.8835vw + .3398rem,5rem)}.fixed-scrolling-double__content>div{max-width:70vh}.fixed-scrolling-double__spacer{background:transparent;height:80vh}@media screen and (max-width:1000px){.fixed-scrolling-double{display:flex;flex-direction:column;height:auto;min-height:80vh;position:static}.fixed-scrolling-double>div:first-child{flex-shrink:0;height:50vh;width:100%}.fixed-scrolling-double__content{flex-grow:1;min-height:30vh;padding:1rem;width:100%!important}.fixed-scrolling-double__content span{line-height:1;margin-top:28px}.fixed-scrolling-double__content h1{line-height:.8}.fixed-scrolling-double__spacer{display:none}}