*{padding:0;margin:0;box-sizing:border-box;border:0;font-size:100%;font:inherit;vertical-align:baseline;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{overflow:hidden}body,html{height:100%}ol,ul{list-style:none}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}:root{--primary-color:#1a472a;--secondary-color:#2d8659;--accent-color:#f8dc3c;--text-color:#333333;--light-text:#666666;--background-color:#f5f5f5;--card-background:#ffffff;--border-color:#e0e0e0;--nav-height:80px;--footer-height-mobile:163px;--footer-height-desktop:200px}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;background-color:var(--background-color);color:var(--text-color);line-height:1.5;overflow-x:hidden;overflow-y:auto}.container,.main-container{max-width:1200px;margin:0 auto;padding:1rem}.main-container{min-height:calc(100vh - var(--nav-height) - var(--footer-height-mobile))}.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.error-title{color:var(--primary-color);font-size:8rem;font-weight:600}.error-message{color:var(--light-text);font-size:1.5rem;font-weight:600;text-align:center;line-height:1.2}.error-link{display:inline-block;padding:1rem 2rem;cursor:pointer;border:none;border-radius:8px;transition:transform .15s ease-out,box-shadow .15s ease-out;background:var(--primary-color);color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);text-decoration:none;font-weight:600}.error-link:hover{background:var(--accent-color);color:var(--text-color);transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}footer{background-color:var(--primary-color);height:var(--footer-height-mobile)}.footer-top{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1rem 0;margin:0 auto}.social-links{display:flex;align-items:center;gap:1rem}.privacy-policy,.terms-and-conditions{flex:1;color:rgba(255,255,255,.8);font-size:.7rem}.terms-and-conditions{text-align:right}.privacy-policy{text-align:left}.privacy-policy a,.terms-and-conditions a{color:rgba(255,255,255,.8);font-size:.7rem;text-decoration:none}.privacy-policy a:hover,.terms-and-conditions a:hover{text-decoration:underline}.footer-bottom{text-align:center;padding:1rem 0;border-top:1px solid rgba(255,255,255,.1);line-height:1.5}.footer-bottom p{color:rgba(255,255,255,.8);font-size:.7rem}.footer-admin-login-link{color:#6c757d;text-decoration:none;font-size:.7rem}.footer-admin-login-link:hover{text-decoration:underline}@media (min-width:768px){.main-container{min-height:calc(100vh - var(--nav-height) - var(--footer-height-desktop))}.container,.main-container{padding:2rem}footer{height:var(--footer-height-desktop)}.footer-admin-login-link,.footer-bottom p,.privacy-policy a,.terms-and-conditions a{font-size:.9rem}}.matches-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.schedule-tabs{margin:2rem 0;border-bottom:2px solid var(--secondary-color)}.tab-buttons{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr));gap:.5rem;max-width:450px}.tab-button{padding:.75rem 1.5rem;background:0 0;border:none;cursor:pointer;font-size:1.1rem;color:var(--light-text);transition:all .2s ease;border-radius:8px 8px 0 0;text-align:center;width:100%}.tab-button:hover{background:rgba(45,134,89,.2);color:var(--primary-color)}.tab-button.active{color:#fff;background:var(--secondary-color);border:2px solid var(--secondary-color);font-weight:500}.tab-content{display:none}.tab-content.active{display:block}.match-card{background:var(--card-background);border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}.match-date{color:var(--light-text);font-size:.9rem;margin-bottom:1rem}.match-teams{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.match-status{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:1rem;font-size:.9rem;font-weight:500}.match-status.completed{background-color:rgba(45,134,89,.1);color:var(--secondary-color)}.match-status.upcoming{background-color:rgba(248,220,60,.2);color:var(--text-color)}.team{display:flex;flex-direction:column;align-items:center;gap:.5rem}.team-name{font-weight:600}.team-score{font-size:1.2rem;font-weight:700}.vs{color:var(--light-text);font-weight:600}.match-info{color:var(--light-text);font-size:.9rem;display:flex;gap:1rem}.match-info i{color:var(--secondary-color);margin-right:.5rem}.standings-table{overflow-x:auto;margin:2rem 0}.standings-table table{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.standings-table td,.standings-table th{padding:12px;text-align:center;border-bottom:1px solid #eee}.standings-table th{background:var(--primary-color);color:#fff;font-weight:600}.standings-table tr:hover{background:#f5f5f5}.standings-table td:nth-child(2){text-align:left;font-weight:500}.standings-table td:nth-child(odd){background-color:rgba(245,245,245,.5)}.standings-table td:nth-child(2n){background-color:rgba(255,255,255,.5)}.standings-table tr:hover td{background-color:#f0f0f0}.division-schedule,.division-standings,.division-teams{margin-bottom:4rem}.division-schedule h2,.division-standings h2,.division-teams h2{color:var(--primary-color);font-size:2rem;margin-bottom:.5rem}.level-schedule,.level-standings,.level-teams{margin-bottom:3rem}.level-schedule h3,.level-standings h3,.level-teams h3{color:var(--secondary-color);font-size:1.5rem;margin-bottom:.5rem}.teams-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:1rem 0}.team-card{background:var(--card-background);border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);overflow:hidden;transition:transform .2s ease-in-out}.team-card:hover{transform:translateY(-5px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.team-header{padding:1.5rem;border-bottom:3px solid var(--primary-color);display:flex;justify-content:space-between;align-items:center}.team-name{margin:0;font-size:1.4rem;color:var(--text-color)}.team-colors{display:flex;gap:.5rem}.color-dot{width:15px;height:15px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.team-info{padding:1.5rem}.team-description{color:var(--light-text);margin:0 0 1.5rem 0;line-height:1.5}.team-details{display:flex;flex-direction:column;gap:1rem}.detail{display:flex;align-items:center;gap:.75rem;color:var(--text-color)}.detail i{width:20px;color:var(--secondary-color)}.search-container{margin:1.5rem 0 2.5rem}.search-bar{max-width:500px;margin:0;position:relative;display:flex;align-items:center;background:#fff;border:1px solid var(--border-color);border-radius:6px;padding:.75rem 1rem;transition:all .3s ease}.search-bar:focus-within{border-color:var(--secondary-color);box-shadow:0 2px 6px rgba(45,134,89,.15)}.search-icon{color:var(--light-text);margin-right:.75rem;font-size:.9rem}.search-input{flex:1;border:none;outline:0;font-size:.95rem;color:var(--text-color);background:0 0;padding:.25rem 0}.search-input::placeholder{color:var(--light-text);font-size:.95rem}.search-clear{background:0 0;border:none;color:var(--light-text);cursor:pointer;padding:.25rem;margin-left:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s ease}.search-clear:hover{background-color:rgba(0,0,0,.05);color:var(--text-color)}.search-input:not(:placeholder-shown)+.search-clear{opacity:1}.division-standings{margin-bottom:4rem}.division-standings h2{color:var(--primary-color);font-size:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border-color)}.level-standings{margin-bottom:3rem}.level-standings h3{color:var(--secondary-color);font-size:1.5rem;margin-bottom:1.5rem}.hero{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:4rem 2rem;display:flex;align-items:center;justify-content:space-between;min-height:80vh;position:relative;overflow:hidden}.hero-content{max-width:600px;margin-right:2rem;z-index:1}.hero h1{font-size:3.5rem;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.hero-image-placeholder{width:500px;height:400px;background:rgba(255,255,255,.1);border-radius:20px;position:relative}.hero-image-placeholder::after{content:"Action shot: Players celebrating a goal";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;opacity:.7}.cta-button{display:inline-block;padding:1rem 2rem;font-size:1.2rem;font-weight:600;text-decoration:none;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease}.cta-button.primary{background:var(--accent-color);color:var(--primary-color)}.cta-button.secondary{background:0 0;border:2px solid #fff;color:#fff;margin-left:1rem}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.features{padding:6rem 2rem;background:#fff}.features h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--primary-color)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{text-align:center;padding:2rem;border-radius:12px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.icon-placeholder{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;background:var(--secondary-color);opacity:.9;position:relative}.feature-card h3{margin-bottom:1rem;color:var(--primary-color)}.highlights{padding:6rem 2rem;background:var(--background-color)}.highlights h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--primary-color)}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.highlight-card{border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.05)}.highlight-image-placeholder{height:250px;background:linear-gradient(45deg,var(--secondary-color),var(--primary-color));position:relative}.highlight-image-placeholder::after{content:attr(class);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;opacity:.7}.highlight-content{padding:2rem}.highlight-content h3{margin-bottom:1rem;color:var(--primary-color)}.cta-section{padding:6rem 2rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-content h2{font-size:2.5rem;margin-bottom:1.5rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;justify-content:center;gap:1rem}@media (max-width:768px){.hero{flex-direction:column;text-align:center;padding:3rem 1rem}.hero-content{margin-right:0;margin-bottom:2rem}.hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-image-placeholder{width:100%;height:300px}.cta-buttons{flex-direction:column;align-items:center}.cta-button.secondary{margin-left:0;margin-top:1rem}}.no-divisions-message,.no-teams-message{text-align:center;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);margin:2rem 0;color:var(--light-text);display:flex;align-items:center;justify-content:center;gap:.75rem}.no-teams-message i{font-size:2rem;color:var(--light-text);margin-bottom:1rem}.no-divisions-message p,.no-teams-message p{color:var(--light-text);font-size:1.1rem}.no-division-teams{text-align:center;color:var(--light-text);padding:2rem;grid-column:1/-1;font-style:italic}@media (max-width:768px){.division-schedule h2,.division-standings h2,.division-teams h2{font-size:1.75rem}.level-schedule h3,.level-standings h3,.level-teams h3{font-size:1.25rem}.matches-grid,.teams-grid{grid-template-columns:1fr}.match-info{flex-direction:column;gap:.5rem}}.league-header{text-align:center;margin-bottom:3rem}.league-header h1{color:var(--primary-color);font-size:2.5rem;margin-bottom:1rem}.league-description{color:var(--light-text);font-size:1.2rem;max-width:800px;margin:0 auto}.league-actions{margin-bottom:4rem}.action-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px rgba(0,0,0,.1);margin-bottom:2rem}.action-buttons{display:flex;gap:1rem;margin-top:1rem}.action-button{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s ease}.action-button:hover{transform:translateY(-2px)}.action-button.primary{background:var(--primary-color);color:#fff}.action-button.secondary{background:var(--accent-color);color:var(--primary-color)}.league-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.league-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;text-decoration:none;color:var(--text-color);transition:transform .2s ease;box-shadow:0 4px 12px rgba(0,0,0,.1)}.league-card:hover{transform:translateY(-5px)}.league-card i{font-size:2rem;color:var(--primary-color);margin-bottom:1rem}.league-card h3{margin-bottom:.5rem;color:var(--primary-color)}.league-card p{color:var(--light-text)}.competition-levels{margin-top:4rem}.competition-levels h2{text-align:center;margin-bottom:2rem;color:var(--primary-color)}.levels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.level-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.level-card h3{color:var(--primary-color);margin-bottom:1rem}.level-card p{color:var(--light-text)}@media (max-width:768px){.league-header h1{font-size:2rem}.action-buttons{flex-direction:column}.action-button{width:100%;justify-content:center}}.league-standings{margin-bottom:4rem}.league-standings h2{color:var(--primary-color);font-size:2rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--border-color)}.division-standings{margin-bottom:3rem}.division-standings h3{color:var(--secondary-color);font-size:1.5rem;margin-bottom:1.5rem}@media (max-width:768px){.league-standings h2{font-size:1.75rem}.division-standings h3{font-size:1.25rem}}.league-schedule h2,.league-standings h2{color:var(--primary-color);font-size:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--border-color)}.league-schedule .search-container,.league-standings .search-container{margin:1rem 0 2rem}.league-schedule .search-bar,.league-standings .search-bar{width:100%;max-width:500px;margin:0}.league-schedule{margin-bottom:3rem}.schedule-tabs{margin:2rem 0}@media (max-width:768px){.league-schedule h2,.league-standings h2{font-size:1.5rem}}.match-results-table{margin:2rem 0;-webkit-overflow-scrolling:touch;overflow-x:auto;display:block}.table-container{overflow:hidden;width:100%;min-width:600px;display:block}.match-results-table table{width:100%;min-width:600px;border-collapse:collapse;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1);table-layout:fixed;display:table}.match-results-table td,.match-results-table th{padding:12px;text-align:center;border-bottom:1px solid #eee;overflow:hidden}.match-results-table th{background:var(--primary-color);color:#fff;font-weight:600}.match-results-table td:first-child,.match-results-table th:first-child{width:15%}.match-results-table td:nth-child(2),.match-results-table th:nth-child(2){width:10%}.match-results-table td:nth-child(3),.match-results-table th:nth-child(3){width:20%}.match-results-table th:nth-child(3){text-align:right;padding-right:20px}.match-results-table td:nth-child(4),.match-results-table th:nth-child(4){width:12%}.match-results-table td:nth-child(5),.match-results-table th:nth-child(5){width:20%}.match-results-table th:nth-child(5){text-align:left;padding-left:20px}.match-results-table td:nth-child(6),.match-results-table th:nth-child(6){width:23%}.match-results-table td.home-team{text-align:right;font-weight:500;padding-right:20px;white-space:normal;word-wrap:break-word}.match-results-table td.away-team{text-align:left;font-weight:500;padding-left:20px;white-space:normal;word-wrap:break-word}.match-results-table td.result{font-weight:600;color:var(--secondary-color);background-color:rgba(255,255,255,.8)}.match-results-table td.date,.match-results-table td.time,.match-results-table td.venue{color:var(--light-text);font-size:.95rem;white-space:nowrap}@media (max-width:768px){.match-results-table{margin:1rem -1rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.match-results-table table{font-size:.9rem;min-width:600px}.table-container{min-width:600px}.match-results-table td,.match-results-table th{padding:8px}.match-results-table td.date,.match-results-table td.time,.match-results-table td.venue{font-size:.85rem}.match-results-table td.venue{white-space:normal;word-wrap:break-word}.match-results-table td:first-child,.match-results-table th:first-child{width:18%}.match-results-table td:nth-child(2),.match-results-table th:nth-child(2){width:12%}.match-results-table td:nth-child(3),.match-results-table th:nth-child(3){width:18%}.match-results-table td:nth-child(4),.match-results-table th:nth-child(4){width:12%}.match-results-table td:nth-child(5),.match-results-table th:nth-child(5){width:18%}.match-results-table td:nth-child(6),.match-results-table th:nth-child(6){width:22%}}.level-results h3{color:var(--secondary-color);font-size:1.5rem;margin:2rem 0 1rem;padding-bottom:.5rem}.announcement-bar{height:40px;width:100%;line-height:1;padding:12px 0;background-color:var(--accent-color);border-bottom:1px solid rgba(0,0,0,.1);text-decoration:none}.announcement-content{display:flex;align-items:center;justify-content:center;text-align:center}.announcement-message{color:var(--primary-color);font-weight:700;font-size:16px;font-family:Futura;text-transform:uppercase}.register-buttons-container{margin:3rem 5rem 4rem 5rem;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;gap:2rem}.register-button{flex:1;max-width:350px;min-width:250px;display:flex;height:auto;flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem;background-color:var(--primary-color);color:#fff;padding:1rem;border-radius:24px;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,.3);transition:transform .2s ease,box-shadow .2s ease}.register-button:hover{transform:translateY(-5px);box-shadow:0 8px 16px rgba(0,0,0,.4)}.register-button-image{width:100%;height:auto;object-fit:cover;border-radius:.5rem}.register-button-text{display:block;flex:1;display:flex;align-items:center;justify-content:center;font-size:1.1rem;text-align:center}.register-form-container{display:none;position:relative;padding:2rem}.register-form-close{position:absolute;top:0;right:0;cursor:pointer;color:var(--primary-color);font-size:1.2rem;font-weight:600;text-transform:uppercase}.register-form-player,.register-form-team,.waiver-form{margin:0 auto;width:100%;height:600px}.register-copy-container{font-family:Helvetica,sans-serif;max-width:900px;margin:0 auto;padding:0 1.5rem;text-rendering:optimizeLegibility;color:#1d1d1f}.register-copy-title{text-align:center;font-size:2rem;font-weight:600;line-height:1.1;text-transform:uppercase;margin-top:1rem;margin-bottom:2rem}.register-copy-cards-container{display:flex;flex-direction:column;gap:2rem;justify-content:flex-start;align-items:center;margin-bottom:4rem}.register-price-card{flex:1;max-width:300px;min-width:250px;border-radius:24px;padding:1.5rem;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);text-align:center;transition:var(--rafa-transition);opacity:1;position:relative;overflow:hidden;transition:all .15s ease-out}.register-price-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.register-price-card-no-sale{flex:1;max-width:300px;min-width:250px;border-radius:24px;padding:1.5rem;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);text-align:center;transition:var(--rafa-transition);opacity:1;position:relative;overflow:hidden;transition:all .15s ease-out}.register-price-card-no-sale:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.register-price{font-size:3.5rem;font-weight:600;padding-top:1rem;padding-bottom:1rem;line-height:1}.register-price-strikethrough{text-decoration:line-through;color:red;font-size:2.5rem;font-weight:600;padding-top:.5rem;padding-bottom:1rem;line-height:1}.register-early-bird-text{font-size:.8rem;font-weight:400;line-height:1.1;font-style:italic;margin-bottom:1.5rem}.register-price-tax-text{font-size:8px;font-weight:400;line-height:1.1;font-style:italic}.register-early-bird-ribbon{--ribbon-height:32px;--ribbon-width:140px;position:absolute;transform-origin:top left;top:calc(sin(45deg) * var(--ribbon-height) * -1);right:calc((sin(45deg) - 1) * var(--ribbon-width) - sin(45deg) * var(--ribbon-height));transform:rotate(45deg);width:var(--ribbon-width);height:var(--ribbon-height);background-color:rgba(248,220,60,.8);font-size:12px;color:#000;text-transform:uppercase;font-weight:600;z-index:1;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 2px 2px -1px rgba(0,0,0,.1)}.register-copy-container-highlight{color:var(--secondary-color)}.register-price-card h2,.register-price-card-no-sale h2{font-size:1.5rem;font-weight:600;line-height:1.1;margin-bottom:1.5rem}.register-copy-container p{font-size:1.2rem;font-weight:300;line-height:1.5}.register-season-details-subtitle{font-size:1.75rem;font-weight:600;line-height:1.1;margin-bottom:1.5rem;text-align:center;text-transform:uppercase}.register-season-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;font-size:1.125rem;font-weight:500}.register-season-details-item{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:all .15s ease-out;opacity:1}.register-season-details-item:hover{transform:translateX(4px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.register-season-details-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--secondary-color);border-radius:8px;color:#fff;flex-shrink:0}.register-background{display:none;z-index:-1;top:300px;left:50%;transform:translateX(-50%);position:absolute;width:100vw;min-height:80vh;pointer-events:none;background-color:var(--secondary-color);-webkit-clip-path:polygon(0 0,100% 0,100% 75%,0 100%);clip-path:polygon(0 0,100% 25%,100% 75%,0 100%)}.register-relative-container{position:relative}@media (min-width:768px){.register-background{display:block}.register-buttons-container{flex-direction:row;align-items:stretch}.register-button-text{font-size:1.2rem}.register-copy-container{padding:0 2.5rem}.register-copy-cards-container{flex-direction:row;justify-content:center;align-items:stretch}.register-copy-title{font-size:2.75rem;margin-top:2rem;margin-bottom:3rem}.register-season-details-subtitle{font-size:2rem}.register-season-details{gap:1.25rem}.register-season-details-item{padding:1.25rem}}