.why-us-section{-webkit-box-align:end;-ms-flex-align:end;-webkit-align-items:flex-end;align-items:flex-end;background-position:50%;background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;min-height:100vh;overflow:hidden;position:relative}.why-us-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--bg-light);border-radius:var(--radius-2xl);max-width:600px;overflow:hidden;padding:var(--space-6)}.why-us-header{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between}.why-us-animated{background:var(--theme-secondary-color);border-radius:var(--radius-sm);color:var(--theme-primary-color);display:inline-block;line-height:var(--line-height-tight);overflow:hidden;position:relative}.why-us-animated .animated-text{-webkit-animation:typing 6s steps(30) infinite;animation:typing 6s steps(30) infinite;display:inline-block;font-size:var(--font-size-4xl);white-space:nowrap}.why-us-subtitle{color:var(--text-dark);line-height:var(--line-height-wide);margin-bottom:0}.why-us-card .row{margin-left:calc(var(--space-2)*-1);margin-right:calc(var(--space-2)*-1)}.why-us-card .row>[class*=col-]{padding-left:var(--space-2);padding-right:var(--space-2)}@media (max-width:992px){.why-us-section{min-height:70vh}.why-us-animated .animated-text{font-size:var(--font-size-3xl)}}@media (max-width:768px){.why-us-card{max-width:100%}.why-us-subtitle{margin-bottom:var(--space-3);text-align:left}}@media (max-width:576px){.why-us-section{background-position:top;min-height:75vh}.why-us-animated .animated-text{font-size:var(--font-size-2xl)}}