:root{--blue: #2F5182;--dblue: #110F71;--orange: #D08E01
}*{outline:none !important}body{padding-top:20px;font-family:'Roboto', sans-serif}section{padding:0 !important}h1{font-size:calc(86px + 86 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){h1{font-size:32px}}h2{font-size:calc(64px + 64 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){h2{font-size:20px}}h3{font-size:calc(36px + 36 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){h3{font-size:16px}}p{font-size:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){p{font-size:14px}}.btn-primary:hover{background-color:var(--blue);border-color:var(--blue)}.btn-primary.focus,.btn-primary:focus{-webkit-box-shadow:none;box-shadow:none;background-color:var(--dblue);border-color:var(--dblue)}.btn-primary.active:not(:disabled):not(.disabled),.btn-primary:not(:disabled):not(.disabled):active{background-color:var(--dblue);border-color:var(--dblue)}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:100% !important}#info{position:absolute;display:flex;justify-content:center;align-items:center;top:0;width:100%;height:20px;z-index:1031;color:white;font-size:10px;background-color:var(--blue)}#info a{color:white;font-size:10px;font-weight:400}.navbar{width:100%;position:fixed;padding:calc(15px + 15 * ((100vw - 1920px) / (3840 - 1920))) 8.333%;background-color:white;z-index:5}@media only screen and (max-width: 1199.9px){.navbar{padding:20px 3%;background-color:white;justify-content:space-between}}.navbar .navbar-brand{padding:0}@media only screen and (max-width: 1199.9px){.navbar .navbar-brand{height:38px}}.navbar .navbar-brand video{height:calc(70px + 70 * ((100vw - 1920px) / (3840 - 1920)));width:auto}@media only screen and (max-width: 1199.9px){.navbar .navbar-brand video{height:100%}}.navbar button{width:calc(650px + 650 * ((100vw - 1920px) / (3840 - 1920)));background-color:var(--dblue);border-color:var(--dblue);color:white;font-size:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)));font-weight:700;border-radius:calc(33px + 33 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){.navbar button{width:240px;font-size:16px;border-radius:33px}}.navbar .social{display:flex;justify-content:flex-end;gap:calc(15px + 15 * ((100vw - 1920px) / (3840 - 1920)))}.navbar .social a{display:block;width:calc(50px + 50 * ((100vw - 1920px) / (3840 - 1920)));height:calc(50px + 50 * ((100vw - 1920px) / (3840 - 1920)));background-size:100%;background-position:center;background-repeat:no-repeat}.navbar .social .ig{background-image:url("../images/header/instagram.png")}.navbar .social .fb{background-image:url("../images/header/facebook.png")}.navbar .social .x{background-image:url("../images/header/x.png")}.navbar .navbar-nav .nav-link{margin-right:calc(10px + 10 * ((100vw - 1920px) / (3840 - 1920)));margin-left:calc(10px + 10 * ((100vw - 1920px) / (3840 - 1920)));color:white;font-size:calc(16px + 16 * ((100vw - 1920px) / (3840 - 1920)));font-weight:700}@media only screen and (max-width: 1199.9px){.navbar .navbar-nav .nav-link{text-align:center;color:var(--dblue);margin:0;font-size:14px}}.navbar .navbar-nav .nav-link:hover{color:#F1F1F1}@media only screen and (max-width: 1199.9px){.navbar .navbar-nav .nav-link:hover{color:var(--dblue)}}@media only screen and (max-width: 1199.9px){.navbar .navbar-nav .nav-link:not(:last-child){border-bottom:1px solid #dee2e6}}@media only screen and (min-width: 1200px){.navbar .navbar-nav .nav-link:last-child{margin-right:0;padding-right:0}}#apply .modal-dialog{margin-top:0;min-width:990px}#apply .modal-content{background-size:cover;background-position:center top;background-repeat:no-repeat;-webkit-box-shadow:inset 0px 4px 8px rgba(0,0,0,0.25);box-shadow:inset 0px 4px 8px rgba(0,0,0,0.25);border-radius:17px;background-image:url("../images/home/form-bg.webp")}#apply .modal-header{padding:2%;border-bottom:0}#apply .modal-form{padding-right:15px;padding-left:15px;padding-bottom:50px;width:100%;max-width:535px}#apply .modal-form .form-title{display:flex;justify-content:center;align-items:center;height:38px;margin-bottom:10px;color:white;font-size:18px;background-color:var(--blue);border-radius:10px}#apply .modal-form input,#apply .modal-form select,#apply .modal-form textarea,#apply .modal-form .btn-light{color:var(--grey);border-color:var(--blue);background-color:white}#apply .modal-form input::-webkit-input-placeholder{color:var(--grey)}#apply .modal-form input::-moz-placeholder{color:var(--grey)}#apply .modal-form input:-ms-input-placeholder{color:var(--grey)}#apply .modal-form input::-ms-input-placeholder{color:var(--grey)}#apply .modal-form input::placeholder{color:var(--grey)}#apply .modal-form p{text-align:center;color:var(--grey);font-size:14px;font-weight:300}#apply .modal-form .btn-secondary{width:300px;height:35px;display:block;margin:auto;color:white;font-size:16px;font-weight:700;background-color:var(--dblue);border-color:var(--dblue);border-radius:10px;-webkit-transition:background-color 0.5s ease-out, border-color 0.5s ease-out;transition:background-color 0.5s ease-out, border-color 0.5s ease-out}#apply .modal-form .btn-secondary:hover{background-color:var(--orange);border-color:var(--orange)}#apply .modal-form .dropdown-item.active{background-color:var(--dblue)}#apply .modal-form .bootstrap-select .dropdown-toggle:focus{outline:none !important}#apply .modal-form .dropdown-item:active{background-color:var(--dblue)}footer{padding:40px 0px !important;background-color:var(--dblue)}footer p,footer a{color:#f9f9f9;font-size:calc(14px + 14 * ((100vw - 1920px) / (3840 - 1920)));font-weight:400}@media only screen and (max-width: 1199.9px){footer p,footer a{font-size:14px}}footer a:hover{color:white}footer .social{display:flex;justify-content:flex-end}footer .social a{display:block;margin-right:calc(10px + 10 * ((100vw - 1920px) / (3840 - 1920)));margin-left:calc(10px + 10 * ((100vw - 1920px) / (3840 - 1920)));height:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)));width:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){footer .social a{margin-right:10px;margin-left:10px;height:24px;width:24px}}footer .social .fb{background-image:url("../images/footer/fb.png");background-size:100%;background-position:center;background-repeat:no-repeat;-webkit-transition:background-image 0.4s ease;transition:background-image 0.4s ease}footer .social .x{background-image:url("../images/footer/x.png");background-size:100%;background-position:center;background-repeat:no-repeat;-webkit-transition:background-image 0.4s ease;transition:background-image 0.4s ease}footer .social .ig{background-image:url("../images/footer/ig.png");background-size:100%;background-position:center;background-repeat:no-repeat;-webkit-transition:background-image 0.4s ease;transition:background-image 0.4s ease}@media only screen and (max-width: 1199.9px){footer .row{justify-content:center}footer .f-c1{order:2}footer .f-c2{order:1}footer .social{justify-content:center}footer p,footer a{text-align:center}#apply .modal-header{padding:4% 3%}#apply .modal-dialog{min-width:90%}#apply .modal-form .btn-secondary{width:100%}}@media only screen and (max-width: 767px){.navbar .navbar-toggler{width:auto}}@media only screen and (max-width: 575px){.modal-content{margin-top:25px}.navbar .apply .btn-primary{width:150px;height:30px;font-size:16px}.modal-vid .modal-dialog{margin-right:auto;margin-left:auto}}@media only screen and (max-width: 435px){.g-recaptcha{-webkit-transform:scale(0.8);transform:scale(0.8)}}#hero>.row{margin-top:calc(100px + 100 * ((100vw - 1920px) / (3840 - 1920)));background-size:cover;background-position:center;background-repeat:no-repeat;background-image:url("../images/home/hero-wallpaper.webp")}@media only screen and (max-width: 1199.9px){#hero>.row{margin-top:78px;background-position:64% center}}@media only screen and (min-width: 1200px){#hero>.row{min-height:calc(90vh - 20px)}}#hero>.row .hero-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding-top:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)));padding-bottom:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#hero>.row .hero-content{padding-top:40px;padding-bottom:40px}}#hero>.row .hero-content h1{text-align:left;color:white;font-weight:700;margin-bottom:calc(50px + 50 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#hero>.row .hero-content h1{margin-bottom:14px}}#hero>.row .hero-content h1 span{color:#FFEEB9}#hero .bootstrap-select>.dropdown-toggle{color:var(--grey);border-color:var(--blue)}#hero .dropdown-toggle::after{color:black}#s2>.row{padding-top:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)));padding-bottom:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)));background-color:white}@media only screen and (max-width: 1199.9px){#s2>.row{padding-top:25px;padding-bottom:25px}}#s2>.row .s2-content{display:flex;flex-direction:column;justify-content:center}#s2>.row .s2-content h3{color:#0F0F0F;font-weight:700;margin-bottom:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s2>.row .s2-content h3{margin-bottom:24px}}#s2>.row .s2-content h2{color:var(--dblue);font-weight:700;margin-bottom:calc(24px + 24 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s2>.row .s2-content h2{margin-bottom:24px}}#s2>.row .s2-content h2 span{color:var(--orange)}#s2>.row .s2-content p{color:#020202;font-weight:400;margin-bottom:0}@media only screen and (max-width: 1199.9px){#s2>.row .s2-content p{margin-bottom:25px}}#s3>.row{overflow:hidden;padding-top:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)));padding-bottom:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)));background-color:#f9f9f9}@media only screen and (max-width: 1199.9px){#s3>.row{padding-top:25px;padding-bottom:25px}}#s3>.row .title h2{color:var(--dblue);font-weight:700;text-align:center;margin-bottom:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s3>.row .title h2{margin-bottom:25px}}#s3>.row .owl-mask{z-index:2;background-color:#f9f9f9}#s3>.row .owl .owl-stage-outer{overflow:visible}#s3>.row .owl .item{height:calc(630px + 630 * ((100vw - 1920px) / (3840 - 1920)));display:flex;align-items:center;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;padding:calc(160px + 160 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s3>.row .owl .item{height:200px;padding:40px}}#s3>.row .owl .item .text{position:absolute}@media only screen and (max-width: 1199.9px){#s3>.row .owl .item .text{width:75%}}#s3>.row .owl .item .text h2{color:#B89D49;font-weight:700}#s3>.row .owl .item .text p{color:white;font-weight:700}#s3>.row .owl .item.one{background-image:url("../images/home/owl/open-curriculum.webp")}#s3>.row .owl .item.two{background-image:url("../images/home/owl/personal-guidance.webp")}#s3>.row .owl .item.three{background-image:url("../images/home/owl/flexible-and-global.webp")}#s3>.row .owl .item.four{background-image:url("../images/home/owl/actionable-strategies.webp")}#s3>.row .owl .owl-dots{margin-top:calc(32px + 32 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s3>.row .owl .owl-dots{margin-top:10px}}#s3>.row .owl .owl-dots .owl-dot span{width:calc(100px + 100 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s3>.row .owl .owl-dots .owl-dot span{height:6px;width:35px}}#s4>.row{padding-top:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)));padding-bottom:calc(45px + 45 * ((100vw - 1920px) / (3840 - 1920)));background-size:cover;background-position:center top;background-repeat:no-repeat;background-image:url("../images/home/start-your-path-to-financial-freedom-today.webp")}@media only screen and (max-width: 1199.9px){#s4>.row{padding-top:100px;padding-bottom:100px}}@media only screen and (min-width: 1200px){#s4>.row{min-height:90vh}}#s4>.row .s4-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}@media only screen and (max-width: 1199.9px){#s4>.row .s4-content{align-items:center}}#s4>.row .s4-content h2{text-align:right;color:white;font-weight:700;margin-bottom:calc(25px + 25 * ((100vw - 1920px) / (3840 - 1920)))}@media only screen and (max-width: 1199.9px){#s4>.row .s4-content h2{text-align:center;margin-bottom:25px}}#s4>.row .s4-content button{display:block;margin-left:auto;width:calc(416px + 416 * ((100vw - 1920px) / (3840 - 1920)));color:white;font-size:calc(36px + 36 * ((100vw - 1920px) / (3840 - 1920)));font-weight:700;background-image:-webkit-gradient(linear, left top, right top, from(#1A439F), to(#33364D));background-image:linear-gradient(to right, #1A439F, #33364D);border:none;margin-bottom:calc(50px + 50 * ((100vw - 1920px) / (3840 - 1920)));padding:calc(20px + 20 * ((100vw - 1920px) / (3840 - 1920)));border-radius:calc(33px + 33 * ((100vw - 1920px) / (3840 - 1920)));-webkit-box-shadow:0 calc(4px + 4 * ((100vw - 1920px) / (3840 - 1920))) calc(4px + 4 * ((100vw - 1920px) / (3840 - 1920))) rgba(0,0,0,0.25);box-shadow:0 calc(4px + 4 * ((100vw - 1920px) / (3840 - 1920))) calc(4px + 4 * ((100vw - 1920px) / (3840 - 1920))) rgba(0,0,0,0.25)}@media only screen and (max-width: 1199.9px){#s4>.row .s4-content button{width:100%;font-size:14px;padding:8px;margin-bottom:14px;border-radius:33px;-webkit-box-shadow:0 4px 4px rgba(0,0,0,0.25);box-shadow:0 4px 4px rgba(0,0,0,0.25)}}