@font-face{font-family:satoshi;src:url(../media/Satoshi_Black-s.p.0x3ngjjxoe09u.otf)format("opentype");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:satoshi;src:url(../media/Satoshi_Bold-s.p.0pmyezfr.jj1h.otf)format("opentype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:satoshi;src:url(../media/Satoshi_Medium-s.p.0_g6_g8jcuocj.otf)format("opentype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:satoshi;src:url(../media/Satoshi_Regular-s.p.02~xiizvby2q1.otf)format("opentype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:satoshi;src:url(../media/Satoshi_Light-s.p.03j8o6ttrm8ed.otf)format("opentype");font-display:swap;font-weight:300;font-style:normal}@font-face{font-family:satoshi Fallback;src:local(Arial);ascent-override:102.23%;descent-override:24.29%;line-gap-override:10.12%;size-adjust:98.8%}.satoshi_d3b26e0a-module__4mkrGq__className{font-family:satoshi,satoshi Fallback}
*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0;border-color:var(--un-default-border-color,#e5e7eb)}:before,:after{--un-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}
:root{--radius:.625rem;--color-primary:12, 95, 244;--color-primary-light:63, 130, 250;--color-secondary:20, 36, 87;--color-text:147, 152, 154;--color-black:0, 0, 0;--color-white:255, 255, 255;--color-stroke:230, 237, 249;--color-gray:116, 127, 166;--color-red:212, 64, 45;--color-green:50, 190, 55;--color-yellow:242, 161, 39;--color-dark-background:9, 14, 30;--color-dark-stroke:25, 32, 58;--color-dark-text:180, 185, 190;--color-dark-primary:63, 130, 250;--color-dark-primary-light:100, 150, 255;--color-dark-secondary:100, 120, 180;--color-dark-gray:150, 160, 190}html{scroll-behavior:smooth}body{color:#000;overscroll-behavior:none;background:#fff;font-family:Satoshi,sans-serif;font-size:16px}:root[data-theme=dark] body{color:rgb(var(--color-white));background:rgb(var(--color-dark-background))}body::-webkit-scrollbar{display:none}img{-webkit-user-select:none;user-select:none}::selection{background:rgb(var(--color-primary));color:#fff}.disable-transitions *{transition:none!important;animation:none!important}.custom-scrollbar::-webkit-scrollbar{background-color:rgb(var(--color-stroke));border-radius:3px;width:6px;height:6px}:root[data-theme=dark] .custom-scrollbar::-webkit-scrollbar{background-color:rgb(var(--color-dark-stroke))}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:rgb(var(--color-text));border-radius:3px}:root[data-theme=dark] .custom-scrollbar::-webkit-scrollbar-thumb{background-color:rgb(var(--color-dark-text))}.custom-scrollbar::-webkit-scrollbar-track{background-color:rgb(var(--color-stroke));border-radius:3px}:root[data-theme=dark] .custom-scrollbar::-webkit-scrollbar-track{background-color:rgb(var(--color-dark-stroke))}.btn{-webkit-user-select:none;user-select:none;border-radius:var(--radius);cursor:pointer;outline:none;justify-content:center;align-items:center;gap:8px;font-size:16px;font-weight:700;line-height:24px;transition:all .3s;display:flex}.btn svg{flex:none}.btn-primary{background:rgb(var(--color-primary));color:#fff}.btn-primary svg{color:#fff}.btn-primary:not(:disabled):not(.btn-loading):hover{background:#094cc4}.btn-primary-light{background:rgba(var(--color-primary), .1);color:rgb(var(--color-primary))}.btn-primary-light svg{color:rgb(var(--color-primary))}.btn-primary-light:not(:disabled):not(.btn-loading):hover{background:rgba(var(--color-primary), .2)}.btn-secondary{background:rgb(var(--color-secondary));color:#fff}.btn-secondary svg{color:#fff}.btn-secondary:not(:disabled):not(.btn-loading):hover{background:rgb(var(--color-secondary))}.btn-white{box-shadow:inset 0 0 0 1px rgb(var(--color-stroke));color:rgb(var(--color-secondary));background:#fff}.btn-white svg{color:rgb(var(--color-secondary))}.btn-white:not(:disabled):not(.btn-loading):hover{background:rgb(var(--color-stroke))}.btn-gray{color:rgb(var(--color-secondary));background:#f6f8fb}.btn-gray svg{color:rgb(var(--color-secondary))}.btn-gray:not(:disabled):not(.btn-loading):hover{background:#e8f0ff}.btn-black{color:#fff;background:#000}.btn-black svg{color:#fff}.btn-black:not(:disabled):not(.btn-loading):hover{background:#000}.btn-base{letter-spacing:-.32px;border-radius:10px;padding:14px 24px;font-size:16px;font-weight:700;line-height:24px}.btn-base svg{font-size:24px}.btn-sm{padding:8px 16px;font-size:13px;font-weight:600;line-height:18px}.btn-sm svg{font-size:16px}.btn-lg{padding:18px 24px;font-size:16px;font-weight:700;line-height:24px}.btn-lg svg{font-size:24px}.btn-disabled{cursor:not-allowed;opacity:.5}.btn-loading{cursor:not-allowed;color:#0000}.btn-loading-icon{justify-content:center;align-items:center;animation:1s linear infinite spin;display:flex;position:absolute}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn-icon-only.btn-sm{width:44px;padding:8px}.btn-icon-only.btn-base{width:46px;padding:8px}.btn-reverse{flex-direction:row-reverse}.btn-rounded{border-radius:50px}.accordion-header{background:0 0;border:none;outline:none;align-items:center;width:100%;margin:0;padding:0;display:flex}.accordion-header__content{flex:1;display:flex}.accordion-header__arrow{color:rgb(var(--color-black));justify-content:center;align-items:center;font-size:22px;transition:transform .5s;display:flex}.accordion-header.active .accordion-header__arrow{transform:rotate(180deg)}.accordion-body{grid-template-rows:0fr;width:100%;transition:grid-template-rows .5s;display:grid;position:relative}.accordion-body[aria-hidden=false]{grid-template-rows:1fr}:root[data-theme=dark] .accordion .accordion-header__arrow{color:rgb(var(--color-white))}.iti.iti--fullscreen-popup .iti{width:100%;display:flex}.iti.iti--fullscreen-popup .iti__arrow{display:none}.iti.iti--fullscreen-popup .iti__flag{background-image:var(--iti-path-flags-2x);border-radius:calc(var(--radius) - 8px);transform:scale(1.5)}.iti.iti--fullscreen-popup .iti__country{padding-inline:15px}.iti.iti--fullscreen-popup .iti__selected-country{border-radius:var(--radius);background:rgb(var(--color-stroke));align-items:center;gap:5px;height:100%;padding:8px 10px;display:flex}.iti.iti--fullscreen-popup .iti__selected-country:after{content:"";background-image:url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25 5.625L8 9.375L11.75 5.625' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:contain;width:15px;height:15px}.iti.iti--fullscreen-popup .iti__selected-dial-code{color:rgb(var(--color-secondary));margin:0;font-size:12px;font-weight:500;line-height:16px}.iti.iti--fullscreen-popup .iti__country-container{padding:2px}.iti.iti--fullscreen-popup .iti input.iti__tel-input[type=tel]{margin:0 0 0 14px!important}.iti.iti--fullscreen-popup .iti__selected-country-primary:hover{background:0 0!important}.iti.iti--fullscreen-popup .iti__flag-container{margin-left:14px;position:static}.iti.iti--fullscreen-popup .iti__flag-container .iti__selected-flag{background:0 0;border-radius:0;padding:0 8px 0 0}.iti.iti--fullscreen-popup .iti__flag-container .iti__selected-flag:hover,.iti.iti--fullscreen-popup .iti__flag-container .iti__selected-flag:focus{background:0 0}.iti.iti--fullscreen-popup .iti__search-input{border-radius:var(--radius) var(--radius) 0 0;border-bottom:1px solid rgb(var(--color-stroke));outline:none;flex:none;height:38px;padding:4px}.iti.iti--fullscreen-popup .iti__dropdown-content{border-radius:var(--radius);border:1px solid rgb(var(--color-stroke));box-shadow:none;transform-origin:0 0;margin-top:8px;transition:all .15s cubic-bezier(.4,0,.2,1);overflow:hidden}.iti.iti--fullscreen-popup .iti__dropdown-content.iti__hide{pointer-events:none;visibility:hidden;opacity:0;display:block;transform:scale(.95)translateY(-8px)}:root[data-theme=dark] .iti--fullscreen-popup .iti__selected-flag{background:0 0}:root[data-theme=dark] .iti--fullscreen-popup .iti__selected-country{background:rgb(var(--color-dark-stroke))}:root[data-theme=dark] .iti--fullscreen-popup .iti__selected-country:after{background-image:url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25 5.625L8 9.375L11.75 5.625' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")}:root[data-theme=dark] .iti--fullscreen-popup .iti__selected-dial-code{color:rgb(var(--color-white))}:root[data-theme=dark] .iti--fullscreen-popup .iti__country-list{background:rgb(var(--color-background))}:root[data-theme=dark] .iti--fullscreen-popup .iti__search-input{border-color:rgb(var(--color-dark-stroke));color:rgb(var(--color-text));background:0 0}:root[data-theme=dark] .iti--fullscreen-popup .iti__dropdown-content{background:rgb(var(--color-dark-background));border-color:rgb(var(--color-dark-stroke))}:root[data-theme=dark] .iti--fullscreen-popup .iti__country-name{color:rgb(var(--color-text))}:root[data-theme=dark] .iti--fullscreen-popup .iti__selected-country-primary:hover{background:0 0!important}.tippy-tooltip,.tippy-tooltip [x-circle]{background-color:rgb(var(--color-white))!important}.tippy-tooltip-content{color:rgb(var(--color-black))!important}:root[data-theme=dark] .tippy-tooltip,:root[data-theme=dark] .tippy-tooltip [x-circle]{background-color:rgb(var(--color-primary))!important}:root[data-theme=dark] .tippy-tooltip-content{color:rgb(var(--color-white))!important}#nprogress{pointer-events:none}#nprogress .bar{background:rgb(var(--color-primary));height:2px;transition:all .2s}
*,:before,:after,::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 #0000;--un-ring-shadow:0 0 #0000;--un-shadow-inset: ;--un-shadow:0 0 #0000;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:#93c5fd80;--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.fixed{position:fixed}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.me{margin-inline-end:1rem}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.block{display:block}.contents{display:contents}.hidden{display:none}.h-\[1em\]{height:1em}.h-\[50px\]{height:50px}.h-screen{height:100vh}.w-\[1em\]{width:1em}.w-fit{width:fit-content}.w-full{width:100%}.flex{display:flex}.flex-col{flex-direction:column}.table{display:table}.transform{transform:translateX(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotateZ(var(--un-rotate-z)) skewX(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.cursor-pointer{cursor:pointer}.resize{resize:both}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.\!gap-\[24px\]{gap:24px!important}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.overflow-hidden{overflow:hidden}.b,.border{border-width:1px}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.bg-green-500\/10{background-color:#22c55e1a}.bg-red-500\/10{background-color:#ef44441a}.px{padding-left:1rem;padding-right:1rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.text-center{text-align:center}.text-\[1em\]{font-size:1em}.text-sm{font-size:.875rem;line-height:1.25rem}.text-green-500{--un-text-opacity:1;color:rgb(34 197 94/var(--un-text-opacity))}.text-green-600{--un-text-opacity:1;color:rgb(22 163 74/var(--un-text-opacity))}.text-red-500{--un-text-opacity:1;color:rgb(239 68 68/var(--un-text-opacity))}.text-yellow-500{--un-text-opacity:1;color:rgb(234 179 8/var(--un-text-opacity))}.color-\[rgb\(var\(--color-text\)\)\]{--un-text-opacity:1;color:rgb(var(--color-text) / var(--un-text-opacity))}.font-400{font-weight:400}.font-500{font-weight:500}.leading-6{line-height:1.5rem}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.underline{text-decoration-line:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tab{tab-size:4}.filter{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.container{max-width:calc(var(--germanyiptv-container-width) - var(--germanyiptv-container-piece,60px))}.container,.container-fluid{--germanyiptv-gutter-x:32px;--germanyiptv-gutter-y:0;width:100%;padding-right:calc(var(--germanyiptv-gutter-x) * .5);padding-left:calc(var(--germanyiptv-gutter-x) * .5);margin-left:auto;margin-right:auto}@media (min-width:640px){:root{--germanyiptv-container-piece:60px;--germanyiptv-container-width:640px}}@media (min-width:768px){:root{--germanyiptv-container-piece:60px;--germanyiptv-container-width:768px}}@media (min-width:1024px){:root{--germanyiptv-container-piece:60px;--germanyiptv-container-width:1024px}}@media (min-width:1200px){:root{--germanyiptv-container-piece:60px;--germanyiptv-container-width:1200px}}@media (min-width:1580px){:root{--germanyiptv-container-piece:60px;--germanyiptv-container-width:1580px}}@media (min-width:1840px){:root{--germanyiptv-container-piece:60px;--germanyiptv-container-width:1840px}}.row{--germanyiptv-gutter-x:32px;--germanyiptv-gutter-y:0;margin-top:calc(-1 * var(--germanyiptv-gutter-y));margin-right:calc(-.5 * var(--germanyiptv-gutter-x));margin-left:calc(-.5 * var(--germanyiptv-gutter-x));flex-wrap:wrap;display:flex}.row>*{width:100%;max-width:100%;padding-right:calc(var(--germanyiptv-gutter-x) * .5);padding-left:calc(var(--germanyiptv-gutter-x) * .5);margin-top:var(--germanyiptv-gutter-y);flex-shrink:0}@media (min-width:640px){.sm\:flex{display:flex}}@media (min-width:1024px){.lg\:mb-6{margin-bottom:1.5rem}.lg\:flex{display:flex}.lg\:flex-row{flex-direction:row}}@media (min-width:1200px){.xl\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.xl\:flex-row{flex-direction:row}}
#nprogress{pointer-events:none}#nprogress .bar{z-index:1031;background:#29d;width:100%;height:2px;position:fixed;top:0;left:0}#nprogress .peg{opacity:1;width:100px;height:100%;display:block;position:absolute;right:0;transform:rotate(3deg)translateY(-4px);box-shadow:0 0 10px #29d,0 0 5px #29d}#nprogress .spinner{z-index:1031;display:block;position:fixed;top:15px;right:15px}#nprogress .spinner-icon{box-sizing:border-box;border:2px solid #0000;border-color:#29d #0000 #0000 #29d;border-radius:50%;width:18px;height:18px;animation:.4s linear infinite nprogress-spinner}.nprogress-custom-parent{position:relative;overflow:hidden}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
