.page{width:100%;max-width:1440px;height:100%;margin:0 auto}.page-wrapper{gap:32px;padding:24px 0}@media (max-width:480px){.page-wrapper{padding:0}}.list{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px;display:grid}@media (max-width:480px){.list{grid-template-columns:1fr;gap:24px}}.page-wrapper{flex-direction:column;display:flex}.text-h1{font-size:clamp(44px,2.97619vw + 21.1429px,64px);font-weight:800;line-height:1}.text-h2{font-size:clamp(24px,1.19048vw + 14.8571px,32px);font-weight:800;line-height:44px}.text-h3{font-size:20px;line-height:28px}.text-p1{font-size:16px;line-height:24px}.text-p2{font-size:14px;line-height:18px}.button{cursor:pointer;max-width:fit-content;color:inherit;background-color:#0000;border:0;align-items:center;gap:8px;padding:12px 16px;font-weight:500;display:flex;position:relative}.button:disabled{cursor:not-allowed}.button_primary{color:#278881;background-color:#fff;border-radius:8px}.button_secondary{padding:12px 0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.button_teritary{z-index:1;flex-direction:row-reverse;gap:12px;width:fit-content;padding:4px;font-weight:800}.button_teritary:before{content:"";z-index:-1;background-color:#278881;width:100%;height:88%;position:absolute;top:-30%}@media (max-width:768px){.button_teritary:before{width:74%;height:100%;top:0;left:-24%}}.button_teritary .button__icon{background:#243432;border-radius:4px;gap:10px;padding:8px 6px}
