.cp-loading{height:100vh;width:100%;background:#fff;position:fixed;top:0;left:0;flex-direction:column;text-align:center;z-index:10000}.cp-loading,.loading-image{display:flex;align-items:center;justify-content:center}.loading-image{height:8rem}.loading-image img{height:100%;width:100%}.loading-bar{opacity:0;background:#f1d054;width:40%;margin-top:1rem;position:relative;overflow:hidden}.loading-bar,.loading-bar:after{height:8px;border-radius:10px;transition:1s}.loading-bar:after{content:"";position:absolute;top:0;left:0;width:20%;background:#940d11;animation:loadingAnimation 3s linear forwards}@keyframes loadingAnimation{0%{width:0}to{width:100%}}.cp-header{height:6rem;padding:1rem 4rem 1rem 3rem;overflow:hidden;position:fixed;top:0;width:100%;z-index:1000;transition:.5s}@media (max-width:768px){.cp-header{padding:0 1rem}}@media (min-width:768px) and (max-width:1024px){.cp-header{padding:.5rem 0 0}}.cp-header.scroll{height:6rem;padding:1rem 4rem 1rem 3rem;background-color:hsla(0,0%,100%,.6);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:.3s ease;box-shadow:0 0 5px 0 #e6e6e6}@media (max-width:768px){.cp-header.scroll{padding:0 1rem!important}}@media (min-width:768px) and (max-width:1024px){.cp-header.scroll{padding:.5rem 0 0}}.cp-header.scroll ul{margin-top:1rem;transition:.3s}.cp-header.expanded{height:100vh;padding:1rem 3rem!important;background-color:#fff4f0;transition:.3s ease;box-shadow:0 0 5px 0 #e6e6e6}@media (max-width:768px){.cp-header.expanded{padding:0 1rem!important}}@media (min-width:768px) and (max-width:1024px){.cp-header.expanded{padding:0}}.cp-header.expanded .header-mobile-links{display:block;position:absolute;top:10rem;left:50%;transform:translateX(-50%);width:100%}.cp-header.expanded .header-mobile-links ul{text-align:center;padding:0}.cp-header.expanded .header-mobile-links ul li{list-style:none;margin-bottom:2rem}.cp-header.expanded .header-mobile-links ul li a{border-radius:20px;transition:.4s ease-in-out;font-size:1.6rem;font-family:Gilroy-SemiBold,sans-serif;color:#000}.cp-header.expanded .header-mobile-links ul li a.active,.cp-header.expanded .header-mobile-links ul li a:hover{background:#af1f22;color:#fff!important;padding:.5rem 1rem}.cp-header nav{display:flex;justify-content:start;align-items:center;position:relative}@media (min-width:768px) and (max-width:1024px){.cp-header nav{padding-top:.5rem}}@media (max-width:768px){.cp-header nav{height:6rem;justify-content:space-between}}.cp-header nav .header-logo{margin-left:.7rem}.cp-header nav .header-logo img{height:4rem;width:100%}@media (max-width:768px){.cp-header nav .header-logo img{width:auto}}.cp-header nav .header-links{transition:.5s}@media (max-width:768px){.cp-header nav .header-links{display:none}}.cp-header nav .header-links ul{list-style-type:none;display:flex;margin-top:1rem;justify-content:space-between;align-items:center;transition:.5s}.cp-header nav .header-links ul li{opacity:0;margin-left:2rem;padding:.2rem .8rem;border-radius:20px;transition:.4s ease-in-out}@media (min-width:768px) and (max-width:1024px){.cp-header nav .header-links ul li{margin-left:1rem}}.cp-header nav .header-links ul li.active{background:#af1f22}.cp-header nav .header-links ul li.active a{color:#fff}.cp-header nav .header-links ul li:hover{background:#af1f22}.cp-header nav .header-links ul li:hover a{color:#fff}.cp-header nav .header-links ul li a{font-family:Gilroy-SemiBold,sans-serif}@media (max-width:1366px){.cp-header nav .header-links ul li a{font-size:.9rem}}@media (min-width:768px) and (max-width:1024px){.cp-header nav .header-links ul li a{font-size:.8rem}}.cp-header nav .header-action,.cp-header nav .header-mobile-links{display:none}.cp-header nav .header-action svg{padding:0;height:2rem;width:2rem;cursor:pointer}@media (max-width:768px){.cp-header nav .header-action{display:block;margin-top:1rem}}.cp-programs{margin-top:5rem}.cp-programs .programs-wrap,.cp-programs .programs-wrap .cards-wrap{display:flex;justify-content:space-between;flex-wrap:wrap;flex-direction:row}.cp-programs .programs-wrap .cards-wrap{width:100%;transition:all 1s ease}.cp-programs .programs-wrap .cards-wrap.resize{width:30%;flex-direction:column}.cp-programs .programs-wrap .cards-wrap.resize .program-card{margin-bottom:1rem;border:.075rem solid #9d9d9d;height:24rem;width:95%;cursor:pointer}.cp-programs .programs-wrap .cards-wrap.resize .program-card.active{background-color:#f1f1f1;border-color:#f1f1f1;width:100%;border-top-right-radius:0;border-bottom-right-radius:0}.cp-programs .programs-wrap .cards-wrap.resize .program-card .card-background-image{display:none}.cp-programs .programs-wrap .cards-wrap.resize .program-card:after{content:"";display:none}.cp-programs .programs-wrap .cards-wrap.resize .program-card .card-content{position:absolute;top:10%;left:15%;height:90%;width:80%;display:flex;flex-direction:column;padding-right:2rem}.cp-programs .programs-wrap .cards-wrap.resize .program-card .card-content .card-logo{align-self:flex-end}.cp-programs .programs-wrap .cards-wrap.resize .program-card .card-content .card-title{text-align:right;width:80%;align-self:flex-end}.cp-programs .programs-wrap .cards-wrap.resize .program-card .card-content .card-title h2{color:#000;font-family:Gilroy-SemiBold,sans-serif;font-size:1.4rem}.cp-programs .programs-wrap .cards-wrap.resize .program-card .card-content .card-desc{transition:1s ease;width:100%;text-align:right;align-self:flex-end}.cp-programs .programs-wrap .cards-wrap.resize .program-card .card-content .card-desc p{color:#000;font-size:1.2rem}.cp-programs .programs-wrap .cards-wrap.resize .program-card .card-content .card-btn{display:none}.cp-programs .programs-wrap .cards-wrap .program-card{position:relative;height:50rem;overflow:hidden;border-radius:20px;width:49%;margin-bottom:2rem;transition:all 2s ease}@media (max-width:1600px){.cp-programs .programs-wrap .cards-wrap .program-card{height:38rem}}@media (max-width:1366px){.cp-programs .programs-wrap .cards-wrap .program-card{height:27rem}}@media (max-width:768px){.cp-programs .programs-wrap .cards-wrap .program-card{height:25rem;width:100%}}@media (min-width:768px) and (max-width:1024px){.cp-programs .programs-wrap .cards-wrap .program-card{width:100%}}.cp-programs .programs-wrap .cards-wrap .program-card:hover .card-background-image img{transform:scale(1.1)}.cp-programs .programs-wrap .cards-wrap .program-card:hover .card-content{transition:1s ease}.cp-programs .programs-wrap .cards-wrap .program-card:hover .card-content .card-desc{width:100%;height:4rem}.cp-programs .programs-wrap .cards-wrap .program-card:after{position:absolute;content:"";bottom:0;left:0;right:0;background:linear-gradient(0deg,rgba(0,196,234,.039),rgba(0,196,234,0)),linear-gradient(rgba(0,196,234,0) 10.13%,#00c4e5);height:100%;width:100%;z-index:1}.cp-programs .programs-wrap .cards-wrap .program-card.typ-two:after{background:linear-gradient(0deg,rgba(223,16,46,0),rgba(223,16,46,0)),linear-gradient(rgba(223,16,46,0) 4.02%,#df102e)}.cp-programs .programs-wrap .cards-wrap .program-card .card-background-image{height:100%}.cp-programs .programs-wrap .cards-wrap .program-card .card-background-image img{transition:1s ease;height:100%;width:100%;object-fit:cover}.cp-programs .programs-wrap .cards-wrap .program-card .card-content{transition:1s ease;position:absolute;z-index:2;bottom:4rem;left:4rem;right:0}@media (max-width:1600px){.cp-programs .programs-wrap .cards-wrap .program-card .card-content{bottom:3rem;left:2rem}}.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-logo{margin-bottom:1rem}.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-logo img{height:auto}@media (max-width:1600px){.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-logo img{width:8rem;height:auto}}.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-title{width:60%}@media (max-width:768px){.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-title{width:100%}}.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-title h2{color:#fff;font-family:Gilroy-SemiBold,sans-serif;font-size:2.5rem}@media (max-width:1600px){.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-title h2{font-size:1.8rem}}@media (max-width:768px){.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-title h2{font-size:1.2rem}}@media (max-width:1366px){.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-title h2{font-size:1.5rem}}.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-desc{transition:1s ease;height:6rem;width:100%}@media (max-width:1366px){.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-desc{height:2rem}}@media (max-width:768px){.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-desc{width:100%;height:4rem}}.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-desc p{color:#fff;font-size:1.5rem}@media (max-width:1600px){.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-desc p{font-size:1.2rem}}@media (max-width:768px){.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-desc p{font-size:1rem}}@media (max-width:1366px){.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-desc p{font-size:1rem}}.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-btn{margin-top:.5rem}.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-btn .icons{height:4rem;width:4rem;border-radius:50%;display:flex;margin-right:2rem;justify-content:center;align-items:center;border:1px solid #fff;cursor:pointer;transition:all .2s ease-in}@media (max-width:1600px){.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-btn .icons{height:3rem;width:3rem}}.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-btn .icons svg{color:#fff}.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-btn .icons:hover{border:none;background:#af1f22}.cp-programs .programs-wrap .cards-wrap .program-card .card-content .card-btn .icons:hover svg{color:#fff}.cp-program-content{display:none}@media (max-width:768px){.cp-program-content{margin-bottom:2rem}}@media (min-width:768px) and (max-width:1024px){.cp-program-content .col-12{display:flex;justify-content:space-between;align-items:center}}.cp-program-content .brand-cards{transition:all .5s ease;cursor:pointer;filter:blur(2px);background:transparent}@media (min-width:768px) and (max-width:1024px){.cp-program-content .brand-cards{width:50%;border-radius:20px}.cp-program-content .brand-cards.typ-0,.cp-program-content .brand-cards.typ-1{margin-bottom:1rem}}@media (max-width:768px){.cp-program-content .brand-cards{display:none}}.cp-program-content .brand-cards.typ-0{margin-bottom:1.5rem}@media (max-width:768px){.cp-program-content .brand-cards.typ-0{width:100%;margin-bottom:0}}.cp-program-content .brand-cards.active{padding-left:0;border-top-left-radius:20px;border-bottom-left-radius:20px}.cp-program-content .brand-cards.active.typ-0{background:#007ea4;filter:blur(0);display:block}.cp-program-content .brand-cards.active.typ-1{background:#e93c06;filter:blur(0);display:block}@media (max-width:768px){.cp-program-content .brand-cards.active{border-radius:20px}}.cp-program-content .brand-cards.active .brand-data{background:transparent;border:none}.cp-program-content .brand-cards.active .brand-data .brand-desc,.cp-program-content .brand-cards.active .brand-data .brand-name{color:#fff}.cp-program-content .brand-cards .brand-data{transition:all .5s ease;width:95%;padding:2rem;text-align:right;border:1px solid #e6e6e6;border-radius:20px}@media (max-width:768px){.cp-program-content .brand-cards .brand-data{padding:1rem;width:100%;text-align:center}}.cp-program-content .brand-cards .brand-data .brand-name{margin-top:1rem;margin-bottom:1rem}@media (max-width:768px){.cp-program-content .brand-cards .brand-data .brand-name{display:none}}.cp-program-content .brand-cards .brand-data .brand-name h3{font-size:1.8rem;font-family:Gilroy-SemiBold,sans-serif}@media (max-width:768px){.cp-program-content .brand-cards .brand-data .brand-name h3{font-size:1.2rem}}@media (max-width:1366px){.cp-program-content .brand-cards .brand-data .brand-name h3{font-size:1.2rem}}@media (max-width:768px){.cp-program-content .brand-cards .brand-data .brand-desc{display:none}}.cp-program-content .brand-cards .brand-data .brand-desc p{font-size:1.3rem}@media (max-width:768px){.cp-program-content .brand-cards .brand-data .brand-desc p{font-size:1rem}}@media (max-width:1366px){.cp-program-content .brand-cards .brand-data .brand-desc p{font-size:.8rem}}.cp-program-content .brand-content{height:100%;overflow:hidden;border-top-right-radius:20px;border-bottom-right-radius:20px;position:relative;padding:2rem}.cp-program-content .brand-content.typ-0{border-bottom-left-radius:20px;border-top-left-radius:0;background:linear-gradient(297deg,#51c4e0,#007ea4 70% 70%);color:#fff}@media (min-width:768px) and (max-width:1024px){.cp-program-content .brand-content.typ-0{border-radius:20px}}@media (max-width:768px){.cp-program-content .brand-content.typ-0{border-radius:25px;width:100%}}.cp-program-content .brand-content.typ-0 .btn{background:#034d60!important;margin-top:10px}.cp-program-content .brand-content.typ-0 .btn:hover{background:transparent!important;border:1px solid #fff}.cp-program-content .brand-content.typ-1{border-top-left-radius:20px;border-bottom-left-radius:0;background:linear-gradient(88deg,#e93c06,#bd0924 75%);color:#fff}@media (max-width:768px){.cp-program-content .brand-content.typ-1{border-radius:20px;width:100%}.cp-program-content .brand-content .btn{width:100%}.cp-program-content .brand-content{padding:1.2rem;margin-top:1rem;border-radius:20px}}.cp-program-content .brand-content .content-para{width:95%}@media (max-width:768px){.cp-program-content .brand-content .content-para{width:100%}.cp-program-content .brand-content .content-para .content-para-data{width:89%}}@media (max-width:1366px){.cp-program-content .brand-content .content-para p{font-size:.8rem}}.cp-program-content .brand-content .content-para span{margin-top:2rem;display:block;font-family:Gilroy-SemiBold,sans-serif;font-size:1.3rem}@media (max-width:1600px){.cp-program-content .brand-content .content-para span{font-size:1rem}}@media (max-width:1366px){.cp-program-content .brand-content .content-para span{font-size:.9rem}}.cp-program-content .brand-content .content-para ul{padding-left:0;display:flex;justify-content:space-between;align-items:center;margin-top:1rem;flex-wrap:wrap}.cp-program-content .brand-content .content-para ul li{list-style-type:none;padding:1rem;background:linear-gradient(98deg,#f2f2f2,#ccc 105%);color:#000;width:48%;height:5rem;border-radius:20px;display:flex;justify-content:center;align-items:start;flex-direction:column;transition:.5s ease-in-out;box-shadow:3px 2px 3px 0 #656565}.cp-program-content .brand-content .content-para ul li p{font-family:Gilroy-SemiBold,sans-serif;margin-bottom:0}@media (max-width:768px){.cp-program-content .brand-content .content-para ul li{width:100%;margin-bottom:1rem;padding-top:1rem}}.cp-program-content .brand-content .content-para ul li:hover{box-shadow:0 0 5px 0 #fff}@media (max-width:1366px){.cp-program-content .brand-content .content-para ul li{font-size:1rem}}.cp-program-content .brand-content .category-wrap{margin-top:1.8rem;display:flex;justify-content:start;align-items:center;flex-wrap:wrap}@media (max-width:768px){.cp-program-content .brand-content .category-wrap{justify-content:space-between}}.cp-program-content .brand-content .category-wrap .category-box{width:6.7rem;border-radius:20px;background:#fff;margin-bottom:1rem;margin-right:.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width:1600px){.cp-program-content .brand-content .category-wrap .category-box{width:6.7rem}}@media (max-width:1366px){.cp-program-content .brand-content .category-wrap .category-box{width:8rem}}@media (max-width:768px){.cp-program-content .brand-content .category-wrap .category-box{width:9rem}}.cp-program-content .brand-content .category-wrap .category-box:hover img{transform:scale(1.1)}.cp-program-content .brand-content .category-wrap .category-box img{margin-top:1rem}@media (max-width:1366px){.cp-program-content .brand-content .category-wrap .category-box img{height:1.2rem;object-fit:contain}}.cp-program-content .brand-content .category-wrap .category-box p{font-family:Gilroy-SemiBold,sans-serif;margin-top:.5rem;color:#000;font-size:.8rem}.cp-program-content .brand-content .cross-btn{cursor:pointer;width:4rem;height:4rem;display:flex;justify-content:center;align-items:center;border-radius:50%;position:absolute;right:1rem;top:1rem;z-index:5;background:#fff}@media (max-width:768px){.cp-program-content .brand-content .cross-btn{right:0;top:0;width:3rem;height:3rem;border:1px solid;background:#fff}}.cp-program-content .brand-content .cross-btn svg{height:2rem;width:2rem;color:#000;transition:transform .3s ease}.cp-program-content .brand-content .cross-btn:hover svg{transform:rotate(90deg) scale(1.1)}.cp-program-content .brand-content .another-brand-content{width:95%}@media (max-width:768px){.cp-program-content .brand-content .another-brand-content{width:100%}}@media (max-width:1600px){.cp-program-content .brand-content .another-brand-content p{font-size:.9rem}}.cp-program-content .brand-content .another-brand-content .brand-content-video{height:20rem;border-radius:20px;background:#e6e6e6;margin-bottom:1.5rem;overflow:hidden}@media (max-width:1366px){.cp-program-content .brand-content .another-brand-content .brand-content-video{height:15rem}}.cp-program-content .brand-content .another-brand-content .brand-content-video video{object-fit:cover;height:100%;width:100%}@media (max-width:1366px){.cp-program-content .brand-content .another-brand-content .col-lg-4{height:15rem;overflow-y:scroll}.cp-program-content .brand-content .another-brand-content .col-lg-4 p{font-size:.8rem}}.cp-program-content .brand-content .another-brand-content .another-brand-para .programs-box{height:10rem;overflow:hidden;background:linear-gradient(98deg,#f2f2f2,#ccc 105%);padding:1rem .5rem .5rem;border-radius:10px;margin-bottom:1.5rem;transition:.5s}.cp-program-content .brand-content .another-brand-content .another-brand-para .programs-box:hover{transform:scale(1.05)}.cp-program-content .brand-content .another-brand-content .another-brand-para .programs-box span{color:#000}.cp-program-content .brand-content .another-brand-content .another-brand-para .btn{background:#e2b6b7!important;color:#000}.cp-program-content .brand-content .another-brand-content .another-brand-para .btn:hover{background:#ccc!important;border:1px solid #fff}@media (max-width:768px){.cp-program-content .brand-content .another-brand-content .another-brand-para .btn{width:100%}}.cp-program-content .brand-content .another-brand-content .another-brand-para span{font-family:Gilroy-SemiBold,sans-serif;font-size:1.2rem}@media (max-width:1600px){.cp-program-content .brand-content .another-brand-content .another-brand-para span{font-size:1rem}}@media (max-width:1366px){.cp-program-content .brand-content .another-brand-content .another-brand-para span{font-size:.8rem}}.cp-program-content .brand-content .another-brand-content .another-brand-para ul li{line-height:2rem;color:#000}.cp-program-content .brand-content .another-brand-content .another-brand-para ul li a{text-decoration:underline;transition:.5s}@media (max-width:1600px){.cp-program-content .brand-content .another-brand-content .another-brand-para ul li a{font-size:.8rem}}@media (max-width:1366px){.cp-program-content .brand-content .another-brand-content .another-brand-para ul li a{font-size:.7rem}}.cp-challenge{text-align:center;margin-bottom:2rem}.cp-challenge h2{font-size:2.5rem;margin-bottom:2rem;line-height:3.5rem}@media (max-width:1600px){.cp-challenge h2{font-size:2.5rem}}@media (max-width:1366px){.cp-challenge h2{font-size:2rem}}@media (max-width:768px){.cp-challenge h2{font-size:1.5rem;line-height:3rem;margin-bottom:3rem}}.cp-challenge h2 span{color:#af1f22;font-family:Gilroy-SemiBold,sans-serif}.cp-challenge .btn{font-size:1.2rem}@media (max-width:768px){.cp-challenge .btn{width:auto;padding:1rem 2rem;font-size:1rem;height:auto}}.cp-challenge .btn-link-type{border:1px solid #000;margin-right:2rem;color:#000}@media (max-width:768px){.cp-challenge .btn-link-type{margin-bottom:2rem}}.cp-challenge .btn-link-type:hover{color:#fff;background:#af1f22;border:1px solid #af1f22}.cp-float-job{position:fixed;bottom:20%;z-index:1000;right:0}.cp-float-job .btn-apply-now{padding:.8rem;font-size:.85rem;border-top-right-radius:0;border-bottom-right-radius:0}@media (max-width:768px){.cp-float-job .btn-apply-now{height:auto}}@media (max-width:1366px){.cp-float-job .btn-apply-now{font-size:.8rem}}.cp-top-to-bottom{position:fixed;bottom:5%;z-index:1000;right:.5%;padding:1rem;border-radius:50%;background-color:#af1f22;box-shadow:0 0 5px 0;animation:bounceUpDown 1.5s ease-in-out infinite}@media (max-width:768px){.cp-top-to-bottom{padding:.8rem}}@media (max-width:1366px){.cp-top-to-bottom{padding:.5rem}}@keyframes bounceUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.cp-top-to-bottom svg{height:2.5rem;width:2.5rem;color:#fff}@media (max-width:768px){.cp-top-to-bottom svg{height:2rem;width:2rem}}@media (max-width:1366px){.cp-top-to-bottom svg{height:1.8rem;width:1.8rem}}.cp-footer{background:#af1f22;overflow:hidden}.cp-footer .container{padding-top:2rem}.cp-footer .container ul .additional-link{font-family:Gilroy-Bold,sans-serif;font-size:1rem;margin-top:4.3rem}.cp-footer .container ul li{list-style-type:none;margin-top:2rem}.cp-footer .container ul li a{color:#fff;transition:.5s ease}@media (max-width:1366px){.cp-footer .container ul li a{font-size:.9rem}}.cp-footer .container ul li a:hover{font-size:1.1rem}@media (max-width:1366px){.cp-footer .container ul li a:hover{font-size:1rem}}.cp-footer .container .social-links{display:flex;justify-content:start;align-items:center}.cp-footer .container .social-links img{transition:.5s ease;margin-left:2rem}.cp-footer .container .social-links img:hover{transform:scale(1.1)}.cp-footer .container .copy-text{width:80%;margin-left:2rem;margin-top:5rem;margin-bottom:2rem}.cp-footer .container .copy-text p{color:#fff}.cp-footer .container .copy-text p span{border-bottom:1px solid #fff}