.line-clamp-1{display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.line-clamp-2,.sidebar__tree-link{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.line-clamp-4{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.line-clamp-5{display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}:root{--black:#000000;--white:#FFFFFF;--neutral50:#FAFAFA;--neutral100:#F5F5F5;--neutral200:#E5E5E5;--neutral300:#D4D4D4;--neutral400:#A3A3A3;--neutral500:#737373;--neutral600:#525252;--neutral700:#404040;--neutral800:#262626;--neutral900:#171717;--neutral950:#0A0A0A;--emerald950:#022C22;--emerald900:#064E3B;--emerald800:#065F46;--emerald700:#047857;--emerald600:#059669;--emerald500:#10B981;--emerald400:#34D399;--emerald300:#6EE7B7;--emerald200:#A7F3D0;--emerald100:#D1FAE5;--emerald50:#ECFDF5;--gold1:#DBC07E;--gold2:#E7D3A3;--gold3:#C6A75E;--height-header:84px;--width-sidebar:360px;--width-container:1552px}.layout .container{display:flex;flex-flow:column;padding:0 16px;margin-bottom:100px}.layout-sidebar{width:var(--width-sidebar);position:relative;flex:0 0 auto}.layout-content{display:flex;flex-direction:column;flex:1 1 auto;max-width:calc(100% - var(--width-sidebar) - 16px)}.layout-index .container{padding:60px 16px}.offcanvas{--bs-offcanvas-width:320px;--bs-offcanvas-bg:var(--white)}.offcanvas-header{background:var(--primary);color:var(--white);padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1);height:var(--height-header)}.offcanvas-header .offcanvas-title{color:var(--white);font-size:20px;font-style:normal;font-weight:700;line-height:1.3;margin:0}.offcanvas-header .btn-close{filter:invert(1);opacity:.8}.offcanvas-header .btn-close:hover{opacity:1}.offcanvas-body{padding:0;overflow-y:auto}.menu{list-style:none;margin:0;padding:0;margin-bottom:40px}.menu .menu-item{list-style:none;border-bottom:1px solid rgba(0,0,0,.05)}.menu .menu-item:last-child{border-bottom:none}.menu .menu-item .menu-link{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;color:var(--black1);text-decoration:none;color:var(--black1);font-size:18px;font-style:normal;font-weight:500;line-height:1.3;transition:all .2s ease;cursor:pointer;background:0 0;border:none;width:100%;text-align:left}.menu .menu-item .menu-link:hover{background:rgba(0,0,0,.05);color:var(--primary)}.menu .menu-item .menu-link i{font-size:18px;transition:transform .2s ease;color:var(--muted)}.menu .menu-item--dropdown .menu-link[aria-expanded=true]{background:rgba(0,0,0,.05);color:var(--primary)}.menu .menu-item--dropdown .menu-link[aria-expanded=true] i{transform:rotate(180deg)}.menu .submenu{list-style:none;margin:0;padding:0;background:rgba(0,0,0,.02)}.menu .submenu.collapse:not(.show){display:none}.menu .submenu .submenu-item{list-style:none;border-bottom:1px solid rgba(0,0,0,.05)}.menu .submenu .submenu-item:last-child{border-bottom:none}.menu .submenu .submenu-item .submenu-link{display:flex;align-items:center;justify-content:space-between;padding:12px 20px 12px 40px;color:var(--black1);text-decoration:none;color:var(--black1);font-size:17px;font-style:normal;font-weight:500;line-height:1.3;transition:all .2s ease;cursor:pointer;background:0 0;border:none;width:100%;text-align:left}.menu .submenu .submenu-item .submenu-link:hover{background:rgba(0,0,0,.05);color:var(--primary)}.menu .submenu .submenu-item .submenu-link i{font-size:18px;transition:transform .2s ease;color:var(--muted)}.menu .submenu .submenu-item--dropdown .submenu-link[aria-expanded=true]{background:rgba(0,0,0,.05);color:var(--primary)}.menu .submenu .submenu-item--dropdown .submenu-link[aria-expanded=true] i{transform:rotate(90deg)}.menu .submenu .submenu-item--dropdown .submenu{background:rgba(0,0,0,.04)}.menu .submenu .submenu-item--dropdown .submenu .submenu-item .submenu-link{padding-left:60px;color:var(--black1);font-size:17px;font-style:normal;font-weight:500;line-height:1.3}.sidebar{position:sticky;top:calc(10px + var(--height-header));border-radius:12px;overflow:hidden;overflow:hidden;padding:4px}.sidebar__title{padding:12px;position:relative;overflow:hidden;border-radius:8px;color:var(--primary);font-size:18px;font-style:normal;font-weight:600;line-height:1.3}.sidebar__list{list-style:none;padding:0;margin:0;background-color:#fff}.sidebar__list *{transition:all .2s ease}.sidebar__list--item{padding:12px;cursor:pointer}.sidebar__list--item .sidebar__link{padding-right:18px}.sidebar__list--item.active:not(.has-dropdown) .sidebar__link,.sidebar__list--item:hover:not(.has-dropdown) .sidebar__link{padding-left:22px;color:var(--primary);padding-right:0}.sidebar__list--item.active:not(.has-dropdown) .sidebar__link::before,.sidebar__list--item:hover:not(.has-dropdown) .sidebar__link::before{flex:0 0 14px;opacity:1;height:14px;width:14px;background:#fff;border:3px solid var(--primary);box-shadow:0 5px 5px 0 var(--primary) 1A}.sidebar__list--item.has-dropdown{padding:0}.sidebar__list--item.has-dropdown>.sidebar__button{display:flex;align-items:center;justify-content:space-between;padding:12px;width:100%}.sidebar__list--item.has-dropdown:hover .sidebar__button{color:var(--primary)}.sidebar__list--item.has-dropdown:hover .arrow{border-top-color:var(--primary)}.sidebar__list--item.has-dropdown.open .arrow{transform:rotate(180deg)}.sidebar__list--item.has-dropdown.open .sidebar__dropdown{max-height:500px;opacity:1}.sidebar__arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #010b1b;transition:transform .3s ease;margin-left:8px}.sidebar__link{color:var(--black);font-size:14px;font-style:normal;font-weight:500;line-height:1.3;position:relative;padding:0;display:flex}.sidebar__link::before{content:"";position:absolute;top:50%;left:0;width:0;height:0;transition:all .2s ease;transform:translate(0,-50%);border-radius:99px;border:3px solid transparent;opacity:0}.sidebar__button{color:#010b1b;font-size:17px;font-style:normal;font-weight:500;line-height:1.3;position:relative;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:color .2s ease}.sidebar__button:hover{color:var(--primary)}.sidebar__dropdown{list-style:none;padding:0;margin:0;max-height:0;opacity:0;overflow:hidden;transition:all .2s ease;background-color:#fff}.sidebar__dropdown--item{border-top:1px solid #eaeef5}.sidebar__dropdown--item:hover{background-color:#f0f2f5}.sidebar__dropdown--item:hover .sidebar__dropdown--link{padding-left:28px;color:var(--primary)}.sidebar__dropdown--item:hover .sidebar__dropdown--link::before{flex:0 0 14px;height:14px;width:14px;background:#fff;border:3px solid var(--primary);box-shadow:0 5px 5px 0 var(--primary) 1A}.sidebar__dropdown--link{color:#010b1b;font-size:16px;font-style:normal;font-weight:500;line-height:1.3;display:block;padding:10px 12px 10px 20px;position:relative;transition:all .2s ease}.sidebar__dropdown--link::before{content:"";position:absolute;top:50%;left:8px;width:0;height:0;transition:all .2s ease;opacity:0;transform:translate(0,-50%);border-radius:99px}.sidebar--tree{padding:16px;backdrop-filter:blur(16px);max-height:calc(100vh - var(--height-header) - 24px);overflow:auto}.sidebar__tree{padding-top:12px}.sidebar__tree-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.sidebar__tree-list--nested{position:relative;margin-top:8px;padding-left:12px;gap:6px}.sidebar__tree-list--nested::before{content:"";position:absolute;left:0;top:4px;bottom:8px;width:1px;background:linear-gradient(180deg,rgba(4,120,87,.32) 0,rgba(4,120,87,.06) 100%)}.sidebar__tree-item{position:relative}.sidebar__tree-item[data-level="1"]>.sidebar__tree-link{color:var(--neutral900);font-size:16px;font-style:normal;font-weight:700;line-height:1.3}.sidebar__tree-item[data-level="2"]>.sidebar__tree-link{color:var(--neutral800);font-size:15px;font-style:normal;font-weight:600;line-height:1.3}.sidebar__tree-item[data-level="4"]>.sidebar__tree-link,.sidebar__tree-item[data-level="5"]>.sidebar__tree-link,.sidebar__tree-item[data-level="6"]>.sidebar__tree-link{color:var(--neutral600);font-size:14px;font-style:normal;font-weight:500;line-height:1.3}.sidebar__tree-link{color:var(--neutral500);font-size:14px;font-style:normal;font-weight:500;line-height:1.3;position:relative;padding:4px 4px 4px 18px;border-left:2px solid transparent;transition:all .2s ease}.sidebar__tree-link::before{transition:all .2s ease;content:"";position:absolute;left:4px;top:50%;width:8px;height:8px;border-radius:999px;border:2px solid rgba(4,120,87,.22);background:var(--white);transform:translateY(-50%);transition:inherit}.sidebar__tree-link.is-active,.sidebar__tree-link:hover{color:var(--emerald600);background:rgba(209,250,229,.58);transform:translateX(4px);border-left:2px solid var(--emerald600)}.sidebar__tree-link.is-active::before,.sidebar__tree-link:hover::before{border-color:var(--emerald600);background:var(--emerald600);box-shadow:0 0 0 4px rgba(16,185,129,.12)}.header{color:var(--black);background:#fff;position:absolute;top:0;height:var(--height-header);width:100%;position:fixed;z-index:9999;max-width:100vw}.header,.header *{transition:all .2s ease-in-out}.header.light{background:0 0}.header.light :not(.header__menu__submenu-link){color:var(--white)!important}.header.light .button{background:var(--emerald50);color:var(--emerald600)!important}.header .logo{color:inherit!important;width:120px;flex:0 0 120px}.header .logo span{color:inherit!important}.header .container{padding:16px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.header__lang{position:relative}.header__lang.hidden{display:none}.header__lang-btn{display:inline-flex;align-items:center;gap:8px;min-height:48px;border-radius:8px;border:0;background:0 0;color:inherit;cursor:pointer;color:inherit;font-size:var(--size-text-16);font-style:normal;font-weight:500;line-height:1.3;padding:0}.header__lang-btn img{width:20px;height:20px;border-radius:111px}.header__lang-item{list-style:none}.header__lang-link{display:flex;align-items:center;gap:8px;padding:8px 12px;color:inherit;text-decoration:none;transition:all .3s ease}.header__lang-link:hover{background:rgba(0,0,0,.05)}.header__lang-link--active{background:rgba(0,0,0,.1);font-weight:600}.header__lang-link img{width:20px;border-radius:111px;height:20px}.header__burger{position:relative;display:inline-block;width:18px;height:2px;background:var(--emerald800)}.header__burger::after,.header__burger::before{content:"";position:absolute;left:0;width:18px;height:2px;background:var(--emerald800)}.header__burger::before{top:-6px}.header__burger::after{top:6px}.header__menu{display:flex;align-items:center;list-style:none;margin:0;padding:0;position:relative}.header__menu.hidden{display:none}.header__menu__item{list-style:none;position:relative}.header__menu__item--dropdown{cursor:pointer}.header__menu__link{color:var(--neutral800);display:flex;align-items:center;gap:6px;color:var(--neutral800);font-size:16px;font-style:normal;font-weight:600;line-height:1.3;padding:10px;white-space:nowrap}.header__menu__link i{font-size:14px}.header__menu__link:hover{color:var(--emerald500)}.header__menu__submenu{position:absolute;top:100%;left:50%;min-width:300px;background:var(--white);border-radius:3px;padding:0;list-style:none;margin:0;opacity:0;visibility:hidden;transform:translate(-50%,-10px);z-index:100;pointer-events:none}.header__menu__item--dropdown:hover .header__menu__submenu{opacity:1;visibility:visible;transform:translate(-50%,0);pointer-events:auto}.header__menu__submenu-item{list-style:none;position:relative}.header__menu__submenu-item--dropdown:hover>.header__menu__submenu{opacity:1;visibility:visible;transform:translateY(0)}.header__menu__submenu-item--dropdown:hover>.header__menu__submenu-link i{transform:rotate(180deg)}.header__menu__submenu-item--dropdown .header__menu__submenu{top:0;left:calc(100% + 10px);transform:translateX(-10px)}.header__menu__submenu-item--dropdown .header__menu__submenu:hover{opacity:1;visibility:visible;transform:translateX(0)}.header__menu__submenu-link{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;text-decoration:none;border-radius:6px;color:var(--neutral700);font-size:16px;font-style:normal;font-weight:500;line-height:1.3}.header__menu__submenu-link:hover{color:var(--emerald500);opacity:1}.header__menu__submenu-link i{font-size:14px}.header__menu__test{display:flex;align-items:center;gap:8px;font-size:16px;border-radius:8px;background:rgba(255,255,255,.2);color:green;padding:8px 12px;animation:rgb 6s ease-in-out infinite forwards}@keyframes rgb{0%{color:red}20%{color:#ff0}40%{color:orange}60%{color:#ff00ff}80%{color:#0ff}100%{color:red}}.header__menu-btn{width:48px;height:48px;border-radius:10px;border:0;cursor:pointer;background:var(--emerald50);color:inherit;flex:0 0 auto;display:inline-grid;place-items:center;display:none}.pagination{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:6px;width:100%;padding:32px 0 0;max-width:100%}.pagination li a,.pagination li button{display:flex;justify-content:center;align-items:center;min-width:48px;height:48px;background:#fff;border-radius:12px;transition:all .2s ease;border:1px solid transparent;backdrop-filter:blur(8px);color:#667085;font-size:16px;font-style:normal;font-weight:500;line-height:1.3}.pagination li a i,.pagination li button i{font-size:20px;color:#667085}.pagination li a:hover,.pagination li button:hover{border:1px solid #026}.pagination li a.active,.pagination li button.active{border:1px solid #026}.pagination button{border:1px solid var(--emerald500);background:0 0;color:var(--emerald600);font-size:16px;font-style:normal;font-weight:600;line-height:1.3}.pagination button:hover{padding:11px 32px}.footer{background:radial-gradient(50% 305% at 50% 50%,#047857 0,#064e3b 100%);padding-top:60px;padding-bottom:0;margin-top:auto;position:relative;color:var(--white)}.footer::after{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;height:120px;background:url(../images/footer-bg.svg) repeat;background-position:left;z-index:2}.footer__container{display:flex;flex-direction:column}.footer__top{display:flex;flex-direction:row;justify-content:space-between;gap:16px}.footer__top--item{max-width:360px}.footer__bottom{margin-top:40px;padding:20px 0;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer__bottom-item{color:inherit;font-size:16px;font-style:1.4;font-weight:300;line-height:1.3;opacity:.6;display:flex;align-items:center;gap:4px}.footer__bottom-item a{color:inherit;font-size:16px;font-style:normal;font-weight:500;line-height:1.3;text-decoration:none;opacity:1;transition:opacity .3s ease}.footer__bottom-item a:hover{opacity:.8}.footer__text{margin-top:20px;margin-bottom:32px;color:inherit;font-size:18px;font-style:1.3;font-weight:500;line-height:1.3}.footer__menu{display:flex;flex-direction:column;gap:12px}.footer__menu a{color:inherit;font-size:16px;font-style:1.3;font-weight:500;line-height:1.3}.footer__menu--title{color:inherit;font-size:22px;font-style:1.3;font-weight:500;line-height:1.3;margin-bottom:-2px;font-family:Stix}.breadcrumbs{margin-bottom:100px;position:relative;margin-top:var(--height-header);overflow:hidden}.breadcrumbs:has(+.layout.service-page__nav){margin-bottom:0!important}.breadcrumbs .container{padding:80px 16px}.breadcrumbs-img{position:absolute;inset:0;width:100%;height:100%;z-index:-2}.breadcrumbs-img img{width:100%;height:100%;object-fit:cover}.breadcrumbs::before{content:"";position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(6,16,13,.8) 0,rgba(6,16,13,0) 100%);z-index:-1}.breadcrumbs__title{color:var(--white);font-size:40px;font-style:normal;font-weight:700;line-height:1.3;position:relative;z-index:1;font-family:Grandis;max-width:700px}.breadcrumbs__subtitle{color:var(--white);font-size:24px;font-style:normal;font-weight:600;line-height:1.3;font-family:Stix;margin-top:8px;position:relative;z-index:1;max-width:700px}.breadcrumbs__description{color:var(--white);font-size:18px;font-style:normal;font-weight:500;line-height:1.3;position:relative;z-index:1;max-width:700px}.social{display:flex;flex-direction:row;align-items:center;gap:8px}.social a{padding:8px;border-radius:2px;background:rgba(255,255,255,.1490196078);display:flex;justify-content:center;align-items:center}.social a i{color:var(--white);font-size:25px}.form{display:flex;flex-direction:column;margin:120px auto 32px;max-width:900px;padding:30px;background:var(--white);border-radius:2px}.form h6{color:var(--emerald950);font-size:36px;font-style:normal;font-weight:500;line-height:1.3;font-family:Stix;margin-bottom:6px}.form p{color:var(--neutral700);font-size:20px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:50px}.form--list{display:flex;flex-direction:column;gap:32px}.form--list-item{display:flex;flex-direction:column;gap:12px}.form--list-item label{color:var(--emerald900);font-size:18px;font-style:normal;font-weight:500;line-height:1.3}.form--list-item input,.form--list-item::placeholder{color:var(--neutral600);font-size:20px;font-style:normal;font-weight:500;line-height:1.3}.form .tab-panels{display:flex;flex-direction:column;gap:32px}.form .tab-panels .tab-panel{display:none}.form .tab-panels .tab-panel.active{display:block}.form .tab-navigation{display:flex;background-color:unset;border-radius:unset;padding:0;position:relative;margin-bottom:1.25rem;width:100%;margin-bottom:20px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;position:relative;margin-bottom:50px;--width-progress:0%}.form .tab-navigation::before{content:"";position:absolute;top:50%;left:0;right:0;max-width:100%;height:2px;z-index:0;background:var(--neutral200);transition:all .3s ease}.form .tab-navigation::after{content:"";position:absolute;top:50%;left:0;right:0;max-width:100%;width:var(--width-progress);height:2px;z-index:1;background:var(--emerald700);transition:all .3s ease}.form .tab-navigation .tab-button{flex:unset;padding:8px 14px;border:none;background:0 0;cursor:pointer;color:#fff;font-size:16px;border-radius:8px;position:relative;z-index:1;transition:all .3s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap;color:#576565;font-size:17px;font-style:1;font-weight:500;line-height:1.3}.form .tab-navigation .tab-button.active{background:#fff;color:#344054;box-shadow:0 1px 2px 0 rgba(16,24,40,.0509803922)}.form .tab-navigation .tab-button{display:flex;justify-content:center;align-items:center;z-index:2;background:var(--white);padding:10px;aspect-ratio:1/1;flex:0 0 44px;border:1px solid var(--neutral200)}.form .tab-navigation .tab-button.active{border-color:var(--emerald700);background:var(--emerald700);color:var(--white)}.form .tab-navigation .tab-button:hover:not(.active){color:#171a1f;opacity:1}.form .tab-navigation .tab-button:focus{outline-offset:2px}*{box-sizing:border-box}body{background-color:#faf8f4;font-family:Manrope;min-height:100dvh;display:flex;flex-direction:column;position:relative}body ::selection{background:#378ce5;color:#fff;font-weight:400}h1,h2,h3,h4,h5,h6,li,p,ul{margin:0;padding:0}li{list-style:none}a{text-decoration:none;display:flex;flex-direction:row;align-items:center;gap:6px}a i{line-height:24px}img{-webkit-user-select:none;user-select:none;-moz-user-select:none;-webkit-user-drag:none;max-width:100%}section{position:relative;z-index:1}.form-control,input,select{font-size:1rem;padding:12px 8px;border-radius:2px;border:none;border-bottom:2px solid var(--neutral200);transition:all .3s ease;background:0 0;width:100%}.form-control::-webkit-inner-spin-button,.form-control::-webkit-outer-spin-button,input::-webkit-inner-spin-button,input::-webkit-outer-spin-button,select::-webkit-inner-spin-button,select::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.form-control[type=number],input[type=number],select[type=number]{appearance:textfield}.form-control:hover,input:hover,select:hover{background:0 0}.form-control:focus,input:focus,select:focus{border-bottom:2px solid var(--emerald600);box-shadow:none}label.required::after{content:"*";color:red;margin-left:4px;font-size:20px;height:24px}.button{display:flex;flex-direction:row;align-items:center;gap:6px;padding:11px 16px;border-radius:2px;background:var(--emerald600);color:var(--white);cursor:pointer;border:none;transition:all .2s ease-in-out}.button i{line-height:24px}.button.light{background:var(--emerald50);color:var(--emerald600)}.row{--local-space:16px;margin:0 calc(0px - var(--local-space)/ 2);row-gap:var(--local-space)}.row>div{padding:0 calc(var(--local-space)/ 2)}.container{max-width:calc(var(--width-container) + 32px);margin:0 auto;padding:0 16px;width:100%}.blurred{filter:saturate(.5) brightness(.8);pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none}.select-wrapper{position:relative}.select-wrapper select{appearance:none;height:100%}.select-wrapper::after{content:"";position:absolute;right:0;top:50%;transform:translate(-50%,-50%);width:24px;height:24px;background:url(../images/dropdown.svg);background-size:contain;font-size:28px;z-index:5;pointer-events:none}.radio-wrapper{display:flex;gap:16px}.radio-wrapper-item{position:relative;display:flex;align-items:center;gap:8px;padding:10px 16px;border:2px solid var(--neutral200);border-radius:8px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:.2s}.radio-wrapper-item span{color:#555;display:block}.radio-wrapper-radio{appearance:none;width:20px;height:20px;border:2px solid var(--neutral200);border-radius:50%;position:relative;aspect-ratio:1/1;transition:all .2s ease;padding:0}.radio-wrapper-radio:focus{box-shadow:none}.radio-wrapper-radio::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background:var(--emerald600);opacity:0;width:8px;height:8px;transition:all .2s ease}.radio-wrapper-radio:checked::after{opacity:1}.radio-wrapper-radio:checked+span{color:var(--white)}.radio-wrapper-radio:checked{border-color:var(--emerald600)}.radio-wrapper-radio:checked+span{position:relative;z-index:1}.radio-wrapper-radio:checked~span{color:var(--white)}.radio-wrapper-radio:checked+span{color:var(--white)}.radio-wrapper-radio:checked~*{color:var(--white)}.radio-wrapper-item:has(.radio-wrapper-radio:checked){background:#ebf6f2;border-color:var(--emerald600)}.radio-wrapper-item:has(.radio-wrapper-radio:checked) span{color:var(--neutral600)}.hidden{display:none;opacity:0;visibility:hidden}.tab-navigation{display:flex;background-color:#e1e4e9;border-radius:12px;padding:4px;position:relative;margin-bottom:1.25rem;width:fit-content;margin-bottom:20px}.tab-navigation .tab-button{flex:1;padding:8px 14px;border:none;background:0 0;cursor:pointer;color:#fff;font-size:16px;border-radius:8px;position:relative;z-index:1;transition:all .3s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap;color:#576565;font-size:17px;font-style:1;font-weight:500;line-height:1.3}.tab-navigation .tab-button.active{background:#fff;color:#344054;box-shadow:0 1px 2px 0 rgba(16,24,40,.0509803922)}.tab-navigation .tab-button:hover{background-color:v}.tab-navigation .tab-button:hover:not(.active){color:#171a1f;opacity:.7}.tab-navigation .tab-button:focus{outline-offset:2px}.divider{margin:0 auto}.ya-share2__list_direction_vertical{align-items:flex-start!important;display:flex!important;flex-direction:column!important;gap:3px!important}.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short{box-shadow:none!important;border:none!important}.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short i{font-size:20px}.section-top{display:flex;justify-content:space-between;align-items:flex-end;flex-direction:row;gap:16px;margin-bottom:24px;width:100%}.section-top.center{justify-content:center;text-align:center;align-items:center}.section-top.center a{display:none}.section-top.light h4{color:var(--white);font-size:42px;font-style:normal;font-weight:800;line-height:1.3}.section-top.light p{color:var(--white);font-size:28px;font-style:italic;font-weight:600;line-height:1.3;font-family:Stix}.section-top.light a{color:var(--white);font-size:18px;font-style:normal;font-weight:600;line-height:1.3}.section-top-wrapper{display:flex;flex-direction:column;gap:8px}.section-top h4{color:var(--emerald950);font-size:42px;font-style:normal;font-weight:800;line-height:1.3}.section-top p{color:var(--emerald700);font-size:28px;font-style:italic;font-weight:600;line-height:1.3;font-family:Stix}.section-top a{color:var(--emerald800);font-size:18px;font-style:normal;font-weight:600;line-height:1.3;white-space:nowrap}.owl-carousel .owl-stage{display:flex}.owl-carousel .owl-item{float:unset;min-height:unset}.about-section{padding-top:100dvh}.about-section .container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}.about-section__left{width:24px;display:flex;flex-direction:column;gap:24px}.about-section__left--item{display:flex}.about-section__left--link{display:flex}.about-section__left--link i{font-size:24px;color:#98a2b3}.about-section__right{display:flex;flex-direction:column;gap:24px}.about-section__right--link img{width:28px;height:28px;border-radius:59px}.about-section__middle{display:flex;flex-direction:column;justify-content:center;align-items:center;width:75%;padding:24px 0}.about-section__middle--logo{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:50px;gap:24px}.about-section__middle--logo h2{display:flex;flex-direction:column;color:var(--black);font-size:50px;font-style:normal;font-weight:700;line-height:1.3;line-height:64px}.about-section__middle--logo h2 span{color:var(--primary)}.about-section__middle--logo img{width:80px;height:80px}.about-section__middle--content{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:36px;background:#eff4ff;border-radius:24px}.about-section__middle--content-text{color:var(--black);font-size:20px;font-style:normal;font-weight:400;line-height:1.3;margin-bottom:24px;line-height:32px}.about-section__middle--content-video{margin:0 auto;cursor:pointer;max-width:100%;height:250px}.about-section__middle--content-video video{left:50%;position:fixed;top:0;bottom:132.5px;object-fit:cover;transform:translate(-50%,0);z-index:1000}.about-page{display:flex;flex-direction:column;gap:120px}.about-page__card{display:flex;gap:32px}.about-page__card--img{flex:0 0 40%;position:relative}.about-page__card--img img{width:100%;height:auto;border-radius:4px;object-fit:cover;position:sticky;top:calc(var(--height-header) + 20px)}.about-page__card--content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1}.about-page__card--title{color:var(--emerald950);font-size:40px;font-style:normal;font-weight:700;line-height:1.3;margin-bottom:24px;font-family:Grandis}.about-page__card--description p{color:var(--neutral700);font-size:24px;font-style:normal;font-weight:500;line-height:1.3}.about-page__card--description p:not(:last-child){margin-bottom:20px}.about-page__leaders{display:flex;flex-direction:column}.about-page__leaders--text{text-align:center;color:var(--neutral700);font-size:22px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:24px}.about-page__leaders--wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%}.about-page__leaders--item{display:flex;position:relative;overflow:hidden;border-radius:2px}.about-page__leaders--item:hover .about-page__leaders--img::after{height:70%}.about-page__leaders--item:hover .about-page__leaders--img img{transform:scale(1.05)}.about-page__leaders--item:hover .about-page__leaders--content{padding-bottom:32px}.about-page__leaders--item:hover .about-page__leaders--content h5,.about-page__leaders--item:hover .about-page__leaders--content p{color:var(--emerald500)}.about-page__leaders--item:hover .button{padding-right:24px}.about-page__leaders--img{width:100%;height:auto;border-radius:4px;object-fit:cover;position:relative}.about-page__leaders--img::after{content:"";position:absolute;bottom:0;left:0;right:0;transition:all .2s ease-in-out;width:100%;height:50%;background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);z-index:-1}.about-page__leaders--img img{position:relative;z-index:-2;width:100%;height:auto;border-radius:4px;transition:all .2s ease-in-out;object-fit:cover}.about-page__leaders--content{display:flex;flex-direction:column;position:absolute;bottom:0;left:0;right:0;color:var(--white);padding:20px;max-width:75%;transition:all .2s ease-in-out}.about-page__leaders--content h5{color:var(--white);font-size:32px;font-style:normal;font-weight:700;line-height:1.3;font-family:Stix;transition:all .2s ease-in-out;margin-bottom:8px}.about-page__leaders--content p{transition:all .2s ease-in-out;color:var(--white);font-size:22px;font-style:normal;font-weight:500;line-height:1.3}.about-page__leaders button{position:absolute;right:0;bottom:0;background:0 0;color:var(--gold3);font-size:18px;font-style:normal;font-weight:600;line-height:1.3;padding:20px}.hero{position:relative;z-index:3;overflow:hidden;transition:all .2s ease;display:flex;min-height:100svh;width:100%;color:var(--white)}.hero__bg{position:absolute;inset:0;z-index:-1;width:100%;height:100%;overflow:hidden}.hero__bg::after{content:"";position:absolute;inset:0;width:100%;background:linear-gradient(270deg,rgba(6,16,13,0) 0,rgba(6,16,13,.8) 100%);height:100%}.hero__video{width:100%;height:100%;object-position:center;object-fit:cover}.hero__content{width:100%;display:flex;flex-direction:column;justify-content:center;text-align:start;align-items:flex-start;gap:26px}.hero__content h1{color:inherit;font-size:55px;font-style:1;font-weight:700;line-height:1.3;font-family:Grandis}.hero__content h2{color:inherit;font-size:32px;font-style:1;font-weight:500;line-height:italic;font-family:Stix}.hero__content p{color:inherit;font-size:20px;font-style:1.4;font-weight:500;line-height:1.3;max-width:525px}.hero__content--wrapper{display:flex;gap:16px}.hero__content--wrapper .button.alt{background:0 0;color:inherit}.hero__container{height:100%;padding:65px 16px;min-height:100svh;display:flex;flex-direction:column;gap:16px;justify-content:space-between;align-items:flex-start}.hero__stats{display:flex;flex-direction:row;justify-content:space-between;width:100%;align-items:center;min-height:100px}.hero__stats--grid{display:grid;grid-template-columns:repeat(3,1fr);gap:70px}.hero__stats--grid .hero__stats-item{border-left:1px solid rgba(255,255,255,.5019607843);max-width:unset!important}.hero__stats-item{display:flex;flex-direction:column;gap:8px;padding:11px;max-width:440px}.hero__stats-item h3{color:var(--gold1);font-size:40px;font-style:normal;font-weight:500;line-height:1.3;font-family:Stix}.hero__stats-item p{color:inherit;font-size:20px;font-style:normal;font-weight:500;line-height:1.3}.hero__stats-item p span{font-family:Stix}.hero__stats-item:hover .hero__stats-images img{width:44px;height:44px;margin-left:12px}.hero__stats-images{display:flex;flex-direction:row;position:relative}.hero__stats-images img{width:44px;height:44px;border:1px solid rgba(255,255,255,.6980392157);border-radius:50%;object-fit:cover;object-position:top;overflow:hidden;transition:all .3s ease;background:var(--emerald50)}.hero__stats-images img:not(:first-child){margin-left:-17px}.hero__placeholder{height:var(--height-header)}.faq{min-height:110%;margin-bottom:120px}.faq .faq-item{display:flex;align-items:center;flex-direction:column;padding:16px;border-radius:2px;background-color:var(--white);border:1px solid var(--white);width:100%;cursor:pointer;box-sizing:border-box;transition:all .5s ease}.faq .faq-item:not(:last-child){margin-bottom:12px}.faq .faq-item:hover{opacity:.9;transform:none}.faq .faq-item .question{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;transition:all .5s ease;text-align:start;margin-bottom:0;padding-bottom:0;color:var(--black);font-size:24px;font-style:normal;font-weight:600;line-height:1.3;font-family:Grandis;line-height:28px}.faq .faq-item .question .toggle-btn,.faq .faq-item .question i{transition:all .5s ease;margin-bottom:auto;flex:0 0 auto;display:flex;justify-content:center;align-items:center;border-radius:8px;font-size:24px}.faq .faq-item .question .toggle-btn::before,.faq .faq-item .question i::before{transition:all .5s ease}.faq .faq-item hr{margin:0;border-top:0 solid #fff;transition:all .5s ease;width:0;border:0}.faq .faq-item .answer{color:#080e1b;text-align:start;transition:all .5s ease;max-height:0;opacity:0;overflow:hidden;padding:0;margin:0;width:100%;color:#475467;font-size:24px;font-style:normal;font-weight:600;line-height:1.3}.faq .faq-item.active{background-color:#fff;box-shadow:0 0 10px 0 rgba(17,165,74,.1568627451)}.faq .faq-item.active:hover{opacity:1}.faq .faq-item.active hr{width:100%;opacity:.2;border-top:1px solid #080e1b}.faq .faq-item.active .question{color:#080e1b;margin-bottom:16px}.faq .faq-item.active .question .toggle-btn::before{transform:rotate(180deg)}.faq .faq-item.active .answer{color:#080e1b;opacity:.8}.news-section{background:radial-gradient(58.98% 58.98% at 48.83% 47.87%,#047857 0,#024735 100%)}.news-section .section-top{color:var(--white)}.news-section .container{padding:80px 16px 120px}.news-section__wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;min-height:520px}.news-section__grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr 1fr;gap:16px}.news-section__grid--item{display:flex;flex-direction:column;justify-content:flex-end;padding:16px;display:flex;overflow:hidden;position:relative;border-radius:3px}.news-section__grid--item:hover:after{height:80%}.news-section__grid--item:hover h6,.news-section__grid--item:hover p{color:var(--gold2)!important}.news-section__grid--item:hover img{transform:scale(1.1)}.news-section__grid--item::after{content:"";transition:all .3s ease;position:absolute;bottom:0;left:0;right:0;width:100%;height:50%;z-index:2;background:linear-gradient(180deg,rgba(13,37,30,0) 0,#021d15 100%)}.news-section__grid--item-img{position:absolute;width:100%;height:100%;inset:0;z-index:1}.news-section__grid--item-img img{width:100%;height:100%;object-fit:cover;transition:all .2s ease-in-out}.news-section__grid--item-content{display:flex;flex-direction:column;justify-content:flex-end;gap:12px;z-index:3}.news-section__grid--item-content h6{color:var(--white);font-size:20px;font-style:normal;font-weight:500;line-height:1.3;transition:all .2s ease-in-out;font-family:Stix}.news-section__grid--item-content p{color:var(--white);font-size:16px;font-style:normal;font-weight:500;line-height:1.3;transition:all .2s ease-in-out}.news-section__grid--item.main{padding:24px;align-items:flex-start}.news-section__grid--item.main h6{color:var(--white);font-size:28px;font-style:normal;font-weight:600;line-height:1.3;font-family:Stix}.news-section__grid--item.main p{color:var(--white);font-size:18px;font-style:normal;font-weight:500;line-height:1.3;transition:all .2s ease-in-out}.news-page__wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.news-page__wrapper--item{display:flex;flex-direction:column;align-items:stretch}.news-page__wrapper--item img{height:280px;width:100%;object-fit:cover}.news-page__wrapper--item-content{display:flex;flex-direction:column;justify-content:space-between;padding:20px;background:var(--white)}.news-page__wrapper--item-content p{color:var(--neutral900);font-size:22px;font-style:normal;font-weight:700;line-height:1.3;margin-bottom:8px}.news-page__wrapper--item-content span{color:var(--neutral700);font-size:18px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:32px}.news-page__wrapper--item-content button{background:0 0;border:none;margin-top:auto;color:var(--emerald700);font-size:16px;font-style:normal;font-weight:600;line-height:1.3;align-self:flex-end}.news-view{margin-bottom:24px;margin-top:calc(var(--height-header) + 24px)}.news-view__title{color:var(--neutral900);font-size:40px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:16px;font-family:Grandis}.news-view .carousel--wrapper{height:650px;position:relative;overflow:hidden;border-radius:4px}.news-view .carousel--wrapper .news-img-carousel{width:100%;height:100%;border-radius:4px;position:relative}.news-view .carousel--wrapper .news-img-carousel .carousel-track{display:flex;height:100%;transition:transform .3s ease;will-change:transform;cursor:grab}.news-view .carousel--wrapper .news-img-carousel .carousel-track .carousel-slide{position:relative;flex-shrink:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.news-view .carousel--wrapper .news-img-carousel .carousel-track .carousel-slide .background-effect{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;filter:blur(16px);transform:scale(1.2);z-index:0;pointer-events:none}.news-view .carousel--wrapper .news-img-carousel .carousel-track .carousel-slide .contained-image{position:relative;max-width:100%;height:100%;width:100%;object-fit:contain;object-position:center;z-index:1}.news-view .carousel-lines{display:flex;gap:4px;margin:auto;padding:8px;justify-content:center;margin-top:10px;position:relative;z-index:2;background:#f1f7e9;width:fit-content;border-radius:2px}.news-view .carousel-lines div{width:10px;height:6px;border-radius:1px;background:#055b44;opacity:.5;transition:.3s ease;cursor:pointer}.news-view .carousel-lines div.active{width:20px;opacity:1}.news-view__details{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.news-view__details__date{color:var(--neutral700);font-size:16px;font-style:normal;font-weight:500;line-height:1.3}.news-view__details .share-link{color:var(--emerald700);font-size:16px;font-style:normal;font-weight:600;line-height:1.3}.news-view__content :is(h1,h2,h3,h4,h5,h6){scroll-margin-top:calc(var(--height-header) + 24px)}.news-view__content h1,.news-view__content h2,.news-view__content h3,.news-view__content h4,.news-view__content h5,.news-view__content h6{font-family:Stix;color:var(--emerald950);font-weight:700}.news-view__content h1{margin-bottom:32px}.news-view__content h2{margin-bottom:28px}.news-view__content h3{margin-bottom:24px}.news-view__content h4{margin-bottom:20px}.news-view__content h5{margin-bottom:16px}.news-view__content h6{margin-bottom:12px}.news-view__content p{margin-bottom:16px}.news-view__description{color:var(--neutral700);font-size:18px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:24px;background:var(--white);padding:20px;border-left:6px solid var(--emerald600)}.partners{position:relative;height:90px;max-width:100%;overflow:hidden}.partners.mt{margin-top:100px}.partners.mb{margin-bottom:60px}.partners__carousel{position:absolute;display:flex;flex-direction:row;width:max-content;animation:marquee 30s linear infinite alternate}@keyframes marquee{0%{transform:translateX(0)}100%{transform:translateX(calc(100vw - 100%))}}@keyframes marquee-reverse{0%{transform:translateX(calc(100vw - 100%))}100%{transform:translateX(0)}}.partners__carousel.alt{animation-direction:reverse;animation:marquee-reverse 30s linear infinite alternate}.partners__carousel--item{display:flex;transition:all .2s ease-in-out;width:auto;height:90px;justify-content:center;align-items:center;flex:0 0 auto;padding:20px 50px}.partners__carousel--item img{width:auto;object-fit:contain;object-position:center}.partners__carousel--item:hover{filter:contrast(40%)}.results-section{display:grid;grid-template-columns:repeat(12,1fr);gap:16px}.results-section>div{background:rgba(217,239,230,.6);padding:20px;border-radius:2px;position:relative}.results-section .category{position:absolute;z-index:2;top:16px;left:16px}.results-section .category img{width:36px;height:36px}.results-section .category.alt{left:unset;right:16px}.results-section__left{grid-column:span 4;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;z-index:2}.results-section__left::after{content:"";position:absolute;left:0;right:0;bottom:0;width:100%;height:40%;z-index:0;background:linear-gradient(180deg,rgba(114,131,124,0) 0,rgba(13,37,30,.84) 100%)}.results-section__left--content{position:relative;z-index:2;max-width:calc(100% - 140px)}.results-section__left--content h5{color:var(--white);font-size:36px;font-style:normal;font-weight:700;line-height:1.3;font-family:Stix;margin-bottom:8px}.results-section__left--content p{color:var(--white);font-size:24px;font-style:normal;font-weight:500;line-height:1.3}.results-section__left--badge{position:absolute;background:0 0;bottom:0;right:0;transform:translate(40%,30%);width:196px;z-index:2;height:196px;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;border-radius:50%;word-break:unset!important}.results-section__left--badge h6{color:var(--emerald600);font-size:44px;font-style:normal;font-weight:700;line-height:1.3;font-family:Stix;max-width:60%}.results-section__left--badge p{color:var(--emerald950);font-size:16px;font-style:normal;font-weight:500;line-height:1.3;max-width:60%}.results-section__left--badge::after{content:"";position:absolute;inset:0;width:100%;height:100%;z-index:-1;background:url(../images/badge.svg) no-repeat center center;background-size:contain}.results-section__left--img{inset:0;background:0 0;position:absolute;z-index:0}.results-section__left--img img{width:100%;object-fit:cover;object-position:top;height:100%}.results-section__right{display:grid;grid-template-columns:repeat(8,1fr);grid-column:span 8;gap:12px;background:0 0!important;padding:0!important}.results-section__right>div{background:rgba(217,239,230,.6);padding:20px;border-radius:2px;position:relative}.results-section__right--top-left{grid-column:span 3}.results-section__right--top-left h5{color:var(--emerald500);font-size:52px;font-style:normal;font-weight:600;line-height:1.3;font-family:Stix;margin-bottom:4px}.results-section__right--top-left p{color:var(--emerald950);font-size:18px;font-style:normal;font-weight:500;line-height:1.3}.results-section__right--top-right{grid-column:span 5}.results-section__right--top-right h5{color:var(--emerald800);font-size:52px;font-style:normal;font-weight:600;line-height:1.3;font-family:Stix;margin-bottom:4px}.results-section__right--top-right p{color:var(--emerald950);font-size:18px;font-style:normal;font-weight:500;line-height:1.3}.results-section__right--bottom{grid-column:span 8}.results-section__right--bottom h5{color:var(--emerald800);font-size:28px;font-style:normal;font-weight:600;line-height:1.3;font-family:Stix;margin-bottom:4px;max-width:80%}.results-section__right--bottom p{display:flex;align-items:center;gap:6px}.results-section__right--bottom p:first-child{color:var(--emerald600);font-size:18px;font-style:normal;font-weight:500;line-height:1.3}.results-section__right--bottom p:first-child span{background:var(--emerald600);display:block;width:14px;height:14px}.results-section__right--bottom p:last-child{color:var(--gold1);font-size:18px;font-style:normal;font-weight:500;line-height:1.3}.results-section__right--bottom p:last-child span{background:var(--gold1);display:block;width:14px;height:14px}.results-graph{max-width:100%}.results-graph__legend{display:flex;gap:24px;margin-bottom:24px;flex-wrap:wrap}.results-graph__legend-item{display:flex;align-items:center;gap:8px}.results-graph__legend-color{display:block;width:14px;height:14px;border-radius:2px}.results-graph__legend-color--bien{background:#00896d}.results-graph__legend-color--overall{background:#d6be8d}.results-graph__legend-text{color:var(--emerald950);font-size:14px;font-style:normal;font-weight:500;line-height:1.3}.results-graph__chart{display:flex;gap:16px;align-items:flex-end;justify-content:space-between;height:280px;padding-bottom:24px;overflow:hidden}.results-graph__bar-group{display:flex;flex-direction:column;align-items:center;gap:12px;flex:1;min-width:0}.results-graph__bars{display:flex;gap:8px;align-items:flex-end;width:100%;height:100%;justify-content:center}.results-graph__bar{width:clamp(8px,3vw,24px);border-radius:2px 2px 0 0;position:relative;display:flex;align-items:flex-start;justify-content:center;padding-top:8px;min-height:0}.results-graph__bar--bien{background:var(--emerald600)}.results-graph__bar--overall{background:var(--gold1)}.results-graph__bar-value{position:absolute;bottom:100%;color:var(--black);font-size:14px;font-style:normal;font-weight:700;line-height:1.3;white-space:nowrap}.results-graph__label{color:var(--emerald950);font-size:14px;font-style:normal;font-weight:600;line-height:1.3;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.results-page{display:flex;flex-direction:column;gap:120px}.results-page__achievements{display:flex;flex-direction:row;gap:16px;align-items:flex-start}.results-page__achievements--left{display:flex;flex-direction:column;padding-left:15px!important;gap:16px;position:relative;--progress-achievements-tab:0%}.results-page__achievements--left::before{content:"";position:absolute;top:0;left:0;bottom:0;width:3px;height:100%;background:var(--neutral300);z-index:2;border-radius:50px}.results-page__achievements--left::after{content:"";position:absolute;inset:0;width:3px;height:var(--progress-achievements-tab);background:var(--emerald700);top:0;left:0;bottom:0;border-radius:50px;z-index:3}.results-page__achievements--left .tab-navigation{background:0 0;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;position:relative;width:100%;padding:0}.results-page__achievements--left .tab-navigation .tab-button{opacity:.5;filter:grayscale(100%);background:0 0;border:none;box-shadow:none}.results-page__achievements--left .tab-navigation .tab-button.active,.results-page__achievements--left .tab-navigation .tab-button:hover{opacity:1;border:none;box-shadow:none;filter:none;background:0 0}.results-page__achievements--left .tab-panel{display:flex;flex-direction:column;min-height:300px}.results-page__achievements--right{display:grid;grid-template-columns:repeat(2,1fr);background:#ebf6f2;padding:18px!important}.results-page__achievements--right,.results-page__achievements--right :not(circle){transition:all .3s ease}.results-page__achievements--right-wrapper{display:flex;flex-direction:column;justify-content:space-between}.results-page__achievements--right-text{color:var(--neutral700);font-size:20px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:8px}.results-page__achievements--right-graph{display:flex;align-items:center;justify-content:center;position:relative;height:280px}.results-page__achievements--right-graph .donut-chart{width:280px;height:280px;z-index:2}.results-page__achievements--right-graph svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.results-page__achievements--right-graph p{position:absolute;left:50%;top:50%;z-index:3;transform:translate(-50%,-50%);font-weight:700;font-size:64px;line-height:44px;letter-spacing:-2%;text-align:center;vertical-align:middle}.results-page__achievements--right-legend{display:flex;flex-direction:column;gap:24px}.results-page__achievements--right-legend-item{border-left:4px solid transparent;padding-left:4px}.results-page__achievements--right-legend-item p{color:var(--neutral600);font-size:18px;font-style:normal;font-weight:500;line-height:1.3}.results-page__achievements--right-legend-item span{color:var(--black);font-size:24px;font-style:normal;font-weight:600;line-height:1.3}.results-page__achievements--right-legend-item:first-child{border-left-color:var(--emerald700)}.results-page__achievements--right-legend-item:last-child{border-left-color:var(--gold1)}.results-page__achievements--cards{display:flex;flex-flow:row;gap:16px;margin-top:auto}.results-page__achievements--cards-item{background:var(--white);padding:16px;border-radius:2px;display:flex;flex-direction:column;justify-content:space-between;gap:32px;max-width:50%;transition:all .3s ease}.results-page__achievements--cards-item:hover .content__cards--title{color:var(--emerald400)}.results-page__achievements--cards-title{color:var(--emerald700);font-size:40px;font-style:normal;font-weight:600;line-height:1.3;font-family:Stix}.results-page__table{width:100%;background:var(--white);border-collapse:collapse;padding:8px}.results-page__table-wrapper{overflow-x:auto;max-width:100%}.results-page__table thead{margin-top:10px}.results-page__table thead th{color:var(--emerald900);font-size:20px;font-style:normal;font-weight:600;line-height:1.3;text-align:center}.results-page__table thead th:first-child{text-align:start}.results-page__table thead th:last-child{background:#ebf6f2}.results-page__table tbody td{color:var(--neutral700);font-size:24px;font-style:normal;font-weight:500;line-height:1.3;text-align:center;min-width:200px}.results-page__table tbody td:first-child{color:var(--neutral600);font-size:22px;font-style:normal;font-weight:600;line-height:1.3;text-align:start;font-family:Stix}.results-page__table tbody td:last-child{background:#ebf6f2;color:var(--gold1);font-size:36px;font-style:normal;font-weight:700;line-height:1.3}.results-page__services{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.results-page__services--item{display:flex;height:270px;overflow:hidden}.results-page__services--item img{height:100%;flex:0 0 220px;object-fit:cover}.results-page__services--item-content{display:flex;flex-direction:column;justify-content:space-between;padding:16px;background:var(--white)}.results-page__services--item-content p{color:var(--neutral900);font-size:22px;font-style:normal;font-weight:700;line-height:1.3;margin-bottom:5px}.results-page__services--item-content span{color:var(--neutral700);font-size:18px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:8px}.results-page__services--item-content a{margin-left:8px;margin-top:auto;color:var(--emerald700);font-size:16px;font-style:normal;font-weight:600;line-height:1.3}.mentors{position:relative}.mentors-wrapper{overflow:clip}.mentors-bg{position:sticky;top:0;bottom:0}.mentors-bg img{width:100%;height:100%;z-index:-3;object-fit:cover}.mentors-section{position:relative;gap:32px;margin-top:-120vh;text-align:center;display:flex;flex-direction:row;justify-content:center;width:100%;min-height:300vh}.mentors-section__carousel{position:sticky;top:0;bottom:0;width:clamp(220px,22vw,300px);height:100vh;perspective:700px;transform-style:preserve-3d}.mentors-section__carousel a{position:absolute;top:50vh;left:50%;width:100%;transform:translate3d(-50%,-50%,0);transform-origin:center center;will-change:transform,opacity,filter;backface-visibility:hidden}.mentors-section__carousel a:nth-child(1){transform:translate3d(-50%,-50%,0);opacity:1;z-index:9;filter:blur(0)}.mentors-section__carousel a:nth-child(2){transform:translate3d(calc(-50% - 48px),calc(-50% + 36px),-220px) scale(.8);filter:blur(2.5px);z-index:8;opacity:.7}.mentors-section__carousel a:nth-child(3){transform:translate3d(calc(-50% - 84px),calc(-50% - 20px),-460px) scale(.58);z-index:7;filter:blur(6.5px);opacity:.5}.mentors-section__carousel a:nth-child(4){transform:translate3d(calc(-50% - 116px),calc(-50% - 68px),-720px) scale(.38);z-index:6;filter:blur(10.5px);opacity:.2}.mentors-section__carousel a img{display:block;width:100%;height:auto}.mentors-section__card-info{position:absolute;bottom:0;left:0;width:100%;padding:16px;background:linear-gradient(to top,rgba(0,0,0,.72) 0,rgba(0,0,0,0) 100%);display:flex;flex-direction:column;gap:4px}.mentors-section__card-name{color:var(--white);font-size:18px;font-style:normal;font-weight:700;line-height:1.3}.mentors-section__card-title{color:rgba(255,255,255,.8);font-size:13px;font-style:normal;font-weight:400;line-height:1.3}.mentors-section__content{display:flex;justify-content:center;flex-direction:column;align-items:center;position:sticky;top:50vh;transform:translateY(-50%);gap:32px;margin-top:50vh;margin-bottom:20vh;text-align:center;overflow:hidden;align-self:flex-start;max-width:600px}.mentors-section__text{color:var(--white);font-size:32px;font-style:normal;font-weight:700;line-height:1.3;font-family:Stix}.mentors-section a{background:0 0;border:1px solid #fff;color:var(--white);font-size:18px;font-style:normal;font-weight:700;line-height:1.3}.mentors-section__fliptext{display:flex;justify-content:center;align-items:center;height:160px}.mentors-section__fliptext p{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;color:var(--white);font-size:64px;font-style:normal;font-weight:700;line-height:1.3;text-align:center;vertical-align:middle;transition:all .5s ease}.mentors-section__fliptext p.active{opacity:1;transform:translate(-50%,-50%) rotateX(0)}.mentors-section__fliptext p.prev{opacity:0;transform:translate(-50%,-100%) rotateX(90deg)}.mentors-section__fliptext p.next{opacity:0;transform:translate(-50%,0) rotateX(-90deg)}.map{padding:100px 16px}.applicants{overflow:hidden}.applicants-wrapper{display:flex;flex-direction:column;position:relative;--progress:0px;--line-start:250px;--line-height:calc(100% - 500px);margin-bottom:32px}.applicants-wrapper::after{content:"";position:absolute;z-index:-1;width:2px;background:var(--neutral300);height:var(--line-height);left:50%;transform:translateX(-50%);top:var(--line-start)}.applicants-wrapper::before{content:"";position:absolute;z-index:0;width:2px;background:var(--emerald500);height:var(--progress);left:50%;transform:translateX(-50%);top:var(--line-start)}.applicants-item{display:flex;flex-direction:row;gap:88px;position:relative;align-items:center;margin-bottom:80px}.applicants-item:nth-child(even){flex-direction:row-reverse}.applicants-item:nth-child(even) .left{text-align:start}.applicants-item:nth-child(even) .right .img{right:unset;left:0;justify-content:flex-start}.applicants-item:nth-child(even) .right .img .data{right:unset;left:80%}.applicants-item:nth-child(even) .right .img .universities{left:unset;right:-32px;text-align:end}.applicants-item:nth-child(even) .right .img .category i{left:unset;right:32px}.applicants-item .left{text-align:end;width:49%}.applicants-item .left h5{color:var(--emerald950);font-size:32px;font-style:normal;font-weight:700;line-height:1.3;font-family:Stix}.applicants-item .left p{color:var(--neutral700);font-size:20px;font-style:normal;font-weight:600;line-height:1.3}.applicants-item .middle{display:flex;flex-direction:column;width:16px;height:16px;background:var(--neutral400);position:absolute;top:50%;left:50%;border-radius:1px;transform:translate(-50%,-50%)}.applicants-item .middle.active{background:var(--emerald500)}.applicants-item .right{position:relative;min-height:500px;width:49%}.applicants-item .right .data{position:absolute;top:100px;right:80%;width:fit-content;display:flex;flex-direction:column;gap:6px;background:var(--white);padding:16px}.applicants-item .right .data p{white-space:nowrap}.applicants-item .right .img{background:var(--emerald100);display:flex;justify-content:flex-end;align-items:flex-end;position:absolute;right:0;bottom:32px;top:0;width:50%}.applicants-item .right .img .category i{position:absolute;top:32px;left:32px;color:var(--emerald500);font-size:36px}.applicants-item .right .img .universities{position:absolute;bottom:0;left:-32px;display:flex;flex-direction:column;gap:6px;background:var(--white);padding:16px}.applicants-item .right .img .universities h6{color:var(--gold1);font-size:24px;font-style:normal;font-weight:700;line-height:1.3;font-family:Stix}.applicants-item .right .img .universities p{color:var(--neutral700);font-size:20px;font-style:normal;font-weight:600;line-height:1.3}.applicants-item .right .img img{width:auto;height:95%;object-fit:contain}.students{position:relative;max-width:100%;overflow:hidden}.students__carousel{width:100%;display:flex;flex-wrap:nowrap;will-change:transform;position:relative;overflow:auto;flex-direction:row}.students__carousel--item{display:flex;transition:all .2s ease-in-out;flex-direction:column;padding:20px;background:var(--white);height:100%;gap:20px}.students__carousel--item-img{position:relative;flex:1;max-height:422px;width:100%}.students__carousel--item-img img{width:auto;object-fit:cover;height:100%;width:100%;object-position:top}.students__carousel--item-img .category{position:absolute;top:20px;left:20px;background:var(--white);z-index:2;padding:4px 8px;border-radius:2px}.students__carousel--item-img .category p{color:var(--emerald700);font-size:20px;font-style:normal;font-weight:600;line-height:1.3}.students__carousel--item-content{background:var(--white);border-radius:4px;width:100%;max-width:400px;position:relative}.students__carousel--item-content p{color:var(--black);font-size:20px;font-style:normal;font-weight:500;line-height:1.3}.students__carousel--item-content hr{opacity:.3;margin:8px 0;border-bottom:1px solid var(--black)}.students__carousel--item-content h5{color:var(--black);font-size:28px;font-style:normal;font-weight:700;line-height:1.3;font-family:Stix}.students__carousel--item-content span{color:var(--gold3);font-size:24px;font-style:normal;font-weight:700;line-height:1.3;font-family:Stix}.students__carousel--item-content .category{position:absolute;top:0;right:0;z-index:2}.students__carousel--item-content .category i{color:var(--emerald700);font-size:20px;font-style:normal;font-weight:600;line-height:1.3}.director{margin-bottom:120px;overflow:hidden;padding-top:120px}.director .container{width:100%;background:radial-gradient(70.57% 1693.83% at 99.29% 44.01%,#047857 0,#036348 100%);padding:0}.director .director-wrapper{display:flex;justify-content:space-between;width:100%}.director .director-wrapper .social a{border-radius:2px}.director-content{display:flex;flex-direction:column;background-color:var(--emerald800);min-height:320px;padding:80px;gap:16px}.director-content h5{color:var(--white);font-size:40px;font-style:normal;font-weight:700;line-height:1.3;font-family:Stix}.director-content p{color:var(--gold1);font-size:24px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:32px}.director-content .social{display:flex;gap:15px}.director-content .social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;transition:all .3s}.director-content .social a:hover{background-color:rgba(255,255,255,.1)}.director-content .social a i{font-size:18px}.director-img{position:relative;width:40%;min-height:320px}.director-img img{width:100%;height:120%;object-fit:contain;position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:4}.director-img i{position:absolute;top:20px;right:20px;font-size:300px;color:rgba(26,180,137,.1019607843)}.events-section{padding:120px 0 150px}.events-section.alt{padding:80 16px}.events-section .container{padding:0 16px;margin-bottom:0}.events-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.events-section__item{display:flex;flex-direction:column;overflow:hidden;color:inherit}.events-section__item:hover .events-section__item--img img{transform:scale(1.05)}.events-section__item:hover .events-section__item--content h6{color:var(--emerald700)}.events-section__item:hover .events-section__item--content-wrapper .link{color:var(--gold1)}.events-section__item:hover .events-section__item--content-wrapper p{color:var(--emerald700)}.events-section__item--img{position:relative;width:100%;height:280px;overflow:hidden;transition:all .3s ease-in-out}.events-section__item--img img{width:100%;transition:all .3s ease-in-out;height:100%;object-fit:cover}.events-section__item--img .category{position:absolute;top:20px;left:20px;background:var(--white);z-index:2;padding:4px 8px;border-radius:2px}.events-section__item--img .category p{color:var(--emerald700);font-size:20px;font-style:normal;font-weight:600;line-height:1.3}.events-section__item--content{display:flex;flex-direction:column;gap:32px;padding:20px;background:var(--white)}.events-section__item--content h6{transition:all .3s ease-in-out;color:var(--black);font-size:26px;font-style:normal;font-weight:600;line-height:1.3}.events-section__item--content-wrapper{display:flex;flex-flow:row wrap;justify-content:space-between;gap:12px}.events-section__item--content-wrapper p{transition:all .3s ease-in-out;color:var(--gold3);font-size:20px;font-style:normal;font-weight:500;line-height:1.3}.events-section__item--content-wrapper .link{color:var(--emerald700);font-size:18px;font-style:normal;font-weight:600;line-height:1.3;transition:all .3s ease-in-out;background:0 0;padding:0}.events-page{display:flex;flex-direction:column;gap:120px}.events-page__wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.events-page__wrapper--item{display:flex;flex-direction:column;position:relative}.events-page__wrapper--item img{height:280px;width:100%;object-fit:cover}.events-page__wrapper--item-content{display:flex;flex-direction:column;justify-content:space-between;padding:20px;background:var(--white)}.events-page__wrapper--item-content p{color:var(--neutral900);font-size:22px;font-style:normal;font-weight:700;line-height:1.3;margin-bottom:8px}.events-page__wrapper--item-content span{color:var(--neutral700);font-size:18px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:32px}.events-page__wrapper--item-content button{background:0 0;border:none;margin-top:auto;color:var(--emerald700);font-size:16px;font-style:normal;font-weight:600;line-height:1.3;align-self:flex-end}.events-page__wrapper--item .category{position:absolute;top:16px;left:16px;background:var(--white);z-index:4;padding:4px 8px;border-radius:2px;color:var(--emerald700);font-size:20px;font-style:normal;font-weight:600;line-height:1.3;pointer-events:none}.events-page__leaders{display:flex;flex-direction:column}.events-page__leaders--text{text-align:center;color:var(--neutral700);font-size:22px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:24px}.events-page__leaders--wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%}.events-page__leaders--item{display:flex;position:relative;overflow:hidden;border-radius:2px}.events-page__leaders--item:hover .events-page__leaders--img::after{height:70%}.events-page__leaders--item:hover .events-page__leaders--img img{transform:scale(1.05)}.events-page__leaders--item:hover .events-page__leaders--content{padding-bottom:32px}.events-page__leaders--item:hover .events-page__leaders--content h5,.events-page__leaders--item:hover .events-page__leaders--content p{color:var(--emerald500)}.events-page__leaders--item:hover .button{padding-right:24px}.events-page__leaders--img{width:100%;height:auto;border-radius:4px;object-fit:cover;position:relative}.events-page__leaders--img::after{content:"";position:absolute;bottom:0;left:0;right:0;transition:all .2s ease-in-out;width:100%;height:50%;background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);z-index:-1}.events-page__leaders--img img{position:relative;z-index:-2;width:100%;height:auto;border-radius:4px;transition:all .2s ease-in-out;object-fit:cover}.events-page__leaders--content{display:flex;flex-direction:column;position:absolute;bottom:0;left:0;right:0;color:var(--white);padding:20px;max-width:75%;transition:all .2s ease-in-out}.events-page__leaders--content h5{color:var(--white);font-size:32px;font-style:normal;font-weight:700;line-height:1.3;font-family:Stix;transition:all .2s ease-in-out;margin-bottom:8px}.events-page__leaders--content p{transition:all .2s ease-in-out;color:var(--white);font-size:22px;font-style:normal;font-weight:500;line-height:1.3}.events-page .link{position:absolute;right:0;bottom:0;background:0 0;color:var(--gold3);font-size:18px;font-style:normal;font-weight:600;line-height:1.3;padding:20px}.events-view{position:relative}.events-view__header{position:relative;top:0;display:grid;transform:translateY(calc(-100px - 50%));grid-template-columns:repeat(3,1fr);gap:16px;width:100%;background:var(--emerald700);padding:16px;border-radius:2px}.events-view__header::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.2;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");background-repeat:repeat;background-size:100px 100px}.events-view__header--item{display:flex;flex-direction:column;padding:4px 12px;border-left:1px solid rgba(255,255,255,.5019607843)}.events-view__header--item p{color:var(--white);font-size:18px;font-style:normal;font-weight:500;line-height:1.3}.events-view__header--item p:last-child{font-family:Stix;color:var(--gold1);font-size:24px;font-style:normal;font-weight:600;line-height:1.3}.events-view__card{display:flex;gap:64px;position:relative}.events-view__card--img{flex:0 0 33%;position:relative;align-self:flex-start}.events-view__card--img::after{content:"";position:absolute;inset:0;width:100%;height:100%;background:#d9efe6;z-index:-1;transform:rotate(3deg) translate(16px,-16px)}.events-view__card--img img{width:100%;height:auto;border-radius:4px;object-fit:cover}.events-view__card--content{display:flex;flex-direction:column;justify-content:center;flex:1;min-height:100%}.events-view__card--title{color:var(--emerald950);font-size:40px;font-style:normal;font-weight:700;line-height:1.3;margin-bottom:24px;font-family:Grandis}.events-view__card--description{margin-bottom:20px;color:var(--neutral700);font-size:24px;font-style:normal;font-weight:500;line-height:1.3}.events-view__card--description:not(:last-child){margin-bottom:20px}.events-view__prize{background:radial-gradient(58.98% 58.98% at 48.83% 47.87%,#047857 0,#024735 100%);position:relative;overflow:hidden}.events-view__prize::before{content:"";position:absolute;inset:0;pointer-events:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='64' height='64'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='1.4' numOctaves='1' stitchTiles='stitch'/><feColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");background-repeat:repeat;background-size:64px 64px}.events-view__prize .container{display:flex;flex-direction:row;gap:120px;padding:50px 16px;margin:0 auto}.events-view__prize--content{display:flex;flex-direction:column;justify-content:center;flex:1}.events-view__prize--img{width:100%;height:auto;flex:0 0 25%;position:relative}.events-view__prize--img img{width:100%;height:100%;object-fit:cover;position:relative;z-index:2}.events-view__prize--img i{font-size:400px;color:var(--white);position:absolute;left:40%;opacity:.15;top:20%;z-index:1;transform:rotate(15deg)}.events-view__prize--title{color:var(--white);font-size:32px;font-style:normal;font-weight:700;line-height:1.3;font-family:Grandis;margin-bottom:24px}.events-view__prize--description p{color:var(--white);font-size:22px;font-style:normal;font-weight:500;line-height:1.3}.events-view__prize--description p:not(:last-child){margin-bottom:20px}.content{padding:16px;background:var(--white);border-radius:2px}.content__title{color:#042f2e;font-size:40px;font-style:normal;font-weight:700;line-height:1.3;font-family:Grandis;margin-bottom:10px}.content__subtitle{color:var(--neutral700);font-size:32px;font-style:normal;font-weight:600;line-height:1.3;font-family:Stix;margin-bottom:10px}.content__text{color:#475467;font-size:20px;font-style:normal;font-weight:500;line-height:1.3}.content__text:not(:last-child){margin-bottom:16px}.content__text strong{color:var(--black);font-size:24px;font-style:normal;font-weight:600;line-height:1.3;margin-bottom:10px}.content__text p:not(:last-child){margin-bottom:16px}.content__text ul{margin-left:16px}.content__text ul li{list-style-type:disc}.content__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%}.content__stats._4{grid-template-columns:repeat(4,1fr)}.content__stats--item{display:flex;flex-direction:column;align-items:flex-start;border-left:2px solid var(--neutral200);padding:12px}.content__stats--item p{color:var(--gold1);font-size:52px;font-style:normal;font-weight:600;line-height:1.3;font-family:Stix}.content__stats--item span{color:var(--neutral700);font-size:22px;font-style:normal;font-weight:600;line-height:1.3}.content__section{display:flex;flex-direction:column}.content__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:auto}.content__grid._2{grid-template-columns:repeat(2,1fr)}.content__grid._2 .alt{grid-column:span 2}.content__grid--item{display:flex;flex-direction:column;padding:16px;background:var(--white)}.content__grid-number{font-family:Stix;color:var(--gold1);font-size:40px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:32px}.content__grid-title{color:var(--neutral800);font-size:22px;font-style:normal;font-weight:600;line-height:1.3;margin-bottom:16px}.content__grid-text{color:var(--neutral700);font-size:18px;font-style:normal;font-weight:500;line-height:1.3}.content__banner{display:flex;flex-direction:row;height:320px;background:radial-gradient(70.57% 1693.83% at 99.29% 44.01%,#047857 0,#036348 100%);margin:120px 0 0;gap:50px}.content__banner--content{padding:60px;width:50%;display:flex;justify-content:space-between;flex-direction:column;gap:16px}.content__banner--content-title{color:var(--white);font-size:28px;font-style:normal;font-weight:600;line-height:1.3;font-family:Stix}.content__banner--content-quote{color:#fff;font-size:18px;font-style:normal;font-weight:500;line-height:1.3}.content__banner--img{flex:1;clip-path:polygon(60px 0,100% 0,100% 100%,0 100%);height:100%}.content__banner--img img{width:100%;height:100%;object-fit:cover}.team{position:relative;max-width:100%;margin-bottom:120px}.team-page{display:flex;flex-direction:column;gap:120px}.team-page__leaders{display:flex;flex-direction:column}.team-page__leaders--text{text-align:center;color:var(--neutral700);font-size:22px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:24px}.team-page__leaders--wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;width:100%}.team-page__leaders--item{display:flex;position:relative;overflow:hidden;border-radius:2px}.team-page__leaders--item:hover .team-page__leaders--img::after{height:70%}.team-page__leaders--item:hover .team-page__leaders--img img{transform:scale(1.05)}.team-page__leaders--item:hover .team-page__leaders--content{padding-bottom:32px}.team-page__leaders--item:hover .team-page__leaders--content h5,.team-page__leaders--item:hover .team-page__leaders--content p{color:var(--emerald500)}.team-page__leaders--item:hover .button{padding-right:24px}.team-page__leaders--img{width:100%;height:auto;border-radius:4px;object-fit:cover;position:relative}.team-page__leaders--img::after{content:"";position:absolute;bottom:0;left:0;right:0;transition:all .2s ease-in-out;width:100%;height:50%;background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);z-index:-1}.team-page__leaders--img img{position:relative;z-index:-2;width:100%;height:auto;border-radius:4px;transition:all .2s ease-in-out;object-fit:cover}.team-page__leaders--content{display:flex;flex-direction:column;position:absolute;bottom:0;left:0;right:0;color:var(--white);padding:20px;max-width:75%;transition:all .2s ease-in-out}.team-page__leaders--content h5{color:var(--white);font-size:32px;font-style:normal;font-weight:700;line-height:1.3;font-family:Stix;transition:all .2s ease-in-out;margin-bottom:8px}.team-page__leaders--content p{transition:all .2s ease-in-out;color:var(--white);font-size:22px;font-style:normal;font-weight:500;line-height:1.3}.team-page__card{display:flex;gap:32px}.team-page__card--img{flex:0 0 40%;position:relative}.team-page__card--img img{width:100%;height:auto;border-radius:4px;object-fit:cover;position:sticky;top:calc(var(--height-header) + 20px)}.team-page__card--content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1}.team-page__card--title{color:var(--emerald950);font-size:40px;font-style:normal;font-weight:700;line-height:1.3;margin-bottom:24px;font-family:Grandis}.team-page__card--description p{color:var(--neutral700);font-size:20px;font-style:normal;font-weight:500;line-height:1.3}.team-page__card--description p:not(:last-child){margin-bottom:20px}.team-page__services{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.team-page__services--item{display:flex;height:270px;overflow:hidden}.team-page__services--item img{height:100%;flex:0 0 220px;object-fit:cover;width:220px}.team-page__services--item-content{display:flex;flex-direction:column;justify-content:space-between;padding:16px;background:var(--white)}.team-page__services--item-content p{color:var(--neutral900);font-size:22px;font-style:normal;font-weight:700;line-height:1.3;margin-bottom:5px}.team-page__services--item-content span{color:var(--neutral700);font-size:18px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:8px}.team-page__services--item-content a{margin-left:8px;margin-top:auto;color:var(--emerald700);font-size:16px;font-style:normal;font-weight:600;line-height:1.3}.team-page .link{position:absolute;right:0;bottom:0;background:0 0;color:var(--gold3);font-size:18px;font-style:normal;font-weight:600;line-height:1.3;padding:20px}.team-view__card{display:flex;gap:32px}.team-view__card--img{flex:0 0 40%}.team-view__card--img img{width:100%;height:auto;border-radius:4px;object-fit:cover}.team-view__card--content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1}.team-view__card--content-wrapper{margin-bottom:32px;display:flex;flex-direction:column;gap:10px}.team-view__card--content-wrapper-top{color:var(--emerald950);font-size:24px;font-style:normal;font-weight:600;line-height:1.3;font-family:Stix}.team-view__card--content-wrapper-bottom{display:flex;gap:16px}.team-view__card--content-wrapper-bottom p{display:flex;flex-direction:row;gap:6px;align-items:center;color:var(--neutral700);font-size:18px;font-style:normal;font-weight:500;line-height:1.3}.team-view__card--content-wrapper-bottom p i{font-size:24px;color:var(--emerald700)}.team-view__card--content-wrapper-bottom ul{margin-left:20px}.team-view__card--content-wrapper-bottom ul li{color:var(--neutral700);font-size:18px;font-style:normal;font-weight:500;line-height:1.3;list-style:disc}.team-view__card--title{color:var(--emerald950);font-size:44px;font-style:normal;font-weight:600;line-height:1.3;margin-bottom:4px;font-family:Stix}.team-view__card--subtitle{color:var(--gold1);font-size:24px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:16px}.team-view__card--description{margin-bottom:32px}.team-view__card--description p{color:var(--neutral700);font-size:18px;font-style:normal;font-weight:500;line-height:1.3}.team-view__card--description p:not(:last-child){margin-bottom:20px}.exam-page__wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:120px}.exam-page__item{display:flex;flex-direction:row}.exam-page__item--img{flex:0 0 270px}.exam-page__item--img img{width:100%;height:auto;object-fit:cover}.exam-page__item--content{display:flex;flex-direction:column;padding:16px;flex:1;background:var(--white)}.exam-page__item--content .link{margin-top:auto;color:var(--emerald700);font-size:16px;font-style:normal;font-weight:600;line-height:1.3}.exam-page__item-title{color:var(--emerald900);font-size:22px;font-style:normal;font-weight:700;line-height:1.3;margin-bottom:8px}.exam-page__item-text{color:var(--neutral700);font-size:16px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:4px}.materials-page__hero{display:flex;flex-direction:column;gap:24px}.materials-page__hero--content{display:flex;flex-direction:row;gap:16px;justify-content:space-around}.materials-page__hero--content p{text-align:center;padding:10px}.materials-page__hero--middle{display:flex;flex-direction:row;gap:16px;justify-content:space-evenly}.materials-page__hero--middle-content{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:40%;text-align:center}.materials-page__hero--middle-content i{color:var(--emerald600);font-size:28px}.materials-page__hero--middle-content h1{color:var(--emerald950);font-size:40px;font-style:normal;font-weight:700;line-height:1.3;font-family:Grandis}.materials-page__hero--middle-content p{color:var(--emerald600);font-size:28px;font-style:italic;font-weight:600;line-height:1.3;font-family:Stix}.materials-page__hero--middle p{text-align:center;padding:10px}.service-page .container{padding:120px 16px 0;margin:0 auto}.service-page__hero{min-height:50vh}.service-page__hero .container{margin:0 auto;padding:120px 16px}.service-page__nav{display:flex;justify-content:center;align-items:center;position:sticky;top:calc(var(--height-header) + 16px);margin-top:-80px;z-index:999}.service-page__nav--wrapper{display:flex;flex-direction:row;gap:16px;align-items:center;justify-content:space-between;background:var(--white);border-radius:2px;padding:5px}.service-page__nav--wrapper a{-webkit-user-select:none;user-select:none;padding:6px 10px;color:var(--black);font-size:18px;font-style:normal;font-weight:600;line-height:1.3;border-radius:2px}.service-page__nav--wrapper a.active{color:var(--emerald600);font-size:18px;font-style:normal;font-weight:600;line-height:1.3;background:var(--emerald50)}.service-page__strategy{background:#d9efe6}.service-page__strategy .container{padding:120px 16px;display:flex;flex-direction:column;gap:64px;margin-bottom:0}.service-page__strategy--content{display:flex;flex-direction:row;gap:16px;justify-content:space-around}.service-page__strategy--content div{width:260px}.service-page__strategy--content div._1{width:280px}.service-page__strategy--content div._2{width:230px;margin-left:64px}.service-page__strategy--content div img{height:auto;aspect-ratio:1/1;width:100%}.service-page__strategy--content div:first-child p{margin-right:-40px;margin-left:20px}.service-page__strategy--content div:last-child p{margin-left:-100px;margin-right:20px}.service-page__strategy--content p{position:relative;z-index:2;padding:16px;background:var(--white);margin-top:-30px;width:330px}.service-page__strategy--middle{display:flex;flex-direction:row;gap:16px;justify-content:space-evenly}.service-page__strategy--middle-content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;max-width:70%}.service-page__strategy--middle-content i{color:var(--emerald600);font-size:60px;margin-bottom:8px}.service-page__strategy--middle-content h1{color:var(--emerald600);font-size:50px;font-style:normal;font-weight:700;line-height:1.3;font-family:Grandis}.service-page__strategy--middle-content p{color:var(--neutral700);font-size:24px;font-style:normal;font-weight:600;line-height:1.3}.service-page__strategy--middle p{text-align:center;padding:10px}.service-page__mentors{display:flex;justify-content:center;align-items:center}.service-page__mentors__text{color:var(--black);font-size:32px;font-style:normal;font-weight:700;line-height:1.3;font-family:Stix;text-align:center}.service-page__mentors__text span{color:var(--emerald600)}.service-page__performance--title{color:var(--emerald950);font-size:40px;font-style:normal;font-weight:700;line-height:1.3;font-family:Grandis;margin-bottom:32px}.service-page__performance--subtitle{color:var(--neutral700);font-size:32px;font-style:normal;font-weight:600;line-height:1.3;font-family:Stix;margin-bottom:50px}.service-page__performance--subtitle span{color:var(--emerald600)}.service-page__essay--title{color:var(--emerald950);font-size:40px;font-style:normal;font-weight:700;line-height:1.3;font-family:Grandis;margin-bottom:32px}.service-page__essay--subtitle{color:var(--neutral700);font-size:32px;font-style:normal;font-weight:600;line-height:1.3;font-family:Stix;margin-bottom:50px}.service-page__essay--subtitle span{color:var(--emerald600)}.service-page__achievements--carousel{min-height:500px}.service-page__achievements--carousel .owl-dot.active span,.service-page__achievements--carousel .owl-dot:hover span{background:var(--emerald600)!important}.service-page__achievements--item{display:flex;flex-direction:column;background:var(--white);border-radius:4px;overflow:hidden}.service-page__achievements--item--top{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;background:linear-gradient(98.39deg,#ffe0a8 -1.29%,rgba(166,126,63,.75) 19.9%,#ffe0a8 41.08%,rgba(166,126,63,.75) 62.26%,#ffe0a8 83.44%);padding:20px}.service-page__achievements--item--top-img img{height:100px;width:auto;object-fit:contain}.service-page__achievements--item--top i{font-size:90px;color:rgba(255,255,255,.2)}.service-page__achievements--item--content{display:flex;flex-direction:column;padding:20px}.service-page__achievements--item--content h5{color:var(--emerald900);font-size:18px;font-style:normal;font-weight:500;line-height:1.3;margin-bottom:16px}.service-page__achievements--item--content p{color:var(--neutral700);font-size:16px;font-style:normal;font-weight:400;line-height:1.3}.service-page__achievements--item--content p strong{color:var(--neutral900);font-size:28px;font-style:normal;font-weight:700;line-height:1.3;font-family:Stix}.service-page__achievements--item--content hr{margin:16px 0}.service-page__projects{display:flex;flex-direction:row-reverse;border-radius:2px;overflow:hidden}.service-page__projects--navigation{background:0 0;width:60%;padding:20px;background:#d9efe6}.service-page__projects--navigation .tab-navigation{display:flex;flex-direction:column;gap:50px;width:100%;padding:0;background:0 0}.service-page__projects--navigation .tab-navigation .tab-button{display:flex;flex-direction:column;background:0 0;gap:8px;white-space:wrap;text-align:start;align-items:flex-start;justify-content:flex-start;color:var(--neutral500);padding:0;position:relative;--progress-bar:0%;padding-bottom:16px}.service-page__projects--navigation .tab-navigation .tab-button .progress-full{position:absolute;bottom:0;left:0;right:0;z-index:2;width:var(--progress-bar);height:2px;background:0 0;transition:background .2s ease}.service-page__projects--navigation .tab-navigation .tab-button .progress-empty{position:absolute;bottom:0;left:0;right:0;z-index:1;width:100%;height:2px;background:0 0;transition:background .2s ease}.service-page__projects--navigation .tab-navigation .tab-button--title{font-family:Stix;color:inherit;font-size:30px;font-style:normal;font-weight:500;line-height:1.3}.service-page__projects--navigation .tab-navigation .tab-button--text{color:inherit;font-size:20px;font-style:normal;font-weight:500;line-height:1.3}.service-page__projects--navigation .tab-navigation .tab-button.active{color:var(--neutral900)}.service-page__projects--navigation .tab-navigation .tab-button.active .progress-full{background:var(--emerald600)}.service-page__projects--navigation .tab-navigation .tab-button.active .progress-empty{background:var(--neutral100)}.service-page__projects--panels{width:40%;min-height:100%;flex:1}.service-page__projects--panels .tab-panels{height:100%;display:flex;flex:1}.service-page__projects--panels .tab-panels .tab-panel{display:flex;flex-direction:column;align-items:start;justify-content:flex-end;width:100%;position:relative;padding:20px}.service-page__projects--panels .tab-panels .tab-panel::after{content:"";position:absolute;inset:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%)}.service-page__projects--panels .tab-panels .tab-panel-bg{inset:0;position:absolute;overflow:hidden;z-index:-1}.service-page__projects--panels .tab-panels .tab-panel-bg img{width:100%;height:100%;object-fit:cover}.service-page__projects--panels .tab-panels .tab-panel-content{position:relative;z-index:2;color:var(--white);display:flex;flex-direction:column;gap:16px;width:100%}.service-page__projects--panels .tab-panels .tab-panel-content h6{color:var(--white);font-size:32px;font-style:normal;font-weight:600;line-height:1.3}.service-page__projects--panels .tab-panels .tab-panel-content div{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.service-page__projects--panels .tab-panels .tab-panel-content div p{color:var(--white);font-size:24px;font-style:normal;font-weight:600;line-height:1.3}@media only screen and (min-width:991px){.director-content{clip-path:polygon(0 0,100% 0,calc(100% - 80px) 100%,0 100%)}}@media (max-width:1400px){.header__lang{margin-left:auto}}@media only screen and (max-width:1400px){.header__menu__warning__text{display:none}}@media only screen and (max-width:1199px){:root{--width-container:1024px}.breadcrumbs .container{padding:60px 16px}.breadcrumbs__title{font-size:32px}.about-section__middle--content{padding:32px}.about-page{gap:80px}.about-page__card{gap:24px}.hero__content h1{font-size:40px}.hero__content h2{font-size:28px}.hero__stats{flex-direction:column-reverse;align-items:flex-start;gap:16px}.hero__stats--grid{display:flex;flex-direction:column;gap:16px}.results-page__services{grid-template-columns:repeat(2,1fr)}.events-view__card{gap:24px}.team-page__card{gap:24px}.team-page__services{grid-template-columns:repeat(2,1fr)}.team-view__card{gap:24px}}@media (max-width:992px){.layout-sidebar{margin:0;width:100%}.layout-content{margin-bottom:20px;max-width:100%}}@media only screen and (max-width:991px){:root{--width-container:800px}.layout .container{margin-bottom:60px}.layout-index .container{padding:40px 16px}.offcanvas{--bs-offcanvas-width:280px}.sidebar{position:static;top:auto}.sidebar--tree{max-height:none}.header .button{display:none}.header__menu{display:none}.header__menu__test{padding:0;width:36px;height:36px;display:flex;justify-content:center;align-items:center}.header__menu-btn{display:inline-grid}.footer{padding-top:40px}.footer__top{display:grid;grid-template-columns:repeat(2,1fr)}.footer__top--item{max-width:100%}.footer__bottom-item{width:100%;font-size:15px}.footer__text{font-size:16px}.breadcrumbs{margin-bottom:60px}.breadcrumbs .container{padding:40px 16px}.breadcrumbs__title{font-size:24px}.breadcrumbs__subtitle{font-size:20px}.breadcrumbs__description{font-size:16px}.form{padding:20px}.form h6{font-size:28px}.form p{font-size:18px;margin-bottom:32px}.form--list-item label{font-size:16px}.form--list-item input,.form--list-item::placeholder{font-size:18px}.form .tab-navigation{margin-bottom:24px}.radio-wrapper{flex-direction:column;gap:12px}.section-top{margin:0 0 16px;flex-direction:column;align-items:flex-start}.section-top.light h4{font-size:32px}.section-top.light p{font-size:20px}.section-top.light a{font-size:20px}.section-top h4{font-size:32px}.section-top p{font-size:20px}.section-top a{font-size:20px}.about-section .container{flex-direction:column}.about-section__left{flex-direction:row;justify-content:center;align-items:center;margin:20px 0}.about-section__right{flex-direction:row;justify-content:center;align-items:center}.about-section__middle{width:100%;padding:0}.about-section__middle--logo{gap:12px;margin-bottom:20px}.about-section__middle--logo h2{color:var(--black);font-size:32px;font-style:normal;font-weight:700;line-height:1.3;line-height:48px}.about-section__middle--content{padding:20px}.about-section__middle--content-text{margin-bottom:0}.about-section__middle--content-video{display:none}.about-page{gap:60px}.about-page__card{flex-direction:column;gap:16px}.about-page__card--img{flex:0 0 100%}.about-page__card--title{font-size:28px}.about-page__card--description p{font-size:20px}.about-page__leaders--text{font-size:18px}.about-page__leaders--wrapper{grid-template-columns:repeat(2,1fr)}.about-page__leaders--content h5{font-size:24px}.about-page__leaders--content p{font-size:20px}.about-page__leaders button{font-size:16px}.hero__bg{display:flex}.hero__bg::after{background:linear-gradient(270deg,rgba(6,16,13,.7) 0,rgba(6,16,13,.5) 100%)}.hero__content h1{font-size:32px}.hero__content h2{font-size:24px}.hero__stats-item h3{font-size:32px}.hero__stats-item p{font-size:18px}.faq{margin-bottom:80px}.faq .faq-item{padding:16px}.news-section .container{padding:64px 16px 80px}.news-section__wrapper{grid-template-columns:1fr}.news-section__grid--item{height:250px}.news-section__grid--item-content p{font-size:14px}.news-section__grid--item.main h6{font-size:20px;font-weight:500}.news-section__grid--item.main p{font-size:16px}.news-page__wrapper{grid-template-columns:repeat(2,1fr)}.news-page__wrapper--item-content{padding:16px}.news-page__wrapper--item-content p{font-size:18px}.news-page__wrapper--item-content span{font-size:16px}.news-page__wrapper--item-content button{font-size:14px}.news-view__title{font-size:24px}.news-view .carousel--wrapper{height:400px}.partners.mt{margin-top:64px}.partners.mb{margin-bottom:32px}.partners__carousel{animation:marquee 60s linear infinite alternate}.partners__carousel.alt{animation:marquee-reverse 60s linear infinite alternate}.results-section{grid-template-columns:repeat(8,1fr)}.results-section__left{min-height:450px;grid-column:span 8;margin-bottom:64px}.results-section__left--content h5{font-size:28px}.results-section__left--content p{font-size:20px}.results-section__left--badge{transform:translate(0,30%);width:140px;height:140px}.results-section__left--badge h6{font-size:24px}.results-section__left--badge p{font-size:16px}.results-section__right>div{grid-column:span 8;padding:12px}.results-section__right--top-left h5{font-size:32px}.results-section__right--top-left p{font-size:16px}.results-section__right--top-right h5{font-size:32px}.results-section__right--top-right p{font-size:16px}.results-section__right--bottom h5{font-size:24px}.results-section__right--bottom p:first-child{font-size:16px}.results-section__right--bottom p:last-child{font-size:16px}.results-graph__chart{gap:8px;padding-bottom:20px}.results-graph__bar-value{font-size:11px}.results-graph__label{font-size:12px;transform:rotate(45deg);margin-top:8px}.results-page__achievements--left .tab-navigation .tab-button{display:flex;align-items:center;flex-direction:column;padding:0;font-size:16px}.results-page__achievements--right-text{font-size:18px}.results-page__achievements--right-legend-item p{font-size:16px}.results-page__achievements--right-legend-item span{font-size:20px}.results-page__table{padding:4px;overflow:auto}.results-page__table tbody td{font-size:20px}.results-page__table tbody td:first-child{font-size:19px}.results-page__table tbody td:last-child{font-size:24px}.results-page__services--item{flex-direction:column;height:fit-content}.results-page__services--item img{flex:0 0 40%}.results-page__services--item-content p{font-size:20px}.results-page__services--item-content span{font-size:16px}.results-page__services--item-content a{margin-left:0;font-size:14px}.mentors{overflow:hidden}.mentors-bg{position:absolute;inset:0}.mentors-bg img{height:100%}.mentors-section{display:flex;flex-direction:column;align-items:center;justify-content:start;gap:16px;padding:16px;min-height:unset;margin-top:unset}.mentors-section__carousel{height:unset}.mentors-section__content{max-width:100%;margin:40px 16px;transform:none}.mentors-section__text{font-size:28px}.mentors-section__fliptext p{font-size:44px}.mentors-section{gap:16px}.mentors-section__carousel{position:relative;height:unset;display:flex;flex-direction:row;gap:16px;width:100%;max-height:unset;transform-style:unset;perspective:unset;display:none}.mentors-section__carousel a{position:static;transform:none!important;opacity:1!important;filter:none!important;visibility:visible!important}.map{padding:40px 0}.applicants-wrapper::after{content:unset!important}.applicants-wrapper::before{content:unset!important}.applicants-item{gap:64px;flex-direction:column-reverse;margin-bottom:32px}.applicants-item>div{width:100%}.applicants-item{margin-bottom:16px;gap:24px}.applicants-item:nth-child(even){flex-direction:column-reverse}.applicants-item:nth-child(even)>div{width:100%}.applicants-item:nth-child(even) .left{text-align:start}.applicants-item:nth-child(even) .right .img .universities{left:0;right:0}.applicants-item .left{width:100%}.applicants-item .left h5{font-size:24px}.applicants-item .left p{font-size:18px}.applicants-item .middle{display:none}.applicants-item .right{width:100%;min-height:unset}.applicants-item .right .data{display:none}.applicants-item .right .img{width:100%;position:relative;bottom:0}.applicants-item .right .img .universities{left:0;right:0}.applicants-item .right .img .universities h6{font-size:20px}.applicants-item .right .img .universities p{font-size:16px}.students__carousel--item-img .category p{font-size:16px}.students__carousel--item-content p{font-size:16px}.students__carousel--item-content h5{font-size:24px}.students__carousel--item-content span{font-size:20px}.director{margin-bottom:0}.director .director-wrapper{flex-direction:column-reverse;align-items:center;justify-content:center}.director-content{width:100%;padding:16px;min-height:unset;text-align:center;justify-content:center;align-items:center}.director-content h5{font-size:24px}.director-content p{font-size:20px;margin-bottom:0}.director-img{width:100%}.director-img img{width:80%;object-position:bottom}.events-section{padding:60px 0}.events-section.alt{padding:60px 16px}.events-section__grid{grid-template-columns:repeat(2,1fr)}.events-section__item--img .category p{font-size:18px}.events-section__item--content{gap:16px}.events-section__item--content h6{font-size:22px}.events-section__item--content-wrapper p{font-size:16px}.events-section__item--content-wrapper .link{font-size:16px}.events-page{gap:80px}.events-page__wrapper{grid-template-columns:repeat(2,1fr)}.events-page__wrapper--item-content p{font-size:18px}.events-page__wrapper--item-content span{font-size:16px}.events-page__wrapper--item-content button{font-size:14px}.events-page__wrapper--item .category{font-size:18px}.events-page__leaders--text{font-size:18px}.events-page__leaders--wrapper{grid-template-columns:repeat(2,1fr)}.events-page__leaders--content h5{font-size:24px}.events-page__leaders--content p{font-size:18px}.events-page .link{font-size:16px;padding:16px}.events-view__header{grid-template-columns:1fr;transform:none}.events-view__header--item p{font-size:16px}.events-view__header--item p:last-child{font-size:20px}.events-view__card{flex-direction:column}.events-view__card--img{flex:0 0 100%;align-self:unset;padding-top:40px;padding-right:40px}.events-view__card--img::after{transform:rotate(2deg) translate(8px,18px);width:95%;height:95%}.events-view__card--title{font-size:32px}.events-view__card--description{font-size:20px}.events-view__prize .container{flex-direction:column;align-items:center;gap:40px}.events-view__prize--img{width:70%}.events-view__prize--img i{font-size:240px;left:30%}.events-view__prize--title{font-size:24px}.events-view__prize--description p{font-size:18px}.content{padding:16px}.content__title{font-size:24px}.content__subtitle{font-size:24px}.content__text{font-size:18px}.content__text strong{font-size:22px}.content__stats{grid-template-columns:repeat(2,1fr)}.content__stats._4{grid-template-columns:repeat(2,1fr)}.content__stats--item p{font-size:32px}.content__stats--item span{font-size:19px}.content__grid{grid-template-columns:repeat(2,1fr)}.content__grid._2{grid-template-columns:1fr}.content__grid._2 .alt{grid-column:span 1}.content__grid-number{font-size:28px;margin-bottom:16px}.content__grid-title{font-size:18px}.content__grid-text{font-size:16px}.content__banner{flex-direction:column-reverse;height:auto;gap:0;margin-top:40px}.content__banner--content{width:100%;padding:24px}.content__banner--content-title{font-size:24px}.content__banner--content-quote{font-size:16px}.content__banner--img{clip-path:none}.team-page{gap:80px}.team-page__leaders--text{font-size:18px}.team-page__leaders--wrapper{grid-template-columns:repeat(2,1fr)}.team-page__leaders--content{padding:16px}.team-page__leaders--content h5{font-size:24px}.team-page__leaders--content p{font-size:18px}.team-page__card{flex-direction:column;gap:16px}.team-page__card--img{flex:0 0 100%}.team-page__card--title{font-size:28px}.team-page__card--description p{font-size:20px}.team-page__services--item{flex-direction:column;height:fit-content}.team-page__services--item img{flex:0 0 40%}.team-page__services--item-content p{font-size:20px}.team-page__services--item-content span{font-size:16px}.team-page__services--item-content a{margin-left:0;font-size:14px}.team-page .link{padding:16px;font-size:16px}.team-view__card{flex-direction:column-reverse}.team-view__card--img{flex:0 0 100%}.team-view__card--content-wrapper{margin-bottom:16px}.team-view__card--content-wrapper-top{font-size:20px}.team-view__card--content-wrapper-bottom{flex-direction:column;gap:8px}.team-view__card--title{font-size:32px}.team-view__card--subtitle{font-size:20px}.team-view__card--description p{font-size:16px}.exam-page__wrapper{grid-template-columns:1fr;margin-bottom:80px}.exam-page__item{flex-direction:column}.exam-page__item--img{width:100%;flex:none}.exam-page__item-title{font-size:18px}.exam-page__item-text{font-size:14px}.materials-page__hero--middle{flex-direction:column;align-items:center}.materials-page__hero--middle-content{max-width:100%}.materials-page__hero--middle-content h1{font-size:32px}.materials-page__hero--middle-content p{font-size:24px}.service-page .container{padding:80px 16px 0}.service-page__nav{display:none}.service-page__nav--wrapper a{font-size:16px}.service-page__nav--wrapper a.active{font-size:16px}.service-page__strategy .container{padding:80px 16px}.service-page__strategy--content div._1{width:260px}.service-page__strategy--content div._2{width:260px;margin-left:0}.service-page__strategy--content div{width:260px}.service-page__strategy--content div:first-child p{margin:0;left:50%;transform:translateX(-50%)}.service-page__strategy--content div:last-child p{margin:0;left:50%;transform:translateX(-50%)}.service-page__strategy--content p{width:300px}.service-page__strategy--middle-content{max-width:100%}.service-page__strategy--middle-content h1{font-size:32px}.service-page__strategy--middle-content p{font-size:18px}.service-page__mentors__text{font-size:24px}.service-page__performance--title{font-size:32px;margin-bottom:24px}.service-page__performance--subtitle{font-size:24px;margin-bottom:24px}.service-page__achievements--item--content{padding:12px}.service-page__achievements--item--content h5{font-size:16px;margin-bottom:8px}.service-page__achievements--item--content p{font-size:14px}.service-page__achievements--item--content p strong{font-size:24px}.service-page__achievements--item--content hr{margin:12px 0}.service-page__projects{flex-direction:column-reverse}.service-page__projects--navigation{width:100%}.service-page__projects--navigation .tab-navigation .tab-button--title{font-size:24px}.service-page__projects--navigation .tab-navigation .tab-button--text{font-size:16px}.service-page__projects--panels{width:100%}.service-page__projects--panels .tab-panels .tab-panel{min-height:500px;padding:16px}.service-page__projects--panels .tab-panels .tab-panel-content h6{font-size:24px}.service-page__projects--panels .tab-panels .tab-panel-content div p{font-size:18px}}@media only screen and (max-width:768px){.layout .container{margin-bottom:40px}.layout-index .container{padding:20px 8px}.offcanvas{--bs-offcanvas-width:100vw}.header__menu__test{display:none}.header__menu__test--divider{display:none}.pagination li a,.pagination li button{min-width:40px;height:40px}.footer__top{grid-template-columns:1fr}.footer__top--item:not(:first-child){display:none}.footer__text{font-size:15px}.breadcrumbs{margin-bottom:30px}.breadcrumbs .container{padding:24px 16px}.breadcrumbs__title{font-size:18px}.breadcrumbs__subtitle{font-size:16px}.breadcrumbs__description{font-size:15px}.form{font-size:16px}.form h6{font-size:22px}.form p{margin-bottom:24px;font-size:16px}.form .tab-navigation .tab-button{padding:8px 6px}.tab-navigation .tab-button{padding:8px 6px}.section-top.light h4{font-size:24px}.section-top.light p{font-size:16px}.section-top.light a{font-size:16px}.section-top h4{font-size:24px}.section-top p{font-size:16px}.section-top a{font-size:16px}.about-section__middle--logo h2{color:var(--black);font-size:24px;font-style:normal;font-weight:700;line-height:1.3;line-height:32px}.about-page{gap:40px}.about-page__card--title{font-size:22px}.about-page__card--description p{font-size:16px}.about-page__leaders--text{font-size:15px}.about-page__leaders--wrapper{grid-template-columns:1fr}.about-page__leaders--content h5{font-size:20px}.about-page__leaders--content p{font-size:18px}.hero__content h1{font-size:28px}.hero__content h2{font-size:20px}.hero__stats-item h3{font-size:24px}.hero__stats-item p{font-size:16px}.faq{margin-bottom:40px}.faq .faq-item{padding:12px}.faq .faq-item .question{font-size:16px}.faq .faq-item .answer{font-size:14px}.news-section .container{padding:24px 16px 40px}.news-section__grid{grid-template-columns:1fr}.news-page__wrapper{grid-template-columns:1fr}.news-view__title{font-size:20px}.news-view .carousel--wrapper{height:320px}.partners.mt{margin-top:24px}.partners.mb{margin-bottom:16px}.results-section__left--content h5{font-size:24px}.results-section__left--content p{font-size:15px}.results-section__left--badge h6{font-size:20px}.results-section__left--badge p{font-size:14px}.results-section__right--top-left h5{font-size:28px}.results-section__right--top-right h5{font-size:28px}.results-section__right--bottom h5{font-size:20px}.results-graph__chart{gap:4px;height:180px;padding-bottom:16px}.results-graph__bar-group{gap:6px}.results-graph__bars{gap:3px}.results-graph__bar-value{font-size:9px}.results-page__achievements--left .tab-navigation .tab-button{font-size:13px}.results-page__achievements--right{grid-template-columns:repeat(1,1fr);gap:16px}.mentors-section__text{font-size:24px}.applicants-item .left h5{font-size:20px}.applicants-item .left p{font-size:16px}.students__carousel--item-content h5{font-size:20px}.students__carousel--item-content span{font-size:18px}.director-content h5{font-size:20px}.events-section{padding:20px 0}.events-section.alt{padding:40px 16px}.events-section__grid{grid-template-columns:repeat(1,1fr)}.events-section__item--img .category p{font-size:16px}.events-section__item--content h6{font-size:20px}.events-section__item--content-wrapper .link{font-size:14px}.events-page{gap:40px}.events-page__wrapper{grid-template-columns:repeat(1,1fr)}.events-page__wrapper--item .category{font-size:16px}.events-page__leaders--text{font-size:16px}.events-page__leaders--wrapper{grid-template-columns:1fr}.events-page__leaders--content h5{font-size:20px}.events-page__leaders--content p{font-size:16px}.events-page .link{padding:12px;font-size:14px}.events-view__card--title{font-size:24px}.events-view__card--description{font-size:18px}.events-view__prize--title{font-size:20px}.content{padding:12px}.content__title{font-size:20px}.content__subtitle{font-size:20px}.content__text{font-size:16px}.content__text strong{font-size:19px}.content__stats{grid-template-columns:1fr}.content__stats._4{grid-template-columns:1fr}.content__grid{grid-template-columns:1fr}.content__grid--item{padding:12px}.content__banner--content{padding:20px}.content__banner--content-title{font-size:20px}.content__banner--content-quote{font-size:15px}.team-page{gap:40px}.team-page__leaders--wrapper{grid-template-columns:1fr}.team-page__leaders--content{padding:12px}.team-page__leaders--content h5{font-size:20px}.team-page__leaders--content p{font-size:16px}.team-page__card--title{font-size:22px}.team-page__card--description p{font-size:16px}.team-page .link{padding:12px;font-size:14px}.team-view__card--title{font-size:24px}.team-view__card--subtitle{font-size:18px}.exam-page__wrapper{margin-bottom:40px}.materials-page__hero--content{flex-direction:column;align-items:center}.materials-page__hero--middle-content h1{font-size:20px}.materials-page__hero--middle-content p{font-size:20px}.service-page .container{padding:60px 16px 0}.service-page__strategy .container{padding:40px 16px}.service-page__strategy--content{flex-direction:column;gap:24px;align-items:center}.service-page__strategy--middle-content h1{font-size:20px}.service-page__strategy--middle-content p{font-size:16px}.service-page__mentors__text{font-size:20px}.service-page__performance--title{font-size:20px;margin-bottom:16px}.service-page__performance--subtitle{font-size:20px;margin-bottom:16px}.service-page__achievements--item--content p strong{font-size:20px}.service-page__achievements--item--content hr{margin:8px 0}.service-page__projects--panels .tab-panels .tab-panel-content h6{font-size:20px}.service-page__projects--panels .tab-panels .tab-panel-content div p{font-size:16px}}@media only screen and (max-width:574px){.results-page__achievements--cards{flex-direction:column}.results-page__achievements--cards-item{max-width:100%}.results-page__services{grid-template-columns:repeat(1,1fr)}.team-page__services{grid-template-columns:repeat(1,1fr)}}