@import"./tailwind.css";@font-face{font-family:"Geologica";src:url("/assetsFASGW/fontsSAD/Geologica-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Geologica";src:url("/assetsFASGW/fontsSAD/Geologica-Medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Geologica";src:url("/assetsFASGW/fontsSAD/Geologica-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--font-family: "Geologica", sans-serif}*,*::before,*::after{-webkit-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth}body{color:#fff;background:#202020;font-family:"Geologica",sans-serif;margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0;padding:0}p{padding:0;margin:0}a{text-decoration:none}ul{padding:0;margin:0;list-style:none}li{padding:0;margin:0}button{border:none;background:none;cursor:pointer;padding:0;margin:0}.container{max-width:1240px;margin:0 auto;padding:0}@media(max-width: 1240px){.container{padding:0 15px}}.hero_section.main{background-image:url("/assetsFASGW/imagesFAaf/backgroundFAW/firstHerofCzS.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.hero_section.second{background-image:url("/assetsFASGW/imagesFAaf/backgroundFAW/secondHerowhYN.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.hero_section.third{background-image:url("/assetsFASGW/imagesFAaf/backgroundFAW/thirdHeroLBQE.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.hero_section.fourth{background-image:url("/assetsFASGW/imagesFAaf/backgroundFAW/fourthHeroPkbC.webp");background-size:cover;background-position:center;background-repeat:no-repeat}header{width:100%;padding:14px 0;background:rgba(32,32,32,.4);backdrop-filter:blur(5px)}header .header_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header_content .links{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}header .header_content .links nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}header .header_content .links nav ul li a{color:hsla(0,0%,100%,.7);font-family:"Geologica",sans-serif;font-size:20px;font-weight:400;text-transform:capitalize}header .header_content .links nav ul li a.active{color:#fff}header .header_content .links .header_button{height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding:10px 24px;border-radius:46px;background:rgba(196,216,255,.1);color:#fff;font-family:"Geologica",sans-serif;font-size:16px;font-weight:700;text-transform:capitalize;-webkit-transition:all .3s ease;transition:all .3s ease}header .header_content .links .header_button:hover{background:rgba(196,216,255,.2)}.burger_menu_btn{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px;width:32px;height:24px}.burger_menu_btn span{width:100%;height:3px;background:#fff;border-radius:2px;-webkit-transition:all .3s ease;transition:all .3s ease}.burger_menu_btn.active span:nth-child(1){-webkit-transform:translateY(10px) rotate(45deg);transform:translateY(10px) rotate(45deg)}.burger_menu_btn.active span:nth-child(2){opacity:0}.burger_menu_btn.active span:nth-child(3){-webkit-transform:translateY(-10px) rotate(-45deg);transform:translateY(-10px) rotate(-45deg)}.mobile_menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(32,32,32,.95);backdrop-filter:blur(10px);display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;z-index:999;opacity:0;pointer-events:none;-webkit-transition:all .3s ease;transition:all .3s ease}.mobile_menu.active{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;pointer-events:auto}.mobile_menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;text-align:center}.mobile_menu .mobile_menu_link{color:hsla(0,0%,100%,.7);font-family:"Geologica",sans-serif;font-size:28px;font-weight:400;text-transform:capitalize;-webkit-transition:all .3s ease;transition:all .3s ease;display:inline-block;position:relative}.mobile_menu .mobile_menu_link::after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.mobile_menu .mobile_menu_link:hover,.mobile_menu .mobile_menu_link.active{color:#fff}.mobile_menu .mobile_menu_link:hover::after,.mobile_menu .mobile_menu_link.active::after{width:100%}.mobile_menu .mobile_menu_button{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 32px;border-radius:50px;background:rgba(196,216,255,.2);color:#fff;font-family:"Geologica",sans-serif;font-size:18px;font-weight:700;text-transform:capitalize;-webkit-transition:all .3s ease;transition:all .3s ease}.mobile_menu .mobile_menu_button:hover{background:rgba(196,216,255,.4);-webkit-transform:scale(1.05);transform:scale(1.05)}.mobile_menu .mobile_menu_close{position:absolute;top:20px;right:20px;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border-radius:50%;background:rgba(196,216,255,.1);-webkit-transition:all .3s ease;transition:all .3s ease}.mobile_menu .mobile_menu_close:hover{background:rgba(196,216,255,.2)}.mobile_menu .mobile_menu_close span{position:absolute;width:24px;height:3px;background:#fff;border-radius:2px;-webkit-transition:all .3s ease;transition:all .3s ease}.mobile_menu .mobile_menu_close span:nth-child(1){-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mobile_menu .mobile_menu_close span:nth-child(2){-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@media(max-width: 768px){.burger_menu_btn{display:-webkit-box;display:-ms-flexbox;display:flex}header .header_content .links{display:none}}.hero_content{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:152px;padding-bottom:120px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;-ms-flex-item-align:stretch;align-self:stretch}.hero_content h1{color:#fff;text-align:center;font-family:"Geologica",sans-serif;font-size:clamp(34px,4vw,52px);font-weight:700;text-transform:capitalize}.hero_content .description{color:hsla(0,0%,100%,.8);text-align:center;font-family:Geologica;font-size:18px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize;margin-top:-20px;margin-bottom:20px}.hero_content .box-emblems{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:600px;padding:clamp(10px,2vw,24px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:clamp(5px,2vw,40px);border-radius:20px;background:rgba(196,216,255,.1)}@media(max-width: 340px){.hero_content .box-emblems{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.hero_content .box-emblems img{width:clamp(81px,20vw,154px);height:clamp(80px,20vw,166px)}.hero_content .box-emblems .box_boxing{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:170px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;-ms-flex-negative:0;flex-shrink:0}.hero_content .box-emblems p{color:#fff;text-align:center;font-size:clamp(16px,2vw,20px);font-weight:700;text-transform:capitalize;word-break:break-word;overflow-wrap:break-word;white-space:normal}.hero_content .box-emblems span{color:#5891ff;text-align:center;font-size:20px;font-weight:700;text-transform:capitalize}.under_emblems{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:386px;padding:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;border-radius:14px;background:rgba(196,216,255,.1)}.under_emblems img{width:78px;height:49px}.under_emblems p{color:#fff;font-family:"Geologica",sans-serif;font-size:16px;font-weight:400;text-transform:capitalize}.under_emblems span{color:#fff;font-family:"Geologica",sans-serif;font-size:18px;font-weight:700;text-transform:capitalize}.lotter{width:100%;padding-top:40px;padding-bottom:40px}.lotter .lotter_content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.lotter .lotter_content h2{color:#fff;text-align:center;font-family:Geologica;font-size:clamp(24px,4vw,38px);font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.lotter .lotter_content .lotter_add_btns{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:830px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width: 980px){.lotter .lotter_content .lotter_add_btns{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:40px}}.lotter .lotter_content .lotter_add_btns button{display:-webkit-box;display:-ms-flexbox;display:flex;padding:6px 20px 6px 6px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;border-radius:46px;background:rgba(196,216,255,.1);max-width:173px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.lotter .lotter_content .lotter_add_btns button:hover{background:rgba(196,216,255,.2);-webkit-transform:scale(1.02);transform:scale(1.02)}.lotter .lotter_content .lotter_add_btns button b{display:-webkit-box;display:-ms-flexbox;display:flex;width:36px;height:36px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;aspect-ratio:1/1;border-radius:30px;background:#5891ff;color:#4d4d4d;font-family:Geologica;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.lotter .lotter_content .lotter_add_btns button span{color:#fff;font-family:Geologica;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.lotter .lotter_content .list_cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;gap:40px;-ms-flex-item-align:stretch;align-self:stretch;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.lotter .lotter_content .list_cards .card{max-width:386px;min-width:386px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:clamp(15px,2vw,24px);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;border-radius:14px;background:rgba(196,216,255,.1);-webkit-animation:cardAppear .5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;animation:cardAppear .5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards}@media(max-width: 1240px){.lotter .lotter_content .list_cards .card{min-width:1px;gap:20px}}@media(max-width: 1240px){.lotter .lotter_content .list_cards .card{min-width:98px;gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.lotter .lotter_content .list_cards .card.removing{-webkit-animation:cardDisappear .5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;animation:cardDisappear .5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards}.lotter .lotter_content .list_cards .card img{width:71px;height:70px}.lotter .lotter_content .list_cards .card span{color:#fff;text-align:center;font-family:Geologica;font-size:28px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.lotter .lotter_content .under_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-item-align:stretch;align-self:stretch;padding-bottom:15px;border-bottom:1px solid #5891ff}.lotter .lotter_content .under_list input{width:24px;height:24px;border-radius:4px;background:#000 !important;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.lotter .lotter_content .under_list input:hover{background:#1a1a1a !important}.lotter .lotter_content .under_list input:checked{background:#5891ff !important}.lotter .lotter_content .under_list p{color:#fff;font-family:Geologica;font-size:20px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.lotter .lotter_content .total{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.lotter .lotter_content .total p{color:#fff;font-family:Geologica;font-size:clamp(16px,2vw,20px);font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.lotter .lotter_content .total span{color:#fff;font-family:Geologica;font-size:clamp(20px,4vw,28px);font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.aktuella{padding-top:40px;padding-bottom:40px}.aktuella .aktuella_content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.aktuella .aktuella_content h2{color:#fff;text-align:center;font-family:Geologica;font-size:clamp(28px,4vw,38px);font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.aktuella .aktuella_content .aktuella_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;width:100%}.aktuella .aktuella_content .aktuella_list li{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:14px;background:rgba(196,216,255,.1)}@media(max-width: 628px){.aktuella .aktuella_content .aktuella_list li{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:14px}}.aktuella .aktuella_content .aktuella_list li .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}@media(max-width: 480px){.aktuella .aktuella_content .aktuella_list li .box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}}.aktuella .aktuella_content .aktuella_list li .box .box_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.aktuella .aktuella_content .aktuella_list li .box .box_content img{width:71px;height:70px}.aktuella .aktuella_content .aktuella_list li .box span{color:#fff;text-align:center;font-family:Geologica;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.aktuella .aktuella_content .aktuella_list li .box .text_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px}@media(max-width: 480px){.aktuella .aktuella_content .aktuella_list li .box .text_content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}}.aktuella .aktuella_content .aktuella_list li .box b{color:#5891ff;text-align:center;font-family:Geologica;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.aktuella .aktuella_content .aktuella_list li a{display:-webkit-box;display:-ms-flexbox;display:flex;height:48px;padding:10px 34px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;border-radius:46px;background:#5891ff}@media(max-width: 480px){.aktuella .aktuella_content .aktuella_list li a{width:100%}}.bets_section{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding-top:40px;padding-bottom:40px}.bets_section .bets_content{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}.bets_section .bets_content .box_with_bets{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:20px;-ms-flex-item-align:stretch;align-self:stretch}.bets_section .bets_content .heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.bets_section .bets_content .box_with_bets{position:relative;overflow:hidden;width:100%}.bets_section .bets_content .slider-container{overflow:hidden;width:100%;padding-right:24px;-webkit-box-sizing:border-box;box-sizing:border-box}.bets_section .bets_content .list_bets{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:24px;scroll-behavior:smooth;-webkit-transition:-webkit-transform .5s ease-out;transition:-webkit-transform .5s ease-out;transition:transform .5s ease-out;transition:transform .5s ease-out, -webkit-transform .5s ease-out;width:100%;will-change:transform}.bets_section .bets_content .list_bets .bet{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;-webkit-animation:betSlideIn .5s ease-out forwards;animation:betSlideIn .5s ease-out forwards;min-width:386px;max-width:387px}@media(max-width: 768px){.bets_section .bets_content .list_bets .bet{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;min-width:50%;max-width:50%}}@media(max-width: 480px){.bets_section .bets_content .list_bets .bet{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-width:100%;max-width:100%}}.bets_section .bets_content .slider-dots{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:none;justify-content:center;align-items:center;gap:8px;margin-top:20px}@media(max-width: 480px){.bets_section .bets_content .slider-dots{display:-webkit-box;display:-ms-flexbox;display:flex}}.bets_section .bets_content .slider-dots .dot{width:10px;height:10px;border-radius:50%;background:rgba(88,145,255,.3);cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.bets_section .bets_content .slider-dots .dot.active{background:#5891ff;-webkit-transform:scale(1.2);transform:scale(1.2)}.bets_section .bets_content .slider-dots .dot:hover{background:rgba(88,145,255,.6)}.bets_section .bets_content h2{color:#fff;font-family:Geologica;font-size:clamp(28px,4vw,38px);font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.bets_section .bets_content .bet{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:387px;max-width:388px;padding:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;border-radius:14px;background:rgba(196,216,255,.1)}@media(max-width: 480px){.bets_section .bets_content .bet{min-width:328px;max-width:328px}}@media(max-width: 360px){.bets_section .bets_content .bet{min-width:300px;max-width:300px}}.bets_section .bets_content .bet .box_img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;-ms-flex-item-align:stretch;align-self:stretch}.bets_section .bets_content .bet .box_img img{width:111px;height:110px}@media(max-width: 780px){.bets_section .bets_content .bet .box_img img{width:81px;height:80px}}.bets_section .bets_content .bet .box_img span{color:#fff;text-align:center;font-family:Geologica;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.bets_section .bets_content .bet .box_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-item-align:stretch;align-self:stretch}.bets_section .bets_content .bet .box_info p{color:#fff;text-align:center;font-family:Geologica;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.bets_section .bets_content .bet .box_info b{max-width:95px;color:#5891ff;text-align:center;font-family:Geologica;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.bets_section .bets_content .bet .score{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;-ms-flex-item-align:stretch;align-self:stretch}.bets_section .bets_content .bet .score div{width:100%;max-width:163px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.bets_section .bets_content .bet .score b{color:hsla(0,0%,100%,.8);text-align:center;font-family:Geologica;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.bets_section .bets_content .bet .score span{color:#fff;text-align:center;font-family:Geologica;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.bets_section .bets_content .bet a{display:-webkit-box;display:-ms-flexbox;display:flex;height:48px;padding:10px 14px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;-ms-flex-item-align:stretch;align-self:stretch;border-radius:46px;background:#5891ff;color:#202020;font-family:Geologica;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.kontakta{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:600px;padding:24px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;border-radius:14px;background:rgba(196,216,255,.1)}.kontakta h1{color:#fff;font-family:Geologica;font-size:clamp(28px,4vw,38px);font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.kontakta p{color:hsla(0,0%,100%,.7);text-align:center;font-family:Geologica;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.kontakta form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:14px;-ms-flex-item-align:stretch;align-self:stretch}.kontakta form input{display:-webkit-box;display:-ms-flexbox;display:flex;height:48px;padding:10px 14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;-ms-flex-item-align:stretch;align-self:stretch;border-radius:46px;border:1px solid #5891ff;color:#fff;font-family:Geologica;font-size:16px;font-style:normal;font-weight:400;line-height:normal;background:rgba(0,0,0,0)}.kontakta form textarea{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:109px;padding:10px 14px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:6px;-ms-flex-item-align:stretch;align-self:stretch;border-radius:16px;border:1px solid #5891ff;background:rgba(0,0,0,0)}.kontakta form button{display:-webkit-box;display:-ms-flexbox;display:flex;height:48px;padding:10px 34px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;-ms-flex-item-align:stretch;align-self:stretch;border-radius:46px;background:#5891ff;color:#202020;font-family:Geologica;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.privacy_section{padding-top:40px;padding-bottom:40px}.privacy_section .first-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:14px}.privacy_section .first-form .first_inputs input{display:-webkit-box;display:-ms-flexbox;display:flex;width:298px;height:48px;padding:10px 24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;border-radius:46px;border:1px solid #5891ff;background-color:rgba(0,0,0,0);color:#fff;font-family:Geologica;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}.privacy_section .first-form .radio_sec{display:-webkit-box;display:-ms-flexbox;display:flex;width:298px;height:48px;padding:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;border-radius:46px;border:1px solid #5891ff}.privacy_section .first-form .radio_sec input[type=radio]{width:24px;height:24px;border-radius:30px;border:1px solid #5891ff;background-color:rgba(0,0,0,0);cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.privacy_section .first-form .radio_sec input[type=radio]:hover{background:#1a1a1a !important}.privacy_section .first-form .radio_sec input[type=radio]:checked{border:1px solid #5891ff;background:#5891ff}.privacy_section .first-form button{display:-webkit-box;display:-ms-flexbox;display:flex;height:48px;padding:10px 34px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;border-radius:46px;background:#5891ff;color:#202020;font-family:Geologica;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.privacy_section h1{color:#fff;font-family:Geologica;font-size:clamp(28px,4vw,38px);font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize;margin-bottom:10px}.privacy_section span{color:#fff;font-family:Geologica;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}.privacy_section p,.privacy_section li{color:hsla(0,0%,100%,.8);font-family:Geologica;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.privacy_section .privacy_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.privacy_section .privacy_content .box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:14px}footer{width:100%;padding-top:40px;padding-bottom:40px;background:#2c2c2c}footer .footer_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;width:100%}footer .footer_content .first_line{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width: 768px){footer .footer_content .first_line{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}}footer .footer_content .first_line .first{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px;-ms-flex-item-align:stretch;align-self:stretch;max-width:490px}footer .footer_content .first_line .first span{color:#fff;font-family:Geologica;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}footer .footer_content .first_line .first p{color:hsla(0,0%,100%,.7);font-family:Geologica;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}footer .footer_content .first_line .first form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;-ms-flex-wrap:wrap;flex-wrap:wrap}footer .footer_content .first_line .first form input{display:-webkit-box;display:-ms-flexbox;display:flex;width:298px;height:48px;padding:10px 18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;border-radius:46px;border:1px solid #5891ff;background-color:rgba(0,0,0,0);color:#fff;font-family:Geologica;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}footer .footer_content .first_line .first form button{display:-webkit-box;display:-ms-flexbox;display:flex;height:48px;padding:10px 34px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;border-radius:46px;background:#5891ff;color:#202020;font-family:Geologica;font-size:16px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize;-webkit-transition:all .3s ease;transition:all .3s ease}footer .footer_content .first_line .first form button:hover{background:#4178e0}footer .footer_content .first_line .second{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width: 480px){footer .footer_content .first_line .second{gap:20px}}footer .footer_content .first_line .second span{color:#fff;text-align:center;font-family:Geologica;font-size:56px;font-style:normal;font-weight:700;line-height:normal;text-transform:capitalize}footer .footer_content .second_line{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:20px}footer .footer_content .second_line nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width: 480px){footer .footer_content .second_line nav ul{margin-top:20px}}footer .footer_content .second_line nav ul li a{color:#fff;font-family:Geologica;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-transform:capitalize}@-webkit-keyframes cardAppear{from{opacity:0;-webkit-transform:translateY(20px) scale(0.95);transform:translateY(20px) scale(0.95)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@keyframes cardAppear{from{opacity:0;-webkit-transform:translateY(20px) scale(0.95);transform:translateY(20px) scale(0.95)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@-webkit-keyframes cardDisappear{from{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}to{opacity:0;-webkit-transform:translateY(-20px) scale(0.95);transform:translateY(-20px) scale(0.95)}}@keyframes cardDisappear{from{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}to{opacity:0;-webkit-transform:translateY(-20px) scale(0.95);transform:translateY(-20px) scale(0.95)}}.notifications-container{position:fixed;top:20px;right:20px;z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;pointer-events:none}@media(max-width: 768px){.notifications-container{right:10px;left:10px}}.notification{min-width:300px;padding:16px 20px;border-radius:12px;background:linear-gradient(135deg, #5891ff 0%, #4d7ae8 100%);-webkit-box-shadow:0 4px 20px rgba(88,145,255,.3);box-shadow:0 4px 20px rgba(88,145,255,.3);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;-webkit-animation:notificationAppear .4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;animation:notificationAppear .4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;pointer-events:auto;-webkit-transition:all .3s ease;transition:all .3s ease}@media(max-width: 768px){.notification{min-width:unset;width:100%}}.notification.success{background:linear-gradient(135deg, #4ade80 0%, #22c55e 100%);-webkit-box-shadow:0 4px 20px rgba(74,222,128,.3);box-shadow:0 4px 20px rgba(74,222,128,.3)}.notification.error{background:linear-gradient(135deg, #ef4444 0%, #dc2626 100%);-webkit-box-shadow:0 4px 20px rgba(239,68,68,.3);box-shadow:0 4px 20px rgba(239,68,68,.3)}.notification.warning{background:linear-gradient(135deg, #f59e0b 0%, #d97706 100%);-webkit-box-shadow:0 4px 20px rgba(245,158,11,.3);box-shadow:0 4px 20px rgba(245,158,11,.3)}.notification.removing{-webkit-animation:notificationDisappear .4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;animation:notificationDisappear .4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards}.notification .notification-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:24px;width:24px;height:24px;font-size:16px}.notification .notification-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2px}.notification .notification-content .notification-title{color:#fff;font-family:Geologica;font-size:16px;font-weight:700;line-height:normal;margin:0;padding:0}.notification .notification-content .notification-message{color:hsla(0,0%,100%,.9);font-family:Geologica;font-size:14px;font-weight:400;line-height:normal;margin:0;padding:0}.notification .notification-close{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;background:hsla(0,0%,100%,.2);border-radius:50%;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.notification .notification-close:hover{background:hsla(0,0%,100%,.3)}.notification .notification-close::before,.notification .notification-close::after{content:"";position:absolute;width:12px;height:2px;background:#fff;border-radius:1px}.notification .notification-close::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.notification .notification-close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@-webkit-keyframes notificationAppear{from{opacity:0;-webkit-transform:translateY(-20px) scale(0.95);transform:translateY(-20px) scale(0.95)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@keyframes notificationAppear{from{opacity:0;-webkit-transform:translateY(-20px) scale(0.95);transform:translateY(-20px) scale(0.95)}to{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}}@-webkit-keyframes notificationDisappear{from{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}to{opacity:0;-webkit-transform:translateY(-20px) scale(0.95);transform:translateY(-20px) scale(0.95)}}@keyframes notificationDisappear{from{opacity:1;-webkit-transform:translateY(0) scale(1);transform:translateY(0) scale(1)}to{opacity:0;-webkit-transform:translateY(-20px) scale(0.95);transform:translateY(-20px) scale(0.95)}}.bets_section .heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.bets_section .heading h2{margin:0}.bets_section .heading .slider-controls{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.bets_section .heading .slider-btn{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;background:rgba(196,216,255,.1);cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.bets_section .heading .slider-btn:hover{background:rgba(196,216,255,.2)}.bets_section .heading .slider-btn span{width:12px;height:12px;border:2px solid #5891ff;border-top:none;border-left:none}.bets_section .heading .slider-btn.slider-prev span{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.bets_section .heading .slider-btn.slider-next span{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.bets_section .heading .slider-btn:disabled{opacity:.5;cursor:not-allowed}@-webkit-keyframes betSlideIn{from{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes betSlideIn{from{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes betSlideIn{from{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}