@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes fade-out-down{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@keyframes fade-in-left{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fade-out-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes pulse{0%{box-shadow:0 0 #fc386089}25%{box-shadow:0 0 10px 2px #fc386089}50%{box-shadow:0 0 20px 3px #fc386089}75%{box-shadow:0 0 10px 2px #fc386089}to{box-shadow:0 0 #fc386089}}@keyframes fade-wave{0%,to{opacity:.5}50%{opacity:1}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes image-skeleton{0%{opacity:1;background-color:#fc386040}to{opacity:.8;background-color:#fc386033}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-weight:700;font-display:swap;font-family:Quicksand;font-style:normal;src:local("Quicksand-Bold"),url(/assets/Quicksand-Bold-CIhu2lJL.ttf) format("truetype")}@font-face{font-weight:300;font-display:swap;font-family:Quicksand;font-style:normal;src:local("Quicksand-Light"),url(/assets/Quicksand-Light-BYeyS-Nc.ttf) format("truetype")}@font-face{font-weight:500;font-display:swap;font-family:Quicksand;font-style:normal;src:local("Quicksand-Mediuim"),url(/assets/Quicksand-Medium-W7M8sNy_.ttf) format("truetype")}@font-face{font-weight:400;font-display:swap;font-family:Quicksand;font-style:normal;src:local("Quicksand-Regular"),url(/assets/Quicksand-Regular-D57vDJ8Q.ttf) format("truetype")}@font-face{font-weight:600;font-display:swap;font-family:Quicksand;font-style:normal;src:local("Quicksand-SemiBold"),url(/assets/Quicksand-SemiBold-CIusTgN6.ttf) format("truetype")}html{font-size:16px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background-color:#333;border-radius:10px}::-webkit-scrollbar-track{background-color:#101010;border-radius:10px}*{font-size:16px;font-weight:500;font-family:Quicksand,serif}strong{font-weight:700}h1{font-size:18px;font-weight:700}a{color:#fc3860;text-decoration:none}li{margin-bottom:10px}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0;margin-block:0;margin-inline:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-width:100vw;min-height:100dvh;line-height:1.5;color:#fff;background:#000}a:not([class]){text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}input,button,textarea,select{padding:0;margin:0;font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.component-lazy-fallback-spinner{position:fixed;top:0;right:0;z-index:2000;display:flex;width:100vw;height:100dvh;background-color:#101010a1;justify-content:center}.component-lazy-fallback-spinner .lazy-fallback-spinner-background{position:fixed;top:0;right:0;width:100%;height:100%;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.component-spinner{display:flex;height:100%;align-items:center;justify-content:center}.dot-item{width:50px;height:50px;animation:wave 1.2s ease-in-out infinite;background-color:#fc3860;border-radius:50%}.dot-item:nth-of-type(2){animation-delay:-1.1s}.dot-item:nth-of-type(3){animation-delay:-1s}.dot-item:nth-of-type(4){animation-delay:-.9s}.dot-item:nth-of-type(5){animation-delay:-.8s}@keyframes wave{0%{opacity:1;background-color:#fc3860;transform:scale(0)}50%{opacity:.5;background-color:#0c85fc}to{opacity:0;background-color:#fc3860;transform:scale(1)}}.component-toast{position:fixed;z-index:1002;display:flex;max-height:calc(100dvh - 3.2rem);animation:fade-in-left .3s forwards;overflow:auto;flex-direction:column}.component-toast.error-wrapper{background-color:#fc3860}.component-toast.successful-wrapper{background-color:#006400}.component-toast.info-wrapper{background-color:#0c85fc}.component-toast.toast-out{animation:fade-out-right .3s forwards}.component-toast .toast-content-message-container{display:flex;align-items:flex-start;flex-direction:column}.component-toast .toast-content-message-container .toast-header{display:flex;align-items:center;margin-bottom:.9rem}.component-toast .toast-content-message-container .toast-header>svg{width:20px;height:20px}.component-toast .toast-content-message-container .toast-header>span{font-size:20px;font-weight:700;margin-left:.43rem;overflow-wrap:break-word;white-space:pre-line}.component-toast>button{position:absolute}.component-toast>button>svg{width:25px;height:25px;font-size:25px}@media screen and (min-width:1225px){.component-toast{top:50px;right:1.75rem;max-width:450px;min-width:350px;padding:.9rem;border-radius:5px}.component-toast>button{top:5px;right:5px}.component-toast .toast-content-error-message-container>svg{margin-right:1.75rem}}@media screen and not (min-width:1225px){.component-toast{position:fixed;right:0;bottom:0;width:100%;padding:.9rem}.component-toast>button{top:15px;right:15px}.component-toast .toast-content-error-message-container>svg{margin-right:.43rem}}@keyframes progress{0%{width:100%}to{width:0}}button{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.component-button{display:flex;padding:.43rem;border:2px solid;font-weight:700;transition:all .2s ease;cursor:pointer;align-items:center;border-radius:5px;gap:.43rem;justify-content:center}.component-button:disabled{opacity:.6;pointer-events:none}.component-button .button-text{font-weight:700;white-space:nowrap}.button-icon{display:flex;width:24px;height:24px;font-size:24px;align-items:center;flex-shrink:0;justify-content:center}.basic{padding:0;border:none;color:#fff;background-color:transparent}.basic:hover{color:#d1d1d1}.basic-primary{padding:0;border:none;color:#fc3860;background-color:transparent}.basic-primary:hover{color:#fc386089}.border{color:#fff;background-clip:padding-box,border-box;background-color:#000;background-image:linear-gradient(#000,#000),linear-gradient(135deg,#0c85fcbf,#0c85fcbf,#fc3860bf);background-origin:border-box;border-color:transparent}.border:hover{color:#d1d1d1;box-shadow:0 0 8px #fc386026,0 0 8px #0c85fc26,0 0 8px #b29edb26}.border-primary{color:#fff;background-clip:padding-box,border-box;background-color:#000;background-image:linear-gradient(#000,#000),linear-gradient(135deg,#fc3860bf,#fc3860bf,#0c85fcbf);background-origin:border-box;border-color:transparent}.border-primary:hover{color:#d1d1d1;box-shadow:0 0 8px #fc386026,0 0 8px #0c85fc26,0 0 8px #b29edb26}.filled{color:#fff;background-color:#fc3860;border-color:#fc3860}.filled:hover{background-color:#fc386089;border-color:#fc386089}.filled-secondary{color:#fff;background-color:#0c85fc;border-color:#0c85fc}.filled-secondary:hover{background-color:#0c85fc99;border-color:#0c85fc99}.component-full-screen-spinner{position:fixed;top:0;right:0;z-index:2000;width:100vw;height:100dvh;background-color:#101010a1}.component-full-screen-spinner .full-screen-spinner-background{position:fixed;top:0;right:0;width:100%;height:100%;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.component-pwa-install-pop-up{position:fixed;top:0;left:0;z-index:2001;display:flex;width:100%;height:100%;align-items:flex-start;justify-content:center}.component-pwa-install-pop-up .pwa-install-pop-up-background{position:fixed;top:0;left:0;width:100%;height:100%}.component-pwa-install-pop-up .pwa-install-pop-up-content{position:fixed;top:10px;display:flex;width:auto;height:auto;max-width:90%;padding:.5rem;animation:fade-in-left .3s forwards;align-items:center;background-color:#1c1c1c;border-radius:5px;flex-direction:row;gap:10px;justify-content:center}@media screen and (min-width:640px){.component-pwa-install-pop-up .pwa-install-pop-up-content{max-width:500px}}.component-pwa-install-pop-up .pwa-install-pop-up-content .pwa-install-pop-up-logo-container{max-width:60px;max-height:60px}.component-pwa-install-pop-up .pwa-install-pop-up-content .pwa-install-pop-up-logo-container .pwa-logo{width:100%;height:100%;border-radius:5px;object-fit:cover}.component-pwa-install-pop-up .pwa-install-pop-up-content .pwa-install-pop-up-info-container{display:flex;flex-direction:column}.component-pwa-install-pop-up .pwa-install-pop-up-content .pwa-install-pop-up-info-container .pwa-info-title{font-weight:700}.component-pwa-install-pop-up .pwa-install-pop-up-content .pwa-install-pop-up-info-container .pwa-info-subtitle{font-size:12px;color:#d1d1d1}.age-consent-modal-body-container{display:flex;flex-direction:column;gap:.9rem}.age-consent-modal-footer-container{display:flex;width:100%;align-items:center;gap:.5rem;justify-content:space-between}.age-consent-modal-footer-container .age-consent-modal-footer-button{flex:1}.age-consent-modal-banner{display:flex;width:100%;align-self:center;gap:10px;justify-content:space-between}.age-consent-modal-banner .icon-container{width:fit-content;align-content:center}.age-consent-modal-banner .age-consent-modal-banner-info{display:flex;width:100%;font-size:18px;font-weight:700;align-items:center;justify-content:flex-end}.component-rta-image-button{display:flex;width:100%;height:auto;border:none;cursor:pointer;align-items:center;align-self:center;background-color:#fc3860!important;justify-content:center}.component-rta-image-button>img{width:auto;height:70%;mix-blend-mode:multiply}.component-modal{position:fixed;top:0;left:0;z-index:1001;display:flex;width:100%;height:100%;align-items:center;justify-content:center}.component-modal .modal-background{position:fixed;top:0;left:0;width:100%;height:100%;animation:fade-in .3s forwards;background-color:#101010a1}.component-modal .modal-background.back-drop-out{animation:fade-out .3s forwards}.component-modal .modal-content{display:flex;max-height:calc(100% - 3.5rem);min-height:30%;animation:fade-in-up .3s forwards;background-color:#1c1c1ce6;border-radius:5px;flex-direction:column}.component-modal .modal-content.modal-out{animation:fade-out-down .3s forwards}.component-modal .modal-content .modal-banner{display:flex;width:100%;padding:.43rem;background-color:#fc3860;border-radius:6px;margin-bottom:.43rem}.component-modal .modal-content .modal-header{display:flex;padding:.9rem;align-items:center;justify-content:space-between}.component-modal .modal-content .modal-header .modal-header-close-button{display:flex;align-self:flex-start}.component-modal .modal-content .modal-header .modal-header-close-button>svg{width:25px;height:25px;font-size:25px}.component-modal .modal-content .modal-header .modal-header-title{display:flex;font-size:20px;font-weight:700;color:#0c85fc;align-items:center;gap:10px}.component-modal .modal-content .modal-body{display:flex;padding:.9rem;overflow:auto;flex:8;flex-direction:column}.component-modal .modal-content .modal-footer{display:flex;height:10%;padding:.9rem;align-items:center}@media screen and (min-width:1225px){.component-modal .modal-content .modal-footer{margin:.5rem 0}}@media screen and (min-width:1225px){.component-modal .modal-content{width:600px}}@media screen and (not (min-width:1225px))and (min-width:640px){.component-modal .modal-content{width:600px}}@media screen and not (min-width:640px){.component-modal .modal-content{position:fixed;bottom:0;width:100%}.component-modal .modal-footer{flex:1}}.cookies-consent-modal-body-container{display:flex;flex-direction:column;gap:.9rem}.cookies-consent-modal-footer-container{display:flex;width:100%;align-items:center;flex-wrap:wrap;gap:.9rem;justify-content:space-between}.cookies-consent-modal-footer-container .cookies-consent-modal-footer-preferences-button{flex:1}.cookies-consent-modal-footer-container .cookies-consent-modal-footer-actions-buttons-container{display:flex;flex:1;gap:10px;justify-content:flex-end}.cookies-consent-modal-footer-container .cookies-consent-modal-footer-actions-buttons-container .cookies-consent-modal-footer-deny-button,.cookies-consent-modal-footer-container .cookies-consent-modal-footer-actions-buttons-container .cookies-consent-modal-footer-accept-button{flex:1}.cookies-preferences-modal-body-container{display:flex;flex-direction:column;gap:.9rem}.cookies-preferences-modal-footer-container{display:flex;width:100%;align-items:center;flex-wrap:wrap;gap:.9rem;justify-content:space-between}.cookies-preferences-modal-footer-container .cookies-preferences-modal-footer-save-button{flex:1}.cookies-preferences-modal-footer-container .cookies-preferences-modal-footer-actions-buttons-container{display:flex;flex:1;gap:10px;justify-content:flex-end}.cookies-preferences-modal-footer-container .cookies-preferences-modal-footer-actions-buttons-container .cookies-preferences-modal-footer-deny-button,.cookies-preferences-modal-footer-container .cookies-preferences-modal-footer-actions-buttons-container .cookies-preferences-modal-footer-accept-button{flex:1}.component-toggle-switch{display:flex;width:100%;padding:.9rem;align-items:center;background-color:#2c2a3b;border-radius:8px;flex-direction:row;gap:10px;place-content:center space-between}.component-toggle-switch.is-disabled{pointer-events:none;background-color:#2c2a3b71}.component-toggle-switch.is-disabled>*{opacity:.6}.component-toggle-switch.is-disabled:hover,.component-toggle-switch.is-disabled:focus{box-shadow:none}.component-toggle-switch .toggle-switch-icon-container{display:flex;align-self:center}.component-toggle-switch .toggle-switch-icon-container>svg{width:20px;height:20px;font-size:20px;color:#fc3860}.component-toggle-switch .toggle-switch-name{font-weight:700;flex-grow:1}.component-toggle-switch .switch-button{position:relative;display:inline-block;height:15px;min-width:35px}.component-toggle-switch .switch-button input{display:none}.component-toggle-switch .switch-button input:checked+.slider{background-color:#fc386089}.component-toggle-switch .switch-button input:checked+.slider:after{background-color:#fc3860;transform:translate(26px)}.component-toggle-switch .switch-button .slider{position:absolute;transition:.4s;cursor:pointer;background-color:#1c1c1ce6;border-radius:34px;inset:0}.component-toggle-switch .switch-button .slider:after{position:absolute;top:-2px;left:-5px;width:20px;height:20px;box-shadow:0 0 3px #cb7d7dcc;opacity:1;transition:.4s;background-color:#fff;border-radius:50%;content:""}.component-cookies-preferences-form{display:flex;flex-direction:column;gap:.9rem}.component-initial-loading-spinner{display:flex;width:100vw;height:100dvh;background-color:#000;justify-content:center}.component-initial-loading-spinner .logo-spinner{display:flex;width:45%;height:auto;max-width:250px;animation:fade-wave 2s ease-in-out infinite;align-items:center;justify-content:center}
