.app__header{display:flex;flex-direction:row;background:#fff;padding:2rem}.app__header-content{flex:.5;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;margin-right:5rem}.app__header-content h1{color:#1d7ab4;font-family:var(--font-family);font-weight:800;font-size:62px;line-height:70px;letter-spacing:-.04em}.app__header-content p{color:#262531;font-family:var(--font-family);font-weight:800;font-size:18px;line-height:30px;margin:1rem 0}.app__header-image{flex:1;display:flex;flex-direction:column}.app__header-image img{max-width:100%;max-height:100%}@media screen and (max-width:1500px){.app__header{flex-direction:column}}@media screen and (max-width:550px){.app__header{padding:0 1rem}}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}body{background-color:var(--color-bg)}a{color:unset;text-decoration:none}.section__padding{padding:4rem 6rem}.section__margin{margin:4rem 6rem}:root{--font-family: "Manrope", sans-serif;font-family:var(--font-family);--gradient-text: linear-gradient(89.97deg, #AE67FA 1.84%, #F49867 102.67%);--gradient-bar: linear-gradient(103.22deg, #AE67FA -13.86%, #F49867 99.55%);--color-bg: #bbd2e1;--color-footer: #031B34;--color-blog: #042c54;--color-text: #81AFDD;--color-subtext: #FF8A71}
