.clubs-section{background:#080a0d;padding:8rem 0}.clubs-section-container{flex-direction:column;justify-content:center;max-width:1280px;margin:0 auto;padding:0 2rem;display:flex}.clubs-section-description{color:#9a9fa5;max-width:450px;margin-top:1rem;margin-bottom:3rem;font-size:18px;line-height:1.7}.clubs-section-cards{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-height:600px;display:grid;overflow:auto}.clubs-section-card{color:#f8f8f8;background:#0e1012;border:1px solid #0000;height:370px;text-decoration:none;transition:all .3s;position:relative;overflow:hidden}.clubs-section-card:hover .clubs-section-card-image{transform:scale(1.05)}.clubs-section-card:after{content:"";z-index:1;background:linear-gradient(#00000026 0%,#0000008c 25%,#000000f2 100%);position:absolute;inset:0}.clubs-section-card-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.clubs-section-card-content{z-index:2;position:absolute;bottom:2rem;left:1.5rem;right:1.5rem}.clubs-section-card-info{color:#ffffffa6;text-transform:uppercase;letter-spacing:2px;margin-bottom:.75rem;font-size:12px;font-weight:600;display:block}.clubs-section-card-name{font-family:var(--font-anton),system-ui,sans-serif;text-transform:uppercase;margin:0;font-size:24px;font-weight:400;line-height:.95}@media (max-width:1200px){.clubs-section-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.clubs-section{padding:5rem 0}.clubs-section-cards{grid-template-columns:1fr}.clubs-section-card{height:370px}.clubs-section-card-name{font-size:2rem}}
.process-section{background-color:#0e1012;flex-direction:column;justify-content:center;align-items:center;min-height:80dvh;padding:4rem 2rem;display:flex}.process-section .process-section-container{flex-direction:column;gap:3rem;width:100%;max-width:1200px;display:flex}.process-section .process-section-container .steps-container{display:flex}@media (max-width:768px){.process-section .process-section-container .steps-container{flex-direction:column;align-items:center}}.process-section .process-section-container .steps-container .step{text-align:left;background-color:#0e1012;border:1px solid #554a4a;flex-direction:column;align-items:flex-start;width:300px;padding:2rem;display:flex;box-shadow:0 4px 6px #0000001a}.process-section .process-section-container .steps-container .step:hover{background-color:#121416;transition:background-color .3s,border-color .3s}.process-section .process-section-container .steps-container .step .step-number{color:#9a9fa5;font-size:48px;font-weight:400;font-family:var(--font-anton),system-ui,sans-serif;margin-bottom:1rem}.process-section .process-section-container .steps-container .step .step-title{color:#f8f8f8;font-size:24px;font-weight:400;font-family:var(--font-anton),system-ui,sans-serif;margin-bottom:.5rem}.process-section .process-section-container .steps-container .step .step-description{color:#9a9fa5;font-size:14px;font-family:var(--font-inter),system-ui,sans-serif;text-align:left;line-height:23px}
.proposal-section{background:#080a0d;padding:8rem 0}.proposal-section-container{max-width:1280px;margin:0 auto;padding:0 2rem}.proposal-section-content{border:1px solid #ffffff14;grid-template-columns:repeat(3,1fr);margin-top:4rem;display:grid}.proposal-section-content-item{border-bottom:1px solid #ffffff14;border-right:1px solid #ffffff14;flex-direction:column;min-height:230px;padding:2rem;transition:all .3s;display:flex}.proposal-section-content-item:hover{background:#ffffff05}.proposal-section-content-item:hover .proposal-section-content-item-icon{transform:translate(6px)}.proposal-section-content-item-header{justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem;display:flex}.proposal-section-content-item-number{width:42px;height:42px;font-family:var(--font-anton),system-ui,sans-serif;color:#f8f8f8;border:1px solid #ffffff14;justify-content:center;align-items:center;font-size:18px;display:flex}.proposal-section-content-item-icon{color:#ffffffb3;font-size:24px;transition:transform .3s}.proposal-section-content-item-title{font-family:var(--font-anton),system-ui,sans-serif;text-transform:uppercase;color:#f8f8f8;margin:0 0 1rem;font-size:24px;font-weight:400;line-height:32px}.proposal-section-content-item-description{color:#9a9fa5;max-width:320px;margin:0;font-size:14px;line-height:1.8}@media (max-width:992px){.proposal-section-content{grid-template-columns:repeat(2,1fr)}.proposal-section-content-item:nth-child(3n){border-right:1px solid #ffffff14}.proposal-section-content-item:nth-child(2n){border-right:none}.proposal-section-content-item:nth-last-child(-n+3){border-bottom:1px solid #ffffff14}.proposal-section-content-item:nth-last-child(-n+2){border-bottom:none}}@media (max-width:768px){.proposal-section{padding:5rem 0}.proposal-section-content{grid-template-columns:1fr}.proposal-section-content-item{border-right:none;min-height:auto}.proposal-section-content-item:not(:last-child){border-bottom:1px solid #ffffff14}}
