.hero{margin-top:3rem}.hero__title{width:70%}@media screen and (max-width:688px){.hero__title{width:100%}}.hero__video{margin-top:3rem}.hero__video-tag{background-size:cover}.video{display:flex;justify-content:center;align-items:center;position:relative;z-index:10;overflow:hidden;border-radius:16px;isolation:isolate}.video__play-button{display:none;width:80px;height:80px;position:absolute;z-index:15;pointer-events:none}video{width:100%}.hero__quote-block{display:flex;align-items:flex-start;max-width:84%;margin-top:2rem}@media screen and (max-width:688px){.hero__quote-block{display:flex;flex-direction:column;max-width:100%;gap:1.5rem}}.hero__quote-author{display:flex;align-items:center;flex-shrink:0;margin-left:1.5rem}@media screen and (max-width:688px){.hero__quote-author{margin-left:0}}.hero__author-avatar{width:3.5rem;height:3.5rem;margin-right:1rem;overflow:hidden;border-radius:100%}.download-buttons{display:flex;gap:1rem;margin-top:2rem}.download-buttons img{max-height:4rem}@media screen and (max-width:688px){.download-buttons{margin-top:3rem}}.download-button{transition-property:opacity;transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-duration:.3s}.download-button:hover{opacity:60%}.hero__video{border-radius:1rem;overflow:hidden}.about__grid{display:grid;grid-template-columns:.75fr 1fr;column-gap:8rem}@media screen and (max-width:688px){.about__grid{display:flex;flex-direction:column-reverse;row-gap:1.5rem}}.about__grid:last-child{margin-top:3.5rem}.about__profiles-cards{position:relative;max-width:24rem}@media screen and (max-width:688px){.about__profiles-cards{max-width:75%}}.about__profiles-card{position:relative;width:100%;z-index:1;top:0}.about__profiles-card:not(:first-child){position:absolute;transform-origin:center bottom}.about__profiles-card:nth-child(1){z-index:12}.about__profiles-card:nth-child(2){z-index:11;transform:rotate(10deg) translateY(-2rem) scale(.9)}.about__profiles-card:nth-child(3){z-index:10;transform:rotate(20deg) translateY(-4rem) scale(.8)}.about__profiles-info{align-self:center;max-width:35rem}.about__profiles-info-title{font-weight:700}@media screen and (min-width:1280px){.about__profiles-info-title{font-size:3rem}}.about__skills{grid-template-columns:1fr .75fr}@media screen and (max-width:688px){.about__skills{flex-direction:column}}.about__skills-cards{position:relative;max-width:24rem}@media screen and (max-width:688px){.about__skills-cards{max-width:75%}}.about__skills-card{display:block;position:relative;width:100%;z-index:1;top:0;border-radius:1rem;overflow:hidden;box-shadow:0 1px 2px #0000000f,0 4px 16px #0000000d}.about__skills-card:nth-child(1){z-index:10}.about__skills-card:nth-child(2){z-index:11;margin-top:-60%;transform:translate(30%)}.about__skills-card:nth-child(3){z-index:12;margin-top:-50%;transform:translate(15%)}.about__skills-info{align-self:center;max-width:40rem}.about__skills-info-title{font-weight:700}@media screen and (min-width:1280px){.about__skills-info-title{font-size:3rem}}.about__skills-info-text{margin-top:1rem;max-width:28rem}#chart .container{color:#fff;background-color:#181b1e;border-radius:1.5rem;padding:0}.chart{display:flex;flex-direction:column;gap:3.5rem;text-align:center;padding:3.5rem;overflow:hidden}@media screen and (max-width:992px){.chart{padding:2rem 0}}.chart__title{line-height:1.25em}@media screen and (min-width:1280px){.chart__title{font-size:3rem}}@media screen and (max-width:992px){.chart__title{padding:0 2rem}}@media screen and (max-width:992px){.chart__graph{width:200%;max-width:none}}.footer-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media screen and (max-width:688px){.footer-cards{display:flex;flex-direction:column}}.footer-cards__card{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;text-align:center;gap:1.5rem;background-color:#fff;border-radius:.5rem;border:1px solid #dfe5ea;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-duration:.3s}.footer-cards__card:hover{background-color:#ededed}.footer-cards__card.is--material{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}@media screen and (max-width:688px){.footer-cards__card.is--material{flex-direction:column;align-items:flex-start}}.footer-cards__card.is--accent{background-color:#ffe83f}.footer-cards__card-side{width:80%;display:flex;flex-direction:column;gap:.5rem}@media screen and (max-width:688px){.footer-cards__card-side{width:100%}}.footer-cards__card-text{width:80%}@media screen and (max-width:688px){.footer-cards__card-text{width:100%}}.footer-cards__card-icon{width:4rem;height:4rem}.download-buttons.is--footer{justify-content:center;align-items:center;margin-top:0;flex-wrap:wrap}