@font-face{font-family:"Inter";src:url("/assetsFASGW/fontsSAD/Inter-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap;size-adjust:100%}@font-face{font-family:"Inter";src:url("/assetsFASGW/fontsSAD/Inter-ExtraBoldItalic.woff2") format("woff2");font-weight:800;font-style:italic;font-display:swap;size-adjust:100%}@font-face{font-family:"Inter";src:url("/assetsFASGW/fontsSAD/Inter-Medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap;size-adjust:100%}@font-face{font-family:"Inter";src:url("/assetsFASGW/fontsSAD/Inter-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;size-adjust:100%}@font-face{font-family:"Inter";src:url("/assetsFASGW/fontsSAD/Inter-SemiBold.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap;size-adjust:100%}@font-face{font-family:"Oxygen";src:url("/assetsFASGW/fontsSAD/Oxygen-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap;size-adjust:100%}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;scroll-behavior:smooth}:root{--font-family: "Inter", sans-serif;--second-family: "Oxygen", sans-serif}body{font-family:var(--font-family);background:#0f0f0f;color:#fff;overflow-x:hidden}a{text-decoration:none}ul,ol{list-style:none;padding:0;margin:0}p{padding:0;margin:0}h1{padding:0;margin:0;font-size:1em;font-weight:700}h2,h3,h4,h5,h6{padding:0;margin:0}input,textarea,select{padding:0;margin:0;border:none;background:none}img,picture,svg,video{display:block;max-width:100%}table{border-collapse:collapse;border-spacing:0}blockquote,figure{margin:0;padding:0}fieldset{border:none;padding:0;margin:0}legend{padding:0}address{font-style:normal}.notifications-container{position:fixed;top:20px;right:20px;z-index:10000;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: 1111px){.notifications-container{top:10px;right:10px;left:10px}}.notification{pointer-events:auto;-webkit-animation:slideIn .3s ease-out;animation:slideIn .3s ease-out;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0}.notification.show{opacity:1}.notification.notification-success .notification-content{background:linear-gradient(135deg, #008080 0%, #006666 100%);border:1px solid rgba(0,128,128,.3);-webkit-box-shadow:0 8px 32px rgba(0,128,128,.2);box-shadow:0 8px 32px rgba(0,128,128,.2)}.notification.notification-success .notification-icon{color:#4ade80;font-weight:bold;font-size:20px}.notification.notification-error .notification-content{background:linear-gradient(135deg, #ef4444 0%, #dc2626 100%);border:1px solid rgba(239,68,68,.3);-webkit-box-shadow:0 8px 32px rgba(239,68,68,.2);box-shadow:0 8px 32px rgba(239,68,68,.2)}.notification.notification-error .notification-icon{color:#fca5a5;font-weight:bold;font-size:20px}.notification .notification-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:16px 20px;border-radius:8px;backdrop-filter:blur(10px);position:relative;overflow:hidden}.notification .notification-content::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:currentColor}.notification .notification-content p{margin:0;color:#fff;font-family:Roboto;font-size:14px;font-weight:500;line-height:1.4;-webkit-box-flex:1;-ms-flex:1;flex:1}.notification .notification-content .notification-icon{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px;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;border-radius:50%;background:hsla(0,0%,100%,.2)}.notification .notification-content .notification-close{-ms-flex-negative:0;flex-shrink:0;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;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;border-radius:4px;-webkit-transition:all .2s ease;transition:all .2s ease}.notification .notification-content .notification-close:hover{background:hsla(0,0%,100%,.1)}.notification .notification-content .notification-close:active{background:hsla(0,0%,100%,.2);-webkit-transform:scale(0.95);transform:scale(0.95)}@-webkit-keyframes slideIn{from{opacity:0;-webkit-transform:translateX(400px);transform:translateX(400px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideIn{from{opacity:0;-webkit-transform:translateX(400px);transform:translateX(400px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.container{width:100%;max-width:1240px;margin:0 auto;padding:0}@media(max-width: 1240px){.container{padding:0 16px}}header{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:10px 100px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:1002;min-height:68px}header .header_content{padding-top:10px;padding-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}header .header_content .burger-menu{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:none;border:none;cursor:pointer;padding:10px;z-index:1001;width:50px;height:50px;position:relative;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header_content .burger-menu span{width:24px;height:2px;background:#fff;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:2px;display:block}header .header_content .burger-menu span:nth-child(1){-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}header .header_content .burger-menu span:nth-child(2){opacity:1}header .header_content .burger-menu span:nth-child(3){-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg)}header .header_content .burger-menu.active span:nth-child(1){-webkit-transform:translateY(10px) rotate(45deg);transform:translateY(10px) rotate(45deg)}header .header_content .burger-menu.active span:nth-child(2){opacity:0}header .header_content .burger-menu.active span:nth-child(3){-webkit-transform:translateY(-10px) rotate(-45deg);transform:translateY(-10px) rotate(-45deg)}@media(max-width: 1040px){header .header_content .burger-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}header .header_content .logo-link{color:#fff;font-family:Inter;font-size:18px;font-style:italic;font-weight:800;line-height:150%;text-transform:uppercase;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:1001;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}header .header_content .logo-link:hover{opacity:.7}@media(max-width: 1040px){header .header_content .logo-link{font-size:16px}}header .header_content .nav-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}header .header_content .nav-menu .close-menu{display:none;background:none;border:none;cursor:pointer;padding:10px;z-index:1001;width:40px;height:40px;position:fixed;top:20px;right:20px}header .header_content .nav-menu .close-menu span{width:24px;height:2px;background:#fff;position:absolute;left:50%;top:50%;-webkit-transform-origin:center;transform-origin:center;-webkit-transition:all .3s ease;transition:all .3s ease}header .header_content .nav-menu .close-menu span:nth-child(1){-webkit-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}header .header_content .nav-menu .close-menu span:nth-child(2){-webkit-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}header .header_content .nav-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:31px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}header .header_content .nav-menu ul li a{color:#fff;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:normal;text-transform:uppercase;-webkit-transition:all .3s ease;transition:all .3s ease}header .header_content .nav-menu ul li a:hover{opacity:.7}@media(max-width: 1040px){header .header_content .nav-menu{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(15,15,15,.98);backdrop-filter:blur(10px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:100px 30px 30px 30px;gap:20px;overflow:auto;-webkit-transition:all .3s ease;transition:all .3s ease;border-bottom:none;z-index:2;pointer-events:none;opacity:0;visibility:hidden}header .header_content .nav-menu.active{pointer-events:auto;opacity:1;visibility:visible;height:100vh}header .header_content .nav-menu ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;width:100%}header .header_content .nav-menu ul li{width:100%}header .header_content .nav-menu ul li a{display:block;padding:12px 0;font-size:14px}}header .header_content .desktop-header-btn{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:13.5px;padding-bottom:13.5px;padding-left:28px;padding-right:28px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;border-radius:503px;background:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(16,24,40,.1);box-shadow:0 1px 2px 0 rgba(16,24,40,.1);color:#000;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-0.42px;text-transform:uppercase;cursor:pointer;-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite;-webkit-transition:all .3s ease;transition:all .3s ease}header .header_content .desktop-header-btn:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}@media(max-width: 1040px){header .header_content .desktop-header-btn{display:none}}@media(max-width: 768px){header{padding:10px 20px}}.hero_section .hero_content{width:100%;max-width:820px;padding-top:100px;padding-bottom:129px;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}.hero_section .hero_content h1{color:#fff;text-align:center;font-family:Inter;font-size:clamp(24px,5vw,48px);font-style:italic;font-weight:800;line-height:normal;text-transform:uppercase}.hero_section .hero_content p{color:#fff;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.hero_section .hero_content .hero_btn{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:13.5px;padding-bottom:13.5px;padding-left:28px;padding-right:28px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;border-radius:503px;background:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(16,24,40,.1);box-shadow:0 1px 2px 0 rgba(16,24,40,.1);color:#000;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-0.42px;text-transform:uppercase;cursor:pointer;-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite}.hero_section.main{background-image:url("/assetsFASGW/imagesFAaf/backgroundFAW/heromainYlOPXG.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.hero_section.about{background-image:url("/assetsFASGW/imagesFAaf/backgroundFAW/heromainYlOPXG.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.hero_section.contact{background-image:url("/assetsFASGW/imagesFAaf/backgroundFAW/contactzUOMZg.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.what_we_create__section{padding-top:clamp(50px,10vw,100px);padding-bottom:clamp(50px,10vw,100px)}.what_we_create__section .what_we_create__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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:40px}.what_we_create__section .what_we_create__content h2{color:#fff;font-family:Inter;font-size:clamp(24px,5vw,36px);font-style:italic;font-weight:800;line-height:normal;text-transform:uppercase}@media(max-width: 1280px){.what_we_create__section .what_we_create__content h2{text-align:center}}.what_we_create__section .what_we_create__content p{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.what_we_create__section .what_we_create__content ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:13px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.what_we_create__section .what_we_create__content ul li{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:299px;max-width:300px;padding:30px 20px;-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;border-radius:30px;border:1px solid #fff;-webkit-box-shadow:0 4px 12px 0 #fff;box-shadow:0 4px 12px 0 #fff}@media(max-width: 1280px){.what_we_create__section .what_we_create__content ul li{padding:15px}}.what_we_create__section .what_we_create__content ul li i{background-image:url("/assetsFASGW/iconsSDf/gift.svg");background-size:contain;background-repeat:no-repeat;background-position:center;width:50px;height:50px}.what_we_create__section .what_we_create__content ul li h3{color:#fff;font-family:Inter;font-size:clamp(18px,5vw,20px);font-style:italic;font-weight:800;line-height:normal;text-transform:uppercase}.what_we_create__section .what_we_create__content ul li p{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.events_section{padding-top:clamp(50px,10vw,100px);padding-bottom:clamp(50px,10vw,100px);background-image:url("/assetsFASGW/imagesFAaf/backgroundFAW/eventsBIypki.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.events_section .events__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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.events_section .events__content h2{color:#fff;font-family:Inter;font-size:clamp(24px,5vw,36px);font-style:italic;font-weight:800;line-height:normal;text-transform:uppercase;text-align:center}.events_section .events__content ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap}.events_section .events__content ul li{min-width:300px;width:100%;max-width:400px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.events_section .events__content ul li img{width:100%;height:auto;aspect-ratio:2/1;border-radius:30px}.events_section .events__content ul li h3{color:#fff;font-family:Inter;font-size:clamp(18px,5vw,20px);font-style:normal;font-weight:700;line-height:140%;text-transform:uppercase}.events_section .events__content ul li p{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.events_section .events__content ul li a{padding-top:13.5px;padding-bottom:13.5px;padding-left:10px;padding-bottom:10px;width:100%;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;-ms-flex-item-align:stretch;align-self:stretch;border-radius:503px;background:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(16,24,40,.1);box-shadow:0 1px 2px 0 rgba(16,24,40,.1);color:#000;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:-0.42px;text-transform:uppercase;-webkit-animation:pulse 1.5s infinite;animation:pulse 1.5s infinite}.quest_section{padding-top:clamp(50px,10vw,100px);padding-bottom:clamp(50px,10vw,100px)}.quest_section .quest__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:start;-ms-flex-align:start;align-items:flex-start;gap:40px}.quest_section .quest__content h2{color:#fff;font-family:Inter;font-size:clamp(24px,5vw,36px);font-style:italic;font-weight:800;line-height:normal;text-transform:uppercase;text-align:center}.quest_section .quest__content p{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.quest_section .quest__content ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;gap:20px;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.quest_section .quest__content ul li img{min-width:290px;width:100%;max-width:400px;aspect-ratio:16/9;height:auto;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease}.quest_section .quest__content ul li img:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.exp_section{padding-top:clamp(50px,10vw,100px);padding-bottom:clamp(50px,10vw,100px);background-image:url("/assetsFASGW/imagesFAaf/backgroundFAW/contactzUOMZg.webp");background-size:cover;background-position:center;background-repeat:no-repeat}.exp_section .exp__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}.exp_section .exp__content h2{color:#fff;font-family:Inter;font-size:clamp(24px,5vw,36px);font-style:italic;font-weight:800;line-height:normal;text-transform:uppercase;text-align:center;text-align:center}.exp_section .exp__content p{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.exp_section .exp__content ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-item-align:stretch;align-self:stretch}@media(max-width: 1280px){.exp_section .exp__content ul{-ms-flex-wrap:wrap;flex-wrap:wrap}}.exp_section .exp__content ul li{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:300px;padding:30px 20px;-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;border-radius:30px;border:1px solid #fff;-webkit-box-shadow:0 4px 12px 0 #fff;box-shadow:0 4px 12px 0 #fff}.exp_section .exp__content ul li p{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.exp_section .exp__content ul li span{color:#fff;font-family:Inter;font-size:16px;font-style:italic;font-weight:800;line-height:normal;text-transform:uppercase}.not_page{padding-top:60px}.page{padding-top:100px;padding-bottom:100px}.contact{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}.contact .title{color:#fff;text-align:center;font-family:Inter;font-size:24px;font-style:italic;font-weight:800;line-height:normal;text-transform:uppercase}.contact .title.page{color:#fff;text-align:center;font-family:Inter;font-size:clamp(24px,5vw,36px);font-style:italic;font-weight:800;line-height:normal;text-transform:uppercase;padding:0;margin:0}.contact p{max-width:610px;color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.contact form{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;max-width:610px;-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}.contact form .inputs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;width:100%}.contact form .inputs label{color:#fff;-webkit-font-feature-settings:"liga" off,"clig" off;font-feature-settings:"liga" off,"clig" off;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.contact form .inputs input{display:-webkit-box;display:-ms-flexbox;display:flex;height:47px;padding:15px 10px 15px 20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-item-align:stretch;align-self:stretch;border:1px solid #000;background:#e1e1e1;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.25) inset;box-shadow:0 4px 4px 0 rgba(0,0,0,.25) inset;font-family:Inter;color:#000;font-size:16px;font-style:normal;font-weight:700;line-height:normal}.contact form button{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;background:#fff;-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,.25) inset;box-shadow:0 4px 4px 0 rgba(0,0,0,.25) inset;cursor:pointer;color:#000;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:-0.16px;text-transform:capitalize;-webkit-transition:all .3s ease;transition:all .3s ease}.contact form button:hover{opacity:.8}.why_us_section{padding-top:clamp(50px,10vw,100px);padding-bottom:50px}.why_us_section .us__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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}.why_us_section .us__content h2{color:#fff;font-family:Inter;font-size:clamp(24px,5vw,36px);font-style:italic;font-weight:800;line-height:normal;text-transform:uppercase;text-align:center}.why_us_section .us__content ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-item-align:stretch;align-self:stretch}@media(max-width: 1280px){.why_us_section .us__content ul{-ms-flex-wrap:wrap;flex-wrap:wrap}}.why_us_section .us__content ul li{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:300px;max-width:400px;padding:30px 20px;-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;border-radius:30px;border:1px solid #fff;-webkit-box-shadow:0 4px 12px 0 #fff;box-shadow:0 4px 12px 0 #fff}@media(max-width: 1280px){.why_us_section .us__content ul li{padding:15px}}.why_us_section .us__content ul li h3{color:#fff;font-family:Inter;font-size:clamp(18px,5vw,20px);font-style:italic;font-weight:800;line-height:normal;text-transform:uppercase}.why_us_section .us__content ul li p{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.about_us_section{padding-bottom:clamp(50px,10vw,100px)}.about_us_section .about__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-align:center;-ms-flex-align:center;align-items:center;gap:40px;-ms-flex-item-align:stretch;align-self:stretch}.about_us_section .about__content h2{color:#fff;font-family:Inter;font-size:24px;font-style:italic;font-weight:800;line-height:normal;text-transform:uppercase;text-align:center}.about_us_section .about__content .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:40px;-ms-flex-item-align:stretch;align-self:stretch}@media(max-width: 768px){.about_us_section .about__content .content{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:20px}}.about_us_section .about__content p{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.about_us_section .about__content .text{width:100%;max-width:800px}.about_us_section .about__content .image{background-image:url("/assetsFASGW/imagesFAaf/aboutfdDzAq.webp");background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;max-width:400px;height:225px;aspect-ratio:16/9}.rules_section{padding-top:50px;padding-bottom:50px}.rules_section .rules_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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:60px}.rules_section .rules_content h1{-ms-flex-item-align:stretch;align-self:stretch;color:#fff;text-align:center;font-family:Inter;font-size:clamp(24px,5vw,36px);font-style:italic;font-weight:800;line-height:normal;text-transform:uppercase}.rules_section .rules_content .box{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:start;-ms-flex-align:start;align-items:start;gap:20px;-ms-flex-item-align:stretch;align-self:stretch}.rules_section .rules_content .box p,.rules_section .rules_content .box li{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.rules_section .rules_content .box span{color:#fff;font-family:Inter;font-size:16px;font-style:italic;font-weight:800;line-height:normal;text-transform:uppercase}.rules_section .rules_content .box ul{padding-left:20px;list-style:disc}footer{padding:50px 0;border-top:1px solid #fff;background:#000}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-align:center;-ms-flex-align:center;align-items:center;gap:50px;-ms-flex-item-align:stretch;align-self:stretch;width:100%}footer .footer_content .first{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:start;-ms-flex-align:start;align-items:flex-start}@media(max-width: 768px){footer .footer_content .first{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}footer .footer_content .first .icons_socials{width:110px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;-ms-flex-negative:0;flex-shrink:0;-ms-flex-item-align:stretch;align-self:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}footer .footer_content .first .icons_socials a{display:-webkit-box;display:-ms-flexbox;display:flex;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:5px;border-radius:30px;background:#fff}footer .footer_content .first .contact_info{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}footer .footer_content .first .contact_info .info_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}footer .footer_content .first .contact_info .info_item p{color:var(--white, #fff);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:.64px}footer .footer_content .second{width:100%}footer .footer_content .second ul{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;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}@media(max-width: 768px){footer .footer_content .second ul{gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}footer .footer_content .second ul li a{color:var(--white, #fff);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:.64px;text-transform:uppercase}.age{background-image:url("/assetsFASGW/iconsSDf/age.svg");background-size:cover;background-position:center;background-repeat:no-repeat;width:50px;height:30px}.insta{background-image:url("/assetsFASGW/iconsSDf/insta.svg");background-size:cover;background-position:center;background-repeat:no-repeat;width:30px;height:30px}.meta{background-image:url("/assetsFASGW/iconsSDf/meta.svg");background-size:cover;background-position:center;background-repeat:no-repeat;width:30px;height:30px}.phone{background-image:url("/assetsFASGW/iconsSDf/phone.svg");background-size:cover;background-position:center;background-repeat:no-repeat;width:24px;height:24px}.email{background-image:url("/assetsFASGW/iconsSDf/email.svg");background-size:cover;background-position:center;background-repeat:no-repeat;width:24px;height:24px}.point{background-image:url("/assetsFASGW/iconsSDf/point.svg");background-size:cover;background-position:center;background-repeat:no-repeat;width:24px;height:24px}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translateX(30px);transform:translateX(30px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translateX(30px);transform:translateX(30px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.fade-in-up,.fade-in-down,.fade-in-left,.fade-in-right,.zoom-in{opacity:0}.fade-in-up.animate{-webkit-animation:fadeInUp .8s ease-out forwards;animation:fadeInUp .8s ease-out forwards}.fade-in-down.animate{-webkit-animation:fadeInDown .8s ease-out forwards;animation:fadeInDown .8s ease-out forwards}.fade-in-left.animate{-webkit-animation:fadeInLeft .8s ease-out forwards;animation:fadeInLeft .8s ease-out forwards}.fade-in-right.animate{-webkit-animation:fadeInRight .8s ease-out forwards;animation:fadeInRight .8s ease-out forwards}.zoom-in.animate{-webkit-animation:zoomIn .8s ease-out forwards;animation:zoomIn .8s ease-out forwards}.animate-on-scroll{opacity:0}@-webkit-keyframes pulse{0%{opacity:.7}50%{opacity:1}100%{opacity:.7}}@keyframes pulse{0%{opacity:.7}50%{opacity:1}100%{opacity:.7}}