﻿:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container *:empty{display:block}.fancybox__container::backdrop{background-color:rgba(0, 0, 0, 0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0, 0, 0, 0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24, 24, 27, 0.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24, 24, 27, 0.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0, 0, 0, 0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0, 0, 0, 0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:rgba(0,0,0,.1490196078)}.swiper-slide-shadow-left{background-image:linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0))}.swiper-slide-shadow-right{background-image:linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0))}.swiper-slide-shadow-top{background-image:linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0))}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0))}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top:4px solid rgba(0,0,0,0);box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color, var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none !important}::slotted(svg),svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset, 50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset, 4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset, 50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset, 4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset, 50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset, 4px);.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none !important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom, 8px);left:0;top:var(--swiper-pagination-top, auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(0.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullet-active-next-next{transform:scale(0.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color, #000);border-radius:var(--swiper-pagination-bullet-border-radius, 50%);display:inline-block;height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2);width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none !important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color, var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity, 1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left, auto);right:var(--swiper-pagination-right, 8px);top:50%;transform:translate3d(0, -50%, 0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size, 4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none !important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom, 4px);height:var(--swiper-scrollbar-size, 4px);left:var(--swiper-scrollbar-sides-offset, 1%);position:absolute;top:var(--swiper-scrollbar-top, auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left, auto);position:absolute;right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);width:var(--swiper-scrollbar-size, 4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));border-radius:var(--swiper-scrollbar-border-radius, 10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:rgba(0,0,0,0)}html{height:100%}body{line-height:1;min-height:100%}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}html,.root{font-size:16px;line-height:1.5}body{line-height:1.5;font-family:"Inter",sans-serif;font-size:16px;font-weight:400;color:#000}*,*::before,*::after{padding:0;margin:0;box-sizing:border-box;list-style:none;list-style-type:none;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html{font-size:100%;box-sizing:inherit;scroll-behavior:smooth}.btn{font-family:"Inter",sans-serif;font-weight:700;font-size:14px;line-height:143%;text-transform:uppercase;text-align:center;color:#fff;transition:.3s ease;max-width:200px;width:100%;display:flex;justify-content:center;align-items:center;background:#20324b;padding:10px}p{font-family:"Inter",sans-serif;font-weight:400;font-size:clamp(15px,14.3076923077px + 0.19vw,18px);line-height:133%;color:#fff}.btn.with-arrow{position:relative}.btn.with-arrow:after{content:"";position:absolute;width:10px;height:14px;background-image:url("../../images/icons/button-arrow.svg");top:50%;transform:translateY(-50%);right:20px;background-repeat:no-repeat}h1{margin:0;font-family:"Inter",sans-serif;font-weight:700;font-size:clamp(30px,25.8461538462px + 1.15vw,48px);line-height:100%;color:#fff}.title-line{position:relative;padding-bottom:24px;margin-bottom:24px}.title-line::after{content:"";display:block;width:100px;height:3px;background-color:#fff;position:absolute;bottom:0}.title-line-gray{position:relative;padding-bottom:24px;margin-bottom:30px}.title-line-gray::after{content:"";display:block;width:100px;height:3px;background-color:rgba(94,95,97,.2);position:absolute;bottom:0}@media screen and (min-width: 1025px){h1{line-height:50px}}@keyframes slideLeft{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0%)}}@keyframes slideRight{0%{opacity:1;transform:translateX(0%)}100%{opacity:0;transform:translateX(100%)}}.header{display:block;width:100%;height:auto;margin:0 auto;z-index:100;background:#122b5c}@media screen and (min-width: 993px){.header>.container{position:relative}}@media screen and (max-width: 359px){.header .logo__main{max-width:200px}}.header .logo__main{max-width:52px;width:100%}.header .wrapper-menu{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between}.header .header-menu{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 992px){.header .header-menu{padding:5px 0}}@media screen and (min-width: 993px){.header .header-menu{display:grid;grid-template-columns:1fr auto 1fr;column-gap:20px}.header .header-menu .logo-section{justify-self:start}.header .header-menu .wrapper-menu{justify-self:center}.header .header-menu .social-network-wrap{justify-self:end}}.header>.container .social-network-wrap--desktop{display:none}@media screen and (min-width: 993px){.header>.container .social-network-wrap--desktop{display:flex}}.header .header-item-right .social-network-wrap--mobile{display:none}@media screen and (max-width: 992px){.header .header-item-right .social-network-wrap--mobile{display:flex;align-items:center;gap:0 10px;margin-right:12px}}.header-item-center{display:flex}.header-item-right{display:flex;align-items:center;justify-content:flex-end}.header .menu>ul>li{display:inline-block;margin-left:5px}@media screen and (min-width: 1245px){.header .menu>ul>li{margin-left:15px}}@media screen and (min-width: 993px){.header .menu>ul>li{padding:25px 0}}.header .menu>ul>li:first-child{margin-left:0}.header .menu>ul>li .menu-link{display:flex;align-items:center}.header .menu>ul>li .menu-link a{position:relative;font-family:"Inter",sans-serif;font-size:clamp(12px,11.5384615385px + 0.13vw,14px);text-align:center;color:#fff;transition:color .3s ease;display:flex;align-items:center;text-transform:uppercase;font-weight:600}@media screen and (max-width: 992px){.header .menu>ul>li .menu-link a{text-transform:none}}.header .menu>ul>li .menu-subs{position:absolute;width:100%;height:auto;z-index:108;opacity:0;visibility:hidden;pointer-events:none;background:#fafbfd;margin-top:30px;transition:opacity .3s ease,visibility .3s ease;border-radius:.25rem;box-shadow:0 12px 32px rgba(8,20,45,.18)}@media screen and (min-width: 993px){.header .menu>ul>li .menu-subs::before{content:"";position:absolute;left:0;right:0;top:-30px;height:30px}}.header .menu>ul>li .menu-subs ul{display:flex;flex-direction:column}@media screen and (min-width: 993px){.header .menu>ul>li .menu-subs ul{gap:10px}}@media screen and (min-width: 993px){.header .menu>ul>li .menu-subs a{padding-left:0}}.header .menu>ul>li .menu-subs a{display:inline-block;font-size:16px;font-style:normal;font-weight:500;line-height:20px;border:none;outline:none;color:#4b5a74;transition:all .3s ease}@media screen and (min-width: 993px){.header .menu>ul>li.menu-column-1 .menu-subs{min-width:14rem;max-width:14rem;padding:16px}}@media screen and (min-width: 993px){.header .menu>ul>li.menu-column-4 .menu-subs{display:flex;flex-wrap:wrap;left:16px;right:16px;width:auto;height:auto;padding:24px;border-radius:12px}.header .menu>ul>li.menu-column-4 .menu-subs ul{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px 30px;width:100%}.header .menu>ul>li.menu-column-4 .menu-subs ul li .menu-link-subs{margin-bottom:10px}.header .menu>ul>li.menu-column-4 .menu-subs ul li .menu-link-subs a{color:#122b5c;font-family:"Inter",sans-serif;font-weight:700}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul{display:grid;grid-template-columns:1fr;grid-gap:0 30px}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul li{margin-top:5px}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul li:first-child{margin-top:0}.header .menu>ul>li.menu-column-4 .menu-subs-2 ul li a:hover{text-decoration:underline;color:#4b5a74}}@media screen and (min-width: 993px){.header .menu>ul>li.menu-column-2.has-arrow{padding-right:0 !important}.header .menu>ul>li.menu-column-2 .menu-subs{display:flex;flex-wrap:wrap;left:16px;right:16px;width:auto;height:auto;padding:24px 24px 15px 24px;border-radius:12px}.header .menu>ul>li.menu-column-2 .menu-subs ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px 30px;width:100%}.header .menu>ul>li.menu-column-2 .menu-subs ul li .menu-link-subs a{color:#122b5c;font-family:"Inter",sans-serif;font-weight:700}.header .menu>ul>li.menu-column-2 .menu-subs-2 ul{display:grid;grid-template-columns:1fr;grid-gap:0 30px}.header .menu>ul>li.menu-column-2 .menu-subs-2 ul li:first-child{margin-top:0}.header .menu>ul>li.menu-column-2 .menu-subs-2 ul li a:hover{text-decoration:underline;color:#4b5a74}}.header .menu>ul>li.menu-item-887 .mega-menu__column-title{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#0033a0}@media screen and (min-width: 993px){.header .menu>ul>li.menu-item-887 .mega-menu__column .submenu-toggle{display:none}}.header .menu>ul>li.menu-item-887 li.mega-menu__item .menu-link-subs-2{margin-bottom:0}.header .menu>ul>li.menu-item-887 li.mega-menu__item .menu-link-subs-2 a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;width:100%;cursor:pointer}.header .menu>ul>li.menu-item-887 li.mega-menu__item .menu-link-subs-2 a:hover{text-decoration:none}.header .menu>ul>li.menu-item-887 li.mega-menu__item:not(:last-child) .menu-link-subs-2 a{border-bottom:1px solid #e9ecf2;transition:border-color .2s ease}.header .menu>ul>li.menu-item-887 li.mega-menu__item .menu-link-subs-2 a:hover{border-bottom-color:#d5dbe6}.header .menu>ul>li.menu-item-887 li.mega-menu__item .mega-menu__item-body{display:flex;flex-direction:column;gap:2px}.header .menu>ul>li.menu-item-887 li.mega-menu__item .mega-menu__item-title{font-weight:700;color:#122b5c;transition:color .2s ease;display:inline-block}.header .menu>ul>li.menu-item-887 li.mega-menu__item .mega-menu__item-meta{font-size:13px;font-weight:400;color:#7c8598}.header .menu>ul>li.menu-item-887 li.mega-menu__item .mega-menu__item-arrow{flex:none;display:inline-block;color:#0033a0;transform:rotate(-45deg);transition:transform .2s ease}.header .menu>ul>li.menu-item-887 li.mega-menu__item .menu-link-subs-2 a:hover .mega-menu__item-title{color:#0033a0}.header .menu>ul>li.menu-item-887 li.mega-menu__item .menu-link-subs-2 a:hover .mega-menu__item-arrow{transform:rotate(0deg)}.header .menu>ul>li.menu-item-887 .mega-menu-tournaments-footer{padding-top:12px;padding-bottom:4px;margin-top:4px;border-top:1px solid #e5e9f0;text-align:right}.header .menu>ul>li.menu-item-887 .mega-menu-tournaments-footer .menu-link-subs a{font-size:14px;font-weight:600;color:#4b5a74}@media screen and (min-width: 993px){.header .menu>ul>li.menu-item-887 .menu-subs{left:50%;right:auto;width:max-content;min-width:700px;max-width:min(1352px,100vw - 32px);transform:translateX(-50%)}.header .menu>ul>li.menu-item-887 .menu-subs>ul{display:grid;grid-auto-flow:row;gap:0 32px;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))}.header .menu>ul>li.menu-item-887.mega-menu--cols-1 .menu-subs>ul{grid-template-columns:minmax(240px, 1fr)}.header .menu>ul>li.menu-item-887.mega-menu--cols-2 .menu-subs{min-width:780px}.header .menu>ul>li.menu-item-887.mega-menu--cols-2 .menu-subs>ul{grid-template-columns:repeat(2, minmax(240px, 1fr))}.header .menu>ul>li.menu-item-887.mega-menu--cols-3 .menu-subs>ul{grid-template-columns:repeat(3, minmax(240px, 1fr))}.header .menu>ul>li.menu-item-887.mega-menu--cols-4 .menu-subs>ul,.header .menu>ul>li.menu-item-887.mega-menu--cols-many .menu-subs>ul{grid-template-columns:repeat(4, minmax(240px, 1fr))}.header .menu>ul>li.menu-item-887 .mega-menu-tournaments-footer{grid-column:1/-1}}.header .menu>ul>li.menu-item-974 .mega-menu__column-title{display:flex;flex-direction:column;gap:2px}.header .menu>ul>li.menu-item-974 .mega-menu__column-heading{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#0033a0}.header .menu>ul>li.menu-item-974 .mega-menu__column-subtitle{font-size:13px;font-weight:400;color:#7c8598}@media screen and (min-width: 993px){.header .menu>ul>li.menu-item-974 .mega-menu__column .submenu-toggle{display:none}}.header .menu>ul>li.menu-item-974 li.mega-menu__item .menu-link-subs-2{margin-bottom:0}.header .menu>ul>li.menu-item-974 li.mega-menu__item .menu-link-subs-2 a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 0;width:100%;cursor:pointer}.header .menu>ul>li.menu-item-974 li.mega-menu__item .menu-link-subs-2 a:hover{text-decoration:none}.header .menu>ul>li.menu-item-974 li.mega-menu__item:not(:last-child) .menu-link-subs-2 a{border-bottom:1px solid #e9ecf2;transition:border-color .2s ease}.header .menu>ul>li.menu-item-974 li.mega-menu__item .menu-link-subs-2 a:hover{border-bottom-color:#d5dbe6}.header .menu>ul>li.menu-item-974 li.mega-menu__item .mega-menu__item-body{display:flex;flex-direction:column;gap:2px}.header .menu>ul>li.menu-item-974 li.mega-menu__item .mega-menu__item-title{font-weight:700;color:#122b5c;transition:color .2s ease;display:inline-block}.header .menu>ul>li.menu-item-974 li.mega-menu__item .mega-menu__item-meta{font-size:13px;font-weight:400;color:#7c8598}.header .menu>ul>li.menu-item-974 li.mega-menu__item .mega-menu__item-arrow{flex:none;display:inline-block;color:#0033a0;transform:rotate(-45deg);transition:transform .2s ease}.header .menu>ul>li.menu-item-974 li.mega-menu__item .menu-link-subs-2 a:hover .mega-menu__item-title{color:#0033a0}.header .menu>ul>li.menu-item-974 li.mega-menu__item .menu-link-subs-2 a:hover .mega-menu__item-arrow{transform:rotate(0deg)}.header .menu>ul>li.menu-item-974 .mega-menu__footer-link{padding-top:12px;padding-bottom:4px;margin-top:4px;border-top:1px solid #e5e9f0;text-align:right}.header .menu>ul>li.menu-item-974 .mega-menu__footer-link .menu-link-subs a{font-size:14px;font-weight:600;color:#4b5a74}@media screen and (min-width: 993px){.header .menu>ul>li.menu-item-974 .menu-subs{left:50%;right:auto;width:max-content;min-width:700px;max-width:min(1352px,100vw - 32px);transform:translateX(-50%)}.header .menu>ul>li.menu-item-974 .menu-subs>ul{display:grid;grid-auto-flow:row;gap:0 32px;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr))}.header .menu>ul>li.menu-item-974.mega-menu--cols-2 .menu-subs{min-width:780px}.header .menu>ul>li.menu-item-974.mega-menu--cols-2 .menu-subs>ul{grid-template-columns:repeat(2, minmax(240px, 1fr))}.header .menu>ul>li.menu-item-974 .mega-menu__column--boys{grid-column:1;grid-row:1}.header .menu>ul>li.menu-item-974 .mega-menu__footer-link--boys{grid-column:1;grid-row:2}.header .menu>ul>li.menu-item-974 .mega-menu__column--girls{grid-column:2;grid-row:1}.header .menu>ul>li.menu-item-974 .mega-menu__footer-link--girls{grid-column:2;grid-row:2}}@media screen and (min-width: 993px){.header .menu>ul>li:hover>.menu-link{color:#f5a800}.header .menu>ul>li:hover>.menu-link a{color:#f5a800}}.header .menu-subs ul li:hover a:before{content:"";transition:all .2s ease-in-out;position:absolute;display:block;bottom:0;width:100%;margin-left:0;height:2px;left:0;right:0}.header .menu-subs ul li.current-menu-item .menu-link a{color:#f5a800}.header .menu-subs ul li.current-menu-item .menu-link a:before{content:"";transition:all .2s ease-in-out;position:absolute;display:block;bottom:0;width:100%;margin-left:0;height:2px;left:0;right:0}.header .menu-mobile-header,.header .menu-mobile-toggle{display:none}.header .menu>ul>li.current-menu-item>.menu-link a,.header .menu>ul>li.current-page-ancestor>.menu-link a{position:relative;color:#f5a800 !important}@media screen and (min-width: 993px){.header .menu>ul>li.current-page-ancestor>.menu-link,.header .menu>ul>li.current-menu-item>.menu-link{color:#f5a800}.header .menu>ul>li.current-page-ancestor>.menu-link .submenu-toggle-icon,.header .menu>ul>li.current-menu-item>.menu-link .submenu-toggle-icon{color:#f5a800}}.header .header-info__mobile{display:none}@media screen and (min-width: 993px){.header .menu>ul>li.menu-item-has-children:hover .menu-subs,.header .menu>ul>li.menu-item-has-children:focus-within .menu-subs{opacity:1;visibility:visible;pointer-events:auto}.header .menu-subs .submenu-toggle-icon,.header .menu-subs-2 .submenu-toggle-icon{display:none}}.header-info .header-mobile{display:none}@media screen and (min-width: 993px){.menu-mobile-header{display:none}}@media screen and (max-width: 992px){.header-item-left,.header-item-right{flex:0 0 auto}.wrapper-menu{justify-content:space-between;padding:.5rem 0}.header-info .header-desktop{display:none}.header .menu-mobile-toggle{position:relative;display:block;cursor:pointer;border:none;outline:none;top:0;left:0;background:none;z-index:9}.header-item-right{align-items:center}.header .menu{position:fixed;top:0;left:0;width:85%;height:100%;z-index:111;overflow:hidden;background:#fff;transform:translateX(-100%);transition:transform .3s ease}.header .menu.active{transform:translateX(0%)}.header .menu>ul>li{display:block;line-height:1;margin:0;border-top:1px solid #e5e9f0}.header .menu>ul>li:first-child{border-top:none}.header .menu>ul>li .menu-link{display:flex;line-height:3.125rem;height:3.125rem;justify-content:space-between;width:100%}.header .menu>ul>li .menu-link a{width:100%;padding-left:15px;font-size:16px;color:#122b5c;font-weight:700}.header .menu .menu-mobile-header{position:relative;position:sticky;display:flex;align-items:center;justify-content:space-between;top:0;height:65px;z-index:110;background:#fff;border-bottom:1px solid #e5e9f0}.header .menu .menu-mobile-header .menu-mobile-arrow{display:none;flex:0 0 56px;width:56px;height:100%;cursor:pointer;text-align:center;border-right:1px solid #e5e9f0;transition:none;animation:none}.header .menu .menu-mobile-header.active{display:flex}.header .menu .menu-mobile-header.active .menu-mobile-arrow{display:flex;align-items:center;justify-content:center;position:relative;z-index:5}.header .menu .menu-mobile-header.active .menu-mobile-arrow::before{content:"";background-image:url("../../images/icons/arrow-left.svg");background-repeat:no-repeat;background-position:center;background-size:contain;width:28px;height:28px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);transition:none;animation:none}.header .menu .menu-mobile-header .menu-mobile-title{font-size:18px;font-weight:700;line-height:inherit;color:#122b5c;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center;pointer-events:none}.header .menu .menu-mobile-header .menu-mobile-close{display:flex;align-items:center;justify-content:center;flex:0 0 56px;margin-left:auto;padding:0;line-height:1;cursor:pointer;width:56px;height:100%;border-left:1px solid #e5e9f0;border-top:none;border-right:none;border-bottom:none;background:none}.header .menu .menu-mobile-header .menu-mobile-close::before{content:"";display:block;background-image:url("../../images/icons/close.svg");background-repeat:no-repeat;background-position:center;background-size:contain;width:28px;height:28px}.header .menu .menu-section{overflow-y:auto;overflow-x:hidden;margin-top:0}.header .menu>ul>li .menu-subs,.header .menu>ul>li .menu-subs .menu-subs-2{position:absolute;display:none;top:0;left:0;max-width:none;min-width:auto;width:100%;height:100%;margin:0;padding-top:57px;opacity:1;overflow-y:auto;visibility:visible;transform:translateX(0%);box-shadow:none;background:#fff}.header .menu>ul>li .menu-subs .menu-link,.header .menu>ul>li .menu-subs .menu-link-subs,.header .menu>ul>li .menu-subs .menu-link-subs-2,.header .menu>ul>li .menu-subs .menu-subs-2 .menu-link,.header .menu>ul>li .menu-subs .menu-subs-2 .menu-link-subs,.header .menu>ul>li .menu-subs .menu-subs-2 .menu-link-subs-2{display:flex;align-items:center;justify-content:space-between;line-height:inherit;height:inherit;background:rgba(0,0,0,0)}.header .menu>ul>li .menu-subs .menu-link a,.header .menu>ul>li .menu-subs .menu-link-subs a,.header .menu>ul>li .menu-subs .menu-link-subs-2 a,.header .menu>ul>li .menu-subs .menu-subs-2 .menu-link a,.header .menu>ul>li .menu-subs .menu-subs-2 .menu-link-subs a,.header .menu>ul>li .menu-subs .menu-subs-2 .menu-link-subs-2 a{flex:1 1 auto;min-width:0;color:#122b5c;font-size:14px;font-weight:700;line-height:22px}.header .menu>ul>li .menu-subs .menu-link a:hover,.header .menu>ul>li .menu-subs .menu-link-subs a:hover,.header .menu>ul>li .menu-subs .menu-link-subs-2 a:hover,.header .menu>ul>li .menu-subs .menu-subs-2 .menu-link a:hover,.header .menu>ul>li .menu-subs .menu-subs-2 .menu-link-subs a:hover,.header .menu>ul>li .menu-subs .menu-subs-2 .menu-link-subs-2 a:hover{color:#f5a800}.header .menu>ul>li .menu-subs.active,.header .menu>ul>li .menu-subs .menu-subs-2.active{display:block;top:0;border:none;z-index:1}.header .menu>ul>li .menu-subs.active ul,.header .menu>ul>li .menu-subs .menu-subs-2.active ul{margin-top:13px;align-items:flex-start}.header .menu>ul>li .menu-subs.active ul li,.header .menu>ul>li .menu-subs .menu-subs-2.active ul li{width:100%}.header .menu>ul>li .menu-subs.active ul li a,.header .menu>ul>li .menu-subs .menu-subs-2.active ul li a{text-align:left}.header .menu>ul>li .menu-subs>ul>li>a,.header .menu>ul>li .menu-subs .menu-subs-2>ul>li>a{display:block;width:100%;padding:14px 15px;font-size:16px}.header .menu>ul>li .menu-subs>ul>li .menu-link-subs a,.header .menu>ul>li .menu-subs>ul>li .menu-link-subs-2 a,.header .menu>ul>li .menu-subs .menu-subs-2>ul>li .menu-link-subs a,.header .menu>ul>li .menu-subs .menu-subs-2>ul>li .menu-link-subs-2 a{padding-left:0}.header .menu>ul>li .menu-subs>ul>li.has-arrow .menu-link-subs,.header .menu>ul>li .menu-subs>ul>li.has-arrow .menu-link-subs-2,.header .menu>ul>li .menu-subs .menu-subs-2>ul>li.has-arrow .menu-link-subs,.header .menu>ul>li .menu-subs .menu-subs-2>ul>li.has-arrow .menu-link-subs-2{padding-right:0}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:100;opacity:0;visibility:hidden;transition:all .45s ease-in-out}.overlay.active{opacity:1;visibility:visible;background:rgba(0,0,0,.6)}.menu>ul>li.current-menu-item>.menu-link a,.menu>ul>li.current-page-ancestor>.menu-link a{color:#f5a800 !important;width:100%}}.header-icons{display:flex;align-items:center;gap:0 10px}.header-icons .social-networks{display:flex;align-items:center}.header-icons .social-networks img{width:40px;height:40px}.white-popup{position:relative;background:#fff;padding:25px;width:auto;max-width:650px;margin:0 auto}.mfp-zoom-in .mfp-with-anim{opacity:0;transition:all .2s ease-in-out;transform:scale(0.8)}.mfp-zoom-in.mfp-bg{opacity:0;transition:all .3s ease-out}.mfp-zoom-in.mfp-ready .mfp-with-anim{opacity:1;transform:scale(1)}.mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.mfp-zoom-in.mfp-removing .mfp-with-anim{transform:scale(0.8);opacity:0}.mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.menu-hamburger{width:32px;height:28px;cursor:pointer}.menu-hamburger span{display:block;position:absolute;left:0;width:100%;height:3px;border-radius:9px;background:#fff;opacity:1;transform:translateY(0) rotate(0deg);transition:transform .25s ease-in-out,opacity .25s ease-in-out,background-color .25s ease-in-out}.menu-hamburger span:nth-child(1){top:0px}.menu-hamburger span:nth-child(2){top:12px;width:75%}.menu-hamburger span:nth-child(3){top:24px}.menu-hamburger.open span{background:#fff}.has-arrow{padding-right:15px}.has-arrow .submenu-toggle-icon{display:block;width:18px;height:18px;background:url("../../images/arrow-down.svg") center/contain no-repeat;transition:transform .3s ease}@media screen and (min-width: 993px){.has-arrow:hover .submenu-toggle-icon{transform:rotate(180deg);background-image:url("../../images/arrow-down-green.svg")}}@media screen and (min-width: 993px){.has-arrow{padding-right:0 !important}.has-arrow .submenu-toggle{display:none}}@media screen and (max-width: 992px){.header .menu .mobile-menu-row{display:flex;align-items:stretch;width:100%}.header .menu .mobile-menu-link{flex:1 1 auto;min-width:0}.header .menu .submenu-toggle{appearance:none;background:none;border:none;margin:0 -8px 0 0;padding:0;flex:0 0 44px;width:44px;display:flex;align-items:center;justify-content:center;cursor:pointer}.header .menu .has-arrow .submenu-toggle-icon{width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='none' stroke='%23122B5C' stroke-width='48' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M184 112l144 144-144 144'/%3E%3C/svg%3E")}.header .menu li.has-arrow:has(>.sub-menu.active)>.mobile-menu-row{pointer-events:none}.header .menu .sub-menu.active{pointer-events:auto}}@media screen and (max-width: 992px){.header .menu>ul>li.menu-item-887>.menu-subs{background:#fff}.header .menu>ul>li.menu-item-887>.menu-subs.active{display:flex;flex-direction:column;height:100dvh;overflow:hidden}.header .menu>ul>li.menu-item-887>.menu-subs>ul{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 20px calc(64px + env(safe-area-inset-bottom))}.header .menu>ul>li.menu-item-887 .mega-menu__column>.mobile-menu-row{padding:0;min-height:auto}.header .menu>ul>li.menu-item-887 .mega-menu__column>.mobile-menu-row .submenu-toggle{display:none}.header .menu>ul>li.menu-item-887 .mega-menu__column>.sub-menu.menu-subs-2{display:block;position:static;width:100%;height:auto;padding:0;overflow:visible;background:rgba(0,0,0,0);box-shadow:none}.header .menu>ul>li.menu-item-887 .mega-menu__column{border-top:none}.header .menu>ul>li.menu-item-887 .mega-menu__column:not(:first-child){margin-top:22px}.header .menu>ul>li.menu-item-887 .mega-menu__column.has-arrow{padding-right:0}.header .menu>ul>li.menu-item-887 .mega-menu__column-title{color:#0033a0}.header .menu>ul>li.menu-item-887 li.mega-menu__item{min-height:auto;border-top:none}.header .menu>ul>li.menu-item-887 li.mega-menu__item .menu-link-subs-2{padding:0;min-height:auto}.header .menu>ul>li.menu-item-887 li.mega-menu__item .menu-link-subs-2 a{padding:12px 0}.header .menu>ul>li.menu-item-887 li.mega-menu__item .mega-menu__item-title{color:#122b5c;font-size:16px}.header .menu>ul>li.menu-item-887 li.mega-menu__item .mega-menu__item-meta{color:#7c8598}.header .menu>ul>li.menu-item-887 li.mega-menu__item .mega-menu__item-arrow{color:#0033a0}.header .menu>ul>li.menu-item-887 li.mega-menu__item .menu-link-subs-2 a{border-bottom:1px solid #e5e9f0}.header .menu>ul>li.menu-item-887 li.mega-menu__item .menu-link-subs-2 a:active{opacity:.7}.header .menu>ul>li.menu-item-887 .mega-menu-tournaments-footer{display:flex;align-items:center;justify-content:center;position:absolute;left:0;right:0;bottom:0;min-height:64px;padding:0 20px;padding-bottom:env(safe-area-inset-bottom);background:rgba(0,51,160,.04)}.header .menu>ul>li.menu-item-887 .mega-menu-tournaments-footer .menu-link-subs{justify-content:center}.header .menu>ul>li.menu-item-887 .mega-menu-tournaments-footer .menu-link-subs a{background:rgba(0,0,0,0);border:none;border-radius:0;color:#122b5c;font-weight:700}}@media screen and (max-width: 992px){.header .menu>ul>li.menu-item-974>.menu-subs{background:#fff}.header .menu>ul>li.menu-item-974>.menu-subs.active{display:flex;flex-direction:column;height:100dvh;overflow:hidden}.header .menu>ul>li.menu-item-974>.menu-subs>ul{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 20px calc(20px + env(safe-area-inset-bottom))}.header .menu>ul>li.menu-item-974 .mega-menu__column>.mobile-menu-row{padding:0;min-height:auto}.header .menu>ul>li.menu-item-974 .mega-menu__column>.mobile-menu-row .submenu-toggle{display:none}.header .menu>ul>li.menu-item-974 .mega-menu__column>.sub-menu.menu-subs-2{display:block;position:static;width:100%;height:auto;padding:0;overflow:visible;background:rgba(0,0,0,0);box-shadow:none}.header .menu>ul>li.menu-item-974 .mega-menu__column{border-top:none}.header .menu>ul>li.menu-item-974 .mega-menu__column:not(:first-child){margin-top:22px}.header .menu>ul>li.menu-item-974 .mega-menu__column.has-arrow{padding-right:0}.header .menu>ul>li.menu-item-974 .mega-menu__column-title{display:flex;flex-direction:column;gap:8px}.header .menu>ul>li.menu-item-974 .mega-menu__column-heading{color:#0033a0}.header .menu>ul>li.menu-item-974 .mega-menu__column-subtitle{color:#7c8598;font-size:15px}.header .menu>ul>li.menu-item-974 li.mega-menu__item{min-height:auto;border-top:none}.header .menu>ul>li.menu-item-974 li.mega-menu__item .menu-link-subs-2{padding:0;min-height:auto}.header .menu>ul>li.menu-item-974 li.mega-menu__item .menu-link-subs-2 a{padding:8px 0}.header .menu>ul>li.menu-item-974 li.mega-menu__item .mega-menu__item-title{color:#122b5c;font-size:16px}.header .menu>ul>li.menu-item-974 li.mega-menu__item .mega-menu__item-meta{color:#7c8598}.header .menu>ul>li.menu-item-974 li.mega-menu__item .mega-menu__item-arrow{color:#0033a0}.header .menu>ul>li.menu-item-974 li.mega-menu__item .menu-link-subs-2 a{border-bottom:1px solid #e5e9f0}.header .menu>ul>li.menu-item-974 li.mega-menu__item .menu-link-subs-2 a:active{opacity:.7}.header .menu>ul>li.menu-item-974 .mega-menu__footer-link{margin-top:8px;border-top:0}.header .menu>ul>li.menu-item-974 .mega-menu__footer-link .menu-link-subs a{display:block;padding:10px 0;color:#122b5c;font-weight:700}.header .menu>ul>li.menu-item-974 .mega-menu__footer-link .menu-link-subs a:active{opacity:.7}}.site-footer{background:#0f2d6b;color:#fff;padding:50px 0 0;font-family:"Inter",sans-serif}.footer-top{display:flex;align-items:baseline;justify-content:space-between;gap:36px;padding-bottom:40px;border-bottom:1px solid hsla(0,0%,100%,.12)}.footer-logo-wrap{display:flex;align-items:center;gap:12px;margin-bottom:16px}.footer-logo-wrap img{height:50px;width:auto}.footer-logo-text{display:flex;flex-direction:column;line-height:1.2}.footer-logo-abbr{font-size:clamp(16px,15.0769230769px + 0.26vw,20px);font-weight:800;color:#fff}.footer-logo-full{font-size:11px;color:hsla(0,0%,100%,.55);letter-spacing:.03em}.footer-brand{max-width:420px}.footer-brand p{font-size:13px;line-height:1.65;color:hsla(0,0%,100%,.65);margin-bottom:0}.social-network-wrap{display:flex;gap:15px;align-items:center;flex-shrink:0}@media(max-width: 767px){.social-network-wrap{gap:15px}}.social-network-wrap a{display:flex;color:#fff;text-decoration:none;border-radius:50%}.social-network-wrap a rect{transition:fill .25s ease}.social-network-wrap a:hover rect,.social-network-wrap a:focus-visible rect{fill:#f5a800}.social-network-wrap svg{width:40px;height:40px;fill:currentColor;display:block}.social-network-wrap a.instagram svg path,.social-network-wrap a.instagram svg ellipse{transform-box:view-box;transform-origin:32px 32px;transform:scale(1.6)}.social-network-embed{position:relative;flex:0 0 auto;width:40px;height:40px;line-height:0}.social-network-embed iframe{position:absolute;bottom:-8px;left:-7px;display:block;width:57px !important;height:94px !important;transform:scale(0.93);transform-origin:0 100%;border:0}.footer-bottom{padding:18px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.footer-bottom p{font-size:12px;color:hsla(0,0%,100%,.45)}.footer-bottom-links{display:flex;gap:20px;list-style:none;margin:0;padding:0}.footer-bottom-links li{margin:0}.footer-bottom-links a{font-size:12px;color:hsla(0,0%,100%,.45);transition:color .2s;text-decoration:none}.footer-bottom-links a:hover{color:#f5a800}.footer{background:rgba(0,0,0,.5);padding:32px 0 24px 0;z-index:5;position:relative}@media screen and (max-width: 650px){.footer{padding:20px 0 15px 0}}.footer-copyright a,.footer-copyright span{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#fff}.footer-row{display:flex;flex-direction:row;justify-content:space-between}@media screen and (max-width: 650px){.footer-row{flex-direction:column-reverse;justify-content:center;align-items:center;gap:10px}}.footer-menu ul{display:flex;flex-direction:row;justify-content:space-between}.footer-menu li{position:relative}.footer-menu li a{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:1.25;text-align:right;color:#fff}.footer-menu li{padding-left:10px;padding-right:10px}.footer-menu li:first-child{margin-left:0}.footer-menu li:first-child::before{content:none}.footer-menu li::before{content:"|";position:absolute;left:0}a,button{font-size:inherit;line-height:inherit;cursor:pointer;border:none;outline:none;background:none}img,video{display:block;max-width:100%;height:auto;object-fit:cover}img{vertical-align:middle}video{touch-action:none}p,a{color:#2a2931}.wrapper{min-height:100vh;overflow:hidden;display:flex;flex-direction:column}.site-footer{flex-shrink:0}.block-container{max-width:1352px;height:auto;margin:0 auto;padding:0 16px}.container{max-width:1352px;height:auto;margin:0 auto;padding:0 16px}.site-content{flex:1 1 auto}.entry-content{padding:80px 0}@media(max-width: 992px){.entry-content{padding:64px 0}}.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{color:#000;margin-bottom:16px}.entry-content h2{position:relative;font-size:clamp(20px,18.1538461538px + 0.51vw,28px);line-height:1.11111}.entry-content p{margin-bottom:16px}.entry-content h3{font-size:clamp(18px,16.6153846154px + 0.38vw,24px);line-height:32px}.entry-content h4{font-size:clamp(16px,15.0769230769px + 0.26vw,20px);line-height:26px}@media screen and (min-width: 1025px){.entry-content h4{line-height:38px}}.entry-content h5{font-size:clamp(14px,13.0769230769px + 0.26vw,18px);line-height:24px}.entry-content h6{font-size:clamp(13px,12.3076923077px + 0.19vw,16px);line-height:22px}.entry-content p,.entry-content li{font-family:"Inter",sans-serif;font-weight:400;font-size:clamp(14px,13.5384615385px + 0.13vw,16px);line-height:24px;letter-spacing:.02em;color:#000;margin-bottom:15px}.entry-content ul li{color:#000;font-family:"Inter",sans-serif;font-size:clamp(14px,13.5384615385px + 0.13vw,16px);line-height:24px;font-style:normal;font-weight:400;letter-spacing:-0.3px;margin-bottom:16px;padding-left:16px;position:relative}.entry-content ul li:before{content:"";display:inline-block;width:1em;margin-right:12px;background:#01b02f;border-radius:50%;width:8px;height:8px;left:0;top:50%;position:absolute;transform:translateY(-50%)}.entry-content ol{counter-reset:list-counter}.entry-content ol li{position:relative;padding-left:16px;font-family:"Inter",sans-serif}.entry-content ol li:before{counter-increment:list-counter;content:counter(list-counter) ". ";display:inline-block;left:0;top:0;position:absolute;font-family:"Inter",sans-serif}.entry-content a{color:#24309e;opacity:1}.entry-content .wp-block-quote p{color:#0f2d6b;font-family:"Inter",sans-serif;font-size:clamp(15px,14.3076923077px + 0.19vw,18px)}@media screen and (min-width: 768px){.entry-content .wp-block-quote p{line-height:32px}}.entry-content .wp-block-quote p{font-style:italic;font-weight:400;letter-spacing:-0.3px;padding:24px;position:relative}.entry-content .wp-block-quote p::before{content:"";background-image:url("../../images/icons/quote-top.svg");background-repeat:no-repeat;width:21px;height:14px;position:absolute;left:0;top:0;display:flex;align-items:center;z-index:1}.entry-content .wp-block-quote p::after{content:"";background-image:url("../../images/icons/quote-bottom.svg");background-repeat:no-repeat;width:21px;height:14px;position:absolute;right:0;bottom:0;display:flex;align-items:center;z-index:1}.entry-content figure{margin:0}.entry-content figure.wp-block-image{margin-bottom:24px}.entry-content .wp-block-gallery{margin-bottom:24px}*{scrollbar-width:thin}*{scrollbar-color:#0f2d6b rgba(0,0,0,0)}.swiper-button-next,.swiper-button-prev{margin-top:0px;z-index:5;width:16px;height:32px;top:50%;transform:translateY(-50%)}.swiper-button-prev{left:0}.swiper-button-prev:after{background-image:url("../../images/slider-prev.svg") !important}.swiper-button-next{right:0}.swiper-button-next:after{background-image:url("../../images/slider-next.svg") !important}.swiper-button-next:after,.swiper-button-prev:after{font-size:0;top:50%;left:50%;width:20px;height:39px;transform:translate(-50%, -50%);position:absolute;background-repeat:no-repeat}.page-section{padding:32px 0}@media(min-width: 992px){.page-section{padding:60px 0}}.page-section-bg-gray{background:#f4f5f7}.page-section-bg-blue{background:#0f2d6b;position:relative;overflow:hidden}.page-section-bg-white{background:#fff}.page-section-label{font-family:"Inter",sans-serif;font-size:11px;font-weight:600;letter-spacing:.15em;color:#f5a800;margin-bottom:6px}.page-section-title{font-family:"Inter",sans-serif;font-size:clamp(22px,18.7692307692px + 0.9vw,36px);font-weight:800;letter-spacing:.03em;line-height:1.05;color:#111}.page-section-title.white{color:#fff}.page-section-subtitle{margin-top:10px;color:#666;font-family:"Inter",sans-serif;font-size:clamp(13px,12.5384615385px + 0.13vw,15px)}.page-section-header{margin-bottom:24px}.page-section-header-row{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px}.home-hero{background:#f0f0ee}.home-hero__swiper{width:100%;height:500px}.home-hero .swiper-slide{display:flex;background:#fff;overflow:hidden}.home-hero__slide-left{flex:0 0 50%;display:flex;flex-direction:column;justify-content:center;padding:48px 52px;position:relative;z-index:2}.home-hero__counter{font-size:11px;font-weight:600;letter-spacing:.14em;color:#bbb;margin-bottom:16px}.home-hero__badges{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:20px}.home-hero__badge{display:inline-flex;align-items:center;font-size:12px;font-weight:700;padding:5px 12px;border-radius:6px;width:fit-content;background:rgba(26,63,160,.08);color:#1a3fa0;text-decoration:none;transition:background .2s,color .2s}.home-hero__badge:hover{background:#1a3fa0;color:#fff}.home-hero__title{font-size:clamp(18px,15.2307692308px + 0.77vw,30px);font-weight:700;line-height:1.2;color:#111;margin-bottom:14px}.home-hero__desc{font-size:clamp(13px,12.7692307692px + 0.06vw,14px);color:#777;line-height:1.7;margin-bottom:32px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow:hidden}.home-hero__link{align-self:flex-start}.home-hero__slide-right{flex:1;position:relative;overflow:hidden}.home-hero__slide-right img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:none}.home-hero__bottom-bar{display:flex;align-items:center;justify-content:space-between;padding:10px 16px 10px 52px;border-top:1px solid #f0f0f0;background:#fafafa}.home-hero .swiper-pagination{position:static;display:flex;align-items:center;gap:6px}.home-hero .swiper-pagination-bullet{width:20px;height:3px;border-radius:2px;background:#ddd;opacity:1;margin:0;transition:width .4s cubic-bezier(0.34, 1.56, 0.64, 1),background .3s}.home-hero .swiper-pagination-bullet-active{width:36px;background:#1a3fa0}.home-hero__nav{display:flex;gap:4px}.home-hero__btn-prev,.home-hero__btn-next{width:32px;height:32px;border-radius:50%;border:1px solid #e0e0e0;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#555;padding:0;transition:background .2s,border-color .2s,transform .15s}.home-hero__btn-prev svg,.home-hero__btn-next svg{width:16px;height:16px}.home-hero__btn-prev:hover,.home-hero__btn-next:hover{background:#f0f0f0;border-color:#bbb}.home-hero__btn-prev:active,.home-hero__btn-next:active{transform:scale(0.93)}@media(max-width: 680px){.home-hero__swiper{height:auto}.home-hero .swiper-slide{flex-direction:column}.home-hero__slide-left{flex:none;order:2;justify-content:flex-start;padding:20px 20px 24px}.home-hero__slide-right{order:1;flex:none;width:100%;height:auto;aspect-ratio:16/9}.home-hero__slide-right::before{display:none}.home-hero__desc{-webkit-line-clamp:3;line-clamp:3}.home-hero__bottom-bar{padding:10px 16px}}.mr-controls{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;justify-content:space-between}.mr-mode-tabs{display:flex;gap:5px}.mr-mode{padding:10px 15px;line-height:normal;font-family:"Inter",sans-serif;font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;background:#fff;color:#666;border:1px solid #dde0e8;transition:all .2s;cursor:pointer;border-radius:6px}.mr-mode.active{background:#0f2d6b;color:#fff;border-color:#0f2d6b}.mr-mode:hover:not(.active){border-color:#0f2d6b;color:#0f2d6b}.mr-panel{display:none}.mr-panel.active{display:block}.league-tabs{display:flex;flex-wrap:wrap;gap:5px}.ltab{padding:10px 15px;line-height:normal;font-family:"Inter",sans-serif;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;background:#f4f5f7;color:#666;border:1px solid #dde0e8;transition:all .2s;cursor:pointer;border-radius:6px}.ltab.active,.ltab:hover{background:#0f2d6b;color:#fff;border-color:#0f2d6b}.ltab[data-league=vyshcha-m].active{background:#0f2d6b;border-color:#0f2d6b}.ltab[data-league=persha-m].active{background:#1a5c00;border-color:#1a5c00}.ltab[data-league=vyshcha-zh].active{background:#7a0060;border-color:#7a0060}.ltab[data-league=lviv].active{background:#7a4400;border-color:#7a4400}.round-block{margin-bottom:4px}.round-header{display:flex;align-items:center;gap:14px;padding:9px 18px;background:#0f2d6b;margin-bottom:2px}.round-label{font-family:"Inter",sans-serif;font-size:12px;font-weight:700;color:#fff;letter-spacing:.1em;text-transform:uppercase}.round-date{font-family:"Inter",sans-serif;font-size:12px;color:hsla(0,0%,100%,.6)}.matches-list{display:flex;flex-direction:column;gap:2px;margin-bottom:4px}.mrow{display:grid;grid-template-columns:130px 1fr 180px 80px;align-items:center;gap:12px;padding:13px 18px;background:#fff;border-left:4px solid rgba(0,0,0,0);transition:border-color .2s,background .2s}.mrow:hover{background:#f0f4ff;border-left-color:#f5a800}.mrow-date{font-family:"Inter",sans-serif;font-size:13px;font-weight:600;color:#0f2d6b;white-space:nowrap}.mrow-teams{display:flex;align-items:center;gap:8px;font-family:"Inter",sans-serif;font-size:13px;font-weight:500;color:#1a0a00}.mrow-vs{color:#dde0e8;font-size:11px;flex-shrink:0}.mrow-team{white-space:nowrap}.win-team{font-weight:800}.mrow-venue{font-family:"Inter",sans-serif;font-size:12px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mrow-btn{font-family:"Inter",sans-serif;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0f2d6b;border:1.5px solid #0f2d6b;padding:5px 12px;text-align:center;transition:all .2s;white-space:nowrap;display:inline-block;text-decoration:none}.mrow-btn:hover{background:#0f2d6b;color:#fff}.res-row{grid-template-columns:130px 1fr 180px 150px !important}.res-inline{display:flex;align-items:center;gap:8px;flex-shrink:0}.res-score{font-family:"Inter",sans-serif;font-size:14px;font-weight:800;background:#0f2d6b;color:#fff;padding:3px 10px;white-space:nowrap;flex-shrink:0}.win-score{background:#f5a800 !important;color:#002280 !important}.res-sets{font-family:"Inter",sans-serif;font-size:11px;color:#666;white-space:nowrap}.matches-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:20px}.stab-row{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:16px}.stab{padding:10px 15px;line-height:normal;font-family:"Inter",sans-serif;font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;background:#dde0e8;color:#666;cursor:pointer;transition:all .2s;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:6px}.stab.active{background:#0f2d6b;color:#fff}.stab:hover:not(.active){background:#c0c8d8}.stbl-panel{display:none}.stbl-panel.active{display:block}.standings-table-wrap{overflow-x:auto}.standings-table{width:100%;border-collapse:collapse;background:#fff;font-family:"Inter",sans-serif}.standings-table th{background:#0f2d6b;color:#fff;font-size:11px;font-weight:600;text-transform:uppercase;padding:13px 16px;text-align:left}.standings-table th:not(:first-child){text-align:center}.standings-table th:first-child{text-align:center}@media(max-width: 992px){.standings-table th{font-size:10px;padding:13px 10px}}.standings-table td{padding:13px 16px;border-bottom:1px solid #dde0e8;font-size:14px;color:#1a0a00;text-align:center}.standings-table td:not(:first-child):not(:nth-child(2)){text-align:center}@media(max-width: 992px){.standings-table td{font-size:12px;text-align:left}}.standings-table tr:hover td{background:#f0f3fa}.standings-table tr:last-child td{border-bottom:none}.pos-num{font-family:"Inter",sans-serif;font-size:clamp(12px,11.0769230769px + 0.26vw,16px);font-weight:800;color:#666;width:32px;display:inline-block;text-align:center}@media(max-width: 992px){.pos-num{width:18px}}.pos-num.gold{color:#c8960c}.pos-num.silver{color:#888}.pos-num.bronze{color:#a0613a}.team-cell{display:flex;align-items:center;gap:10px}.team-name-table{font-family:"Inter",sans-serif;font-size:14px;font-weight:700;color:#1a0a00}@media(max-width: 992px){.team-name-table{font-size:13px}}.pts{font-family:"Inter",sans-serif;font-size:15px;font-weight:800;color:#f5a800}@media(max-width: 992px){.pts{font-size:12px}}.page-section-bg-blue::before{content:none}.page-section-bg-blue::after{content:"";position:absolute;right:0px;bottom:-100px;width:clamp(400px,28vw,500px);aspect-ratio:1;background:url("../../images/ball-blue.svg") center/contain no-repeat;pointer-events:none;opacity:.15}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:stretch;position:relative;z-index:1}.about-stats-col{display:flex;height:100%}.about-stats-grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:repeat(2, minmax(0, 1fr));gap:15px;margin-bottom:0;width:100%}.about-stat-box{display:flex;flex-direction:column;justify-content:center;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);padding:20px 16px;text-align:center;transition:background .2s;border-radius:8px}.about-stat-box:hover{background:rgba(245,168,0,.15)}.asb-num{font-family:"Inter",sans-serif;font-size:clamp(20px,17.6923076923px + 0.64vw,30px);font-weight:800;color:#f5a800;line-height:1}.asb-label{font-family:"Inter",sans-serif;font-size:10px;color:hsla(0,0%,100%,.55);text-transform:uppercase;letter-spacing:.08em;margin-top:4px}.about-text .page-section-label{color:rgba(245,168,0,.85)}.about-text .page-section-title{margin-bottom:20px}.about-features{display:flex;flex-direction:column;gap:20px;margin-top:20px;margin-bottom:20px}.about-feature{display:flex;align-items:flex-start;gap:14px}.about-feature strong{font-family:"Inter",sans-serif;font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.04em;display:block;margin-bottom:4px}.about-feature p{font-family:"Inter",sans-serif;font-size:clamp(12px,11.5384615385px + 0.13vw,14px);color:hsla(0,0%,100%,.65);line-height:1.55;margin:0}.af-icon{width:28px;flex-shrink:0;margin-top:2px}.af-icon img{display:block;width:100%;height:auto;filter:brightness(0) invert(1)}@media(max-width: 1200px){.footer-top{gap:28px}}@media(max-width: 1024px){.about-grid{grid-template-columns:1fr;gap:32px}.res-row{grid-template-columns:110px 1fr !important;grid-template-rows:auto auto !important}.res-row .mrow-date{grid-row:1;grid-column:1}.res-row .mrow-teams{grid-row:1;grid-column:2}.res-row .res-inline{grid-row:2;grid-column:1/-1;padding:2px 0}.res-row .mrow-venue{display:none}}@media(max-width: 900px){.mrow{grid-template-columns:110px 1fr 60px;grid-template-rows:auto auto}.mrow-date{grid-row:1;grid-column:1;font-size:11px}.mrow-teams{grid-row:2;grid-column:1/3;font-size:12px}.mrow-venue{display:none}.mrow-btn{grid-row:1/3;grid-column:3;align-self:center}}@media(max-width: 768px){.page-section{padding:32px 0}}@media(max-width: 768px)and (min-width: 992px){.page-section{padding:60px 0}}@media(max-width: 768px){.stab-row{flex-wrap:wrap;gap:3px}.stab{padding:9px 12px;font-size:11px}.mr-controls{flex-direction:column;align-items:flex-start}.mr-mode-tabs{width:100%}.mr-mode{flex:1;text-align:center;padding:9px 10px}.footer-top{flex-direction:column;align-items:flex-start;gap:20px}.footer-social{align-self:flex-start}.footer-bottom{flex-direction:column;align-items:flex-start;gap:8px}.footer-bottom-links{flex-direction:column;gap:6px}}@media(max-width: 480px){.container{padding:0 16px}.page-section-header-row{flex-direction:column;align-items:flex-start}.stab{flex:1;text-align:center;padding:9px 6px;font-size:10px}.about-stats-grid{grid-template-columns:repeat(2, 1fr)}}.season-breadcrumbs{background:#f4f5f7;border-bottom:1px solid #dde0e8}.season-breadcrumbs .container{display:flex;align-items:center;gap:8px;height:42px;flex-wrap:wrap}.season-breadcrumbs__item{font-family:"Inter",sans-serif;font-size:12px;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:#666}.season-breadcrumbs__item a{color:#0f2d6b;transition:color .2s}.season-breadcrumbs__item a:hover{color:#f5a800}.season-breadcrumbs__item--current{color:#111}.season-breadcrumbs__sep{color:#c3c8d4;font-size:12px}.season-hero{background:rgba(35,73,139,.9215686275);position:relative;overflow:hidden;padding:48px 0 40px}.season-hero::before{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:clamp(200px,28vw,420px);aspect-ratio:1;background:url("../../images/ball-blue.svg") center/contain no-repeat;pointer-events:none;z-index:0;opacity:.2}.season-hero .container{position:relative;z-index:1}.season-hero__title{font-family:"Inter",sans-serif;font-size:clamp(26px,21.8461538462px + 1.15vw,44px);font-weight:800;color:#fff;letter-spacing:.02em;line-height:1.4;margin-bottom:18px}.season-hero__title span{color:#f5a800}.season-hero__stats{display:flex;flex-wrap:wrap;gap:0;margin-bottom:20px;border:1px solid hsla(0,0%,100%,.15);width:fit-content;border-radius:6px}.season-hero__stat{padding:10px 24px;text-align:center;border-right:1px solid hsla(0,0%,100%,.15)}.season-hero__stat:last-child{border-right:none}.season-hero__stat-label{display:block;font-family:"Inter",sans-serif;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:hsla(0,0%,100%,.5);margin-bottom:2px}.season-hero__stat-value{font-family:"Inter",sans-serif;font-size:18px;font-weight:500;color:#fff}.season-hero__stat-value--gold{color:#f5a800}.season-hero__stat-value--status{font-size:15px;font-weight:600}.season-hero__stat-row{display:inline-flex;align-items:baseline;gap:6px}.season-hero__stat-sub{font-family:"Inter",sans-serif;font-size:11px;font-weight:500;color:hsla(0,0%,100%,.6);white-space:nowrap}.season-hero__meta{font-family:"Inter",sans-serif;font-size:13px;color:hsla(0,0%,100%,.75);margin-bottom:20px}.season-hero__actions{display:flex;gap:10px;flex-wrap:wrap}.season-empty{font-family:"Inter",sans-serif;font-size:14px;color:#666}.season-standings-group+.season-standings-group{margin-top:32px}.season-standings-group+.season-matches--playoff{margin-top:32px}@media(max-width: 767px){.season-standings-group+.season-matches--playoff{margin-top:24px}}.season-standings-group+.season-matches--playoff+.season-matches-mobile--playoff{margin-top:32px}@media(max-width: 767px){.season-standings-group+.season-matches--playoff+.season-matches-mobile--playoff{margin-top:24px}}.season-standings-group__title{font-family:"Inter",sans-serif;font-size:18px;font-weight:800;color:#0f2d6b;margin:0 0 12px}.standings-table--full th,.standings-table--full td{padding:13px 10px;vertical-align:middle}@media(max-width: 992px){.standings-table--full th,.standings-table--full td{padding:8px}}@media(max-width: 768px){.standings-table-wrap:has(.standings-table--full){overflow-x:visible}.standings-table--full{table-layout:fixed;width:100%}.standings-table--full th:nth-child(n+6):nth-child(-n+13),.standings-table--full td:nth-child(n+6):nth-child(-n+13){display:none}.standings-table--full th{font-size:clamp(9px,7.2352941176px + 0.49vw,11px);letter-spacing:.04em}.standings-table--full td{font-size:clamp(12px,10.2352941176px + 0.49vw,14px)}.standings-table--full th:nth-child(1),.standings-table--full td:nth-child(1){width:24px}.standings-table--full th:nth-child(3),.standings-table--full td:nth-child(3),.standings-table--full th:nth-child(4),.standings-table--full td:nth-child(4),.standings-table--full th:nth-child(5),.standings-table--full td:nth-child(5){width:30px}.standings-table--full th:nth-child(14),.standings-table--full td:nth-child(14){width:50px}.standings-table--full th:nth-child(2),.standings-table--full td:nth-child(2){width:auto}.standings-table--full .team-name-table{white-space:normal;overflow-wrap:break-word;font-size:clamp(13px,12.1176470588px + 0.25vw,14px)}.standings-table--full .pos-num{width:auto;font-size:clamp(13px,12.1176470588px + 0.25vw,14px)}.standings-table--full .pts{font-size:clamp(13px,11.2352941176px + 0.49vw,15px)}}.season-matches{overflow-x:auto}.season-matches__table{width:100%;min-width:900px;table-layout:fixed;border-collapse:collapse;border:1px solid #dde0e8}.season-matches__table th,.season-matches__table td{border-right:1px solid #dde0e8;padding:8px 10px;font-size:12px;vertical-align:middle}.season-matches__table th:last-child,.season-matches__table td:last-child{border-right:none}.season-matches__table thead th{height:38px;background:#f4f5f7;color:#666;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;text-align:left !important}.season-matches__table tbody td{height:48px}.season-matches__table td.season-matches__datetime,.season-matches__table td.season-matches__team,.season-matches__table td.season-matches__sets{text-align:left !important}.season-matches__table td.season-matches__team{font-size:13px}.season-matches__table th:first-child,.season-matches__table td:first-child{text-align:center !important}.season-matches__table .season-matches__col-num{width:32px}.season-matches__table .season-matches__col-datetime{width:110px}.season-matches__table .season-matches__col-score{width:80px}.season-matches__table .season-matches__col-sets{width:280px}.season-matches__table .season-matches__col-status{width:110px}.season-matches__table .season-matches__col-protocol{width:90px}.season-matches__table .season-matches__col-team{width:22%}.season-matches__table thead th{text-transform:none}.season-matches__table .season-matches__team{text-transform:none}.season-matches__table .season-matches__status{text-transform:none}.season-matches__table tr.season-matches__round-header-row td,.season-matches__table tr.season-matches__round-header-row th{padding:0 16px !important;height:37px;border-right:none;border-bottom:none;background:#0f2d6b;color:#fff;font-size:13px;font-weight:700;letter-spacing:.06em;text-align:left !important}.season-matches__col-set{width:56px}.season-matches--playoff{margin-bottom:20px}#season-playoffs .season-matches--playoff:last-of-type,#season-playoffs .season-matches-mobile--playoff:last-of-type{margin-bottom:24px}@media(max-width: 767px){#season-playoffs .season-matches--playoff:last-of-type,#season-playoffs .season-matches-mobile--playoff:last-of-type{margin-bottom:20px}}#season-playoffs .season-matches-mobile--playoff~.season-matches-mobile--playoff{margin-top:20px}.season-matches__round-header{all:unset;box-sizing:border-box;display:flex;align-items:center;gap:10px;width:100%;height:37px;padding:0 16px;cursor:pointer;font-family:"Inter",sans-serif}.season-round__label{font-size:13px;font-weight:700;color:#fff;letter-spacing:.06em}.season-round__toggle{margin-left:auto;color:hsla(0,0%,100%,.6);font-size:11px;transition:transform .2s}tbody.season-round:not(.is-open) .season-round__toggle{transform:rotate(-90deg)}tbody.season-round:not(.is-open) .season-matches__row{display:none}.season-matches__datetime-inner{display:flex;flex-direction:column;gap:2px}.season-matches__date{color:#0f2d6b;font-size:12px;line-height:1.2}.season-matches__time{color:#666;font-size:12px;line-height:1.2}.season-matches__team{font-size:14px;font-weight:400;text-transform:uppercase}.season-matches__team--winner{font-weight:600}.season-matches__score{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:56px;padding:3px 10px;font-size:13px;font-weight:800;text-align:center;color:#0f2d6b;background:#e3eeff;border:1px solid #c7d9f7;border-radius:6px}.season-matches__score-sep{position:relative;top:-1px}.season-matches__sets{white-space:nowrap}.season-matches__set{display:inline-flex;align-items:center;justify-content:center;gap:2px;padding:1px 6px;margin:0 2px 0 0;font-size:11px;line-height:1.6;color:#666;background:#f9f9fa;border:1px solid #dde0e8;border-radius:6px}.season-matches__set-sep{position:relative;top:-1px}.season-dash{color:#c3c8d4}.season-matches__protocol-link{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#0f2d6b;border:1px solid #0f2d6b;padding:2px 8px;transition:all .2s}.season-matches__protocol-link:hover{background:#0f2d6b;color:#fff}.season-matches__status{display:inline-flex;align-items:center;font-family:"Inter",sans-serif;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;padding:3px 8px;border-radius:2px}.season-matches__status--finished{background:#e8f5e9;color:#2e7d32}.season-matches__status--scheduled{background:#e3eeff;color:#0f2d6b}.season-matches__status--postponed{background:#fff8e1;color:#a06a00}.season-matches__status--cancelled{background:#fdecea;color:#c62828}.season-matches-mobile{display:none}.season-matches-mobile__group+.season-matches-mobile__group{margin-top:20px}.season-matches-mobile__group-header{background:#0f2d6b;color:#fff;font-family:"Inter",sans-serif;font-size:13px;font-weight:700;letter-spacing:.06em;padding:10px 16px;border-radius:8px 8px 0 0}.season-match-card{display:flex;align-items:center;gap:15px;background:#fff;border:1px solid #dde0e8;border-top:none;padding:10px;cursor:pointer}.season-match-card:last-child{border-radius:0 0 8px 8px}.season-match-card__time{display:flex;flex-direction:column;gap:2px;flex:0 0 auto;width:44px;font-family:"Inter",sans-serif;align-items:center}.season-match-card__date-val{font-size:11px;font-weight:500;color:#111;line-height:1.2}.season-match-card__time-val{font-size:11px;font-weight:400;color:#999;line-height:1.2}.season-match-card__teams{display:flex;flex-direction:column;gap:8px;flex:1 1 auto;min-width:0}.season-match-card__team{font-family:"Inter",sans-serif;font-size:13px;font-weight:400;color:#111;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.season-match-card__team--winner{font-weight:700}.season-match-card__score{display:flex;flex-direction:column;gap:8px;flex:0 0 auto;text-align:center;margin-right:10px}.season-match-card__score-num{font-family:"Inter",sans-serif;font-size:15px;font-weight:600;line-height:1.3;color:#666}.season-match-card__score-num--winner{color:#0f2d6b}.season-match-card__score-num--loser{color:#a3a8b3}.season-match-sheet{display:none;position:fixed;inset:0;z-index:1000}.season-match-sheet.is-open{display:block}.season-match-sheet__backdrop{position:absolute;inset:0;background:rgba(15,20,30,0);transition:background .25s ease}.season-match-sheet.is-visible .season-match-sheet__backdrop{background:rgba(15,20,30,.5)}.season-match-sheet__panel{position:absolute;left:0;right:0;bottom:0;max-height:80vh;overflow-y:auto;background:#fff;border-radius:16px 16px 0 0;padding:10px 16px 20px;transform:translateY(100%);transition:transform .3s ease;box-shadow:0 -8px 24px rgba(0,0,0,.12)}.season-match-sheet.is-visible .season-match-sheet__panel{transform:translateY(0)}.season-match-sheet__handle{width:40px;height:4px;border-radius:2px;background:#dde0e8;margin:0 auto 16px}.season-match-sheet__meta{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:10px;font-family:"Inter",sans-serif;font-size:12px;color:#666}.season-match-sheet__round{color:#0f2d6b;font-weight:500}.season-match-sheet__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:14px}.season-match-sheet__teams{display:flex;flex-direction:column;gap:10px}.season-match-sheet__team{display:flex;flex-direction:column;min-width:0;font-family:"Inter",sans-serif;font-size:14px;font-weight:400;color:#111}.season-match-sheet__team--winner{font-weight:600}.season-match-sheet__team .team-coach-context{margin-top:2px;font-size:12px}.season-match-sheet__score{display:flex;flex-direction:column;gap:10px;text-align:center}.season-match-sheet__score-num{font-family:"Inter",sans-serif;font-size:18px;font-weight:600;line-height:1;color:#666}.season-match-sheet__score-num--winner{color:#0f2d6b}.season-match-sheet__score-num--loser{color:#a3a8b3}.season-match-sheet__sets{display:flex;flex-wrap:wrap;gap:6px;padding:14px 0;border-top:1px solid #dde0e8}.season-match-sheet__sets:empty{display:none;padding:0;border-top:none}.season-match-sheet__set{display:inline-flex;align-items:center;justify-content:center;gap:2px;padding:4px 10px;font-family:"Inter",sans-serif;font-size:12px;background:#f9f9fa;border:1px solid #dde0e8;border-radius:6px}.season-match-sheet__set-num{font-weight:400;color:#666}.season-match-sheet__set-num--winner{font-weight:500;color:#111}.season-match-sheet__set-sep{color:#666}.season-match-sheet__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:14px;border-top:1px solid #dde0e8}.season-match-sheet__status{display:inline-flex;align-items:center;font-family:"Inter",sans-serif;font-size:10px;font-weight:600;letter-spacing:.03em;text-transform:none;padding:3px 10px;border-radius:4px}.season-match-sheet__status.season-status--finished{background:#e8f5e9;color:#2e7d32}.season-match-sheet__status.season-status--scheduled{background:#e3eeff;color:#0f2d6b}.season-match-sheet__status.season-status--postponed{background:#fff8e1;color:#a06a00}.season-match-sheet__status.season-status--cancelled{background:#fdecea;color:#c62828}.season-match-sheet__link{font-family:"Inter",sans-serif;font-size:12px;font-weight:700;color:#0f2d6b;white-space:nowrap}.season-teams-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}@media(max-width: 576px){.season-teams-grid{gap:10px}}.season-team-card{display:block;background:#fff;border:1px solid #dde0e8;padding:20px 14px;text-align:center;text-decoration:none;color:inherit;transition:all .2s;border-radius:6px}@media(max-width: 576px){.season-team-card{padding:12px}}.season-team-card:hover{border-top-color:#f5a800;box-shadow:0 4px 16px rgba(0,51,160,.1)}.season-team-card:focus-visible{outline:2px solid #0f2d6b;outline-offset:2px}.season-team-card__logo{width:52px;height:52px;margin:0 auto 10px;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}@media(max-width: 576px){.season-team-card__logo{width:40px;height:40px}}.season-team-card__logo img{width:100%;height:100%;object-fit:cover}.season-team-card__logo--placeholder{background:#0f2d6b;color:#fff;font-family:"Inter",sans-serif;font-size:20px;font-weight:800}.season-team-card__name{font-family:"Inter",sans-serif;font-size:13px;font-weight:700;color:#111;line-height:1.25}.season-team-card__city{font-family:"Inter",sans-serif;font-size:11px;color:#666;margin-top:3px}@media(max-width: 1024px){.season-teams-grid{grid-template-columns:repeat(3, 1fr)}}@media(max-width: 768px){.season-hero__title{font-size:28px}.season-teams-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 767px){.season-matches{display:none}.season-matches-mobile{display:block}.season-hero__stats{display:grid;grid-template-columns:repeat(2, 1fr);width:100%}.season-hero__stat{border-bottom:1px solid hsla(0,0%,100%,.15)}.season-hero__stat:nth-child(2n){border-right:none}.season-hero__stat:nth-last-child(-n+2){border-bottom:none}}@media(max-width: 480px){.season-hero{padding:32px 0 28px}.season-hero::before{right:-10%;width:clamp(300px,45vw,245px);opacity:.15}.season-hero__stat{padding:8px 14px}.season-hero__stat-value{font-size:16px}}@media(max-width: 360px){.season-hero__stat{padding:8px 10px}.season-hero__stat-label{font-size:9px}.season-hero__stat-value{font-size:14px}}.single-yvb_team .site-content{background:#f4f5f7}.team-hero{background:rgba(35,73,139,.9215686275);padding:28px 0 24px}.team-page__sections>.team-section{background:#f4f5f7;padding:32px 0}@media(min-width: 992px){.team-page__sections>.team-section{padding:60px 0}}.team-page__sections>.team-section:nth-child(even){background:#fff}.team-hero__top{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.team-hero__logo{flex:0 0 auto;width:60px;height:60px;border-radius:8px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.team-hero__logo img{width:100%;height:100%;object-fit:cover}.team-hero__logo--placeholder{color:#0f2d6b;font-family:"Inter",sans-serif;font-size:22px;font-weight:800}.team-hero__heading{flex:1 1 auto;min-width:0}.team-hero__title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.team-hero__title{font-family:"Inter",sans-serif;font-size:clamp(22px,19.6923076923px + 0.64vw,32px);font-weight:800;color:#fff;letter-spacing:.02em;line-height:1.3;margin:0}.team-hero__badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:6px;background:hsla(0,0%,100%,.15);color:#f5a800;font-family:"Inter",sans-serif;font-size:12px;font-weight:700;letter-spacing:.03em;white-space:nowrap}.team-hero__meta-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.team-hero__meta{font-family:"Inter",sans-serif;font-size:13px;color:hsla(0,0%,100%,.75)}.team-status{display:inline-flex;align-items:center;gap:6px;font-family:"Inter",sans-serif;font-size:11px;font-weight:600;letter-spacing:.03em;padding:3px 10px;border-radius:6px;background:hsla(0,0%,100%,.15);color:#fff}.team-status::before{content:"";width:6px;height:6px;border-radius:50%;background:#8bc34a}.team-status--upcoming::before{background:#ffb74d}.team-status--active::before{background:#4fc3f7}.team-status--completed::before{background:#8bc34a}.team-status--cancelled::before{background:#e57373}.team-hero__stats{width:100%;margin-top:0;max-width:760px}.team-hero__stats .season-hero__stat{flex:1 1 0;padding-top:8px;padding-bottom:8px}.team-hero__stats .season-hero__stat-value--gold{font-size:20px}.team-roster__count{font-family:"Inter",sans-serif;font-size:13px;color:#666}.team-roster__header-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.team-roster__pdf-btn{padding:8px 14px;gap:6px}.team-roster__pdf-btn img{display:block}.team-roster-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}.team-player-card{position:relative;background:#fff;border:1px solid #dde0e8;border-radius:8px;padding:16px;text-align:center;transition:box-shadow .2s}.team-player-card:hover{box-shadow:0 4px 16px rgba(0,51,160,.1)}.team-player-card__photo-wrap{position:relative;width:96px;height:96px;margin:0 auto 12px}.team-player-card__photo{width:100%;height:100%;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f4f5f7}.team-player-card__photo img{width:100%;height:100%;object-fit:cover;object-position:top}.team-player-card__photo--placeholder{background:#0f2d6b;color:#fff;font-family:"Inter",sans-serif;font-size:26px;font-weight:800}a.team-player-card__photo{cursor:zoom-in;transition:transform .2s,opacity .2s}a.team-player-card__photo:hover,a.team-player-card__photo:focus-visible{transform:scale(1.03);opacity:.92}.team-player-card__number{position:absolute;bottom:-6px;right:-6px;min-width:28px;height:28px;padding:0 7px;border-radius:14px;background:#f5a800;color:#111;font-family:"Inter",sans-serif;font-size:13px;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.team-player-card__name{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;font-family:"Inter",sans-serif;font-size:14px;font-weight:700;color:#111;line-height:1.3;margin-bottom:2px}.team-player-card__captain{display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#f5a800;color:#111;font-family:"Inter",sans-serif;font-size:11px;font-weight:700;line-height:1}.team-player-card__position{font-family:"Inter",sans-serif;font-size:12px;color:#666}.team-coaches-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:20px}.team-coach-card{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #dde0e8;border-radius:8px;padding:16px;min-width:0}.team-coach-card__photo{flex:0 0 auto;width:84px;height:84px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f4f5f7;box-shadow:0 4px 16px rgba(0,51,160,.1)}.team-coach-card__photo img{width:100%;height:100%;object-fit:cover}.team-coach-card__photo--placeholder{background:#0f2d6b;color:#fff;font-family:"Inter",sans-serif;font-size:24px;font-weight:800}.team-coach-card__body{min-width:0;text-align:left}.team-coach-card__name{font-family:"Inter",sans-serif;font-size:17px;font-weight:600;color:#111;line-height:1.3}.team-coach-card__role{font-family:"Inter",sans-serif;font-size:14px;color:#666;margin-top:2px}.team-coach-card__contacts{display:flex;flex-direction:column;row-gap:3px;margin-top:8px}.team-coach-card__contact{font-family:"Inter",sans-serif;font-size:14px;color:#666;text-decoration:none;word-break:break-word}.team-coach-card__contact:hover{color:#0f2d6b;text-decoration:underline}.season-matches__col-round{width:120px}.team-matches__round-cell{font-family:"Inter",sans-serif;font-size:12px;color:#666;white-space:normal;overflow-wrap:break-word}.team-matches__table{table-layout:auto;min-width:1020px}.team-matches__table thead th{white-space:normal;line-height:1.3}.team-matches__table .season-matches__col-num{width:40px}.team-matches__table .season-matches__col-team{width:auto;min-width:180px}.team-matches__table .season-matches__col-sets{width:110px}.team-matches__table td.season-matches__team{white-space:normal;overflow-wrap:break-word;word-break:normal}.team-matches__table .season-matches__score{white-space:nowrap}.team-matches__table .season-matches__status{white-space:nowrap}.season-matches-mobile__group--no-header .season-match-card:first-child{border-top:1px solid #dde0e8;border-radius:8px 8px 0 0}.team-info-card{background:#fff;border:1px solid #dde0e8;border-radius:8px;padding:20px 24px;display:grid;grid-template-columns:repeat(2, 1fr);align-items:start;gap:14px 32px}.team-info-card--with-social{grid-template-columns:repeat(3, 1fr)}.team-info-card__column{display:flex;flex-direction:column;gap:14px}.team-info-card__item{display:flex;flex-direction:column;gap:4px}.team-info-card__about-club-contacts{display:grid;grid-template-columns:repeat(2, 1fr);gap:14px 20px}.team-info-card__label{font-family:"Inter",sans-serif;font-size:12px;font-weight:600;color:#666}.team-info-card__value{font-family:"Inter",sans-serif;font-size:14px;font-weight:500;color:#111}.team-info-card__label--heading{text-transform:uppercase;letter-spacing:.02em}.team-info-card__value a{color:inherit;text-decoration:none}.team-info-card__value a:hover,.team-info-card__value a:focus-visible{text-decoration:underline}.team-info-card__social{display:flex;flex-wrap:wrap;gap:8px}.team-info-card__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#f4f5f8;border:1px solid #dde0e8;transition:background-color .2s ease,border-color .2s ease}.team-info-card__social-link img{width:20px;height:20px}.team-info-card__social-link:hover,.team-info-card__social-link:focus-visible{background:#e8ebf1;border-color:#c3c9d6}.team-info-card__social-link:focus-visible{outline:2px solid #01b02f;outline-offset:2px}@media(max-width: 1024px){.team-roster-grid{grid-template-columns:repeat(3, 1fr)}.team-info-card--with-social{grid-template-columns:repeat(2, 1fr)}.team-info-card--with-social .team-info-card__about-club{grid-column:1/-1}}@media(max-width: 560px){.team-info-card__about-club-contacts{grid-template-columns:1fr}}@media(max-width: 768px){.team-hero__top{flex-direction:column;gap:14px}.team-hero__stats .season-hero__stat{flex:1 1 50%;border-bottom:1px solid hsla(0,0%,100%,.15)}.team-hero__stats .season-hero__stat:nth-last-child(-n+2){border-bottom:none}.team-hero__stats .season-hero__stat:nth-child(2n){border-right:none}.team-roster-grid{grid-template-columns:repeat(2, 1fr)}.team-player-card__photo-wrap{width:84px;height:84px}.team-coaches-grid{grid-template-columns:1fr}.team-coach-card__photo{width:68px;height:68px}.team-coach-card__photo--placeholder{font-size:20px}.team-info-card{grid-template-columns:1fr}}@media(max-width: 480px){.team-hero__title{font-size:22px}.team-roster-grid{grid-template-columns:repeat(2, 1fr);gap:10px}.team-player-card{padding:12px}.team-player-card__photo-wrap{width:76px;height:76px}.team-player-card__photo--placeholder{font-size:20px}.team-player-card__number{min-width:24px;height:24px;font-size:11px}}.season-documents{padding:32px 0}@media(min-width: 992px){.season-documents{padding:60px 0}}.season-documents__title{font-family:"Inter",sans-serif;font-size:clamp(22px,18.7692307692px + 0.9vw,36px);font-weight:800;letter-spacing:.03em;line-height:1.05;color:#111;margin-bottom:24px}.season-documents__list{display:grid;grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));gap:15px}.season-doc{display:flex;align-items:center;gap:10px;width:100%;min-width:0;padding:10px 12px;background:#fff;border:1px solid #dde0e8;border-radius:10px;text-decoration:none;transition:border-color .2s,box-shadow .2s,background .2s}.season-doc:hover{border-color:#f5a800;box-shadow:0 4px 14px rgba(15,45,107,.08);background:#fffdf7}.season-doc__icon{flex:none;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#f4f5f7}.season-doc__icon img{width:20px;height:20px}.season-doc__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.season-doc__name{font-family:"Inter",sans-serif;font-size:16px;font-weight:600;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.season-doc__meta{font-family:"Inter",sans-serif;font-size:12px;font-weight:500;letter-spacing:.03em;text-transform:uppercase;color:#8a8f99}.season-doc__download{flex:none;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;transition:background .2s}.season-doc:hover .season-doc__download{background:rgba(245,168,0,.15)}@media(max-width: 767px){.season-documents__list{grid-template-columns:repeat(2, minmax(0, 1fr));gap:10px}.season-doc{gap:8px;padding:8px 10px}.season-doc__icon{width:28px;height:28px}.season-doc__icon img{width:16px;height:16px}.season-doc__name{font-size:13px}.season-doc__meta{font-size:10px}.season-doc__download{width:20px;height:20px}.season-doc__download img{width:11px;height:11px}}@media(max-width: 425px){.season-documents__list{grid-template-columns:repeat(1, minmax(0, 1fr))}}.team-cell__info{display:flex;flex-direction:column;gap:2px;min-width:0}.team-coach-context{display:block;font-family:"Inter",sans-serif;font-size:12px;font-weight:400;color:#666;line-height:1.3;white-space:normal;overflow-wrap:break-word}.season-match-card__team .team-coach-context{margin-top:2px;font-size:11px}.yvb-team-label__name,.team-coach-context{display:block;text-align:left}.season-hero--compact{padding:clamp(28px,25.2307692308px + 0.77vw,40px) 0}.season-hero--compact .season-hero__title--inline{margin-bottom:0;white-space:normal}.season-hero--compact .season-hero__description{margin-top:14px;max-width:700px;font-family:"Inter",sans-serif;font-size:clamp(15px,14.5384615385px + 0.13vw,17px);font-weight:400;line-height:1.5;color:hsla(0,0%,100%,.78)}@media(min-width: 768px){.season-hero--compact .season-hero__title--inline{white-space:nowrap}}.youth-champ{padding:32px 0}@media(min-width: 1200px){.youth-champ{padding:56px 0}}.youth-champ__empty{font-family:"Inter",sans-serif;color:#6b7080}.youth-champ__section-header{margin-bottom:18px}.youth-champ__section-header--other{margin-top:40px}.youth-champ-grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));align-items:start;column-gap:clamp(12px,11.0769230769px + 0.26vw,16px);row-gap:clamp(12px,11.0769230769px + 0.26vw,16px)}.youth-champ-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e4e8;border-radius:8px;overflow:hidden;text-decoration:none;cursor:pointer;transition:box-shadow .22s ease}.youth-champ-card:hover,.youth-champ-card:focus-visible{box-shadow:0 8px 28px rgba(37,99,235,.11)}.youth-champ-card:hover .youth-champ-card__arrow,.youth-champ-card:focus-visible .youth-champ-card__arrow{transform:translateX(4px)}.youth-champ-card__bar{height:3px;flex-shrink:0;background:#0033a0}.youth-champ-card__head{padding:12px 14px}.youth-champ-card__status{display:inline-block;font-family:"Inter",sans-serif;font-size:clamp(9px,8.5384615385px + 0.13vw,11px);font-weight:600;border-radius:20px;padding:2px 9px;color:#6b7080;background:#f0f1f5;margin-bottom:6px}.youth-champ-card__status--active{color:#16a34a;background:#eafaf0}.youth-champ-card__status--upcoming{color:#1d4ed8;background:#eaf0ff}.youth-champ-card__status--cancelled{color:#b91c1c;background:#fdeaea}.youth-champ-card__title{font-family:"Inter",sans-serif;font-size:clamp(19px,18.3076923077px + 0.19vw,22px);font-weight:700;color:#0d0d0d;line-height:1.1;margin-bottom:0}.youth-champ-card__sub{font-family:"Inter",sans-serif;font-size:clamp(13px,12.7692307692px + 0.06vw,14px);font-weight:500;line-height:1.3;color:#0033a0;margin-top:4px}.youth-champ-card__foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;border-top:1px solid #e2e4e8}.youth-champ-card__teams{font-family:"Inter",sans-serif;font-size:clamp(13px,12.7692307692px + 0.06vw,14px);font-weight:600;color:#000;white-space:nowrap}.youth-champ-card__arrow{flex:none;font-size:16px;line-height:1;color:#0033a0;transition:transform .2s ease}.youth-champ-columns{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));column-gap:clamp(20px,17.2307692308px + 0.77vw,32px);row-gap:24px}.youth-champ-columns__col+.youth-champ-columns__col{margin-top:0}.youth-champ-columns__label{font-family:"Inter",sans-serif;font-size:clamp(13px,12.7692307692px + 0.06vw,14px);font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#6b7080;margin:0 0 12px}.youth-champ-grid--col{grid-template-columns:minmax(0, 1fr)}@media(max-width: 900px){.youth-champ-columns{grid-template-columns:minmax(0, 1fr);row-gap:32px}}.youth-champ-season{border:1px solid #dde1ea;border-radius:10px;background:#fff;overflow:hidden}.youth-champ-season+.youth-champ-season{margin-top:12px}.youth-champ-season__header{width:100%;display:flex;align-items:center;gap:12px;padding:16px 20px;background:none;border:none;cursor:pointer;text-align:left;font:inherit}.youth-champ-season__title{font-family:"Inter",sans-serif;font-size:15px;font-weight:700;color:#0d0d0d}.youth-champ-season__status{margin-left:auto;font-family:"Inter",sans-serif;font-size:11px;font-weight:600;letter-spacing:.02em;padding:3px 10px;border-radius:20px;color:#6b7080;background:#f0f1f5}.youth-champ-season__chevron{width:9px;height:9px;border-right:2px solid #8a8f9c;border-bottom:2px solid #8a8f9c;transform:rotate(45deg);transition:transform .15s;flex:none}.youth-champ-season.is-open .youth-champ-season__chevron{transform:rotate(-135deg)}.youth-champ-season__body{display:none;padding:4px 20px 20px;border-top:1px solid #dde1ea}.youth-champ-season.is-open .youth-champ-season__body{display:block;padding-top:18px}@media(max-width: 1280px){.youth-champ-grid{grid-template-columns:repeat(3, minmax(0, 1fr))}}@media(max-width: 1024px){.youth-champ-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 600px){.youth-champ-grid{grid-template-columns:minmax(0, 1fr)}}.about-page{--blue: #0033A0;--gold: #F5A800;--blue-dark: #002480;--blue-light: #e8eef8;--text: #1a1a2e;--text-muted: #5a6070;--border: #dde3ef;--white: #fff;font-family:"PT Sans",sans-serif;color:var(--text);line-height:1.6}.page-hero{background:linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 60%, #001a6e 100%);padding:60px 0 52px;position:relative;overflow:hidden}.page-hero::before{content:"";position:absolute;top:-60px;right:-60px;width:340px;height:340px;border-radius:50%;background:rgba(245,168,0,.08)}.page-hero::after{content:"";position:absolute;bottom:-40px;left:10%;width:200px;height:200px;border-radius:50%;background:hsla(0,0%,100%,.04)}.page-hero-inner{position:relative;z-index:1}.page-hero-label{display:inline-block;background:var(--gold);color:var(--blue);font-family:"Inter",sans-serif;font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;padding:4px 14px;border-radius:2px;margin-bottom:16px}.page-hero h1{font-family:"Inter",sans-serif;font-size:clamp(28px,4vw,46px);font-weight:700;color:var(--white);line-height:1.15;letter-spacing:.5px;max-width:700px}.page-hero p{color:hsla(0,0%,100%,.72);font-size:16px;margin-top:12px;max-width:580px}.about-subnav{background:var(--white);border-bottom:2px solid var(--border)}.about-subnav-inner{display:flex;gap:0;overflow-x:auto}.about-subnav-inner a{font-family:"Inter",sans-serif;font-size:14px;font-weight:500;color:var(--text-muted);text-decoration:none;padding:14px 20px;letter-spacing:.4px;white-space:nowrap;border-bottom:3px solid rgba(0,0,0,0);transition:color .2s,border-color .2s;margin-bottom:-2px}.about-subnav-inner a:hover{color:var(--blue)}.about-subnav-inner a.active{color:var(--blue);border-bottom-color:var(--gold);font-weight:600}.about-page__body{display:grid;grid-template-columns:1fr 300px;gap:32px;align-items:start;padding:40px 0 64px}@media(max-width: 1024px){.about-page__body{grid-template-columns:1fr}}.section-title{font-family:"Inter",sans-serif;font-size:22px;font-weight:700;color:var(--blue);letter-spacing:.5px;padding-bottom:12px;border-bottom:3px solid var(--gold);margin-bottom:15px;display:flex;align-items:center;gap:10px}.section-title .title-icon{width:28px;height:28px;background:var(--gold);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.section-title .title-icon svg{width:16px;height:16px;fill:var(--blue)}.intro-block{background:var(--white);border-radius:8px;padding:28px 32px;margin-bottom:32px;border-left:4px solid var(--blue);box-shadow:0 2px 8px rgba(0,51,160,.06)}@media(max-width: 480px){.intro-block{padding:20px 18px}}.intro-block p{font-size:15px;color:var(--text);line-height:1.75;margin-bottom:10px}.intro-block p:last-child{margin-bottom:0}.president-card{background:var(--white);border-radius:10px;overflow:hidden;box-shadow:0 4px 20px rgba(0,51,160,.1);margin-bottom:40px;display:grid;grid-template-columns:220px 1fr}@media(max-width: 768px){.president-card{grid-template-columns:1fr}}.president-photo{background:linear-gradient(160deg, var(--blue) 0%, var(--blue-dark) 100%);display:flex;align-items:center;justify-content:center;min-height:220px;position:relative;overflow:hidden}@media(max-width: 768px){.president-photo{min-height:160px}}.president-photo::after{content:"";position:absolute;bottom:-20px;right:-20px;width:100px;height:100px;border-radius:50%;background:rgba(245,168,0,.15)}.avatar-large{width:110px;height:110px;border-radius:50%;background:hsla(0,0%,100%,.15);border:3px solid var(--gold);display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.avatar-large svg{width:56px;height:56px;fill:hsla(0,0%,100%,.7)}.president-info{padding:28px 32px}.president-role{display:inline-block;background:var(--gold);color:var(--blue);font-family:"Inter",sans-serif;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:3px 12px;border-radius:2px;margin-bottom:10px}.president-name{font-family:"Inter",sans-serif;font-size:26px;font-weight:700;color:var(--blue);line-height:1.2;margin-bottom:6px}.president-since{font-size:13px;color:var(--text-muted);margin-bottom:16px}.president-bio{font-size:14px;color:var(--text);line-height:1.7;border-top:1px solid var(--border);padding-top:14px}.exec-title{font-family:"Inter",sans-serif;font-size:18px;font-weight:700;color:var(--blue);letter-spacing:.5px;margin-bottom:18px;display:flex;align-items:center;gap:8px}.exec-title::before{content:"";display:block;width:4px;height:22px;background:var(--gold);border-radius:2px;flex-shrink:0}.members-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px;margin-bottom:36px}@media(max-width: 768px){.members-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 480px){.members-grid{grid-template-columns:1fr}}.member-card{background:var(--white);border-radius:8px;padding:20px 18px;box-shadow:0 2px 8px rgba(0,51,160,.07);border-top:3px solid rgba(0,0,0,0);transition:box-shadow .2s,border-color .2s,transform .2s;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.member-card:hover{box-shadow:0 6px 24px rgba(0,51,160,.14);border-top-color:var(--gold);transform:translateY(-2px)}.member-card.vice{border-top-color:var(--blue)}.member-card.vice:hover{border-top-color:var(--gold)}.member-avatar{width:52px;height:52px;border-radius:50%;background:var(--blue-light);display:flex;align-items:center;justify-content:center;font-family:"Inter",sans-serif;font-size:18px;font-weight:700;color:var(--blue);letter-spacing:.5px;flex-shrink:0;border:2px solid var(--border)}.member-role-tag{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);font-family:"Inter",sans-serif;background:var(--blue-light);padding:2px 8px;border-radius:2px}.member-role-tag.vice-tag{background:rgba(0,51,160,.08);color:var(--blue)}.member-role-tag.sec-tag{background:rgba(245,168,0,.15);color:#a07000}.member-name{font-family:"Inter",sans-serif;font-size:15px;font-weight:600;color:var(--text);line-height:1.25}.member-detail{font-size:12px;color:var(--text-muted);line-height:1.4}.members-table-wrap{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,51,160,.07);margin-bottom:36px;overflow-x:auto}.members-table{width:100%;border-collapse:collapse;font-size:14px}.members-table thead tr{background:var(--blue)}.members-table thead th{font-family:"Inter",sans-serif;font-size:13px;font-weight:600;color:var(--white);letter-spacing:.5px;padding:12px 16px;text-align:left}.members-table thead th:first-child{width:40px;text-align:center}.members-table tbody tr{border-bottom:1px solid var(--border);transition:background .15s}.members-table tbody tr:last-child{border-bottom:none}.members-table tbody tr:nth-child(even){background:var(--blue-light)}.members-table tbody tr:hover{background:rgba(245,168,0,.08)}.members-table td{padding:11px 16px;vertical-align:middle}.members-table td:first-child{text-align:center;font-family:"Inter",sans-serif;font-size:13px;color:var(--text-muted);font-weight:600}.members-table .td-name{font-weight:700;color:var(--text)}.members-table .td-role{color:var(--blue);font-weight:600;font-size:13px}.members-table .td-org{color:var(--text-muted);font-size:13px}.mandate-block{background:var(--white);border-radius:8px;padding:24px 28px;box-shadow:0 2px 8px rgba(0,51,160,.06);margin-bottom:32px}.mandate-block h3{font-family:"Inter",sans-serif;font-size:16px;font-weight:700;color:var(--blue);margin-bottom:14px}.mandate-list{list-style:none;display:flex;flex-direction:column;gap:8px}.mandate-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text);line-height:1.55}.mandate-list li::before{content:"";display:block;width:6px;height:6px;border-radius:50%;background:var(--gold);flex-shrink:0;margin-top:7px}@media(max-width: 1024px){.about-page__sidebar{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px}.about-page__sidebar .sidebar-card{margin-bottom:0}}@media(max-width: 768px){.about-page__sidebar{grid-template-columns:1fr}}.sidebar-card{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,51,160,.07);margin-bottom:20px}.sidebar-card-header{background:var(--blue);padding:12px 16px;font-family:"Inter",sans-serif;font-size:14px;font-weight:600;color:var(--white);letter-spacing:.5px;text-transform:uppercase}.sidebar-card-body{padding:16px}.contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;font-size:13px;color:var(--text)}.contact-item:last-child{margin-bottom:0}.contact-icon{width:28px;height:28px;background:var(--blue-light);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:14px;height:14px;fill:var(--blue)}.contact-label{font-size:11px;color:var(--text-muted);font-weight:700;text-transform:uppercase;letter-spacing:.5px}.contact-val{color:var(--text)}.contact-val a{color:var(--blue);text-decoration:none}.contact-val a:hover{text-decoration:underline}.sidebar-links{list-style:none}.sidebar-links li{border-bottom:1px solid var(--border)}.sidebar-links li:last-child{border-bottom:none}.sidebar-links a{display:flex;align-items:center;justify-content:space-between;padding:11px 0;font-size:13px;color:var(--blue);text-decoration:none;font-weight:600;transition:color .2s}.sidebar-links a:hover{color:var(--gold)}.sidebar-links a svg{width:14px;height:14px;fill:currentColor;opacity:.5}.stat-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);font-size:13px}.stat-row:last-child{border-bottom:none}.stat-row .stat-label{color:var(--text-muted)}.stat-row .stat-val{font-family:"Inter",sans-serif;font-weight:700;color:var(--blue);font-size:16px}.season-breadcrumbs--post .season-breadcrumbs__item,.season-breadcrumbs--post .season-breadcrumbs__item--current{text-transform:none}@media(max-width: 767px){.season-breadcrumbs--post .container{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.season-breadcrumbs--post .container::-webkit-scrollbar{display:none}.season-breadcrumbs--post .container::after{content:"";flex:none;width:16px}.season-breadcrumbs--post .season-breadcrumbs__item,.season-breadcrumbs--post .season-breadcrumbs__sep{white-space:nowrap;flex-shrink:0}}.single-post-page{background:#f4f5f7;padding:24px 0 40px}@media(min-width: 992px){.single-post-page{padding:40px 0 70px}}.single-post-grid{display:grid;grid-template-columns:1fr 340px;gap:28px;align-items:start}.single-post-card{background:#fff;border-radius:12px;box-shadow:0 8px 26px rgba(20,30,70,.08);overflow:hidden}.single-post-card__inner{padding:28px 32px 36px}@media(max-width: 767px){.single-post-card__inner{padding:20px}}.single-post-title{font-family:"Inter",sans-serif;font-size:clamp(24px,21.6923076923px + 0.64vw,34px);font-weight:700;color:#111;line-height:1.25;margin:0 0 14px}.single-post-meta{display:flex;flex-wrap:wrap;gap:16px;font-family:"Inter",sans-serif;font-size:13px;color:#666;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #dde0e8}.single-post-card .entry-content{padding:0}.single-post-card .entry-content p,.single-post-card .entry-content li{color:#2b2b2b}.single-post-card .entry-content>p:last-child{margin-bottom:0}.single-post-card .entry-content img{width:100%;height:auto;display:block;border-radius:8px}.single-post-card .entry-content .wp-block-quote{margin:28px 0;padding:28px 32px 28px 28px;background:#f4f7fd;border-left:4px solid #f5a800;border-radius:4px 12px 12px 4px;position:relative;overflow:hidden}.single-post-card .entry-content .wp-block-quote::before{content:"“";position:absolute;top:-18px;left:16px;font-family:Georgia,"Times New Roman",serif;font-size:96px;line-height:1;color:rgba(15,45,107,.1);pointer-events:none}.single-post-card .entry-content .wp-block-quote p{position:relative;padding:0;margin:0;font-size:clamp(16px,15.3076923077px + 0.19vw,19px);font-style:italic;font-weight:500;line-height:1.6;color:#0f2d6b;letter-spacing:normal}.single-post-card .entry-content .wp-block-quote p::before,.single-post-card .entry-content .wp-block-quote p::after{content:none}.single-post-card .entry-content .wp-block-quote cite{display:block;margin-top:12px;font-family:"Inter",sans-serif;font-size:13px;font-style:normal;font-weight:600;color:#666}.single-post-sidebar{display:flex;flex-direction:column;gap:20px}.single-sidebar-widget{background:#fff;border-radius:10px;box-shadow:0 4px 14px rgba(20,30,70,.06);overflow:hidden}.single-sidebar-widget__title{margin:0;padding:14px 16px;font-family:"Inter",sans-serif;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#0f2d6b;border-bottom:2px solid #f5a800}.single-cat-list{padding:6px 0}.single-cat-list__item{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;font-family:"Inter",sans-serif;font-size:14px;color:#333;border-bottom:1px solid #dde0e8;transition:color .2s}.single-cat-list__item:last-child{border-bottom:none}.single-cat-list__item:hover{color:#0f2d6b}.single-cat-list__count{font-size:12px;color:#666}.single-rail{padding:4px 0}.single-rail-card{display:flex;gap:12px;padding:14px 16px;border-bottom:1px solid #dde0e8}.single-rail-card:last-child{border-bottom:none}.single-rail-card__thumb{width:80px;height:58px;border-radius:6px;overflow:hidden;flex-shrink:0;background:#f4f5f7}.single-rail-card__thumb img{width:100%;height:100%;object-fit:cover}.single-rail-card__title{font-family:"Inter",sans-serif;font-size:13px;font-weight:600;line-height:1.4;color:#111}@media(max-width: 860px){.single-post-grid{grid-template-columns:1fr}}.news-page__section{padding:32px 0}@media(min-width: 1200px){.news-page__section{padding:60px 0}}.season-hero__subtitle{font-family:"Inter",sans-serif;font-size:15px;color:hsla(0,0%,100%,.8);max-width:640px}.season-hero__subtitle p{color:inherit;font-size:inherit}.news-filter{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px}.news-filter__item{font-family:"Inter",sans-serif;font-size:13px;font-weight:700;color:#0f2d6b;background:#fff;border:1px solid #dde0e8;border-radius:10px;padding:5px 16px;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s}.news-filter__item:hover{border-color:#f5a800}.news-filter__item.active{background:#0f2d6b;border-color:#0f2d6b;color:#fff}.pagination-wrapper{display:flex;justify-content:center;margin-top:36px}.pagination{display:flex;flex-wrap:wrap;gap:8px}.pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 8px;font-family:"Inter",sans-serif;font-size:13px;font-weight:700;color:#0f2d6b;background:#fff;border:1px solid #dde0e8;border-radius:8px;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s}.pagination .page-numbers:hover{border-color:#f5a800}.pagination .page-numbers.current{background:#0f2d6b;border-color:#0f2d6b;color:#fff}.pagination .page-numbers.dots{border:none;background:rgba(0,0,0,0)}.error-404{display:flex;align-items:center;min-height:60vh;padding:clamp(48px,36.9230769231px + 3.08vw,96px) 0}.error-404__container{display:flex;flex-direction:column;align-items:center;text-align:center}.error-404__tag{display:inline-block;font-family:"Inter",sans-serif;font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#0f2d6b;background:rgba(15,45,107,.08);border-radius:999px;padding:6px 14px;margin-bottom:clamp(20px,17.2307692308px + 0.77vw,32px)}.error-404__figure{position:relative;display:flex;align-items:center;justify-content:center;gap:clamp(4px,2.1538461538px + 0.51vw,12px);margin-bottom:clamp(24px,20.3076923077px + 1.03vw,40px)}.error-404__digit{font-family:"Inter",sans-serif;font-weight:800;font-size:clamp(72px,42.4615384615px + 8.21vw,200px);line-height:1;color:#0f2d6b}.error-404__ball{width:clamp(64px,32.6153846154px + 8.72vw,200px);height:clamp(64px,32.6153846154px + 8.72vw,200px);flex:none;object-fit:contain}.error-404__badge{position:absolute;top:-6px;right:calc(50% - clamp(90px,60px + 8.33vw,220px));transform:rotate(9deg);font-family:"Inter",sans-serif;font-weight:700;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#fff;background:#24309e;border-radius:4px;padding:6px 12px}@media(max-width: 576px){.error-404__badge{display:none}}.error-404__title{font-family:"Inter",sans-serif;font-weight:700;font-size:clamp(24px,20.3076923077px + 1.03vw,40px);line-height:1.15;color:#000;margin:0 0 16px}.error-404__text{max-width:520px;font-family:"Inter",sans-serif;font-weight:400;font-size:clamp(14px,13.5384615385px + 0.13vw,16px);line-height:1.6;color:#2a2931;margin:0 0 clamp(24px,21.6923076923px + 0.64vw,34px)}.error-404__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:24px;width:100%}.error-404__link{font-family:"Inter",sans-serif;font-weight:700;font-size:14px;color:#000;text-decoration:none;border-bottom:2px solid rgba(0,0,0,.25);transition:border-color .3s ease}.error-404__link:hover{border-color:rgba(0,0,0,.6)}.tournaments-section{padding:50px 0}@media(min-width: 1200px){.tournaments-section{padding:80px 0}}.tournaments-section{background:#f5f6f7}.tournaments-section__header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap;margin-bottom:20px}.tournaments-section__label{font-family:"Inter",sans-serif;font-size:clamp(10px,9.5384615385px + 0.13vw,12px);font-weight:600;text-transform:uppercase;color:#f5a800;margin-bottom:6px}.tournaments-section__title{font-size:clamp(22px,19.6923076923px + 0.64vw,32px);font-weight:700;letter-spacing:.02em;color:#000}.tournaments-section__empty{font-size:clamp(14px,13.5384615385px + 0.13vw,16px);color:#666}.tournaments-section__row{display:flex;gap:clamp(12px,10.6153846154px + 0.38vw,18px);margin-bottom:clamp(12px,10.6153846154px + 0.38vw,18px)}.tournaments-section__row:last-child{margin-bottom:0}.tournaments-section__row--partial{margin-left:auto;margin-right:auto}.tournaments-section__card{display:flex;flex:1;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #e2e4e8;cursor:pointer;transition:box-shadow .22s ease,transform .22s ease;border-radius:8px}.tournaments-section__card:hover{box-shadow:0 8px 28px rgba(37,99,235,.11)}.tournaments-section__card--c1 .tournaments-section__bar{background:#2563eb}.tournaments-section__card--c1 .tournaments-section__sub{color:#2563eb}.tournaments-section__card--c2 .tournaments-section__bar{background:#1a7a3c}.tournaments-section__card--c2 .tournaments-section__sub{color:#1a7a3c}.tournaments-section__card--c3 .tournaments-section__bar{background:#b5006e}.tournaments-section__card--c3 .tournaments-section__sub{color:#b5006e}.tournaments-section__card--c4 .tournaments-section__bar{background:#c47600}.tournaments-section__card--c4 .tournaments-section__sub{color:#c47600}.tournaments-section__card--c5 .tournaments-section__bar{background:#5b21b6}.tournaments-section__card--c5 .tournaments-section__sub{color:#5b21b6}.tournaments-section__card--c6 .tournaments-section__bar{background:#0d9488}.tournaments-section__card--c6 .tournaments-section__sub{color:#0d9488}.tournaments-section__card--c7 .tournaments-section__bar{background:#dc2626}.tournaments-section__card--c7 .tournaments-section__sub{color:#dc2626}.tournaments-section__card--c8 .tournaments-section__bar{background:#4f46e5}.tournaments-section__card--c8 .tournaments-section__sub{color:#4f46e5}.tournaments-section__card--c9 .tournaments-section__bar{background:#a16207}.tournaments-section__card--c9 .tournaments-section__sub{color:#a16207}.tournaments-section__bar{height:3px;flex-shrink:0}.tournaments-section__head{padding:15px}.tournaments-section__status{font-size:clamp(9px,8.5384615385px + 0.13vw,11px);font-weight:500;color:#16a34a;margin-bottom:8px}.tournaments-section__name{font-size:clamp(16px,15.5384615385px + 0.13vw,18px);font-weight:600;color:#000;line-height:1.15;margin-bottom:4px}.tournaments-section__sub{font-size:clamp(12px,11.5384615385px + 0.13vw,14px);font-weight:500}.tournaments-section__stats{display:flex;border-top:1px solid #e2e4e8}.tournaments-section__stat{flex:1 1 27%;min-width:0;padding:clamp(10px,9.0769230769px + 0.26vw,14px) clamp(8px,7.0769230769px + 0.26vw,12px)}.tournaments-section__stat+.tournaments-section__stat{border-left:1px solid #e2e4e8}.tournaments-section__stat:nth-child(2){flex-basis:46%}.tournaments-section__stat-label{font-size:clamp(8px,7.5384615385px + 0.13vw,10px);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b7280;margin-bottom:4px}.tournaments-section__stat-val{font-size:clamp(13px,12.7692307692px + 0.06vw,14px);font-weight:600;color:#000;line-height:1.2}@media(max-width: 1024px){.tournaments-section .tournaments-section__row{flex-wrap:wrap;max-width:none}.tournaments-section .tournaments-section__row .tournaments-section__card{flex:0 0 calc(50% - 9px)}}@media(max-width: 600px){.tournaments-section .tournaments-section__row{flex-direction:column;max-width:none}.tournaments-section .tournaments-section__row .tournaments-section__card{flex:1 1 100%}}.section-youth{padding:32px 0}@media(min-width: 1200px){.section-youth{padding:60px 0}}.section-youth .section-label{font-family:"Inter",sans-serif;font-size:clamp(10px,9.5384615385px + 0.13vw,12px);font-weight:600;text-transform:uppercase;color:#f5a800;margin-bottom:6px}.section-youth .section-title{font-size:clamp(22px,19.6923076923px + 0.64vw,32px);font-weight:700;letter-spacing:.02em;color:#000}.section-youth .youth{background:#f4f5f8}.section-youth .youth .section-title{border-bottom:none;padding-bottom:0}.section-youth .youth__grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}@media(max-width: 767px){.section-youth .youth__grid{grid-template-columns:1fr}}.section-youth .youth__col{background:#fff;border:1px solid #dde1ea;overflow:hidden;border-radius:10px}.section-youth .youth__col--boys .youth__col-header{background:#0033a0}.section-youth .youth__col--girls .youth__col-header{background:#8e1a6e}.section-youth .youth__col-header{padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:12px}.section-youth .youth__col-header:hover .youth__col-arrow{transform:rotate(0deg)}.section-youth .youth a.youth__col-header{cursor:pointer;text-decoration:none;transition:filter .15s}.section-youth .youth a.youth__col-header:hover,.section-youth .youth a.youth__col-header:focus-visible{filter:brightness(1.08)}.section-youth .youth a.youth__col-header:hover .youth__col-arrow,.section-youth .youth a.youth__col-header:focus-visible .youth__col-arrow{transform:rotate(0deg)}.section-youth .youth__col-arrow{flex:none;font-size:24px;line-height:1;color:#fff;transform:rotate(-45deg);transition:transform .25s ease}.section-youth .youth__col-title{font-family:"Inter",sans-serif;font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#fff}.section-youth .youth__col-subtitle{font-family:"Inter",sans-serif;font-size:13px;font-weight:400;color:hsla(0,0%,100%,.8);margin-top:2px}.section-youth .youth__list{display:flex;flex-direction:column}.section-youth .youth__item{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:12px;padding:14px 22px;border-bottom:1px solid #dde1ea;transition:background .15s;cursor:pointer}.section-youth .youth__item:last-child{border-bottom:none}.section-youth .youth__item:hover{background:#f5f7ff}.section-youth .youth__item-year{font-family:"Inter",sans-serif;font-size:14px;font-weight:700;color:#0d0d0d;letter-spacing:.02em}.section-youth .youth__item-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.section-youth .youth__item-teams{font-family:"Inter",sans-serif;font-size:13px;font-weight:700;color:#0d0d0d}.section-youth .youth__item-status{font-size:11px;color:#6b7080}@media(max-width: 900px){.section-youth .youth .youth__item{grid-template-columns:1fr 1fr}.section-youth .youth .youth__item-meta{display:none}}@media(max-width: 600px){.section-youth .youth .youth__item{grid-template-columns:1fr 1fr}}@media(max-width: 380px){.section-youth .youth .youth__item{grid-template-columns:1fr}}.last-news__section{padding:32px 0}@media(min-width: 1200px){.last-news__section{padding:60px 0}}.last-news__section{background:#f5f6f7}.news-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:22px;margin-bottom:32px}.news-card{position:relative;display:flex;flex-direction:column;border:1px solid #dde0e8;transition:box-shadow .22s;overflow:hidden;text-decoration:none;background:#fff;border-radius:12px}.news-card:hover{box-shadow:0 12px 36px rgba(0,51,160,.1)}.news-card:hover .news-thumb-inner{transform:scale(1.06)}.news-card-link{position:absolute;inset:0;z-index:1}.news-thumb{height:200px;position:relative;overflow:hidden;flex-shrink:0}.news-thumb-inner{position:absolute;inset:0;transition:transform .4s}.news-thumb-inner::before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 30px),repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 30px)}.nt1{background:linear-gradient(135deg, #0a2a7a 0%, #1a5ab0 100%)}.nt2{background:linear-gradient(135deg, #1a3a6a 0%, #2a6090 100%)}.nt3{background:linear-gradient(135deg, #2a1a5a 0%, #4a3a90 100%)}.news-cat{position:absolute;top:12px;left:12px;background:#f5a800;color:#002280;font-family:"Inter",sans-serif;font-size:10px;font-weight:700;letter-spacing:.02em;border-radius:6px;padding:3px 10px;z-index:2;text-decoration:none;transition:background-color .2s}.news-cat:hover{background:#ffb922}.news-thumb img{width:100%;height:100%;object-fit:cover;display:block}.news-body{padding:20px;display:flex;flex-direction:column;flex:1}.news-date-meta{font-family:"Inter",sans-serif;font-size:11px;color:#666;font-weight:600;letter-spacing:.02em;margin-bottom:8px}.news-title{font-family:"Inter",sans-serif;font-size:clamp(13px,12.5384615385px + 0.13vw,15px);font-weight:800;letter-spacing:.02em;line-height:1.3;margin-bottom:10px;color:#111;text-decoration:none}.news-title a{color:inherit;text-decoration:none}.news-excerpt{font-family:"Inter",sans-serif;font-size:13px;line-height:1.55;color:#666;flex:1}.news-read-more{margin-top:14px;font-family:"Inter",sans-serif;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#0f2d6b;display:inline-flex;align-items:center;gap:5px;transition:color .2s;text-decoration:none}.news-card:hover .news-read-more{color:#f5a800}.news-all-link{font-family:"Inter",sans-serif;font-size:13px;font-weight:700;color:#0f2d6b;display:inline-flex;align-items:center;gap:6px;text-decoration:none;white-space:nowrap;transition:color .2s}.news-all-link:hover{color:#f5a800}.news-all-link--desktop{display:inline-flex}.news-cta{text-align:center}.news-cta--mobile{display:none}@media(max-width: 768px){.news-grid{grid-template-columns:1fr}.news-all-link--desktop{display:none}.news-cta--mobile{display:block}}.contact-us{background:#f5f6f8;padding:40px 0}@media(min-width: 992px){.contact-us{padding:70px 0}}.contacts-full-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:48px;align-items:start}.contacts-full-grid.contact-page{align-items:stretch}.contact-info-map .contacts-full-grid.contact-page{grid-template-columns:1fr 1fr;gap:0;min-height:420px;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}.contact-info-map .contact-page-info{padding:clamp(24px,16.6153846154px + 2.05vw,56px);background:#fff}.contact-info-map .contact-info-title{font-family:"Inter",sans-serif;font-size:clamp(20px,18.6153846154px + 0.38vw,26px);font-weight:800;color:#111;margin:0 0 24px}.contact-info-map .contacts-map-sm{height:auto;min-height:300px}.contact-items{display:flex;flex-direction:column;gap:16px;margin:20px 0 28px}.contact-item{display:flex;align-items:flex-start;gap:14px}.contact-icon{width:44px;height:44px;background:#f5a800;color:#002280;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:20px;height:20px}.contact-label{font-family:"Inter",sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;color:#666;margin-bottom:3px}.contact-value{font-family:"Inter",sans-serif;font-size:clamp(13px,12.5384615385px + 0.13vw,15px);color:#111;font-weight:700}.contact-value a{color:#111;text-decoration:none}.contact-value a:hover{color:#0f2d6b}.contacts-map-sm{background:#f4f5f7;height:180px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.contacts-map-sm::before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(90deg, rgba(0, 51, 160, 0.06) 0, rgba(0, 51, 160, 0.06) 1px, transparent 1px, transparent 30px),repeating-linear-gradient(0deg, rgba(0, 51, 160, 0.06) 0, rgba(0, 51, 160, 0.06) 1px, transparent 1px, transparent 30px)}.map-label{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);font-family:"Inter",sans-serif;font-size:12px;font-weight:700;color:#0f2d6b;letter-spacing:.08em;text-transform:uppercase;background:#fff;padding:6px 16px;white-space:nowrap;box-shadow:0 2px 12px rgba(0,0,0,.1);z-index:2}.contact-page .contact-icon{border-radius:50%;background:var(--blue-light, #e8eef8);color:var(--blue, #0033A0)}.contact-page .contact-page-info{display:flex;flex-direction:column;height:100%}.contact-page .contact-value{font-weight:500;font-size:clamp(15px,14.5384615385px + 0.13vw,17px)}.contact-page .contact-label{font-size:12px}.contact-page .contacts-map-sm{flex:1;height:auto;min-height:220px;padding:0}.contact-page .contacts-map-sm::before{display:none}.contact-page .contact-map-frame{width:100%;height:100%}.contact-page .contact-map-frame iframe{display:block;width:100%;height:100%;border:0}.contact-page .contact-form-col{border:1px solid #dde0e8;border-radius:12px}.contact-page .cform-submit{border:2px solid #d48f00}.contact-page .cform-group textarea{min-height:90px}.contact-page .wpcf7-not-valid-tip{display:inline-block;margin-top:6px;padding:3px 10px;border-radius:4px;background:#fdecec;font-family:"Inter",sans-serif;font-size:11px;font-weight:600;line-height:1.4;color:#c62828}.contact-page .wpcf7-form-control.wpcf7-not-valid{border-color:#c62828 !important;background:#fdecec}.contact-page .wpcf7-response-output{margin:8px 0 0 !important;padding:10px 16px !important;border-radius:8px;border-width:1.5px !important;font-family:"Inter",sans-serif;font-size:12px;line-height:1.5}.contact-page .wpcf7-response-output:empty{display:none !important;margin:0 !important;padding:0 !important;border:0 !important}.contact-page form.sent .wpcf7-response-output{background:#eaf7ee;border-color:#46b450 !important;color:#1e7a34}.contact-page form.invalid .wpcf7-response-output,.contact-page form.unaccepted .wpcf7-response-output,.contact-page form.payment-required .wpcf7-response-output{background:#fff8e6;border-color:#f5a800 !important;color:#8a6100}.contact-page form.failed .wpcf7-response-output,.contact-page form.aborted .wpcf7-response-output,.contact-page form.spam .wpcf7-response-output{background:#fdecec;border-color:#c62828 !important;color:#c62828}body.page-template-templatescontact-us-inc-php .contact-page .contact-label,body.page-template-templatescontact-us-inc-php .contact-page .cform-group label,body.page-template-templatescontact-us-inc-php .contact-page .cform-submit{text-transform:none}body.page-template-templatescontact-us-inc-php .contact-page .contact-label,body.page-template-templatescontact-us-inc-php .contact-page .cform-group label{font-size:16px;line-height:1.3}body.page-template-templatescontact-us-inc-php .contact-page .contact-value{font-size:14px}body.page-template-templatescontact-us-inc-php .contact-page .cform{gap:0}body.page-template-templatescontact-us-inc-php .contact-page .cform-group{gap:8px;position:relative;padding-bottom:22px}body.page-template-templatescontact-us-inc-php .contact-page .cform-row+.cform-group{margin-top:-4px}body.page-template-templatescontact-us-inc-php .contact-page .cform-group+.cform-submit{margin-top:-8px}body.page-template-templatescontact-us-inc-php .contact-page .wpcf7-form-control.wpcf7-not-valid{background:#fff;border-color:#d63638 !important}body.page-template-templatescontact-us-inc-php .contact-page .wpcf7-form-control-wrap{position:relative;display:block}body.page-template-templatescontact-us-inc-php .contact-page .wpcf7-not-valid-tip{position:absolute;left:0;top:100%;display:block;margin:4px 0 0;padding:0;background:rgba(0,0,0,0);border:0;border-radius:0;font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18px;color:#d63638}body.page-template-templatescontact-us-inc-php .contact-page .wpcf7-response-output{display:block !important;box-sizing:border-box;width:100%;min-height:42px;margin:12px 0 0 !important;padding:8px 14px !important;border:1px solid rgba(0,0,0,0) !important;border-radius:6px;font-family:"Inter",sans-serif;font-size:14px;line-height:1.5;background:rgba(0,0,0,0)}body.page-template-templatescontact-us-inc-php .contact-page form.sent .wpcf7-response-output{background:#eaf7ee;border-color:#46b450 !important;color:#1e7a34}body.page-template-templatescontact-us-inc-php .contact-page form.invalid .wpcf7-response-output,body.page-template-templatescontact-us-inc-php .contact-page form.unaccepted .wpcf7-response-output,body.page-template-templatescontact-us-inc-php .contact-page form.payment-required .wpcf7-response-output{background:#fff8e6;border-color:#f5a800 !important;color:#8a6100}body.page-template-templatescontact-us-inc-php .contact-page form.failed .wpcf7-response-output,body.page-template-templatescontact-us-inc-php .contact-page form.aborted .wpcf7-response-output,body.page-template-templatescontact-us-inc-php .contact-page form.spam .wpcf7-response-output{background:#fdecec;border-color:#c62828 !important;color:#c62828}.contact-form-col{background:#f4f5f7;padding:32px;border-top:4px solid #f5a800}.form-title{font-family:"Inter",sans-serif;font-size:clamp(18px,16.6153846154px + 0.38vw,24px);font-weight:800;letter-spacing:.04em;margin-bottom:22px;color:#111}.cform{display:flex;flex-direction:column;gap:14px}.cform-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cform-group{display:flex;flex-direction:column;gap:5px}.cform-group label{font-family:"Inter",sans-serif;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#666}.cform-group input,.cform-group select,.cform-group textarea{width:100%;height:46px;padding:11px 14px;border:1.5px solid #dde0e8;border-radius:6px;background:#fff;font-family:"Inter",sans-serif;font-size:14px;color:#111;outline:none;transition:border-color .2s;resize:vertical}.cform-group input:focus,.cform-group select:focus,.cform-group textarea:focus{border-color:#f5a800}.cform-group textarea{height:auto;min-height:140px}.cform-submit{width:100%;justify-content:center}@media(max-width: 1024px){.contacts-full-grid{grid-template-columns:1fr;gap:28px}.contact-info-map .contacts-full-grid.contact-page{grid-template-columns:1fr;min-height:auto}.contact-info-map .contact-page-info{padding:24px}.contact-info-map .contacts-map-sm{min-height:300px}.cform-row{grid-template-columns:1fr}}.hbtn{display:inline-flex;align-items:center;gap:8px;padding:13px 32px;font-family:"Inter",sans-serif;font-size:clamp(11px,10.5384615385px + 0.13vw,13px);font-weight:700;letter-spacing:.08em;text-transform:uppercase;transition:all .22s;cursor:pointer;border:none;text-decoration:none;border-radius:6px;line-height:normal}.hbtn-sm{padding:9px 22px;font-size:11px}.hbtn-gold{background:#f5a800;color:#002280}.hbtn-gold:hover{background:#d48f00}.hbtn-blue{background:#0f2d6b;color:#fff;border-radius:6px}.hbtn-blue:hover{background:#002280;transform:translateY(-2px)}.hbtn-primary{background:#1a3fa0;color:#fff;border-radius:6px}.hbtn-primary:hover{background:#142f7d}.hbtn-outline-white{background:rgba(0,0,0,0);color:#fff;border:2px solid hsla(0,0%,100%,.65)}.hbtn-outline-white:hover{background:#fff;color:#0f2d6b}.hbtn-outline-blue{background:rgba(0,0,0,0);color:#0f2d6b;border:1px solid #0f2d6b;border-radius:6px}.hbtn-outline-blue:hover{background:#0f2d6b;color:#fff}.hbtn-icon::after{content:"";display:block;flex:0 0 auto;width:14px;height:14px;background-color:currentColor;mask:url("../../images/icons/arrow-right.svg") center/contain no-repeat;-webkit-mask:url("../../images/icons/arrow-right.svg") center/contain no-repeat;transition:transform .2s ease}.hbtn-icon:hover::after{transform:translateX(3px)}.team-documents-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(260px, 480px));gap:15px}.team-doc{display:flex;align-items:center;gap:10px;min-width:0;padding:14px 16px;background:#fff;border:1px solid #dde0e8;border-radius:10px;transition:border-color .2s,box-shadow .2s}.team-doc:hover{border-color:#f5a800;box-shadow:0 4px 14px rgba(15,45,107,.08)}.team-doc__icon{flex:none;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:#f4f5f7}.team-doc__icon img{width:20px;height:20px}.team-doc__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px}.team-doc__name{font-family:"Inter",sans-serif;font-size:16px;font-weight:600;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.team-doc__meta{font-family:"Inter",sans-serif;font-size:12px;font-weight:500;letter-spacing:.03em;text-transform:uppercase;color:#8a8f99}.team-doc__actions{flex:none;display:flex;align-items:center;gap:6px}.team-doc__action{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#f4f5f7;transition:background .2s}.team-doc__action:hover{background:rgba(245,168,0,.18)}@media(max-width: 767px){.team-documents-grid{grid-template-columns:1fr}.team-doc{flex-wrap:wrap;align-items:center;padding:12px 14px;gap:10px}.team-doc__icon{flex-shrink:0}.team-doc__body{flex:1 1 0;min-width:0}.team-doc__name{white-space:normal;overflow:visible;text-overflow:clip;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.team-doc__actions{flex-shrink:0}.team-doc__actions:not(:first-child){margin-left:auto}}@media(max-width: 359px){.team-doc{row-gap:6px}.team-doc__actions{margin-left:auto;flex-basis:100%;justify-content:flex-end}}
