:root{--accent-color-dark: var(--green-3);--accent-color-light: #43d26c;--inclined-size: 6rem}body{box-sizing:border-box}.dark-theme{color:var(--almost-white)}header{background-size:cover;margin-bottom:2.5rem;background:var(--accent-color-light);position:relative}body.special-profile header{padding-bottom:1.5rem;background-color:var(--accent-color-light)}.hero{display:grid;grid-template-columns:1fr minmax(auto,640px) 1fr;column-gap:16px;align-items:center;margin-bottom:-2rem}.hero .title{grid-column:2/3;grid-row:1/2;align-self:center}.hero .illustration{grid-column:2/3;grid-row:2/4;align-self:end;margin-top:1rem;margin-bottom:-2rem}.hero .title h1{font-size:2.4rem;line-height:110%;width:80vw;max-width:640px;margin-top:2rem;margin-bottom:2rem}.illustration-mobile{background:url(../img/illustration-left-opt.webp) left bottom no-repeat,url(../img/illustration-right-opt.webp) right center no-repeat,var(--accent-color-light);background-size:cover;aspect-ratio:1920/1170}.illustration-credits{position:absolute;right:0;bottom:0;padding:1rem;font-size:.8rem}@media(min-width:768px){body:not(.special-profile) header{background:url(../img/illustration-left-opt.webp) left bottom no-repeat,url(../img/illustration-right-opt.webp) right center no-repeat,var(--accent-color-light);background-size:cover;min-height:80vh}.hero{grid-template-columns:1fr minmax(auto,648px) minmax(auto,648px) 1fr;grid-template-rows:1fr 6rem;margin-bottom:0}.hero .title{grid-column:2/3;grid-row:1/2}.hero .illustration{grid-column:3/4;grid-row:1/3}.hero nav{grid-column:3/4;grid-row:1/2}.illustration-mobile{display:none}}body.special-profile header{background:var(--accent-color-dark)}body.special-profile header .title span{color:var(--accent-color-light)}.illustration img{width:100%}.btn.btn-primary{background-color:var(--accent-color)}label{display:block;font-weight:700;text-transform:uppercase;margin-bottom:.5rem}input{width:100%}.input-icon-container{position:relative;display:flex;align-items:center}.input-icon-container .input-icon{position:absolute;right:10px;z-index:2}.input-icon-container .icon-search{pointer-events:none}.icon-clear{display:none}.hidden{display:none}.profile-header .title{max-width:640px}.profile-container{row-gap:32px}@media(min-width:768px){.search-bar{grid-column:4/10!important}}:root{--dark-theme-shadow-offset: .05rem;--dark-theme-shadow-color: rgb(0 85 37 / 0.6);--dark-theme-shadow-color-2: rgb(0 85 37 / 0.4)}.dark-theme{text-shadow:0 0 calc(var(--dark-theme-shadow-offset) * 2) var(--dark-theme-shadow-color-2),0 var(--dark-theme-shadow-offset) calc(var(--dark-theme-shadow-offset) * 5) var(--dark-theme-shadow-color)}.dark-theme .color-border{box-shadow:0 0 calc(var(--dark-theme-shadow-offset) * 2) var(--dark-theme-shadow-color-2),0 var(--dark-theme-shadow-offset) calc(var(--dark-theme-shadow-offset) * 5) var(--dark-theme-shadow-color)}.dark-theme svg.svg-inject{overflow:visible}.dark-theme :is(.svg-inject,.svg-inline--fa) *{overflow:visible;filter:drop-shadow(0 var(--dark-theme-shadow-offset) calc(var(--dark-theme-shadow-offset) * 4) var(--dark-theme-shadow-color));--dark-theme-shadow-offset: .05em}.dark-theme .svg-inline--fa *{--dark-theme-shadow-offset: .66em}