.header-section{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 50%,#0f0f0f 100%);align-items:center;width:100%;min-height:85vh;display:flex;position:relative}@media (max-width:768px){.header-section{min-height:65vh}}@media (max-width:480px){.header-section{min-height:55vh}}.header-section .text-content{z-index:2;color:#fff;max-width:1000px;margin-bottom:112px;padding:112px;position:relative}@media (max-width:1024px){.header-section .text-content{padding:64px 40px}}@media (max-width:768px){.header-section .text-content{max-width:100%;margin-bottom:64px;padding:40px 24px}}@media (max-width:480px){.header-section .text-content{margin-bottom:40px;padding:32px 16px}}.header-section .text-content h1,.header-section .text-content h2{letter-spacing:-.03em;color:#fff;text-shadow:0 2px 4px #0000004d;margin-bottom:24px;font-size:3.5rem;font-weight:700;line-height:1.15}@media (max-width:768px){.header-section .text-content h1,.header-section .text-content h2{font-size:2rem}}@media (max-width:480px){.header-section .text-content h1,.header-section .text-content h2{font-size:1.625rem}}.header-section .text-content p{color:#fffffff2;max-width:500px;margin-bottom:32px;font-size:1.125rem;font-weight:400;line-height:1.7}@media (max-width:768px){.header-section .text-content p{max-width:100%;font-size:1rem}}.header-section .wave-divider{z-index:10;width:100%;line-height:0;position:absolute;bottom:-18px;left:0}.header-section .wave-divider svg{width:100%;height:80px;display:block}@media (max-width:768px){.header-section .wave-divider svg{height:50px}}.header-section .wave-divider path{fill:var(--color-bg)}.header-section .image-wrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.header-section .image-wrapper img{object-fit:cover!important;object-position:top!important}.header-section .image-wrapper:after{content:"";z-index:1;background:linear-gradient(90deg,#000000d9 0%,#0009 50%,#0006 100%);width:100%;height:100%;position:absolute;top:0;left:0}
.vp{--vp-accent:#c9a84c}[data-theme=bold] .vp{--vp-accent:#e30613}.vp{background:var(--color-bg);border-radius:12px;width:100%;max-width:800px;position:relative;overflow:hidden}.vp--fullscreen{border-radius:0;flex-direction:column;max-width:100%;height:100%;display:flex}.vp--fullscreen .vp__video-area{flex:1;min-height:0}.vp--fullscreen video{object-fit:contain;height:100%}.vp__video-area{cursor:pointer;line-height:0;position:relative}.vp__video-area video{width:100%;display:block}.vp__video-area video::cue{visibility:hidden}.vp__play-overlay{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.vp__play-overlay svg{width:56px;height:56px;color:var(--color-text-primary);opacity:.7;filter:drop-shadow(0 2px 8px #0006);transition:transform .15s}.vp__play-overlay:hover svg{transform:scale(1.1)}.vp__bottom{transition:margin-top .3s,background .3s}.vp__bottom--paused{z-index:2;margin-top:-48px;position:relative}.vp__bottom--paused .vp__controls{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009;border-top:none}.vp__bottom--paused .vp__btn{color:#ffffffd9}.vp__bottom--paused .vp__btn:hover{color:var(--vp-accent);background:#ffffff1a}.vp__bottom--paused .vp__btn--active{color:var(--vp-accent)}.vp__bottom--paused .vp__time{color:#fff9}.vp__bottom--paused .vp__progress,.vp__bottom--paused .vp__volume-slider{background:#fff3}.vp__bottom--playing{margin-top:0}.vp__subtitle-bar{background:var(--color-bg-card);color:var(--color-text-primary);text-align:center;white-space:pre-line;border-top:1px solid var(--color-border);opacity:0;justify-content:center;align-items:center;max-height:0;padding:0 16px;font-family:Poppins,sans-serif;font-size:.9rem;line-height:1.5;transition:max-height .3s,opacity .3s,padding .3s;display:flex;overflow:hidden}.vp__subtitle-bar--visible{opacity:1;max-height:80px;padding:8px 16px}@media (max-width:480px){.vp__subtitle-bar{font-size:.8rem}.vp__subtitle-bar--visible{padding:6px 12px}}.vp__controls{background:var(--color-bg-elevated);border-top:1px solid var(--color-border);-webkit-user-select:none;user-select:none;padding:0;transition:background .3s,border-color .3s}.vp__progress{background:var(--color-border);cursor:pointer;height:4px;transition:height .15s,background .3s}.vp__progress:hover{height:6px}.vp__progress-filled{background:var(--vp-accent);border-radius:0 2px 2px 0;height:100%;transition:width .1s linear}.vp__controls-row{align-items:center;gap:4px;padding:6px 10px;display:flex}.vp__btn{width:32px;height:32px;color:var(--color-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:flex}.vp__btn:hover{color:var(--vp-accent);background:var(--color-bg-card-hover)}.vp__btn--active{color:var(--vp-accent)}.vp__btn svg{flex-shrink:0}.vp__time{color:var(--color-text-muted);font-variant-numeric:tabular-nums;white-space:nowrap;margin-left:4px;font-family:Poppins,sans-serif;font-size:.75rem;transition:color .3s}.vp__spacer{flex:1}.vp__volume{align-items:center;gap:4px;display:flex}.vp__volume-slider{appearance:none;background:var(--color-border);cursor:pointer;border-radius:2px;outline:none;width:70px;height:4px;transition:background .3s}.vp__volume-slider::-webkit-slider-thumb{appearance:none;background:var(--vp-accent);cursor:pointer;border-radius:50%;width:12px;height:12px}.vp__volume-slider::-moz-range-thumb{background:var(--vp-accent);cursor:pointer;border:none;border-radius:50%;width:12px;height:12px}@media (max-width:480px){.vp__controls-row{gap:2px;padding:4px 6px}.vp__btn{width:28px;height:28px}.vp__time{font-size:.65rem}.vp__volume-slider{width:50px}.vp__bottom--paused{margin-top:-40px}}
.modell{padding:80px 112px}@media (max-width:1024px){.modell{padding:64px 48px}}@media (max-width:768px){.modell{padding:48px 24px}}@media (max-width:480px){.modell{padding:40px 16px}}.modell{align-items:center;gap:112px;display:flex}@media (max-width:1024px){.modell{gap:64px}}@media (max-width:768px){.modell{flex-direction:column;gap:48px}}.modell .leftSite{width:100%;max-width:80%}@media (max-width:768px){.modell .leftSite{max-width:100%}}.modell .leftSite .logo-wrapper,.modell .leftSite .logo-wrapper img{margin:0 auto}.modell .leftSite h2{background:linear-gradient(135deg,#c9a84c 0%,#d4b965 50%,#a88a3a 100%);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;margin-top:16px}.modell .leftSite p{max-width:700px;color:var(--color-text-secondary)}.modell .video-wrapper{width:100%}.modell .video-wrapper .modell-video{width:100%;max-width:800px}@media (max-width:768px){.modell .video-wrapper .modell-video{max-width:100%}}.modell .video-wrapper iframe{aspect-ratio:16/9;object-fit:contain;width:100%}
.visionBlock{padding:80px 112px}@media (max-width:1024px){.visionBlock{padding:64px 48px}}@media (max-width:768px){.visionBlock{padding:48px 24px}}@media (max-width:480px){.visionBlock{padding:40px 16px}}.visionBlock{background-color:var(--color-bg)}.visionBlock h2{text-align:center}.visionBlock h2:after{content:"";background:linear-gradient(135deg,#c9a84c 0%,#d4b965 50%,#a88a3a 100%);border-radius:2px;width:60px;height:3px;margin:16px auto 0;display:block}.visionBlock strong{font-weight:700}.visionBlock .grid{grid-template-columns:repeat(2,1fr);align-items:center;gap:64px;margin-top:80px;display:grid}@media (max-width:768px){.visionBlock .grid{grid-template-columns:repeat(1,1fr);gap:40px;margin-top:48px}.visionBlock .grid .leftSide{max-width:100%}}.visionBlock .grid .leftSide .vision-img{border-radius:20px;width:100%;height:auto}@media (max-width:480px){.visionBlock .grid .leftSide .vision-img{border-radius:12px}}.visionBlock .grid .rightSide .textMarkdown{gap:0}.visionBlock .grid .rightSide .textMarkdown p:first-of-type{margin-bottom:16px}.visionBlock .grid .rightSide .textMarkdown p em{font-style:italic;font-weight:400}.visionBlock .grid .rightSide .button{margin-top:24px}
.sportsBlock{padding:80px 112px}@media (max-width:1024px){.sportsBlock{padding:64px 48px}}@media (max-width:768px){.sportsBlock{padding:48px 24px}}@media (max-width:480px){.sportsBlock{padding:40px 16px}}.sportsBlock{background-color:var(--color-bg-card)}.sportsBlock strong{font-weight:700}.sportsBlock .textMarkdown{text-align:center;max-width:900px;margin:0 auto}.sportsBlock .grid{grid-template-columns:repeat(2,1fr);align-items:center;gap:64px;margin-top:80px;display:grid}@media (max-width:768px){.sportsBlock .grid{grid-template-columns:repeat(1,1fr);gap:40px}}.sportsBlock .grid{margin-bottom:80px}@media (max-width:768px){.sportsBlock .grid{margin-top:48px;margin-bottom:48px}}.sportsBlock .grid .leftSide h3{max-width:400px}@media (max-width:768px){.sportsBlock .grid .leftSide h3{max-width:100%}}.sportsBlock .grid .leftSide .bottomLine{background:linear-gradient(135deg,#c9a84c 0%,#d4b965 50%,#a88a3a 100%);border-radius:2px;width:60px;height:3px;margin:20px 0}@media (max-width:768px){.sportsBlock .grid .leftSide .bottomLine{margin:16px 0}}.sportsBlock .grid .textMarkdown{text-align:left;max-width:inherit}.sportsBlock .grid ul{margin-top:16px}.sportsBlock .grid .rightSide .vp{width:100%}.sportsBlock h3{text-align:center}.sportsBlock .centerBtn{text-align:center;margin-top:40px}@media (max-width:768px){.sportsBlock .centerBtn{margin-top:24px}}
.companyBlock{padding:80px 112px}@media (max-width:1024px){.companyBlock{padding:64px 48px}}@media (max-width:768px){.companyBlock{padding:48px 24px}}@media (max-width:480px){.companyBlock{padding:40px 16px}}.companyBlock{background-color:var(--color-bg-card)}.companyBlock .textMarkdown{text-align:center;gap:0}.companyBlock .textMarkdown p{max-width:915px;margin:0 auto}.companyBlock .textMarkdown p u{font-size:2.2rem;line-height:1}@media (max-width:768px){.companyBlock .textMarkdown p u{font-size:1.6rem}}@media (max-width:480px){.companyBlock .textMarkdown p u{font-size:1.3rem}}.companyBlock .textMarkdown h2{margin-bottom:16px;line-height:1.3}.companyBlock .grid{grid-template-columns:repeat(2,1fr);align-items:center;gap:64px;margin-top:32px;display:grid}@media (max-width:768px){.companyBlock .grid{grid-template-columns:repeat(1,1fr);gap:40px}}.companyBlock .grid .leftSide h4{margin-bottom:16px}.companyBlock .grid .leftSide .left{text-align:left;gap:8px}.companyBlock .grid .leftSide .left p{margin-left:0}.companyBlock .grid .vp{max-width:100%}
.businessModellBlock{padding:80px 112px}@media (max-width:1024px){.businessModellBlock{padding:64px 48px}}@media (max-width:768px){.businessModellBlock{padding:48px 24px}}@media (max-width:480px){.businessModellBlock{padding:40px 16px}}.businessModellBlock{background-color:var(--color-bg)}.businessModellBlock .textMarkdown{max-width:900px}@media (max-width:768px){.businessModellBlock .textMarkdown{max-width:100%}}.businessModellBlock .textMarkdown ul{padding:0;list-style:none}.businessModellBlock .textMarkdown ul li{align-items:center;margin-bottom:8px;display:flex}.businessModellBlock .textMarkdown ul li:before{content:"";background-color:#c9a84c;flex-shrink:0;width:20px;min-width:20px;height:20px;margin-right:8px;display:inline-block;-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 -960 960 960\"><path d=\"M389-267 195-460l51-52 143 143 325-324 51 51-376 375Z\"/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 -960 960 960\"><path d=\"M389-267 195-460l51-52 143 143 325-324 51 51-376 375Z\"/></svg>");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.businessModellBlock .grid{grid-template-columns:repeat(2,1fr);align-items:center;gap:64px;margin-top:80px;display:grid}@media (max-width:768px){.businessModellBlock .grid{grid-template-columns:repeat(1,1fr);gap:40px;margin-top:48px}}.businessModellBlock .grid .leftSide .vp{width:100%;box-shadow:var(--shadow-lg)}.businessModellBlock .grid .rightSide .button{flex-wrap:wrap;gap:16px;margin-top:24px;display:flex}
.formBlock{background-color:var(--color-bg-card);gap:80px;padding:80px 112px;display:flex}@media (max-width:1024px){.formBlock{padding:64px 48px}}@media (max-width:768px){.formBlock{padding:48px 24px}}@media (max-width:480px){.formBlock{padding:40px 16px}}.formBlock{align-items:center}@media (max-width:1024px){.formBlock{gap:48px}}@media (max-width:768px){.formBlock{flex-direction:column;gap:40px}}.formBlock .leftSite{width:50%}@media (max-width:768px){.formBlock .leftSite{width:100%}}.formBlock .leftSite img{object-fit:cover;border-radius:20px;width:100%;height:auto}@media (max-width:480px){.formBlock .leftSite img{border-radius:12px}}.formBlock .text{max-width:50%}@media (max-width:768px){.formBlock .text{max-width:100%}}.formBlock .buttons{margin-top:40px}@media (max-width:480px){.formBlock .buttons{margin-top:24px}}.formBlock .buttons button{cursor:pointer;font-family:inherit}
