.hero{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-top:3rem}.hero__title{width:90%}@media screen and (max-width:688px){.hero__title{width:100%}}.hero__subtitle{max-width:52rem;margin-top:1.5rem}.hero__button{margin-top:2rem}.button--mod2>*{font-weight:700}.hero__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem;margin-top:4rem}@media screen and (max-width:992px){.hero__cards{gap:2rem}}@media screen and (max-width:688px){.hero__cards{gap:1.5rem;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:688px){.hero__card:not(:nth-child(-n+2)){display:none}}.player-example__title{margin-bottom:3rem}.player-example__profile-wrap{display:grid;grid-template-columns:.3fr 1fr;gap:2rem}@media screen and (max-width:688px){.player-example__profile-wrap{display:flex;flex-direction:column}}.player-example__card-button{margin-top:1rem}.player-example__skills-grid{display:grid;gap:.5rem 0;grid-template-areas:"b c""d e"}@media screen and (max-width:688px){.player-example__skills-grid{display:flex;gap:initial}}.player-example__skills-slider{overflow:visible}@media screen and (max-width:688px){.player-example__skills-slider{display:block;flex-direction:column}}@media screen and (max-width:688px){.player-example__skills-slide{width:90%}}#metrics{overflow:visible}.metrics__content{position:relative;display:flex;align-items:center}.metrics__title{max-width:780px;margin-bottom:3rem}.metrics__image-wrap{display:block;width:80%;border-radius:1.5rem;overflow:hidden}@media screen and (max-width:688px){.metrics__image-wrap{border-radius:.5rem;width:500px}.metrics__image-wrap img{width:200%;max-width:none}}.metrics__video-wrap{display:flex;justify-content:center;align-items:center;position:absolute;right:0;overflow:hidden;isolation:isolate;height:90%;border-radius:1.5rem;box-shadow:#00000040 0 25px 50px -12px}@media screen and (max-width:688px){.metrics__video-wrap{margin-top:30%;width:70%;height:80%;border-radius:.5rem}}.metrics__video-wrap video{height:100%;transform:scale(1.5)}@media screen and (max-width:688px){.metrics__video-wrap video{width:100%;height:auto;margin-top:-50%}}.video__play-button{display:none;width:80px;height:80px;position:absolute;z-index:15;pointer-events:none}@media screen and (max-width:688px){.track__title{margin-bottom:.5rem}}.track__header-cols{display:flex;column-gap:8rem;row-gap:2rem;justify-content:space-between;margin-top:3rem;margin-bottom:3rem}@media screen and (max-width:688px){.track__header-cols{flex-wrap:wrap;row-gap:1rem;margin-top:2rem;margin-bottom:2rem}}@media screen and (min-width:992px){.track__compare-wrap{padding:0 1.5rem;max-width:1360px;margin:0 auto}}@media screen and (max-width:688px){.track__compare-wrap{width:100%;overflow-y:scroll}}@media screen and (max-width:688px){.track__compare-image{display:block;width:250%;max-width:none}}.start__header{display:flex;justify-content:space-between;gap:2rem}@media screen and (max-width:688px){.start__header{flex-direction:column}}.start__subtitle{margin-top:.5rem;max-width:36.13rem}.start__price-col{display:flex;flex-direction:column;flex-shrink:0}.start__price-title{margin-bottom:.5rem}.start__price-wrap{display:flex;gap:1rem}.start__price-block{padding:1rem;background-color:#ffe83f;border-radius:.5rem}.start__steps{margin-top:3rem;display:grid;gap:5rem;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:688px){.start__steps{grid-template-columns:1fr;gap:2rem}}.start__step-circe{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;background-color:#ffe83f;border-radius:100%;font-size:2rem;font-weight:700}.start__step-text{margin-top:1rem}.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:not(div):hover{background-color:#fff7bd}.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-reverse;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}.footer-cards__social-links{display:flex;gap:1rem}.footer-cards__social-icon{width:2rem;height:2rem;transition-property:all;transition-timing-function:cubic-bezier(.645,.045,.355,1);transition-duration:.3s}.footer-cards__social-icon:hover{transform:scale(1.2)}