.header{padding-block:3rem;background-color:var(--clr-neutral--50);transition:padding-block .2s ease}@media(max-width:992px){.header{padding-block:2rem}}@media(max-width:576px){.header{padding-block:1.5rem}}.header__content{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem}@media(max-width:768px){.header__content{justify-content:center}.header__content .nav-menu{display:none}}.header .scroll-on-top{display:none}.sticky{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;z-index:100;border-bottom:.0625rem solid var(--clr-neutral--100);padding-block:1rem;transition:all .3s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1)}.sticky .scroll-on-top{display:block;position:fixed;bottom:1.5rem;right:1.5rem;background-color:var(--clr-primary--100);box-shadow:var(--shadow-elevation-low);padding:1rem;border-radius:.5rem;z-index:100}.sticky .scroll-on-top:hover{box-shadow:var(--shadow-elevation-medium)}.sticky .scroll-on-top svg{width:1.25rem;height:1.25rem}.articles{margin-bottom:5rem}.articles__list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px;gap:32px}@media(max-width:576px){.articles__list{grid-template-columns:1fr}}.articles__list .section-header{grid-column:1/-1;justify-self:end;margin-bottom:32px}.articles__list .section-header__text-content{max-width:100%}.load-more{display:flex;justify-content:center;padding-block:3rem}@media(min-width:768px){.section-header{padding-left:2.5rem}}.section-header__text-content{position:relative;padding:2rem 2rem 0 2.5rem}@media(max-width:576px){.section-header__text-content{padding-left:2rem}}.section-header__text-content:before{content:"";position:absolute;display:block;top:0;left:0;width:8.75rem;height:8.75rem;z-index:-1;background-image:url("data:image/svg+xml,%3Csvg width='140' height='140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60.604 0h17.792c18.096 0 26.877 2.32 35.025 6.678 8.148 4.358 14.543 10.753 18.9 18.9C136.68 33.728 139 42.509 139 60.605v17.792c0 18.096-2.32 26.877-6.678 35.025-4.358 8.148-10.753 14.543-18.9 18.9-8.149 4.358-16.93 6.679-35.026 6.679H60.604c-18.096 0-26.877-2.32-35.025-6.678-8.148-4.358-14.543-10.753-18.9-18.9C2.32 105.272 0 96.491 0 78.395V60.604C0 42.508 2.32 33.727 6.678 25.58c4.358-8.148 10.753-14.543 18.9-18.9C33.728 2.32 42.509 0 60.605 0Z' fill='%23E1F0F3' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0}.section-header__title{font-size:3rem;margin-bottom:.5rem}@media(max-width:992px){.section-header__title{font-size:2rem}}.section-header__subtitle{font-size:1.5rem;line-height:1}@media(max-width:992px){.section-header__subtitle{font-size:1.125rem}}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.single-article{background-color:transparent;border-radius:2rem;padding:1.25rem;animation:fadeIn 1s ease}.single-article,.single-article:hover{color:var(--clr-neutral--900);transition:background-color .3s ease}.single-article:hover{background-color:var(--clr-primary--100)}.single-article__wrapper{display:grid;grid-template-columns:33% 1fr;grid-gap:1rem;gap:1rem}@media(max-width:992px){.single-article__wrapper{grid-template-columns:1fr}}.single-article__thumbnail{aspect-ratio:1/1;object-fit:cover;border-radius:.875rem;height:100%}@media(max-width:992px){.single-article__thumbnail{aspect-ratio:16/9}}.single-article__content__source{font-size:.875rem;color:var(--clr-primary--500);line-height:1}.single-article__content__info{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.single-article__content__title{font-size:1.25rem;margin-bottom:.5rem;line-height:1.1}.single-article__content__excerpt{color:var(--clr-neutral--600);font-weight:400;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.badge{background-color:var(--clr-primary--500);padding:4px 8px;border-radius:4px;color:var(--clr-neutral--100);text-transform:uppercase;font-size:12px;font-weight:500;line-height:1;text-align:center}.speech{margin-bottom:5rem}.speech__list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}@media(max-width:576px){.speech__list{grid-template-columns:1fr}}.speech__list .section-header{grid-column:1/-1;margin-bottom:2rem}.speech__list .section-header__text-content{max-width:50%}@media(max-width:576px){.speech__list .section-header__text-content{max-width:100%}}.speech__list .single-article__wrapper{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media(max-width:992px){.speech__list .single-article__wrapper{grid-template-columns:1fr}}.speech__list .single-article__thumbnail{aspect-ratio:16/9}.speech__list .single-article__content__excerpt{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;line-clamp:4;-webkit-line-clamp:4;-webkit-box-orient:vertical}.nav-menu ul{margin:0;padding:0;display:flex;flex-wrap:wrap;row-gap:.5rem;column-gap:1.5rem;color:var(--clr-neutral--800)}@media(max-width:992px){.nav-menu ul{justify-content:center}}.nav-menu ul li{list-style:none;font-size:.875rem}.social-menu{display:flex;gap:1.5rem}@media(max-width:768px){.social-menu{gap:2rem}}.social-menu svg{width:1.25rem;height:1.25rem;fill:currentColor}.hero{display:grid;grid-template-columns:1fr 1fr;justify-content:space-between;align-items:center;grid-gap:2rem;gap:2rem;padding-inline:5%}@media(max-width:576px){.hero{grid-template-columns:1fr}}.hero__content{margin-block:1rem}.hero__content__greeting{font-size:1rem}@media(max-width:992px){.hero__content__title{font-size:2.5rem}}.hero__content__role{font-size:1.5rem;margin-bottom:.5rem}.hero__content__description{font-size:1.25rem}@media(max-width:992px){.hero__content__description{font-size:1rem}}.hero__content__cta{display:flex;gap:1rem;margin-top:1.5rem;text-wrap:nowrap}@media(max-width:992px){.hero__content__cta{margin-top:1rem}}@media(max-width:576px){.hero__content__cta{flex-direction:column}}.whatido{margin-bottom:5rem;padding:0 2.5rem 5rem;border-radius:5.5rem;background-color:var(--clr-primary--100)}@media(max-width:992px){.whatido{padding:0 1.5rem 4rem;border-radius:3.5rem}}@media(max-width:576px){.whatido{border-radius:0}.whatido.container{padding-inline:0}}.whatido__cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;padding-block:2.5rem}@media(max-width:992px){.whatido__cards{padding-block:1.5rem;gap:1.5rem}}@media(max-width:576px){.whatido__cards{grid-template-columns:repeat(3,minmax(16rem,1fr));overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.whatido__cards::-webkit-scrollbar{display:none}}.whatido__text{justify-content:center;position:relative;top:-10%;text-wrap:balance}.whatido__text__content{text-align:center;padding-inline:5%}.role-card{padding:2.5rem;background-color:var(--clr-neutral--50);border:1px solid var(--clr-neutral--100);border-radius:3rem;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;transition:transform .3s ease,fill .3s ease,background-color .2s ease,box-shadow .2s ease;box-shadow:var(--shadow-elevation-low)}@media(max-width:1200px){.role-card{padding:1.5rem;font-size:.75rem}}@media(max-width:992px){.role-card{border-radius:2rem;gap:.725rem}}@media(max-width:576px){.role-card{gap:.5rem}.role-card:first-child{margin-left:1.5rem}.role-card:last-child{margin-right:1.5rem}}.role-card__icon{width:4rem;height:4rem}@media(max-width:992px){.role-card__icon{width:2rem;height:2rem}}.role-card__title{font-size:2.5rem}@media(max-width:1200px){.role-card__title{font-size:2rem}}@media(max-width:992px){.role-card__title{font-size:1.5rem}}@media(max-width:576px){.role-card__text{font-size:.875rem}}.role-card__label{font-style:italic;font-weight:500;line-height:1;color:var(--clr-primary--600)}.role-card:hover{background-color:var(--clr-primary--400);border-color:transparent;transition:transform .3s ease,fill .3s ease,background-color .2s ease,box-shadow .2s ease;transform:translateY(-1rem);box-shadow:var(--shadow-elevation-medium)}.role-card:hover,.role-card:hover .role-card__label,.role-card:hover .role-card__title{color:var(--clr-neutral--50)}.role-card:hover .role-card__icon svg{stroke:var(--clr-neutral--50)}.text-box{position:relative;background-color:var(--clr-primary--100);border-radius:6rem;padding:5rem}@media(max-width:992px){.text-box{border-radius:4rem;padding:3rem}}.text-box:last-child{grid-column:1/-1}.text-box:last-child:after{content:"";position:absolute;display:block;bottom:-10rem;right:0;left:0;margin:0 auto;width:19.3125rem;height:13.9375rem;z-index:0;background-image:url("data:image/svg+xml,%3Csvg width='309' height='223' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23E1F0F3' fill-rule='evenodd' opacity='1'%3E%3Cpath d='M230.604 0h17.792c18.096 0 26.877 2.32 35.025 6.678 8.148 4.358 14.543 10.753 18.9 18.9C306.68 33.728 309 42.509 309 60.605v17.792c0 18.096-2.32 26.877-6.678 35.025-4.358 8.148-10.753 14.543-18.9 18.9-8.149 4.358-16.93 6.679-35.026 6.679h-17.792c-18.096 0-26.877-2.32-35.025-6.678-8.148-4.358-14.543-10.753-18.9-18.9-4.358-8.149-6.679-16.93-6.679-35.026V60.604c0-18.096 2.32-26.877 6.678-35.025 4.358-8.148 10.753-14.543 18.9-18.9C203.728 2.32 212.509 0 230.605 0ZM41.022 119h21.956c14.264 0 19.437 1.485 24.652 4.274 5.214 2.789 9.307 6.882 12.096 12.096 2.789 5.215 4.274 10.388 4.274 24.652v21.956c0 14.264-1.485 19.437-4.274 24.652-2.789 5.214-6.882 9.307-12.096 12.096C82.415 221.515 77.242 223 62.978 223H41.022c-14.264 0-19.437-1.485-24.652-4.274-5.214-2.789-9.307-6.882-12.096-12.096C1.485 201.415 0 196.242 0 181.978v-21.956c0-14.264 1.485-19.437 4.274-24.652 2.789-5.214 6.882-9.307 12.096-12.096C21.585 120.485 26.758 119 41.022 119Z'/%3E%3C/g%3E%3C/svg%3E");background-position:0}@media(max-width:992px){.text-box:last-child:after{transform:scale(.6);bottom:-8.5rem}}.text-box__title{font-size:2.5rem}.text-box__subtitle{font-size:1.5rem;line-height:1.3}@media(max-width:992px){.text-box__subtitle{font-size:1.125rem}}.text-box .btn-link{padding-inline:0;margin-top:2rem}.text-boxes__list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-bottom:8rem}@media(max-width:768px){.text-boxes__list{grid-template-columns:1fr}}.text-boxes__list .section-header{grid-column:1/-1}.text-boxes__list .section-header__text-content{max-width:50%}@media(max-width:768px){.text-boxes__list .section-header__text-content{max-width:100%;margin-bottom:2rem}}:root{--shadow-color:184deg 17% 58%;--shadow-elevation-low:0px 1px 1.1px hsl(var(--shadow-color)/0.34),0px 1.7px 1.9px -1.2px hsl(var(--shadow-color)/0.34),0px 4px 4.5px -2.5px hsl(var(--shadow-color)/0.34);--shadow-elevation-medium:0px 1px 1.1px hsl(var(--shadow-color)/0.29),0px 2.6px 2.9px -0.6px hsl(var(--shadow-color)/0.29),0px 5.2px 5.9px -1.2px hsl(var(--shadow-color)/0.29),0px 10.4px 11.7px -1.9px hsl(var(--shadow-color)/0.29),0.1px 20px 22.5px -2.5px hsl(var(--shadow-color)/0.29);--shadow-elevation-high:0px 1px 1.1px hsl(var(--shadow-color)/0.27),0px 4.8px 5.4px -0.3px hsl(var(--shadow-color)/0.27),0px 8.5px 9.6px -0.6px hsl(var(--shadow-color)/0.27),0px 12.9px 14.5px -0.8px hsl(var(--shadow-color)/0.27),0.1px 18.9px 21.3px -1.1px hsl(var(--shadow-color)/0.27),0.1px 27.1px 30.5px -1.4px hsl(var(--shadow-color)/0.27),0.1px 38.6px 43.4px -1.7px hsl(var(--shadow-color)/0.27),0.2px 54px 60.8px -1.9px hsl(var(--shadow-color)/0.27),0.2px 74.2px 83.5px -2.2px hsl(var(--shadow-color)/0.27),0.3px 100px 112.5px -2.5px hsl(var(--shadow-color)/0.27)}.footer{display:flex;flex-wrap:wrap;justify-content:space-between;padding-block:4rem;font-size:.875rem}@media(max-width:576px){.footer{justify-content:center;gap:1rem}}.footer__links{display:flex;gap:2rem}