html{scroll-behavior:smooth}.hero-fold--wrapper{background-position:top;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:auto;justify-content:flex-end;max-height:54rem;padding:12rem 30vw 9vw 4vw}.hero-fold--text-container{display:flex;flex-direction:row;gap:4rem}.hero-fold--title{animation:fadeInUp 1s ease forwards;animation-delay:.5s;display:flex;flex:2.2;flex-direction:column;justify-content:flex-end;opacity:0;transform:translateY(20px)}.hero-fold--title h2{color:#1d1d1f;font-size:4.125rem!important}.hero-fold--sub-heading{animation:fadeInUp 1s ease forwards;animation-delay:1s;display:flex;flex:1;flex-direction:column;justify-content:flex-end;margin-bottom:2rem;opacity:0;transform:translateY(20px)}.hero-fold--sub-heading h5{color:#fff}@media (max-width:1199px){.hero-fold--wrapper{padding:18rem 8rem}}@media (max-width:991px){.hero-fold--wrapper{height:calc(90vh - 65px);padding:3rem 4rem}.hero-fold--text-container{flex-direction:column;gap:2rem}.hero-fold--title h2{color:#1d1d1f;font-size:2.2rem;line-height:3rem;width:88%}}@media (max-width:767px){.hero-fold--wrapper{height:calc(190vh - 5px);justify-content:flex-start;padding:2rem 1rem}.hero-fold--text-container{gap:1.5rem}.hero-fold--title h2{color:#1d1d1f;font-size:2.625rem!important}.hero-fold--sub-heading h5{font-size:1.2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@-moz-keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@-ms-keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@-o-keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}