@import url(./reset.css);html{font-family:'Poppins', sans-serif;font-size:24px;font-weight:400;color:#555A65;scroll-behavior:smooth}*{box-sizing:border-box}a{text-decoration:none;transition:0.3s}a:hover{text-decoration:underline;color:#3c3c3c}h1,h2,h3,h4{color:#3c3c3c}h1{font-size:2.65rem;font-weight:800}h2{font-size:1.8rem;font-weight:600;line-height:1}h3{font-size:2rem}h4{font-size:1.1rem}p{margin-bottom:20px;font-size:0.67rem;line-height:1.25}p strong{font-weight:bold}hr{border-color:transparent}@media screen and (max-width: 767px){html{font-size:18px}}.burger-btn{display:block;position:relative;width:36px;height:36px;border-radius:8px;border:none;background-color:transparent}.burger-btn span{display:block;position:absolute;width:24px;height:2px;background-color:#555A65;left:6px;top:calc(50% - 1px);border-radius:2px;transition:0.3s}.burger-btn span:nth-child(1){transform:translateY(-6px)}.burger-btn span:nth-child(3){transform:translateY(6px)}.burger-btn:hover span:nth-child(1),.burger-btn:focus span:nth-child(1){transform:translateY(-8px)}.burger-btn:hover span:nth-child(3),.burger-btn:focus span:nth-child(3){transform:translateY(8px)}.burger-btn.burger-btn_active span:nth-child(1){transform:translateY(0) rotate(45deg)}.burger-btn.burger-btn_active span:nth-child(2){opacity:0}.burger-btn.burger-btn_active span:nth-child(3){transform:translateY(0) rotate(-45deg)}.mobile-menu{position:fixed;left:0;top:0;bottom:0;padding:60px 20px;width:100%;background:#4572c6;color:#fff;z-index:50;overflow:auto;transform:translateX(-100%);opacity:0;transition:0.5s;transition-property:transform, opacity}.mobile-menu_active{transform:translateX(0);opacity:1}.mobile-menu li{text-align:center}.mobile-menu a{color:#fff;font-size:18px;font-weight:600;text-transform:uppercase;text-align:center}.mobile-menu__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;gap:20px}.mobile-menu__item_with-children>a{pointer-events:none}.mobile-menu__item_with-children .mobile-menu__submenu{display:none}.mobile-menu__item_with-children:hover .mobile-menu__submenu{display:flex}.mobile-menu__submenu{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:12px;max-width:440px}.mobile-menu__submenu a{font-size:smaller}.header{background-color:#E3EAF6}.header__inner{padding:28px 30px;display:flex;gap:10px;align-items:center;max-width:1050px;margin:0 auto;background-color:inherit}.header__logo{flex:0 0 auto}.header__menu{margin-left:auto}.header__burger-btn{display:none;margin-left:auto}.header__menu-wrapper{position:relative;z-index:100;background-color:inherit;border-bottom:1px solid #D7DAE2;transition:0.3s}.header__menu-wrapper_fixed{position:fixed;left:0;top:0;width:100%;animation:menu-appear 0.6s}.header__menu-wrapper_fixed .header__inner{padding:8px 30px}.header__menu-wrapper_fixed .logo{height:50px;width:155px}@keyframes menu-appear{0%{transform:translateY(-20px);opacity:0}50%{transform:translateY(-20px);opacity:0}100%{transform:translateY(0);opacity:1}}@media screen and (max-width: 991px){.header__inner{padding:28px 30px;align-items:center}}@media screen and (max-width: 767px){.header__inner{padding:20px 16px}.header__menu{display:none}.header__burger-btn{display:block}.header__menu-wrapper_fixed .header__inner{padding:8px 16px}}.logo{display:block;width:309px;max-width:100%;height:99px;background:center center no-repeat;background-size:contain}@media screen and (max-width: 767px){.logo{width:155px;height:50px}}.mainmenu .mainmenu__list{position:relative;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px 40px}.mainmenu .mainmenu__list a{color:#555A65;font-size:14px;font-weight:400;transition:0.3s;text-decoration:none}.mainmenu .mainmenu__list a:hover{color:#4572c6;text-decoration:none}.mainmenu .mainmenu__submenu{display:flex;visibility:hidden;position:absolute;flex-wrap:wrap;gap:8px 20px;background:#fff;min-width:120px;z-index:20;padding:16px;width:100%;left:0;top:calc(100% + 10px);border-radius:6px;box-shadow:0 0 5px rgba(0,0,0,0.2);opacity:0;transition:visibility 0s 0.3s, opacity 0.3s, top 0.3s}.mainmenu .mainmenu__item_with-children>a{pointer-events:none}.mainmenu .mainmenu__item_with-children:hover .mainmenu__submenu{visibility:visible;opacity:1;top:100%;transition:visibility 0s, opacity 0.3s, top 0.3s}.page-section{background-color:#fff;color:#555A65}.page-section a:not(.button){color:inherit;text-decoration:underline}.page-section a:not(.button):hover{color:#4572c6;text-decoration:none}.page-section_inverse{background-color:#4572c6;color:#fff}.page-section_inverse h1,.page-section_inverse h2,.page-section_inverse h3,.page-section_inverse h4{color:#fff}.page-section_inverse a:not(.button){color:inherit;text-decoration:underline}.page-section_inverse a:not(.button):hover{color:inherit;text-decoration:none}.page-section_pale{background-color:#E3EAF6;color:#4572c6}.page-section_pale p{font-size:16px;line-height:1.5}.page-section_pale h1,.page-section_pale h2,.page-section_pale h3,.page-section_pale h4{color:#4572c6}.page-section_pale a:not(.button){color:inherit;text-decoration:underline}.page-section_pale a:not(.button):hover{color:inherit;text-decoration:none}.page-section__inner{max-width:1050px;margin:0 auto;padding:100px 30px;box-sizing:border-box}.page-section_name_promo{position:relative;background:url(../img/2025/promo-bg.jpg) center/cover no-repeat}.page-section_name_promo::before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;opacity:.53;z-index:1}.page-section_name_promo .page-section__inner{position:relative;min-height:800px;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10}.page-section_name_promo h1{margin:0;max-width:800px;font-weight:600;font-size:1.8rem;line-height:1;text-align:center;color:#fff}.page-section_name_promo h3{margin:40px 0 0;max-width:800px;font-weight:400;font-size:0.67rem;line-height:1;text-align:center;color:#fff}.page-section_name_promo a{margin-top:40px}.page-section_name_about .about{margin-top:60px}.page-section_name_cfp .page-section__inner{background:url(../img/2025/wasp-bg.svg) center/contain no-repeat}@media screen and (max-width: 1500px){.page-section_name_cfp .page-section__inner{background-size:calc(100% - 60px) auto}}@media screen and (max-width: 767px){.page-section__inner{padding:60px 16px}.page-section_name_cfp .page-section__inner{background-size:calc(100% - 32px) auto}}.button{display:block;width:fit-content;padding:14px 22px;text-decoration:none;border-radius:12px;font-size:0.67rem;line-height:1;font-weight:400;transition:0.3s}.button:hover,.button:focus{text-decoration:none}.button.button_with-arrow{padding-right:54px}.button_type_main{background-color:#4572c6;color:#fff;border:2px solid #4572c6}.button_type_main:hover{background-color:#ffc857;border-color:#ffc857;color:#3c3c3c}.button_type_main.button_with-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E")}.button_type_main.button_with-arrow:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%232055E5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E")}.button_type_inverse{background-color:transparent;color:#4572c6;border:2px solid #4572c6}.button_type_inverse:hover{background-color:#4572c6;color:#fff}.button_type_inverse.button_with-arrow{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%232055E5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E")}.button_type_inverse.button_with-arrow:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E")}.button_with-arrow{position:relative;background-position:center right 22px;background-repeat:no-repeat;background-size:24px 24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%232055E5' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E")}.button_with-arrow:hover{background-position:center right 16px}.button_centered{margin-left:auto;margin-right:auto}.text_type_narrow{display:flex;flex-direction:column;align-items:center}.text_type_narrow h1,.text_type_narrow h2,.text_type_narrow h3,.text_type_narrow h4{margin:40px 0;max-width:700px;text-align:center}.text_type_narrow h1:first-child,.text_type_narrow h2:first-child,.text_type_narrow h3:first-child,.text_type_narrow h4:first-child{margin-top:0}.text_type_narrow p{margin:0 0 20px;max-width:700px;text-align:center}.text_type_narrow p:last-child{margin-bottom:0}.text_type_narrow em{font-style:italic}.text_type_narrow ul{max-width:540px;text-align:center}.text_type_narrow ul li{margin-bottom:16px}.footer{background-color:#3c3c3c;padding:100px 30px;font-size:14px}.footer .footer__inner{max-width:1050px;margin:0 auto;color:#fff}.footer img{max-width:100%}.footer h3{margin-bottom:20px;color:#fff;font-size:14px;text-transform:uppercase}.footer a{color:#fff;text-decoration:underline}.footer a:hover{color:#4572c6}.footer .footer__tmargin{margin-top:40px}@media screen and (max-width: 767px){.footer{padding:60px 16px}}.about{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:40px}.about .about__item{display:flex;align-items:start;gap:14px}.about .about__item:nth-child(odd) .about__info{order:2}.about .about__item:nth-child(odd) .about__cover{padding:0 40px 0 0}.about .about__cover{flex:0 0 calc(50% - 7px);padding:0 0 0 40px}.about .about__cover .about__image{width:100%;border-radius:10px;border:4px solid #4572c6}.about .about__info{text-align:left}.about .about__info .about__title{font-size:1.125rem;font-weight:600;line-height:1.27;margin-bottom:28px;color:#4572c6}@media screen and (max-width: 1100px){.about .about__item:nth-child(odd) .about__info{order:2;padding:0 0 0 20px}.about .about__info{text-align:left;padding:0 20px 0 0}.about .about__cover,.about .about__item:nth-child(odd) .about__cover{padding:0}}@media screen and (max-width: 575px){.about .about__item{flex-direction:column}.about .about__item .about__info{padding:0}.about .about__item:nth-child(odd) .about__info{order:-1;padding:0}}.grid{list-style:none;margin:0;padding:0;display:flex;gap:20px;flex-wrap:wrap;justify-content:center;align-items:flex-start}.grid .grid__item{flex:0 0 calc((100% - 40px) / 3)}.grid .grid__cover{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center;border-radius:10px}.grid .grid__title{font-size:16px;margin:16px 0 0;font-weight:700;line-height:1.5}.grid .grid__description{font-size:16px;font-weight:400;line-height:1.5}@media screen and (max-width: 991px){.grid .grid__item{flex:0 0 calc((100% - 20px) / 2)}}@media screen and (max-width: 575px){.grid .grid__item{flex:0 0 100%}}.join-us{position:relative;background-color:#E3EAF6;padding:60px;color:#3c3c3c;display:flex;align-items:flex-start;gap:40px;border-radius:24px;margin:100px 0 0}.join-us::before{content:'';display:block;width:171px;height:171px;position:absolute;left:340px;top:-78px;background:url(../img/2025/owasp-il-icon.png) center/contain no-repeat}.join-us h3{font-weight:800;color:#4572c6;font-size:2.65rem;line-height:1;margin:0}.join-us strong{color:inherit;text-transform:uppercase;font-weight:600}.join-us__buttons{display:flex;flex-wrap:wrap;gap:14px 28px}.join-us__left-col{flex-grow:1;min-width:420px;max-width:520px}@media screen and (max-width: 991px){.join-us{flex-direction:column}.join-us::before{left:auto;right:20px;top:-60px;width:120px;height:120px}.join-us__left-col{max-width:100%;min-width:0}}@media screen and (max-width: 575px){.join-us{padding:60px 20px 20px}.join-us__buttons a{width:100%;text-align:center}}.title-box{display:flex;align-items:center;gap:120px}.title-box h1{flex:0 0 480px}.title-box__content{font-size:16px;line-height:1.5}@media screen and (max-width: 991px){.title-box{flex-direction:column;gap:30px}.title-box h1{flex:1 1 auto}}.sponsor-list{display:flex;flex-wrap:wrap;gap:40px 40px;justify-content:space-around;align-items:center;list-style:none;margin:0;padding:0}.sponsor-list .sponsor-list__item{flex:0 1 auto}.sponsor-list .sponsor-list__img{max-height:120px;max-width:700px}.sponsor-list .sponsor-list__img_tier_gold{max-height:198px}@media screen and (max-width: 767px){.sponsor-list .sponsor-list__img{max-height:100px;max-width:100%}.sponsor-list .sponsor-list__img_tier_gold{max-height:120px}}.tier-title{margin:80px 0 40px;font-weight:700;text-align:center;text-transform:capitalize}.no-scroll{overflow:hidden}.gallery{--per-view: 3;--gap: 60px;position:relative;width:100%;max-width:1200px;margin:0 auto;overflow:hidden;outline:none}.gallery_place_mainpage{margin-top:100px}.gallery__slides{display:flex;gap:var(--gap);padding:0;margin:0;list-style:none;transform:translateX(0);transition:0.3s;will-change:transform}.gallery__slide{position:relative;flex:0 0 calc((100% - (var(--per-view) - 1) * var(--gap)) / var(--per-view) );display:grid;place-items:center;min-height:220px;overflow:hidden;height:460px}.gallery__slide.is-active{transform:translateX(0)}.gallery__slide.is-prev{transform:translateX(-100%)}.gallery__slide img,.gallery__slide picture,.gallery__slide video{display:block;width:100%;height:100%;object-fit:cover;cursor:zoom-in}.gallery__slide-textbox{position:absolute;left:30px;right:30px;top:14px;max-height:calc(100% - 28px);color:#fff;text-shadow:0 0 8px rgba(0,0,0,0.6)}.gallery__slide-textbox .gallery__slide-title{color:inherit;font-weight:700;font-size:0.85rem;line-height:1;margin:0}.gallery__slide-textbox .gallery__slide-text{color:inherit;font-weight:400;font-size:0.85rem;line-height:1;margin:20px 0 0}.gallery__nav{display:flex;justify-content:center;gap:46px;margin-top:74px}.gallery__btn{position:relative;background:#4572c6;padding:16px 24px;border-radius:12px;appearance:none;border:1px solid rgba(0,0,0,0.2);cursor:pointer;font-weight:600;font-size:1rem}.gallery__btn::after{display:block;content:'';width:24px;height:24px;background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;top:50%;transform:translateY(-50%);transition:0.3s}.gallery__btn_type_prev{padding-left:60px}.gallery__btn_type_prev:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%234572C6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 12H5M12 19l-7-7 7-7'/%3E%3C/svg%3E");left:16px}.gallery__btn_type_prev::after{left:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23F7F8FA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 12H5M12 19l-7-7 7-7'/%3E%3C/svg%3E")}.gallery__btn_type_next{padding-right:60px}.gallery__btn_type_next:hover::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%234572C6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E");right:16px}.gallery__btn_type_next::after{right:24px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23F7F8FA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E")}.gallery__btn:hover{background:#fff}.gallery__btn:active:active{transform:translateY(1px)}.gallery__btn:active:disabled{opacity:.5;cursor:not-allowed}.gallery:focus-visible{box-shadow:0 0 0 3px rgba(0,128,255,0.35);border-radius:12px}@media (max-width: 1023px){.gallery{--per-view: 2}}@media (max-width: 639px){.gallery{--per-view: 1}}@media (prefers-reduced-motion: reduce){.gallery__slide{transition:none}}.imgpop{position:fixed;inset:0;display:grid;place-items:center;background:rgba(0,0,0,0.75);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease, visibility 0s linear .3s;z-index:9999}.imgpop.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .3s ease}.imgpop__img{max-width:96vw;max-height:92vh;object-fit:contain;display:block}.imgpop__btn{position:fixed;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;border-radius:50%;cursor:pointer;color:#fff;font-size:18px;line-height:44px;background-color:rgba(0,0,0,0.55);background-position:center;background-repeat:no-repeat;background-size:24px 24px}.imgpop__btn--prev{left:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23F7F8FA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 12H5M12 19l-7-7 7-7'/%3E%3C/svg%3E")}.imgpop__btn--next{right:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23F7F8FA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 12h14M12 5l7 7-7 7'/%3E%3C/svg%3E")}.imgpop__btn:hover{background-color:rgba(0,0,0,0.75)}.photos{display:flex;flex-wrap:wrap;gap:20px;list-style:none;margin:0;padding:0}.photos .photos__item{height:356px;flex:1 1 40%}.photos .photos__item:nth-child(4n+2),.photos .photos__item:nth-child(4n+3){flex:1 1 50%}.photos .photos__image{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:15px;border:4px solid #E3EAF6}@media screen and (max-width: 575px){.photos .photos__item{flex:0 0 100%}}
