.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1 1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.gallery-section{background-color:var(--primary-color);color:var(--text-color);text-align:center;width:100%;min-height:100vh}@media screen and (max-width:1024px){.gallery-section{min-height:50vh}}.gallery-grid{display:flex;flex-wrap:wrap;gap:0;justify-content:center;width:100%}.gallery-item{flex:1 0 25%;max-width:25%;box-sizing:border-box;transition:transform .3s ease,box-shadow .3s ease}.gallery-item:hover{transform:scale(1.05);z-index:2;box-shadow:0 8px 20px rgba(0,0,0,.5)}.gallery-item img{width:100%;height:auto;display:block;object-fit:cover;aspect-ratio:4/3;cursor:pointer}@media screen and (max-width:1024px){.gallery-item{flex:1 0 33.33%;max-width:33.33%}}@media screen and (max-width:768px){.gallery-item{flex:1 0 50%;max-width:50%}}@media screen and (max-width:480px){.gallery-item{flex:1 0 100%;max-width:100%}}.header{position:relative;width:100%;height:100dvh;overflow:hidden;display:flex;justify-content:flex-end;align-items:center;flex-direction:column}.header-background{object-fit:cover;z-index:0}.header-background,.header:before{position:absolute;width:100%;height:100%;top:0;left:0}.header:before{content:"";background-color:rgba(0,0,0,.5);z-index:1}@media screen and (max-width:1024px){.header{justify-content:center}}.header-overlay{position:relative;z-index:2;background-color:rgba(225,32,128,.65);text-align:center;padding:1.5rem;border-radius:1.25rem;max-width:80%}.header h1{font-size:2.5rem;margin-bottom:1.5rem;text-transform:uppercase}.header h1,.header p{font-family:Gagalin,sans-serif}.header p{font-size:1.2rem}.header-line{width:.2rem;height:6rem;background-color:var(--text-color);margin:2rem 0;z-index:2}.header-button{z-index:2;padding:.8rem 1.6rem;font-size:1rem;color:var(--text-color);background-color:var(--primary-color);border:none;cursor:pointer;transition:background-color .3s ease-in-out;text-transform:uppercase;font-family:Gagalin,sans-serif;margin-bottom:2.5vh}.header-button:hover{background-color:var(--secondary-color)}@media (max-width:768px){.header-overlay{padding:1.5rem}.header h1{font-size:2rem}.header p{font-size:1rem}.header-line{height:4rem}.header-button{padding:.6rem 1.2rem;font-size:.9rem}}@media screen and (min-width:768px){.header-overlay{max-width:60%}.header h1{font-size:3rem}.header p{font-size:1.5rem}.header-line{height:6rem}.header-button{padding:1rem 2rem;font-size:1.2rem}}.logo{z-index:2;display:flex;justify-content:center;align-items:center;padding-bottom:2rem}.logo-img{max-width:250px;height:auto;aspect-ratio:1/1}@media (max-width:1024px){.logo-img{max-width:200px}}@media (max-width:768px){.logo-img{max-width:150px}}@media screen and (max-width:768px){h2.sponsors-title{padding-top:3rem}}.sponsors-section{align-items:center;background-color:var(--primary-color);color:var(--text-color);min-height:100vh}@media screen and (max-width:1024px){.sponsors-section{min-height:auto;padding-bottom:2rem}}.sponsors-content{display:flex;flex-wrap:nowrap;flex-direction:column;height:100%;justify-content:space-between}.sponsors-highlight{background-color:var(--secondary-color);color:var(--text-color);text-align:center;padding:2rem;width:10vw;height:15vh;border-top-left-radius:5rem;border-bottom-right-radius:5rem;order:3;align-content:center}@media screen and (max-width:768px){.sponsors-highlight{max-width:150px;max-height:100px}}@media screen and (max-width:1024px){.sponsors-highlight{max-width:200px;max-height:150px}}.sponsors-highlight-mobile{background-color:var(--secondary-color);height:20vh;align-content:center;text-align:center;width:100%;margin-top:2rem;margin-bottom:2rem}.sponsors-number{font-size:3rem;font-weight:700;margin-top:.5rem;margin-bottom:.5rem}@media screen and (max-width:768px){.sponsors-number{margin-top:1rem;margin-bottom:1rem;font-size:2.5rem}}.sponsors-button{background-color:var(--secondary-color);color:var(--text-color);padding:10px 20px;font-size:1rem;font-weight:700;border:none;border-radius:50px;text-transform:uppercase;transition:background-color .3s ease-in-out;margin:5rem auto 4rem;display:block;width:15rem;height:4rem;min-width:150px}@media screen and (max-width:1024px){.sponsors-button{width:30vw;height:3rem;margin-top:1rem;margin-bottom:2rem}}.sponsors-button:hover{cursor:default}.sponsors-container{flex-direction:column;justify-content:space-between;box-sizing:border-box;flex-grow:1}.container-row,.sponsors-container{display:flex;align-items:center;width:100%}.container-row{flex-direction:row;justify-content:space-around}.container-middle-row{margin-top:2rem;margin-bottom:2rem}.container-mobile{display:flex;flex-direction:row;align-items:center;justify-content:space-around;flex-wrap:wrap;width:100%;height:100%}.container-mobile img{margin:1rem;width:25vw;height:auto}.container-mobile .mobile-square{width:7vh;height:7vh;aspect-ratio:1/1;object-fit:contain}.container-mobile .mobile-rectangle{width:25vw;height:auto;aspect-ratio:5/2;object-fit:contain}.sponsor-item1{order:1}.sponsor-item2{order:2}.sponsor-item3{order:4}.sponsor-item4{order:5}.container-highlight{order:3}.container-row img{transition:transform .3s ease}.container-row img:hover{transform:scale(1.05)}img.square{width:100px;height:100px;aspect-ratio:1/1;object-fit:contain}img.rectangle{width:150px;height:60px;aspect-ratio:5/2;object-fit:contain}.teams-section{background-color:var(--primary-color);color:var(--text-color);display:flex;justify-content:center;align-items:center}.teams-content{display:flex;flex-grow:1;flex-wrap:wrap}.teams-text{flex:1 1;min-width:300px;font-family:Gagalin,sans-serif;flex-basis:45%}.team-group{display:flex;flex-direction:column;justify-content:center}.team-group,.teams-text .white-line{margin-bottom:4rem}.team-group h3{font-size:1.5rem;color:var(--secondary-color);margin-top:0;margin-bottom:.5rem;margin-right:5rem}.team-group p{font-size:1rem;line-height:1.6;margin-right:5rem}.team-names{color:var(--secondary-color);font-weight:700}.logo-ball{width:50px;height:auto;margin-top:2rem}.teams-images{flex-grow:1;flex-basis:55%;max-width:100%}.pink-background{background-color:var(--secondary-color);display:flex;justify-content:flex-end}.pink-background,.white-background{width:100%;font-size:0;line-height:0}.white-background{background-color:var(--text-color)}.team-image{width:auto;height:auto;max-height:calc(100vh / 3);box-shadow:0 4px 8px rgba(0,0,0,.2);aspect-ratio:16/9;object-fit:cover}@media (max-width:1200px){.team-image{max-height:calc(75vh / 3)}.teams-text{flex-basis:100%}}@media (max-width:768px){.team-image{max-height:calc(60vh / 3)}}@media (max-width:550px){.team-image{max-height:calc(50vh / 3)}}.installations-section{background-color:var(--primary-color);color:var(--text-color);text-align:center}h2.installations-title{width:30vw}.installations-section .pink-line{width:33vw}@media screen and (min-width:768px) and (max-width:1024px){h2.installations-title{width:45vw}.installations-section .pink-line{width:48vw!important}}.installations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin:0 2rem;justify-items:center;justify-content:center;grid-auto-flow:dense}.installations-grid:after{content:"";display:block;width:300px}@media screen and (max-width:768px){.installations-grid{padding-top:0}}.installation-card{display:flex;flex-direction:column;justify-content:space-between;background-color:var(--primary-color);border:2px solid var(--secondary-color);padding:1rem;text-align:center;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.3);transition:transform .3s ease,box-shadow .3s ease}.installation-card:hover{transform:scale(1.05);box-shadow:0 6px 12px rgba(0,0,0,.5)}.card-text h3{font-size:1.5rem;color:var(--secondary-color);margin-bottom:.5rem;font-family:Gagalin,sans-serif}.card-text p{font-size:1rem;line-height:1.5}.card-image img{width:100%;height:auto;border-radius:5px;margin-top:1rem;aspect-ratio:3/2;object-fit:cover}@media screen and (max-width:1024px){.horseball-info-section{height:inherit!important}}.horseball-info-section{background-color:var(--primary-color);color:var(--text-color);text-align:center;height:100dvh}.horseball-info-content{display:flex;flex-direction:column;width:100%;height:100%}.horseball-info-list{list-style:none;padding:0;margin-top:0;margin-right:5rem;display:flex;flex-direction:column;justify-content:space-around;flex-grow:1}@media screen and (max-width:768px){.horseball-info-list{padding-top:0;margin-right:0}}ul{margin-bottom:0}.horseball-info-list li{margin-top:0;margin-bottom:2rem;text-align:left}@media screen and (min-width:768px) and (max-width:1024px){.horseball-info-list li{padding-bottom:5rem;margin-bottom:0}}.horseball-info-list h3{color:var(--secondary-color);font-size:1.5rem;margin-bottom:.5rem}.horseball-info-list>li:first-child>h3{margin-top:0}.horseball-info-list p{font-size:1rem;line-height:1.6;margin-bottom:0}.horseball-logo{width:60px;height:auto;margin-top:2rem}.contact-section{position:relative;background:url(/images/optimized/converted/header.webp) no-repeat 50%/cover;color:var(--text-color);min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.contact-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(11,7,7,.5);z-index:1}.contact-title{position:relative;z-index:2;font-size:2.5rem;font-family:Gagalin,sans-serif;margin-bottom:.5rem;align-self:flex-start}.contact-content{z-index:2;flex-wrap:wrap;gap:2rem;width:100%;margin-top:auto;margin-bottom:auto}.contact-box,.contact-content{position:relative;display:flex;justify-content:center}.contact-box{background-color:var(--secondary-color);color:var(--text-color);border-radius:20px;padding:30px;min-height:300px;box-shadow:0 4px 10px rgba(0,0,0,.2);text-align:center;flex-direction:column;align-items:center;width:400px}@media screen and (max-width:768px){.contact-box{width:175px;padding:15px 0;text-align:center}}.icon{position:absolute;top:-2rem;background-color:var(--text-color);color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.2);z-index:2;width:75px;height:75px}.icon svg{font-size:50px}@media screen and (max-width:768px){.icon{width:60px;height:60px}.icon svg{font-size:40px}}.contact-box h3{font-size:1.5rem;margin:0;font-family:Gagalin,sans-serif}@media screen and (max-width:768px){.contact-box h3{font-size:1.1rem;margin-bottom:1rem}}.contact-box a{font-weight:400;font-size:1.2rem;line-height:3;margin:0;text-align:left}@media screen and (max-width:768px){.contact-box a{font-size:inherit;line-height:inherit;text-align:center;font-size:.9rem;font-style:italic}.contact-box a:first-of-type{margin-bottom:2rem}.contact-box h3:nth-of-type(3){margin-top:2rem}}.contact-box strong{font-family:Gagalin,sans-serif}.contact-link{color:var(--text-color);text-decoration:none;transition:all .3s ease;font-weight:400;font-family:Roboto,sans-serif}.contact-link:hover{color:var(--primary-color)}.contact-section .pink-line{margin-bottom:4rem}@media screen and (min-width:1443px){.contact-section .pink-line{margin-bottom:0}}