:root{--euclid-circular-a:"euclid-circular-a", sans-serif;--dark-bg:#050915;--primary:#2BA6C2;--primary-rgb:43, 166, 194;--dark-color:#000000;--dark-rgb:0, 0, 0;--white-color:#ffffff;--white-bg:#ffffff;--white-rgb:255, 255, 255;--light-color:#B5BECB;--border-color:#2F3847;--dark-blue:#091424;--vintage-blue:#2B3343;--box-shadow:3px 5px 20px 0 rgba(var(--dark-rgb), 0.15);--error-color:#E84145}*{margin:0;padding:0;box-sizing:border-box;outline:none}html{-ms-touch-action:manipulation;touch-action:manipulation;scroll-behavior:auto!important}html,body{scroll-behavior:smooth;font-family:var(--euclid-circular-a);font-size:18px;line-height:30px;font-weight:400;color:var(--white-color);background-color:var(--dark-bg);word-break:break-word;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-synthesis:none}::selection{background:var(--primary);color:var(--dark-color)}::-moz-selection{background:var(--primary);color:var(--dark-color)}picture{display:inline-block;line-height:0;vertical-align:middle}img{width:auto;max-width:100%;min-width:auto;height:auto;max-height:100%;min-height:auto;vertical-align:middle}.svg-icon{display:inline-flex;align-items:center;justify-content:center}.video-icon{position:absolute;inset:0;z-index:1;align-items:center;justify-content:center;display:flex;cursor:pointer}.video-icon .svg-icon{width:60px;height:60px;border:1px solid var(--primary);border-radius:60px;background-color:rgba(var(--primary-rgb),.2);backdrop-filter:blur(20px);cursor:pointer;transition:all 0.25s ease 0s}.video-icon .svg-icon img{border-radius:0!important;transition:all 0.25s ease 0s}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-thumb{border-radius:24px;background-color:rgb(181 190 203 / .5);transition:color 0.25s ease-in-out,background-color 0.25s ease-in-out,border-color 0.25s ease-in-out,box-shadow 0.25s ease-in-out;cursor:pointer}::-webkit-scrollbar-thumb:hover{background-color:var(--primary)}::-webkit-scrollbar-track{border-radius:24px;background-color:#2B3343;border:none}@supports (-moz-appearance:none){*{scrollbar-width:thin;scrollbar-color:var(--primary) var(--vintage-blue)}}a,button{-webkit-transition:all 0.35s ease 0s;transition:all 0.35s ease 0s;text-decoration:none}.container{max-width:1562px;padding-left:16px;padding-right:16px}p{margin:0}ul{margin:0;padding:0;list-style-type:none}.btn{font-family:var(--euclid-circular-a);font-size:.889rem;line-height:1.111rem;color:var(--white-color);font-weight:500;text-align:center;padding:11px 30px;border:1px solid var(--primary);border-radius:30px;outline:none;cursor:pointer;position:relative;box-shadow:none;transition:all 0.35s ease 0s;align-items:center;justify-content:center;column-gap:10px;display:inline-flex}.primary-btn{background-color:rgba(var(--primary-rgb),.2);color:var(--white-color)}.btn.primary-btn:hover,.btn.primary-btn:active,.btn.primary-btn:focus-within,.btn.primary-btn:focus-visible{color:var(--white-color);background-color:var(--primary);border-color:var(--primary)}.secondary-btn{color:var(--white-color);background-color:var(--primary);border-color:var(--primary)}.btn.secondary-btn:hover,.btn.secondary-btn:active,.btn.secondary-btn:focus-within,.btn.secondary-btn:focus-visible{color:var(--white-color);background-color:#fff0;border-color:var(--primary)}.white-btn{color:var(--white-color);background-color:#fff0;border-color:var(--white-color)}.btn.white-btn:hover,.btn.white-btn:active,.btn.white-btn:focus-within,.btn.white-btn:focus-visible{color:var(--white-color);background-color:var(--primary);border-color:var(--primary)}.big-title{font-size:3.333rem;line-height:4.222rem;font-weight:400;color:var(--white-color);margin:0 0 30px}.big-title strong{font-weight:600}.section-title{font-size:2.778rem;line-height:3.444rem;font-weight:500;color:var(--white-color);margin:0 0 30px}.section-semi-title{font-size:2.222rem;line-height:2.889rem;font-weight:500;color:var(--white-color);margin:0 0 20px}.pt-80{padding-top:80px}.pb-80{padding-bottom:80px}.pt-100{padding-top:100px}.pb-100{padding-bottom:100px}.header-wrap{background:linear-gradient(90deg,#090E1A 0%,#162132 100%);border-bottom:1px solid var(--border-color);padding:9px 0;position:sticky;top:0;z-index:99}.header-wrap .header-inner{align-items:center;justify-content:space-between;gap:16px;display:flex;position:relative}.header-wrap .brand-logo{min-width:130px}.header-wrap .brand-logo a{display:inline-flex;max-width:92px}.header-wrap .navbar-toggler{position:absolute;right:0;top:0;bottom:0;margin:auto;display:none;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:0;background:#fff0;cursor:pointer;outline:none;box-shadow:none}.header-wrap .navbar-toggler span{display:block;width:26px;background-color:var(--white-bg);height:2px;position:relative;border-radius:20px;transition:all 0.25s ease 0s}.header-wrap .navbar-toggler span:after,.header-wrap .navbar-toggler span:before{content:"";position:absolute;left:0;right:0;display:block;width:100%;background-color:var(--white-bg);height:2px;border-radius:20px;transition:all 0.25s ease 0s}.header-wrap .navbar-toggler span:after{bottom:-8px}.header-wrap .navbar-toggler span:before{top:-8px}.header-wrap .navbar-toggler:not(.collapsed) span{background-color:#fff0}.header-wrap .navbar-toggler:not(.collapsed) span:before{transform:rotate(45deg);top:0;bottom:0}.header-wrap .navbar-toggler:not(.collapsed) span:after{transform:rotate(-45deg);top:0;bottom:0}.header-wrap .navbar{background:#fff0;padding:0}.header-wrap .navbar-collapse .navbar-nav{column-gap:60px;flex-direction:row;display:flex}.header-wrap .navbar-collapse .navbar-nav .nav-link{padding:0;font-size:.889rem;line-height:1.111rem;font-weight:500;color:var(--white-color);text-decoration:none;outline:none;transition:all 0.35s ease 0s}.header-wrap .navbar-collapse .navbar-nav .nav-link:hover,.header-wrap .navbar-collapse .navbar-nav .nav-link.active{color:var(--primary)}.header-wrap .header-action{min-width:130px;justify-content:flex-end;display:flex;gap:16px}.header-wrap .header-action .btn{padding-top:9px;padding-bottom:9px}.cta-box{font-size:1.111rem;line-height:1.444rem;background-color:var(--primary);background-image:url(/wp-content/themes/ctrl-shft-web/assets/images/cta-bg.webp);background-repeat:no-repeat;background-position:center;background-size:cover;min-height:292px;border-radius:20px;padding:30px;gap:30px;flex-direction:column;align-items:flex-start;display:flex}.cta-box .section-title{margin-bottom:0}.cta-box .btn{margin-bottom:auto}.footer-wrap{background:radial-gradient(47.78% 50% at 47.78% 0%,rgb(57 80 110 / .7) 0%,#111C2D 100%)}.footer-wrap .copyright-strip{padding:20px 0;font-size:.889rem;line-height:1.111rem;color:var(--light-color);justify-content:space-between;gap:16px;display:flex}.footer-wrap .copyright-strip .copyright-links{gap:16px;flex-wrap:wrap;display:flex}.footer-wrap .copyright-strip .copyright-links a{color:var(--light-color)}.footer-wrap .copyright-strip .copyright-links a:hover{color:var(--primary)}.footer-wrap:has(.cta-box-wrap){background:#fff0;position:relative;z-index:1;overflow:hidden}.footer-wrap:has(.cta-box-wrap):before{content:'';background:radial-gradient(47.78% 50% at 47.78% 0%,rgb(57 80 110 / .7) 0%,#111C2D 100%);position:absolute;top:26.165%;right:0;bottom:0;left:0;z-index:-1;pointer-events:none}.footer-wrap .footer-top-strip{padding-top:50px;padding-bottom:20px;border-bottom:1px solid rgb(255 255 255 / .1);justify-content:space-between;gap:30px;display:flex}.footer-wrap .footer-logo{font-size:1.333rem;line-height:1.667rem;font-weight:500}.footer-wrap .footer-logo a{margin:0 0 15px;max-width:130px;display:inline-flex}.footer-wrap .footer-top-strip ul{gap:24px;display:flex}.footer-wrap .footer-top-strip ul li .link{font-size:.889rem;line-height:1.111rem;font-weight:500;color:var(--white-color);text-align:center;padding:19px 15px;border:1px solid rgb(255 255 255 / .1);border-radius:10px;min-width:110px;flex-direction:column;align-items:center;gap:15px;display:flex;transition:all 0.25s ease 0s}.footer-wrap .footer-top-strip ul li .link .svg-icon{width:60px;height:60px;align-items:center;justify-content:center;display:flex}.footer-wrap .footer-top-strip ul li .link .svg-icon img{transition:filter 0.25s ease;filter:invert(1) brightness(10)}.footer-wrap .footer-top-strip ul li a.link:hover{color:var(--primary);border-color:var(--primary)}.footer-wrap .footer-top-strip ul li a.link:hover .svg-icon img{filter:invert(0) brightness(1)}.modal-backdrop{background:rgba(var(--dark-rgb),.7);opacity:0}.modal-backdrop.show{opacity:1}.video-modal .modal-dialog{width:1100px;max-width:calc(100% - 36px);margin:30px auto;min-height:calc(100% - 60px)}.video-modal .modal-content{border-radius:10px;border:none;outline:none;box-sizing:border-box;position:relative;box-shadow:var(--box-shadow);background:var(--white-bg);padding:3px}.video-modal .close-btn{position:absolute;top:-15px;right:-15px;width:30px;height:30px;margin:0;padding:0;background:var(--white-bg);border:none;border-radius:30px;outline:none;box-shadow:var(--box-shadow);z-index:9;align-items:center;justify-content:center;display:inline-flex;transition:all 0.25s ease 0s}.video-modal .close-btn img{width:12px;height:12px;transition:all 0.25s ease 0s}.video-modal .close-btn:hover{background:var(--primary)}.video-modal .close-btn:hover img{filter:invert(1) brightness(10)}.video-modal .modal-body{padding:0}.video-box{border-radius:10px;box-shadow:var(--box-shadow);overflow:hidden;padding-bottom:56.25%}.video-box iframe,.video-box video,.video-box image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:0;border:none;border-radius:10px;outline:none;vertical-align:middle}.research-institute-banner-image{text-align:center}.research-institute-banner-image picture{display:block}.research-institute-title-section{padding:40px 0}.research-institute-title-section .section-title{margin:0}.container.container-sm{max-width:1080px}.research-institute-title-section .container{display:flex;align-items:center;gap:30px}.research-institute-title-section picture{width:181px}.research-institute-page-content .section-title{margin:0 0 20px;font-size:30px;line-height:38px}.research-institute-page-content p{margin:0 0 20px}.research-institute-page-content ul{list-style:disc;padding-left:20px;margin:0 0 20px}.research-institute-page-content ul li{margin:0 0 10px}.research-institute-cta{background:var(--dark-blue);padding:40px 0}.research-institute-cta .container{text-align:center}.research-institute-cta .section-title{font-size:26px;line-height:36px}.institute-partners-section{padding:40px 0}.institute-partners-section .section-semi-title{margin:0 0 40px}.institute-partners-section-inner{display:flex;gap:20px}.institute-partners-section-inner .partners-card{flex:1}.partners-card picture{width:100%}.partners-card picture img{width:100%;height:auto}.partners-card h3{font-size:26px;line-height:30px;margin:16px 0}.partners-card p{margin:0 0 10px}.partners-card p .link{color:var(--primary);text-decoration:underline}.partners-card ul{list-style:disc;padding-left:20px}.partners-card ul li{margin:0 0 10px}.our-partners{text-align:center;padding:0 0 40px}.our-partners picture{max-width:273px}.our-partners+.footer-wrap:has(.cta-box-wrap):before{top:0}.our-partners+.footer-wrap .cta-box-wrap{display:none}.page-not-found{padding:80px 0;min-height:calc(100vh - 77px);text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;background-image:url(/wp-content/themes/ctrl-shft-web/assets/images/page-bg.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.page-not-found-404-img{margin:0 0 50px}.page-not-found-inner{padding:0 16px}.page-not-found h1{font-size:60px;line-height:76px;font-weight:500;margin:0 0 20px}.page-not-found p{font-size:20px;line-height:26px;font-weight:500;margin:0 0 20px}.page-not-found+.footer-wrap .cta-box-wrap{display:none}.page-not-found+.footer-wrap:has(.cta-box-wrap):before{top:0}.contact-us{min-height:calc(100vh - 357px);background-image:url(/wp-content/themes/ctrl-shft-web/assets/images/page-bg.svg);background-repeat:no-repeat;background-position:top center;background-size:100% auto;flex-direction:column;align-items:center;justify-content:center;display:flex;overflow:hidden}.contact-us .container{width:100%;gap:55px;align-items:flex-start;display:flex}.contact-us .big-title{font-weight:500;margin-bottom:10px;max-width:500px}.contact-us-form,.contact-us .contact-info{width:50%}.contact-us+.footer-wrap:has(.cta-box-wrap):before{top:0}.contact-us+.footer-wrap .cta-box-wrap{display:none}.g-card{padding:30px;background-color:#404A5E;background:linear-gradient(109.48deg,#404A5E 0%,#1D2331 29.64%,#141F2F 75.72%,#404A5E 100%);position:relative;border-radius:20px;z-index:1}.g-card:before{content:'';background-color:#111C2D;background:radial-gradient(27.2% 50% at 47.78% 0%,rgb(38 55 77 / .7) 0%,#111C2D 100%);position:absolute;inset:1px;z-index:-1;pointer-events:none;border-radius:inherit}.form-group{margin-bottom:20px;position:relative}.form-group label{font-family:var(--euclid-circular-a);font-size:16px;line-height:20px;font-weight:400;color:var(--white-color);margin-bottom:10px;vertical-align:top;display:inline-block}.form-group .req{color:var(--error-color);font-weight:700}.form-group .form-input{border-radius:30px;padding:0;background:linear-gradient(92.49deg,#242632 0%,#141f2f 45.67%,#434952 100%);position:relative;z-index:1}.form-group .form-input:before{content:'';background-color:#303b50;background:linear-gradient(90deg,#303b50 0%,#19202f 100%);position:absolute;inset:1px;border-radius:inherit;z-index:-1;pointer-events:none}.form-group .form-input:has(textarea.form-control){border-radius:10px}.form-group .form-input .wpcf7-form-control-wrap{display:block}.form-group .form-control{font-family:var(--euclid-circular-a);background:#fff0;padding:12px 24px;font-size:14px;line-height:20px;font-weight:400;color:var(--white-color);caret-color:var(--white-color);border:none;border-radius:30px;box-shadow:none;transition:all 0.35s ease 0s;position:relative}.form-group .form-control::-webkit-input-placeholder{color:var(--light-color);font-weight:400}.form-group .form-control::-moz-placeholder{color:var(--light-color);font-weight:400}.form-group .form-control:-ms-input-placeholder{color:var(--light-color);font-weight:400}.form-group .form-control:-moz-placeholder{color:var(--light-color);font-weight:400}.form-group .form-control[type=search]::-webkit-search-cancel-button{margin-left:8px;filter:invert(1) grayscale(1) brightness(5);cursor:pointer}.form-group .form-control:-webkit-autofill,.form-group .form-control:-webkit-autofill:hover,.form-group .form-control:-webkit-autofill:focus,.form-group .form-control:-webkit-autofill:active{background:transparent!important;-webkit-text-fill-color:var(--white-color)!important;caret-color:var(--white-color);transition:background-color 5000s ease-in-out 0s;position:relative;z-index:1}.form-group textarea.form-control{height:90px;resize:none}.form-group-row{gap:20px 10px;display:flex}.form-group-row .form-group-col{flex:1}.form-group textarea.form-control:hover,.form-group textarea.form-control:focus{resize:vertical}.form-group .wpcf7-not-valid-tip,.form-group .error:not(.form-control){font-size:13px;line-height:18px;color:var(--error-color);margin:5px 0 0}.form-group .form-input:has(span.wpcf7-not-valid-tip){margin-bottom:40px}.form-group .form-group-col .form-input:has(span.wpcf7-not-valid-tip){margin-bottom:20px}.form-group span.wpcf7-not-valid-tip{margin-top:0;position:absolute;top:calc(100% + 5px);left:0;width:100%}.form-group .custom-checkbox{position:relative;cursor:pointer;user-select:none;min-height:24px;min-width:24px;padding-left:34px;font-size:14px;line-height:18px;font-weight:500;gap:5px;align-items:center;display:inline-flex;margin:0}.form-group .custom-checkbox input{position:absolute;top:0;left:0;background:#fff0;border:none;border-radius:5px;min-height:24px;min-width:24px;padding:0;opacity:0;cursor:pointer;z-index:1}.form-group .custom-checkbox input:checked~.wpcf7-list-item-label{background:#fff0}.form-group .custom-checkbox input:checked~.wpcf7-list-item-label::after{transform:rotate(45deg);opacity:1;visibility:visible}.form-group .custom-checkbox input:checked~.wpcf7-list-item-label:before{background:rgb(64 194 223 / .2);border-color:#40c2df;inset:0;border-radius:5px}.form-group .custom-checkbox .wpcf7-form-control-wrap{position:absolute;border:none;border-radius:5px;top:0;left:0;height:24px;width:24px}.form-group .custom-checkbox .wpcf7-form-control-wrap span{width:100%;height:100%}.form-group .custom-checkbox .wpcf7-list-item-label{padding:1px;background:linear-gradient(92.49deg,#434952 0%,#141f2f 54.33%,#242632 100%);position:absolute;border:none;border-radius:5px;top:0;left:0;height:24px;width:24px;transition:all 0.25s ease 0s}.form-group .custom-checkbox .wpcf7-list-item-label::after{content:"";position:absolute;left:9px;top:5px;width:6px;height:12px;border:solid var(--white-color);border-width:0 2px 2px 0;transform:rotate(55deg);transition:all 0.35s ease 0s;opacity:0;visibility:hidden}.form-group .custom-checkbox .wpcf7-list-item-label:before{content:"";position:absolute;inset:1px;border-radius:4px;background:#2B3343;border:1px solid #fff0}.form-group .custom-checkbox:has(.wpcf7-not-valid-tip){margin-bottom:22px}.form-group .custom-checkbox .wpcf7-not-valid-tip{white-space:nowrap}.form-group select.form-control{background-image:url(/wp-content/themes/ctrl-shft-web/assets/images/icons/down-arrow-icon.svg);background-repeat:no-repeat;background-position:right 20px center;background-size:16px 9px;padding-right:42px;cursor:pointer}.form-group select.form-control option{background:#2F3A4F}.form-group .wpcf7-spinner{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background:rgba(var(--dark-rgb),.6);opacity:1;width:30px;height:30px}.form-group .wpcf7-spinner::before{background:var(--primary)}.contact-us-form .wpcf7-response-output{font-size:14px;line-height:18px;text-align:center;margin:20px 0 0!important;border:none!important;padding:0!important}.contact-us-form form.sent .wpcf7-response-output{color:#53BD6F;font-weight:500;font-size:16px;line-height:20px}.contact-us-form form.invalid .wpcf7-response-output,.contact-us-form form.unaccepted .wpcf7-response-output,.contact-us-form form.payment-required .wpcf7-response-output,.contact-us-form form.failed .wpcf7-response-output,.contact-us-form form.aborted .wpcf7-response-output{color:var(--error-color)}.contact-us-form form.spam .wpcf7-response-output{color:#CD753B}.contact-info .contact-img{position:relative;width:calc(100% + 10.25dvw);margin-left:-10.25dvw}.contact-info .contact-img img{width:100%}.cms-wrap{font-size:16px;line-height:24px;color:var(--light-color);background-image:url(/wp-content/themes/ctrl-shft-web/assets/images/page-bg.svg);background-repeat:no-repeat;background-position:top center;background-size:100% auto}.cms-wrap .big-title{font-weight:500}.cms-wrap .g-card:before{background:#293342}.cms-wrap h2{font-size:20px;line-height:26px;font-weight:600;color:var(--white-color);margin:0 0 16px}.cms-wrap p,.cms-wrap ul{margin-bottom:24px}.cms-wrap p:last-child,.cms-wrap ul:last-child,.cms-wrap ul li:last-child{margin-bottom:0}.cms-wrap a{color:var(--white-color)}.cms-wrap a:hover{color:var(--primary)}.cms-wrap b,strong{font-weight:500}.cms-wrap ul li{margin-bottom:10px;padding:0 0 0 28px;position:relative}.cms-wrap ul li:before{content:'';position:absolute;top:4px;left:0;background-image:url(/wp-content/themes/ctrl-shft-web/assets/images/icons/right-arrow-icon.svg);background-repeat:no-repeat;background-position:center;background-size:contain;display:inline-flex;width:16px;height:15px;opacity:.2;pointer-events:none}.grecaptcha-badge{z-index:9999!important}@media screen and (min-width:992px){.header-wrap .navbar .navbar-collapse{display:block}.video-icon:hover .svg-icon img{transform:scale(1.4)}}@media screen and (min-width:2000px){.contact-info .contact-img{width:calc(100% + 12.6dvw);margin-left:-12.6dvw}}@media screen and (min-width:2100px){.contact-info .contact-img{width:calc(100% + 14.1dvw);margin-left:-14.1dvw}}@media screen and (min-width:2240px){.contact-info .contact-img{width:calc(100% + 15.75dvw);margin-left:-15.75dvw}}@media screen and (min-width:2300px){.contact-info .contact-img{width:calc(100% + 16.8dvw);margin-left:-16.8dvw}}@media screen and (min-width:2400px){.contact-info .contact-img{width:calc(100% + 18.25dvw);margin-left:-18.25dvw}}@media screen and (min-width:2550px){.contact-info .contact-img{width:calc(100% + 20.05dvw);margin-left:-20.05dvw}}@media screen and (min-width:2600px){.contact-info .contact-img{width:calc(100% + 20dvw);margin-left:-20dvw}}@media screen and (min-width:2700px){.contact-info .contact-img{width:calc(100% + 21dvw);margin-left:-21dvw}}@media screen and (min-width:2800px){.contact-info .contact-img{width:calc(100% + 22.9dvw);margin-left:-22.9dvw}}@media screen and (min-width:2900px){.contact-info .contact-img{width:calc(100% + 5dvw);margin-left:-5dvw}}@media screen and (max-width:1800px){.contact-info .contact-img{width:calc(100% + 7.45dvw);margin-left:-7.45dvw}}@media screen and (max-width:1700px){html,body{font-size:16px;line-height:26px}.btn{font-size:.938rem;line-height:1.25rem}.contact-info .contact-img{width:calc(100% + 4.95dvw);margin-left:-4.95dvw}}@media screen and (max-width:1600px){.pt-80{padding-top:60px}.pb-80{padding-bottom:60px}.pt-100{padding-top:80px}.pb-100{padding-bottom:80px}.contact-us .big-title{max-width:450px;margin-bottom:40px}.contact-info .contact-img{width:calc(100% + 2.25dvw);margin-left:-2.25dvw}}@media screen and (max-width:1599px){.contact-info .contact-img{width:calc(100% + 1.9dvw);margin-left:-1.9dvw}.g-card{padding:24px}}@media screen and (max-width:1560px){.contact-info .contact-img{width:calc(100% + 16px);margin-left:-16px}}@media screen and (max-width:1440px){.big-title{font-size:3rem;line-height:3.75rem;margin-bottom:24px}.section-title{font-size:2.5rem;line-height:3.125rem;margin-bottom:24px}.section-semi-title{font-size:2rem;line-height:2.625rem;margin-bottom:24px}.pt-80{padding-top:50px}.pb-80{padding-bottom:50px}.pt-100{padding-top:70px}.pb-100{padding-bottom:70px}.cta-box{min-height:260px;padding:24px;gap:24px}.footer-wrap:has(.cta-box-wrap):before{top:25.33%}.footer-wrap .footer-top-strip ul{gap:20px}.footer-wrap .footer-top-strip ul li .link{padding:15px}.contact-us .big-title{max-width:410px}}@media screen and (max-width:1199px){.header-wrap .navbar-collapse .navbar-nav{column-gap:24px}.big-title{font-size:2.625rem;line-height:3.375rem}.section-title{font-size:2.25rem;line-height:2.875rem}.section-semi-title{font-size:1.875rem;line-height:2.5rem}}@media screen and (max-width:991px){.video-icon .svg-icon{width:50px;height:50px}.big-title{font-size:2.375rem;line-height:3.125rem}.section-title{font-size:2.125rem;line-height:2.75rem}.section-semi-title{font-size:1.75rem;line-height:2.375rem}.btn{padding:9px 24px}.pt-100{padding-top:60px}.pb-100{padding-bottom:60px}.header-wrap .header-inner{padding-right:45px}.header-wrap .brand-logo{min-width:initial}.header-wrap .navbar-toggler{display:inline-flex}.header-wrap .navbar{position:absolute;top:calc(100% + 10px);left:-16px;right:-16px;border-radius:0 0 20px 20px}.header-wrap .navbar .navbar-collapse{background:radial-gradient(47.78% 50% at 47.78% 0%,rgb(57 80 110 / .7) 0%,#111C2D 100%);backdrop-filter:blur(10px);border-radius:0 0 20px 20px;border:1px solid var(--border-color);border-top:none}.header-wrap .navbar-collapse .navbar-nav{padding:24px 15px;row-gap:20px;flex-direction:column}.header-wrap .navbar-collapse .navbar-nav .nav-link{font-size:1rem;line-height:1.375rem}.header-wrap .header-action{min-width:initial}.header-wrap .header-action .btn{padding:7px 20px}.cta-box{font-size:1rem;line-height:1.375rem;padding:20px;gap:20px;border-radius:16px}.footer-wrap .footer-top-strip{flex-direction:column}.footer-wrap .footer-logo{text-align:center;font-size:1.25rem;line-height:1.875rem}.footer-wrap .footer-top-strip ul{justify-content:center}.cms-wrap .big-title{font-size:2.5rem;line-height:3rem}.contact-us{padding-bottom:0}.contact-us .container{gap:32px;flex-direction:column-reverse}.contact-us-form,.contact-us .contact-info{width:100%}.contact-us .big-title{margin-bottom:10px;max-width:100%;text-align:center}.contact-us .section-semi-title{margin-bottom:20px}.form-group select.form-control{background-position:right 16px center}}@media screen and (max-width:767px){.header-wrap .header-action{gap:10px}.big-title{font-size:2.25rem;line-height:2.875rem}.section-title{font-size:2rem;line-height:2.625rem}.footer-wrap .copyright-strip{padding:16px 0;font-size:13px;line-height:16px;gap:12px}.footer-wrap:has(.cta-box-wrap):before{top:20%}.footer-wrap .copyright-strip .copyright-links{gap:10px 12px}.video-modal .modal-content{padding:2px}.video-modal .close-btn img{width:10px;height:10px}.video-modal .close-btn{top:-13px;right:-13px;width:26px;height:26px}.institute-partners-section-inner{flex-direction:column}.partners-card picture{width:50%}.g-card{padding:16px}.form-group .location-btn{padding:8px 20px}.form-group .form-control{font-size:16px;line-height:22px;padding:10px 20px}.form-group label{font-size:14px;line-height:18px;margin-bottom:8px}.cms-wrap h2{font-size:18px;line-height:26px;margin:0 0 12px}.cms-wrap p,.cms-wrap ul{margin-bottom:22px}}@media screen and (max-width:575px){.footer-wrap .copyright-strip{flex-direction:column;text-align:center}.footer-wrap .copyright-strip .copyright-links{justify-content:center}.footer-wrap .footer-top-strip ul{gap:16px;flex-wrap:wrap}.footer-wrap .footer-top-strip ul li{flex:1}.footer-wrap .footer-top-strip ul li .link{font-size:13px;line-height:16px;min-width:100%;gap:10px;padding:10px}.footer-wrap .footer-top-strip ul li .link .svg-icon{width:40px;height:40px}}@media screen and (max-width:480px){.research-institute-title-section .container{flex-direction:column}.partners-card picture{width:100%}.form-group-row{flex-direction:column}}@media screen and (max-width:400px){.header-wrap .header-action .btn{padding:7px 16px}.footer-wrap .footer-top-strip ul li{min-width:33.33%}.footer-wrap .footer-top-strip ul li .link{font-size:14px;line-height:18px}}@media screen and (max-width:360px){.header-wrap .brand-logo a{max-width:76px}}@media screen and (max-width:359px){.header-wrap .brand-logo a{max-width:60px}.header-wrap .header-action .btn{padding:5px 11px}}