.header{position:absolute;z-index:100;height:82px;color:#fff;width:100%}@media screen and (max-width: 600px){.header{height:52px}}.header:after{content:"";position:absolute;width:100%;height:100%;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:rgba(0,0,0,.1);z-index:-1;top:0;left:0}.header .header__wrapper{padding:0px 16px;max-width:1240px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:100%}.header .header__wrapper .header__logo a{display:flex}.header .header__wrapper .header__logo a img{max-height:58px}@media screen and (max-width: 600px){.header .header__wrapper .header__logo a img{max-height:28px}}@media screen and (max-width: 600px){.header .header__wrapper .btn{font-size:10px;line-height:16px;padding:8px}}@media screen and (min-width: 601px){.menu-item-has-children{padding-right:20px}}@media screen and (max-width: 600px){.menu-item-has-children:after{transform:rotate(0deg)}.menu-item-has-children.active:after{transform:rotate(180deg)}}.menu-item-has-children:after{content:"";position:absolute;top:calc(50% - 4px);right:15px;background:url("../../images/icons/triangle.svg");width:13px;height:10px;transition:all .2s}@media screen and (max-width: 600px){.menu-item-has-children:after{top:0px;right:calc(50% - 110px);z-index:3;padding:10px;background-repeat:no-repeat;background-position:center}}@media screen and (min-width: 601px){.menu-item-has-children:hover:after{transform:rotate(180deg)}}@media screen and (max-width: 600px){.menu-item-has-children a{justify-content:center}}.menu-container{height:100%}.menu-list{list-style:none;display:flex;justify-content:flex-end;align-items:center;margin:0;height:100%}.menu-item{position:relative;height:100%}@media screen and (max-width: 600px){.menu-item{height:unset;margin:8px;width:100%}}.menu-item a{margin:0 16px;height:100%;display:flex;align-items:center}@media screen and (max-width: 600px){.menu-item a{height:unset;justify-content:center}}.menu-item .submenu{display:inline-block;width:260px;box-shadow:0px 4px 30px 0px rgba(255,255,255,.4);padding:20px;visibility:hidden;opacity:0;position:absolute;top:100%;left:0px;transform:translateY(-1rem);z-index:99;list-style:none;transition:transform .2s;font-size:14px;border-radius:0 0 10px 10px}@media screen and (max-width: 600px){.menu-item .submenu{position:relative;top:unset;height:0;width:100%;background:unset;transform:unset;box-shadow:unset;display:none}.menu-item .submenu.active{visibility:visible;opacity:1;height:auto !important;display:block}}.menu-item .submenu:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:rgba(0,0,0,.5);border-radius:0 0 10px 10px}@media screen and (max-width: 600px){.menu-item .submenu:before{display:none}}.menu-item .submenu>.menu-item{margin:10px 0;width:100%}@media screen and (max-width: 600px){.menu-item .submenu>.menu-item{width:100%}}@media screen and (min-width: 601px){.menu-item:hover .submenu{visibility:visible;opacity:1;height:auto !important;z-index:99;-webkit-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);-webkit-transition-delay:0s,0s,.2s;transition-delay:0s,0s,.2s}}.hamburger{display:none;position:relative;width:35px;height:18px;cursor:pointer;z-index:100;order:3}@media screen and (max-width: 600px){.hamburger{display:block}}.hamburger span{display:block;position:absolute;width:26px;height:2px;background:#fff;transform-origin:center;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;transition:all 200ms ease-out}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:7px}.hamburger span:nth-child(3){top:14px}.hamburger.is-open span{transform-origin:center}.hamburger.is-open span:nth-child(1){transform:rotate(45deg);top:10px}.hamburger.is-open span:nth-child(2){opacity:0}.hamburger.is-open span:nth-child(3){transform:rotate(-45deg);top:10px}@media screen and (max-width: 600px){.menu-container{width:100vw;height:100vh;position:fixed;top:50px;right:-110vw;z-index:99;-webkit-transition:all .3s cubic-bezier(0.77, 0.2, 0.05, 1);-o-transition:all .3s cubic-bezier(0.77, 0.2, 0.05, 1);transition:all .3s cubic-bezier(0.77, 0.2, 0.05, 1);display:block;overflow-y:auto;padding:30px 16px;background:rgba(0,0,0,.5019607843);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.menu-container.is-open{right:0}.menu-container .menu-list{flex-direction:column;justify-content:unset}}.header-bell{margin:0 20px;position:relative;cursor:pointer;transition:all .2s}@media screen and (max-width: 600px){.header-bell{margin:0 14px}}@media screen and (max-width: 390px){.header-bell{margin:0 8px}}@media screen and (max-width: 390px){.header-bell img{width:22px}}.header-bell:hover img{transform:scale(1.1)}.header-bell .header-bell__count{position:absolute;border-radius:50%;background:#dd3737;z-index:1;width:20px;height:20px;display:none;align-items:center;justify-content:center;font-size:14px;top:-8px;right:-4px}.header-bell .header-bell__count.active{display:flex}.modal-offers{width:300px;position:absolute;top:0px;right:0px;z-index:999;box-shadow:0px 8px 30px 0px rgba(250,255,0,.5);border-radius:0 0 0 16px;display:none}.modal-offers.active{display:block}.modal-offers .modal-offers__header{background:#f6fa6f;color:#000;padding:16px 20px}.modal-offers .modal-offers__header .modal-offers--close{cursor:pointer}.modal-offers .modal-offers__body{padding:20px;background:#000;border-radius:0 0 0 16px}.modal-offers .modal-offers__body .modal-offers-list .offer-item{border-radius:8px;padding:14px}.modal-offers .modal-offers__body .modal-offers-list .offer-item img{border-radius:8px;padding:8px;max-width:200px}footer{padding-top:100px;background:url("../../images/footer.webp");background-size:cover}footer>.container{display:flex;justify-content:space-between;gap:20px}@media screen and (max-width: 600px){footer>.container{flex-direction:column;text-align:center}}footer .editor{margin-top:0}footer .editor a{color:#fff}footer .footer-logo a img{max-width:251px}footer ul{list-style:none !important;padding:0 !important}footer .widget-title{font-weight:700;text-decoration:underline}footer .footer-bottom{background:#1f1f1f;padding:22px;display:flex;gap:50px;justify-content:center}html{font-family:"Inter",sans-serif;font-size:16px;line-height:24px;color:#fff}main{overflow-x:hidden}body{padding:0;margin:0;background:#000}body.no-scroll{overflow:hidden}input,textarea{box-sizing:border-box;padding:12px 20px;border:1px solid #fff;border-radius:6px;background:rgba(0,0,0,.1);color:#fff;font-size:16px;line-height:24px}input::placeholder,textarea::placeholder{color:#9f9f9f}input:focus-visible,textarea:focus-visible{outline:unset}h1,.h1{font-size:36px;line-height:42px;font-family:"Kameron",serif}h2,h3{margin-top:40px}h4,h5,h6{margin-top:30px}a{color:#fff;text-decoration:unset}a:hover{text-decoration:underline}p{margin:20px 0 0px 0}main a{color:#9f60ff}.hide{display:none !important}button{font-size:16px;line-height:24px;border:unset}.buttons{display:flex;gap:20px;justify-content:center}@media screen and (max-width: 600px){.buttons{flex-direction:column-reverse;width:100%}}@media screen and (max-width: 600px){.buttons .btn{width:100%}}.btn{box-sizing:border-box;padding:10px 20px;border-radius:10px;color:#000;transition:all .2s;cursor:pointer;display:block;width:auto;text-align:center}.btn.btn-lg{padding:18px 32px}.btn:hover{opacity:.9;text-decoration:unset}.btn.btn-primary{background:linear-gradient(180deg, #DBFF00 0%, #A5BE09 100%);box-shadow:0px 8px 30px 0px rgba(250,255,0,.5)}.btn.btn-secondary{background:#5b21b6;color:#fff;box-shadow:0px 8px 30px 0px rgba(91,33,182,.5)}.btn.btn-disabled{background:#59595d;color:#eee !important;box-shadow:0px 8px 30px 0px rgba(56,50,61,.5)}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-8{gap:8px}.container{max-width:1240px;margin:0 auto;padding:0 16px}.container-sm{max-width:950px;margin:0 auto;padding:0 16px}.text-bold{font-weight:700}.text-italic{font-style:italic}.fz-14{font-size:14px;line-height:18px}.fz-15{font-size:15px;line-height:20px}.fz-19{font-size:19px;line-height:28px}@media screen and (max-width: 600px){.fz-19{font-size:17px}}.fz-22{font-size:22px;line-height:32px}@media screen and (max-width: 600px){.fz-22{font-size:19px}}.fz-36{font-size:36px;line-height:42px}.fz-32{font-size:32px;line-height:42px}.font-kameron{font-family:"Kameron",serif}.input-group input{display:block}.inset-border{box-shadow:inset 1px 0px 1px 1px #fff}.primary-color{color:#f7fa72}.gray-color{color:#595959}.light-gray-color{color:#b0b0b0}.text-and-icon{display:flex;gap:8px;align-items:center}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-20{margin-top:20px}.mt-40{margin-top:40px}.my-60{margin-top:60px;margin-bottom:60px}.mt-100{margin-top:100px}.mb-16{margin-bottom:16px}.pt-100{padding-top:100px}.text-center{text-align:center}.primary-bg{padding-bottom:50px;box-shadow:inset 1px -1px 20px 12px #000;background:url("../../images/primary-bg.webp") no-repeat center;background-size:cover}.editor{margin-top:50px;margin-bottom:50px}.editor a{color:#9f60ff}.editor h2{margin-top:60px;margin-bottom:20px;text-align:center}.editor ol,.editor ul{padding-left:40px;margin:20px 0}.editor ol li,.editor ul li{margin-bottom:12px}.editor ol{list-style:decimal}.editor ul{list-style:disc}.cta-aff{border:1px solid #fefefe;border-radius:10px;padding:20px 40px;text-align:center;box-shadow:0px 0px 20px 2px #fff;margin:40px auto;max-width:950px}@media screen and (max-width: 600px){.cta-aff{margin:40px 10px}}.cta-aff a{display:inline-block}.wpcf7-spinner{position:absolute !important}